Ignore:
Timestamp:
Jul 21, 2009, 6:37:40 PM (15 years ago)
Author:
flop25
Message:

add new theme

File:
1 edited

Legend:

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

    r3644 r3652  
    1111BODY, H1, H2, H3, DT,
    1212INPUT.rateButtonSelected  {
    13   color:#000033;
     13  color:#fff;
     14}
     15#menubar ul {
     16        font-size:100%;
     17    color:#fff;
     18}
     19#menubar DT {
     20    color:#000;
     21}
     22#menubar ul A, h2 A, h3 A{
     23    color:#fff;
    1424}
    1525
     
    5262background: transparent url(images/section_in.png) repeat top center;
    5363}
    54 #comments H3, .titrePage h2, #section_in h2 {
     64.titrePage h2, #section_in h2 {
     65        background-color:transparent;
     66        color: #fff;
     67}
     68#comments H3 {
    5569        background-image: url(images/boutton.png);
    5670        background-repeat:repeat-x;
     
    5973        border: 1px solid #FFFFFF;
    6074}
    61 
    6275.content DIV.thumbnailCategory {
    6376        background-image: url(../../icon/menu/folder.png);
     
    94107        background-position:right bottom;
    95108        background-repeat:no-repeat;
    96         height:18px;
     109        height:50px;
    97110        width:18px;
    98111}
    99112#section_up {
    100  background-image: url(images/section_up.png);
    101  background-position:bottom;
    102  background-repeat:repeat-x;
    103  height:18px;
     113        background-image: url(images/section_up.png);
     114        background-position:bottom;
     115        background-repeat:repeat-x;
     116        height:50px;
     117        padding-top: 1em;       
    104118}
    105119#section_up_right{
     
    107121 background-position:left bottom;
    108122 background-repeat:no-repeat;
    109  height:18px;
     123        height:50px;
    110124 width:20px;
    111125}
     
    206220.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    207221  background-color: #FFFFFF;
    208   border-color: #0066CC;                 thumbnails border color when mouse cursor is over it
     222  border-color: #0066CC;
    209223  color: #0066CC;
    210224}
     
    219233
    220234A:hover, INPUT.rateButton:hover {
    221     color: #000000;
     235        border-bottom: none;
     236        font-weight:bold;
     237}
     238#menubar A:hover {
     239        font-weight: inherit;
    222240}
    223241
Note: See TracChangeset for help on using the changeset viewer.