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/theme.css

    r16305 r16380  
    5555
    5656img{ border: 0; }
     57#derivativeSwitchBox, #sortOrderBox {
     58        font-size: 11px;
     59        color: #000033;
     60        text-shadow: 0 0 2px #ccc;
     61        padding: 4px 8px;
     62        border: 1px solid rgba(255,255,255,0.25);
     63        background-color: rgb(255,255,255);
     64        background-color: rgba(255,255,255,0.92);
     65        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     66        border-radius: 3px;
     67        -webkit-border-radius: 3px;
     68        -moz-border-radius: 3px;
     69        box-shadow: 0 0 5px #555;
     70        -webkit-box-shadow: 0 0 5px #555;
     71        -moz-box-shadow: 0 0 5px #555;
     72}
     73#derivativeSwitchBox A, #sortOrderBox A {
     74        color: #000;
     75}
     76
     77#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
     78        text-shadow: 0 0 2px #000;
     79}
     80
    5781
    5882/* Page
     
    6387        width: 800px;
    6488        margin: 0 auto;
    65         position: relative;
    6689        background: transparent url(img/back.jpg) repeat-y top center;
    6790}
     
    127150        margin: 10px auto;
    128151}
     152#imageToolBar .imageNumber {
     153    float: right;
     154    margin: -30px 9px 0 0;
     155}
    129156#imageHeaderBar{
    130157        background: #F5F5F5;
     
    200227}
    201228
    202 #menubar { position: relative; z-index: 2; }
    203 #content { position: relative; z-index: 1; }
    204 
     229#menubar { position: relative; }
     230#theHeader { position: relative; }
    205231#content div.thumbnailCategory div.description {
    206232        overflow: hidden; /* bug in FF 1.0 (not 1.5) */
Note: See TracChangeset for help on using the changeset viewer.