Changeset 8

Show
Ignore:
Timestamp:
21/08/06 17:20:35 (7 years ago)
Author:
dez
Message:

Tidy-up of the CSS - now grouped under headings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • css/sucs.css

    r7 r8  
     1/* -------------------------------------------------- 
     2    General 
     3   -------------------------------------------------- */ 
     4 
    15body { 
    26        font-family: Arial, sans-serif; 
     
    1014} 
    1115 
     16img { 
     17        border: 0; 
     18} 
     19 
     20/* -------------------------------------------------- 
     21    Branding 
     22   -------------------------------------------------- */ 
     23 
    1224#branding { 
    1325        width: 100%; 
     
    2436 
    2537.cornerTopLeft { 
    26 height: 100%; background: url('../images/left-top-corner.png') top left no-repeat; 
     38        height: 100%; 
     39        background: url('../images/left-top-corner.png') top left no-repeat; 
    2740} 
    2841 
    2942.cornerTopRight { 
    30 height: 100%; background: url('../images/right-top-corner.png') top right no-repeat; 
     43        height: 100%; 
     44        background: url('../images/right-top-corner.png') top right no-repeat; 
    3145} 
    3246 
    3347.cornerBottomLeft { 
    34 height: 100%; background: url('../images/left-bottom-corner.png') bottom left no-repeat; 
     48        height: 100%; 
     49        background: url('../images/left-bottom-corner.png') bottom left no-repeat; 
    3550} 
    3651 
    3752.cornerBottomRight { 
    38 height: 100%; background: url('../images/right-bottom-corner.png') bottom right no-repeat; 
     53        height: 100%; 
     54        background: url('../images/right-bottom-corner.png') bottom right no-repeat; 
    3955} 
    4056 
    4157#logo { 
    42 float: left; 
    43 } 
    44  
    45 img { 
    46         border: 0; 
     58        float: left; 
    4759} 
    4860 
     
    5264 
    5365#title { 
    54 float: left; margin-left: 2.8em; color: #a52f0f; 
     66        float: left; 
     67        margin-left: 2.8em; 
     68        color: #a52f0f; 
    5569} 
    5670 
     
    6478        line-height: 1.5em; 
    6579        text-align: right; 
    66         font-size: 75%; 
    67 } 
     80        font-size: 80%; 
     81} 
     82 
     83/* -------------------------------------------------- 
     84    Columns 
     85   -------------------------------------------------- */ 
    6886 
    6987#wrapper { 
     
    7896#navigation { 
    7997        float: left; 
    80         width: 20%; 
     98        width: 17%; 
    8199        padding-top: 0.5em; 
    82100} 
     
    84102#content { 
    85103        float: right; 
    86         width: 79%; 
     104        width: 82%; 
    87105} 
    88106 
     
    93111        text-align: justify; 
    94112        padding: 0; 
    95 } 
    96  
    97 #primaryC { 
    98113} 
    99114 
     
    110125        margin: 0; 
    111126        padding: 0; 
    112 } 
    113  
    114 #footer { 
    115         background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b; 
    116         margin: 0; 
    117         margin-bottom: 0.5em; 
    118 } 
    119  
    120  
    121 #footer p { 
    122         margin: 0; 
    123         text-align: center; 
    124         font-size: 80%; 
    125         padding: 0.5em; 
    126127} 
    127128 
     
    144145        color: #ffc62b; 
    145146        background: #e76808 url('../images/menu-top-right.png') no-repeat top right; 
    146         padding-left: 0.5em; 
     147        padding-left: 1em; 
    147148        margin-bottom: 2px; 
    148149} 
     
    155156        font-size: 80%; 
    156157        font-weight: normal; 
    157         padding-left: 1.3em; 
     158        padding-left: 2em; 
    158159        background: #ffc62b; 
    159160        color: #d45e08; 
     
    180181        width: 100%; 
    181182} 
     183 
     184/* -------------------------------------------------- 
     185    Footer 
     186   -------------------------------------------------- */ 
     187 
     188#footer { 
     189        background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b; 
     190        margin: 0; 
     191        margin-bottom: 0.5em; 
     192} 
     193 
     194 
     195#footer p { 
     196        margin: 0; 
     197        text-align: center; 
     198        font-size: 80%; 
     199        padding: 0.5em; 
     200}