Ignore:
Timestamp:
Jun 22, 2012, 3:10:24 PM (12 years ago)
Author:
flop25
Message:

tiptip popup displayed only if a title exists
css for menu
dimensions of thumbnails set to !important

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass_clear/theme.css

    r14650 r15941  
    8585        margin: 5px;
    8686}
    87 .thumbnails span, .thumbnails .wrap2 a, .thumbnails label {
    88     width: 145px;
     87.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL {
     88    width: 145px !important;
    8989}
    9090.illustration IMG {
     
    322322        width:auto;
    323323}
     324#derivativeSwitchBox, #sortOrderBox {
     325        font-size: 11px;
     326        color: #000033;
     327        text-shadow: 0 0 2px #ccc;
     328        padding: 4px 8px;
     329        border: 1px solid rgba(255,255,255,0.25);
     330        background-color: rgb(255,255,255);
     331        background-color: rgba(255,255,255,0.92);
     332        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     333        border-radius: 3px;
     334        -webkit-border-radius: 3px;
     335        -moz-border-radius: 3px;
     336        box-shadow: 0 0 5px #555;
     337        -webkit-box-shadow: 0 0 5px #555;
     338        -moz-box-shadow: 0 0 5px #555;
     339}
     340#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
     341        text-shadow: 0 0 2px #000;
     342}
     343
    324344/*calendar elements*/
    325345SPAN.calItem, SPAN.calItemEmpty
Note: See TracChangeset for help on using the changeset viewer.