Changeset 17137


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

compatibility with Piwigo 2.4

Location:
extensions/montblancxl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/montblancxl/theme.css

    r10775 r17137  
    4343        width: 940px;
    4444        margin: 0 auto;
    45         position: relative;
    4645        background: transparent url(img/background.jpg) repeat-y top center;
    4746}
     
    5554        height: 200px;
    5655        margin: 0 auto;
     56        position:relative;
    5757}
    5858
     
    125125#imageHeaderBar .browsePath a:hover { color:#333333; }
    126126
     127#imageToolBar .imageNumber {
     128  margin-top: -30px;
     129}
     130
    127131.infoTable{ margin: 20px auto; }
    128132#linkPrev{ margin: 20px 0 0 20px; }
     
    147151-----------------------------------------------------------------------------------------------*/
    148152.content UL.thumbnails SPAN, .content UL.thumbnails SPAN.wrap2 A,
    149 .content UL.thumbnails SPAN.wrap2 LABEL, .content DIV.thumbnailCategory DIV.illustration {
    150   width: 155px;                 /* max thumbnail width + 2px */
    151 }
    152 .content ul.thumbnails span.wrap2{ width: 172px; height:150px; }
    153 .content DIV.thumbnailCategory DIV.description { height: 100px; }               /* max thumbnail height + 2px */
    154 .content DIV.thumbnailCategory DIV.illustration img { height: 96px; }
     153
    155154.content DIV.thumbnailCategory DIV.illustration a:hover { border:0; }
    156155
     
    180179
    181180#menubar { position: relative; z-index: 2; }
    182 .content { position: relative; z-index: 1; }
     181.content { z-index: 1; }
    183182
    184183.content div.thumbnailCategory div.description {
     
    406405.browsePath .button {margin-left:2px}
    407406h2 .button {margin-left:2px;margin-bottom:2px}
     407
     408#thePicturePage #derivativeSwitchLink {display:none;}
     409
     410.switchBox, #languageSwitchBox {
     411  background-color: #fff !important;
     412  border: 1px solid #ccc !important;
     413  border-radius:0 !important;
     414}
     415
     416.switchBoxTitle, #languageSwitchBox .switchBoxTitle {
     417  border-bottom:1px solid #ccc !important;
     418}
     419
     420#languageSwitchBox a {
     421  color: #000 !important;
     422}
     423
     424#languageSwitchBox a:hover {
     425  color: #0066CC !important;
     426}
Note: See TracChangeset for help on using the changeset viewer.