Ignore:
Timestamp:
Dec 19, 2012, 9:37:55 PM (11 years ago)
Author:
gbo
Message:
 
Location:
extensions/simple_themes/simple-sunset
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple-sunset/fix-ie5-ie6.css

    r10779 r19508  
    1 /* fix for IE */
    2 #stuffs_block_2 { display:  inline; overflow: hidden;}
    3 #stuffs_block_2  li{ list-style: none;}
    4 .content .stuffs_block {display:block;height:150px}
    5  #the_page {
    6   width: 980px;
    7 }
     1/* fix for IE 6 simple sunset*/
     2.content .stuffs_block {height:170px}
     3#stuffs_block_1,#stuffs_block_2,#stuffs_block_3{height:170px;overflow:hidden;background-color:#222;padding:.5em}
     4 
     5.content .middle_block {margin: auto;height:170px}
     6#the_page {
     7width:998px;
     8position:relative;
     9margin: auto;
     10padding: 0;}
    811
     12 
     13
     14
     15
     16
     17
     18
     19
  • extensions/simple_themes/simple-sunset/theme.css

    r10799 r19508  
    11/*  orginal version -    GRUM: GRAPHITE   author:  grum at grum.dnsalias.com  */
    22
    3 /* Theme Sunset 2.2.a (Gbo)   for template "Simple"   from  Boudle  */
     3/* Theme Sunset 2.2.b (Gbo)   for template "Simple"   from  Boudle  */
    44
    55/* page */
     6/* .pwg-icon {
     7        display: inline-block; //IE6 does not get this correctly
     8        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
     9        width: 26px; height: 26px; background-image: url(s26/outline_ff7700.png);
     10        vertical-align: bottom;
     11} */
    612
    713body {
    814  background-color: #111;
    915  color: #666666;
    10   font-size:0.82em;
     16  font-size:0.80em;
     17}
     18#theImageAndInfos, #thePicturePage #comments {
     19  background-color: #222222;
     20  border-top: 2px solid #555555;
    1121}
    1222
    13 #content {
    14   background-color: #222;
     23A:hover .pwg-icon  { background-image: url(../default/s26/outline_ff7700.png);}
     24 
     25#content, #theImageAndInfos ,#comments{
     26  background-color: #222!important;
    1527  border: 2px #606060 solid;
    1628  border-width: 2px 0;
     29}
     30#thePicturePage #content{
     31  background-color: #222!important;
    1732}
    1833
     
    2742
    2843 .titrePage,  .titrePage a {
    29   font-weight: bold;
    30   text-transform: uppercase;
     44   text-transform: uppercase;
     45    font-variant: small-caps;
    3146}
    3247
     
    3550        color: #ff7700;
    3651}
    37 
    38 #copyright a , #mycopyright a{
    39   color: #606060;
    40 }
    41 
    42 #copyright a ,#mycopyright a:hover{
    43         color: #ff7700;
    44 }
    45 /* page content :  thumbnails */
    46 
    47 
    48 #thumbnails {
    49   font-weight: bold;
    50 }
    51 
    52 #thumbnails li a img {
    53   border: 2px #707070 solid;
    54 }
    55 #thumbnails li a:hover img {
    56   border: 2px #f0f0f0 solid;
    57 }
    58 #thumbnails li p {
    59   margin: 0;
    60 }
    61 
    6252/* page content :  categories thumbnails */
    6353
    64 .illustration a img {
    65   border: 1px #606060 solid;
     54.illustration {
     55    width: 180px;
    6656}
    67 
    68 .illustration a:hover img {
    69   border: 1px #f0f0f0 solid;
    70 }
    71 
    72 p.thumbCatDesc {
    73   border-top: 1px #606060 dotted;
    74   text-align: justify;
    75 }
    76 
    77 /* inputs */
    78 
    79 input[type="text"], input[type="password"], select, textarea, file {
    80  background:#f0f0f0;
    81  color: #333;
    82  border: 1px solid;
    83  margin: 0;
    84 }
    85 
    86 fieldset {
    87   border: 1px #606060 dotted;
    88   margin: 0 0 1em;
    89   padding: 1em;
    90 }
    91 
    92 fieldset legend {
    93   background-color: #333;
    94   padding: 0 3px;
    95 }
    96 
    97 /* picture page */
    98 
    99 .imageNumber {
    100   border: 1px #999 solid;
    101 }
    102 
    103 #theImage {
    104 padding:0
    105 }
    106 #theImage img {
    107   border: 8px #fff solid;
    108 }
    109 #theImage p {
    110   margin: 1em;
    111   display:block;
    112 }
    113 #thePicturePage h1 {display:none}
    114 
    115 #navThumbPrev a img, #navThumbNext a img {
    116   border: 2px #606060 solid;
    117 }
    118 #navThumbPrev a:hover img, #navThumbNext a:hover img {
    119   border: 2px #f0f0f0 solid;
    120 }
    121 /*for screen  in 1024*768  and max width = 700*/
    122 #imageInfoBar {
    123   width: 17%;
    124 }
    125 
    126 /* Chrome  */
    127 #theImage {
    128   margin:auto
    129 }
    130 
    131 .commentList .author, .commentList .date {
    132   font-weight: bold;
    133 }
    134 
    135 /* tags */
    136 
    137 #fullTagCloud span a:hover {
    138   background: #606060;
    139 }
    140 
    141 #menuTagCloud span {
    142   margin: 0;
    143 }
    144 
    145 .nbEntries {
    146   text-align: right;
    147 }
    148 
    149 .tagaddbutton {
    150 }
    151 
    152 .mandatorystar {
    153   color: #e04040;
    154 }
    155 
    156 /* help */
    157 
    158 .errors div {
    159   background: #FFB0B0;
    160   border: 4px solid #A04040;
    161   color: #A04040;
    162 }
    163 .errors div a {
    164   color: #FF0000;
    165   font-weight: bold;
    166 }
    167 
    168 .infos div {
    169   background: #B0FFB0;
    170   border: 4px solid #40A040;
    171   color: #40A040;
    172 }
    173 .infos div a {
    174   color: #00FF00;
    175   font-weight: bold;
    176 }
    177 
    178 .errors ul, .infos ul {
    179   text-align: justify;
    180 }
     57/* Image  */
    18158
    18259#comments ul.thumbnailCategories  .actions li {
     
    18461  width: 28px;
    18562}
    186  */
    187  
     63
     64
     65.switchBox {
     66        padding: 0.5em  1.5em;
     67        margin: 0.5em ;
     68        border-radius: 4px;
     69        border: 1px solid #ccc;
     70        z-index: 100;
     71        text-align:left;
     72        display: none;
     73        position: absolute;
     74        left: 0; top: 0; /*left, right set through js*/
     75        background-color: #333;
     76}
     77
     78#rateForm input.rateButtonStarFull  {
     79  background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
     80  width: 16px;
     81}
     82#rateForm input.rateButtonStarEmpty {
     83  background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
     84  width: 16px;
     85}
     86/* PWG STUFF */
     87.personal_block{
     88        padding:0!important
     89}
     90#stuffs_block_1,#stuffs_block_2,#stuffs_block_3{
     91        height:160px;overflow:hidden;background-color:#222;border-color:#606060;
     92        border-style:solid;border-width:2px 0;
     93        padding:.5em;
     94}
     95#stuffs_block_4,#stuffs_block_5{
     96        border-top:2px solid #606060;background-color:#222
     97}
     98#stuffs_block_4{
     99        padding:.5em
     100}
     101.content .stuffs_block .titrePage{
     102font-size:95%;margin:.5em 0
     103}
     104.stuffs  #comments .thumbnailCategories .two_comment {
     105  width:46.5%!important;
     106border-bottom:1px dotted #606060}
  • extensions/simple_themes/simple-sunset/themeconf.inc.php

    r10799 r19508  
    22/*
    33Theme Name: Simple Sunset
    4 Version: 2.2.a
    5 Description: Theme sunset for Simple
    6 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289
     4Version: 2.4.b
     5Description: Theme sunset Compatible avec Simple Grey 4.0 and PWIGO 2.4
     6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=349
    77Author:   Gbo
    88Author URI: http://www.photos.bouteyron.fr
     
    1111  'name'  => 'Simple-sunset',
    1212  'parent' => 'simple',
    13   'local_head'    => 'local_head.tpl');
     13  'local_head'    => 'local_head.tpl',
     14   'url' => 'http://www.photos.bouteyron.fr');
    1415 global $user,$conf;
    15 $user['maxwidth'] = 700;
    16 $user['maxheight'] = 500;
     16//$user['maxwidth'] = 700;
     17//$user['maxheight'] = 500;
    1718$conf['LLGBO_SETTINGS'] [5]  = 'false'; // no  title on frame
    1819$conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background
    19 $conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color
     20$conf['LLGBO_TOOLTIP'][5] = '#999'; // tooltip color
     21$conf['LLGBO_SETTINGS'] ['rirs']  = 'true'; // Force javascript to Read Image Reel Size
    2022
    21 // llgbo frame with only 7 lines
    22 for ($x = 15  ;$x < 33  ; $x++)
     23 // llgbo frame with only 12 lines (erase 4 lines)
     24for ($x = 25  ;$x < 33  ; $x++)
    2325 {unset ($conf['LLGBO_FRAME'][$x]);}
     26 /* no  menu random  19/12/2011 (too many url in google statistics) 
     27add_event_handler('blockmanager_apply', 'blockmanager_unset');
     28function blockmanager_unset ( $menu_ref_arr )
     29  { global $user,$page;;
     30    $menu = & $menu_ref_arr[0];
     31if ( ($block = $menu->get_block('mbSpecials')) != null )
     32        {unset( $block->data['random'] );}
     33} */
    2434?>
Note: See TracChangeset for help on using the changeset viewer.