Ignore:
Timestamp:
Jul 26, 2012, 2:44:38 PM (12 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/blancmontxl/theme.css

    r10778 r17138  
    5151        width: 940px;
    5252        margin: 0 auto;
    53         position: relative;
    5453        background: transparent url(img/background.jpg) repeat-y top center;
    5554}
     
    6362        height: 200px;
    6463        margin: 0 auto;
     64        position:relative;
    6565}
    6666
     
    129129#imageHeaderBar .browsePath a:hover { color:#cccccc; }
    130130
     131#imageToolBar .imageNumber {
     132  margin-top: -30px;
     133}
     134
    131135.infoTable{ margin: 20px auto; }
    132136#linkPrev{ margin: 20px 0 0 20px; }
     
    150154/*      miniatures
    151155-----------------------------------------------------------------------------------------------*/
    152 .content UL.thumbnails SPAN, .content UL.thumbnails SPAN.wrap2 A,
    153 .content UL.thumbnails SPAN.wrap2 LABEL, .content DIV.thumbnailCategory DIV.illustration {
    154   width: 155px;                 /* max thumbnail width + 2px */
    155 }
    156 .content ul.thumbnails span.wrap2{ width: 172px; height:150px; }
    157 .content DIV.thumbnailCategory DIV.description { height: 100px; }               /* max thumbnail height + 2px */
    158 .content DIV.thumbnailCategory DIV.illustration img { height: 96px; }
    159156.content DIV.thumbnailCategory DIV.illustration a:hover { border:0; }
    160157
     
    184181
    185182#menubar { position: relative; z-index: 2; }
    186 .content { position: relative; z-index: 1; }
     183.content { z-index: 1; }
    187184
    188185.content div.thumbnailCategory div.description {
     
    414411  background-image: url(../default/s26/outline_ff7700.png);
    415412}
     413
     414#thePicturePage #derivativeSwitchLink {display:none;}
     415
     416.switchBox, #languageSwitchBox {
     417  background-color: black !important;
     418  border: 1px solid #666 !important;
     419  border-radius:0 !important;
     420  color:#ccc;
     421}
     422
     423.switchBoxTitle, #languageSwitchBox .switchBoxTitle {
     424  border-bottom:1px solid #666 !important;
     425}
     426
     427.switchBox a, #languageSwitchBox a {
     428  color: #ccc !important;
     429}
     430
     431.switchBox a:hover, #languageSwitchBox a:hover {
     432  color: #ff9933 !important;
     433}
Note: See TracChangeset for help on using the changeset viewer.