Changeset 10799


Ignore:
Timestamp:
May 6, 2011, 9:15:17 PM (13 years ago)
Author:
gbo
Message:

version 2.2.a with calendar

Location:
extensions/simple_themes/simple-sunset
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple-sunset/theme.css

    r10779 r10799  
    11/*  orginal version -    GRUM: GRAPHITE   author:  grum at grum.dnsalias.com  */
    22
    3 /* Theme Sunset 2.1.b (Ex-ftb)   for template "Simple"   from  Boudle  */
     3/* Theme Sunset 2.2.a (Gbo)   for template "Simple"   from  Boudle  */
    44
    55/* page */
     
    129129}
    130130
    131 
    132 
    133131.commentList .author, .commentList .date {
    134132  font-weight: bold;
     
    182180}
    183181
    184 
    185 /* pwg stuff   */
    186 .right_block {
    187   float: right;
    188 }
    189 
    190 .left_block {
    191   float: left;
    192 }
    193 #stuffs_block_1, #stuffs_block_2, #stuffs_block_3{
    194 margin:.3em 0 0 .3em;
    195 padding:.5em;
    196 height:150px;
    197 overflow:hidden;}
    198  
    199 
    200 #stuffs_block_4{
    201 padding:.5em;
    202 }
    203 #stuffs_block_2  ul {
    204 margin:0;
    205 padding:0;
    206 }
    207 
    208 .content .stuffs_block .titrePage {
    209 margin:.5em 0;
    210 font-size:88%;
    211 }
    212 .content .stuffs_block {
    213 border-color:#606060;
    214 border-style:solid;
    215 border-width:2px 0;
    216 background-color:#222;
    217 }
    218 
    219 
    220 
    221182#comments ul.thumbnailCategories  .actions li {
    222183  margin: .8em;
  • extensions/simple_themes/simple-sunset/themeconf.inc.php

    r10779 r10799  
    22/*
    33Theme Name: Simple Sunset
    4 Version: 2.1.a
     4Version: 2.2.a
    55Description: Theme sunset for Simple
    66Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289
    7 Author:   EX-FTB
     7Author:   Gbo
    88Author URI: http://www.photos.bouteyron.fr
    99*/
     
    1818$conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background
    1919$conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color
    20 // no  menu calendar
    21 add_event_handler('blockmanager_apply', 'blockmanager_unset');
    22 function blockmanager_unset ( $menu_ref_arr )
    23   { global $user,$page;;
    24     $menu = & $menu_ref_arr[0];
    25 if ( ($block = $menu->get_block('mbSpecials')) != null )
    26         {unset( $block->data['calendar'] );}
    27 }
     20
    2821// llgbo frame with only 7 lines
    2922for ($x = 15  ;$x < 33  ; $x++)
Note: See TracChangeset for help on using the changeset viewer.