Changeset 14650


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

CSS changes for 2.4

Location:
extensions/floOS
Files:
4 edited

Legend:

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

    r11916 r14650  
    513513#imageToolBar {
    514514  text-align: center;
    515   position: relative;
    516515  clear: both;
    517516  margin-bottom: 4px;
     
    555554        margin-left:5px;
    556555        margin-right:5px;
     556  margin-top:-20px;
    557557        display:inline;
    558558        width:auto;
     
    561561        margin-left:5px;
    562562        margin-right:5px;
     563  margin-top:-20px;
    563564        display:inline;
    564565        width:auto;
     
    573574/**               les miniatures */
    574575.thumbLink {
    575 height:45px;
     576height:70px;
    576577width:auto;
    577578}
  • 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
  • extensions/floOS/OS_glass_clear/theme.css

    r12669 r14650  
    2424
    2525/* backgrounds */
    26 H3, .throw {
     26.throw {
    2727  background-color: #ffffff;    /* white */
    2828}
  • extensions/floOS/OS_glass_dark/theme.css

    r12669 r14650  
    1414
    1515/* backgrounds */
    16 H3, .throw {
     16.throw {
    1717  background-color: #ffffff;    /* white */
    1818}
Note: See TracChangeset for help on using the changeset viewer.