Ignore:
Timestamp:
Jul 24, 2011, 6:13:53 PM (13 years ago)
Author:
flop25
Message:

main color (not grey) in config
header, elements of footer, elements of tittlebar and the menubar in "bubbles"
created 2 new classes : two_columns, one_column
width corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r11709 r11823  
    3131    min-height: 490px;
    3232                display:block;
     33                width:auto;
    3334}
    3435#menubar {
     
    6465.bloc {
    6566    display: block;
    66     margin: 3px;
     67    margin-top: 3px;
     68                margin-bottom:3px;
    6769    padding: 5px;
    6870    width: 150px;
     
    110112        padding:20px;
    111113}
     114#subcontent .stuffs_block, .content_block {
     115        padding:0;
     116}
     117#theHeader h1 {
     118        padding:0;
     119}
     120       
    112121/****************
    113122 color backgroung etc
     
    142151  background: transparent
    143152}
    144 #theHeader, .titrePage, .titrePage a, .footer_login a, .navigationBar a {
     153#theHeader a, .titrePage a, .footer_login a, .navigationBar a {
    145154    color: #E6554F;
    146155}
     
    160169        border:none;
    161170}
     171#menubar {
     172        color: #FFFFFF;
     173        background-image: url("img/btn.png");
     174        border-radius: 5px 5px 5px 5px;
     175        font-family: Helvetica,Arial,sans-serif;
     176        font-size: 12px;
     177        font-weight: bold;
     178        text-decoration: none;
     179        white-space: normal;
     180        border: 1px solid #424242;
     181        padding:5px;
     182}
     183#menubar dd{
     184        font-weight:normal;
     185}
     186.browsePath, #theHeader, .titrePage .categoryActions, #imageTitle, .randomButtons, #footer_left, #copyright {
     187        color: #FFFFFF;
     188        background-image: url("img/btn.png");
     189        background-color:transparent;
     190        border-radius: 5px 5px 5px 5px;
     191        font-family: Helvetica,Arial,sans-serif;
     192        font-size: 9px;
     193        font-weight: bold;
     194        text-decoration: none;
     195        text-transform: uppercase;
     196        white-space: normal;
     197        border: 1px solid #424242;
     198        padding:5px;
     199}
     200#tabZone {
     201        color: #FFFFFF;
     202        background-image: url("img/btn.png");
     203        border-radius: 5px 5px 5px 5px;
     204        font-family: Helvetica,Arial,sans-serif;
     205        font-size: 9px;
     206        font-weight: bold;
     207        text-decoration: none;
     208        text-transform: uppercase;
     209        white-space: normal;
     210        border: 1px solid #424242;
     211        padding:5px;
     212        background-color:transparent;
     213}
     214#tabZone * {
     215        color: #FFFFFF;
     216        background-color:transparent;
     217}
Note: See TracChangeset for help on using the changeset viewer.