Ignore:
Timestamp:
May 2, 2012, 8:56:07 PM (12 years ago)
Author:
flop25
Message:

CSS changes for 2.4

File:
1 edited

Legend:

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

    r12669 r14650  
    1515
    1616/* backgrounds */
    17 H3, .throw {
    18   background-color: #ffffff;    /* white */
    19 }
    2017body {
    2118        background-image: url(images/bg.jpg);
     
    249246        background-position: center bottom;
    250247        background-color: #000000;
     248  color:#fff;
    251249}/*
    252250#imageToolBar A:hover {
     
    281279        width:auto;
    282280}
     281#derivativeSwitchBox {
     282        font-size: 11px;
     283        color: #000033;
     284        text-shadow: 0 0 2px #ccc;
     285        padding: 4px 8px;
     286        border: 1px solid rgba(255,255,255,0.25);
     287        background-color: rgb(255,255,255);
     288        background-color: rgba(255,255,255,0.92);
     289        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
     290        border-radius: 3px;
     291        -webkit-border-radius: 3px;
     292        -moz-border-radius: 3px;
     293        box-shadow: 0 0 5px #555;
     294        -webkit-box-shadow: 0 0 5px #555;
     295        -moz-box-shadow: 0 0 5px #555;
     296}
     297#derivativeSwitchBox A:hover{
     298        text-shadow: 0 0 2px #000;
     299  color:
     300}
     301
    283302/*calendar elements*/
    284303SPAN.calItem, SPAN.calItemEmpty
Note: See TracChangeset for help on using the changeset viewer.