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

    r14653 r15941  
    107107}
    108108.thumbnails span, .thumbnails .wrap2 a, .thumbnails label {
    109     width: 145px;
     109    width: 145px !important;;
    110110}
    111111.illustration IMG {
     
    352352    font-weight:bold;
    353353}
     354#derivativeSwitchBox, #sortOrderBox {
     355        font-size: 11px;
     356        color: #fff;
     357        text-shadow: 0 0 2px #ccc;
     358        padding: 4px 8px;
     359        border: 1px solid rgba(50,50,50,0.25);
     360        background-color: rgb(50,50,50);
     361        background-color: rgba(50,50,50,0.92);
     362        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     363        border-radius: 3px;
     364        -webkit-border-radius: 3px;
     365        -moz-border-radius: 3px;
     366        box-shadow: 0 0 5px #555;
     367        -webkit-box-shadow: 0 0 5px #555;
     368        -moz-box-shadow: 0 0 5px #555;
     369}
     370#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
     371        text-shadow: 0 0 2px #000;
     372        color: #fff;
     373}
     374
    354375/*calendar elements*/
    355376SPAN.calItem, SPAN.calItemEmpty
Note: See TracChangeset for help on using the changeset viewer.