Changeset 12341 for extensions


Ignore:
Timestamp:
Oct 4, 2011, 1:52:11 PM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/theme.css

    r11050 r12341  
    8888#rss a          { display: block; width: 28px; height: 28px; text-indent: -2000px; border: 0;   background: transparent url('icon/rss.png'); }
    8989
    90 .content                                                { float: right; width: 1024px; margin-bottom: 10px; padding-bottom: 10px; position: relative; background: transparent url(skin/1024darkBottom.png) bottom left; }
    91 .content .titrePage     { background: transparent url(skin/1024darkTop.png) no-repeat; }
    92 .content dl                                     { margin: 25px; }
    93 
    94 BODY#theCategoryPage .content                                                   { width: 750px; background: transparent url(skin/750darkBottom.png) bottom left; }
    95 BODY#theCategoryPage .content   .titrePage      { background: transparent url(skin/750darkTop.png) no-repeat; }
     90.content {
     91  float: right;
     92  width: 750px;
     93  margin-bottom: 10px;
     94  padding-bottom: 10px;
     95  position: relative;
     96  background: transparent url(skin/750darkBottom.png) bottom left;
     97}
     98.content .titrePage {
     99 background: transparent url(skin/750darkTop.png) no-repeat;
     100}
     101.content dl {margin: 25px;}
     102
    96103
    97104#menubar                { float: left; width: 264px; margin-bottom: 20px; text-align: left; color: #888; }
     
    300307.rateFull5                                              { display: block; float: left; width: 125px; height: 25px; background: url('icon/star.png') 0 -75px repeat-x scroll;}
    301308.rateHalf                                                       { display: block; float: left; width: 25px; height: 25px; background: url('icon/star.png') 0 -50px repeat-x scroll;}
     309
     310/****** Lost Password Page */
     311#lostPassword label {float:none;}
    302312
    303313/* OTHERS */
Note: See TracChangeset for help on using the changeset viewer.