Changeset 1378

Show
Ignore:
Timestamp:
06/16/2009 04:26:15 PM (15 months ago)
Author:
DarTar
Message:

Porting CSS from trunk, refs #6 and #868

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/css/wikka.css

    r1377 r1378  
    44----------------------------------------------- */ 
    55 
    6 /* global styling */ 
    7  
    8 p, td, li, input, select, textarea { 
    9         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
    10         line-height: 20px; 
     6/* page layout */ 
     7 
     8body { 
     9        font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif; 
    1110        font-size: 13px; 
    12 } 
    13  
    14 form, h1, h2, h3, h4, h5 { 
    15         margin: 0px; 
    16         padding: 0px; 
    17 } 
    18  
    19 /* page layout */ 
    20  
    21 body { 
    22         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;     font-size: 13px; 
    2311/*      text-align: justify; */                 /* comment out this line if you really need justified text */ 
    2412        line-height: 20px; 
    2513        color: #000000; 
    2614        background-color: #F8F8F8; 
    27 } 
     15        margin: 0; 
     16} 
     17 
     18form, h1, h2, h3, h4, h5 { 
     19        margin: 0px; 
     20        padding: 0px; 
     21} 
     22 
     23/* page layout */ 
     24 
    2825 
    2926#page { 
    30         width: 100%; 
    31         float: left; 
    32  
    3327} 
    3428 
     
    3630        position: relative; /* needed for the correct positioning of system messages */ 
    3731        padding: 10px 10px 0 10px; 
    38         float: left; 
    3932} 
    4033 
     
    4841        border: 1px solid #CCC; 
    4942        border-bottom: none; 
    50         height: 100%; 
    5143} 
    5244 
    5345#footer { 
    54         margin: 0; 
    55         clear: both; 
     46        width: 100%; 
    5647        float: left; 
    57         padding: 2px; 
     48        background-color: #E3E3E3; 
     49        padding: 0 10px; 
    5850} 
    5951 
     
    267259/* text formatting */ 
    268260 
     261h1, h2, h3, h4, h5 { 
     262        font-family: Georgia, "DejaVu Serif", Times, serif; 
     263        font-weight: normal; 
     264} 
     265 
    269266h5 { 
    270         font-size: 10pt; 
     267        font-size: 12pt; 
    271268} 
    272269 
    273270h4 { 
    274         font-size: 12pt; 
     271        font-size: 14pt; 
    275272} 
    276273 
    277274h3 { 
    278         font-size: 14pt; 
     275        font-size: 16pt; 
    279276} 
    280277 
    281278h2 { 
    282         font-size: 16pt; 
     279        font-size: 18pt; 
    283280} 
    284281 
    285282h1 { 
    286         font-size: 18pt; 
     283        font-size: 20pt; 
    287284} 
    288285 
     
    998995        text-align: left;  
    999996        padding: 2pt; 
    1000         margin-right: 10px; 
    1001997} 
    1002998 
    1003999ul#main_menu li+li:before { 
    1004         content: " "; 
     1000        content: " :: "; 
    10051001} 
    10061002 
    10071003ul#options_menu { 
     1004        padding: 5px 10px; 
     1005        border-bottom: 1px solid #CCCCCC; 
    10081006        text-align: left; 
    10091007        list-style-type: none; 
     
    10171015    text-align: left;  
    10181016    padding: 2pt; 
    1019     margin-left: 10px; 
     1017    margin-right: 15px; 
    10201018} 
    10211019