Ignore:
Timestamp:
Jul 5, 2012, 10:24:53 PM (12 years ago)
Author:
flop25
Message:

drop down menu styled and successfully placed (relative positions changed)
custom size for the picture page :
pattern added
concatenation of the 'define derivative'
css to center the picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_os_xl/theme.css

    r16305 r16380  
    5959        color: #FFF;
    6060}
     61#derivativeSwitchBox, #sortOrderBox {
     62        font-size: 11px;
     63        color: #000033;
     64        text-shadow: 0 0 2px #ccc;
     65        padding: 4px 8px;
     66        border: 1px solid rgba(255,255,255,0.25);
     67        background-color: rgb(255,255,255);
     68        background-color: rgba(255,255,255,0.92);
     69        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     70        border-radius: 3px;
     71        -webkit-border-radius: 3px;
     72        -moz-border-radius: 3px;
     73        box-shadow: 0 0 5px #555;
     74        -webkit-box-shadow: 0 0 5px #555;
     75        -moz-box-shadow: 0 0 5px #555;
     76}
     77#derivativeSwitchBox A, #sortOrderBox A {
     78        color: #000;
     79}
     80
     81#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
     82        text-shadow: 0 0 2px #000;
     83}
     84
    6185/* Page
    6286-------------------------------------------------------- */
     
    6690        width: 940px;
    6791        margin: 0 auto;
    68         position: relative;
    6992        background: transparent url(img/back.jpg) repeat-y top center;
    7093}
     
    135158        padding: 5px 8px;
    136159}
    137 
     160#imageToolBar .imageNumber {
     161    float: right;
     162    margin: -30px 9px 0 0;
     163}
    138164#theImage IMG {
    139165  padding: 5px;
    140166  border: 1px solid #aaa;
    141167}
     168#theMainImage {max-width:880px}
    142169
    143170#imageHeaderBar H2 {
     
    201228}
    202229
    203 #menubar { position: relative; z-index: 2; }
    204 #content { position: relative; z-index: 1; }
     230#menubar { position: relative; }
     231#theHeader { position: relative; }
    205232
    206233#content div.thumbnailCategory div.description {
Note: See TracChangeset for help on using the changeset viewer.