Changeset 12532 for extensions/luciano


Ignore:
Timestamp:
Oct 31, 2011, 2:58:50 PM (12 years ago)
Author:
plg
Message:

force 1024px width for PWG Stuffs blocks on picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/theme.css

    r12341 r12532  
    9999 background: transparent url(skin/750darkTop.png) no-repeat;
    100100}
     101
     102/* special for PWG Stuff blocks on picture.php with menubar available on picture.php but disabled - starts here */
     103#thePicturePage .content {
     104  width: 1024px;
     105  background: transparent url(skin/1024darkBottom.png) bottom left;
     106}
     107
     108#thePicturePage .content .titrePage {
     109  background: transparent url(skin/1024darkTop.png) no-repeat;
     110}
     111/* special for PWG Stuff blocks on picture.php with menubar available on picture.php but disabled - stops here */
     112
    101113.content dl {margin: 25px;}
    102114
Note: See TracChangeset for help on using the changeset viewer.