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

    r16305 r16380  
    4949        color: #000000;
    5050}
     51#derivativeSwitchBox, #sortOrderBox {
     52        font-size: 11px;
     53        color: #000033;
     54        text-shadow: 0 0 2px #ccc;
     55        padding: 4px 8px;
     56        border: 1px solid rgba(255,255,255,0.25);
     57        background-color: rgb(255,255,255);
     58        background-color: rgba(255,255,255,0.92);
     59        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     60        border-radius: 3px;
     61        -webkit-border-radius: 3px;
     62        -moz-border-radius: 3px;
     63        box-shadow: 0 0 5px #555;
     64        -webkit-box-shadow: 0 0 5px #555;
     65        -moz-box-shadow: 0 0 5px #555;
     66}
     67#derivativeSwitchBox A, #sortOrderBox A {
     68        color: #000;
     69}
     70
     71#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
     72        text-shadow: 0 0 2px #000;
     73}
     74
     75
    5176/* Page
    5277-------------------------------------------------------- */
     
    5681        width: 940px;
    5782        margin: 0 auto;
    58         position: relative;
    5983        background: transparent url(img/fond_milieu.png) repeat-y top center;
    6084}
     
    149173        padding: 5px 8px;
    150174}
    151 
     175#imageToolBar .imageNumber {
     176    float: right;
     177    margin: -30px 9px 0 0;
     178}
    152179#theImage IMG {
    153180  padding: 5px;
    154181  border: 1px solid #aaa;
    155 }
     182  margin-left: -10px;
     183}
     184#theMainImage {max-width:900px}
    156185
    157186#imageHeaderBar H2 {
     
    219248position:absolute;
    220249}
    221 #menubar { position: relative; z-index: 2; }
    222 #content { position: relative; z-index: 1; }
    223 
     250#menubar { position: relative; }
     251#theHeader { position: relative; }
    224252#content div.thumbnailCategory div.description {
    225253        overflow: hidden; /* bug in FF 1.0 (not 1.5) */
Note: See TracChangeset for help on using the changeset viewer.