Changeset 193

Show
Ignore:
Timestamp:
02/18/08 13:07:21 (6 months ago)
Author:
stu
Message:

pulled out stylesheet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incubator/laf/_os.html

    r192 r193  
    77        <title>_os</title> 
    88         
    9         <style type="text/css" media="screen"> 
    10         /* */ 
    11         body { 
    12                 background: #acad9d url(images/background.jpg) no-repeat top left; 
    13                  
    14         } 
    15          
    16         #footer {                
    17          
    18                 background: #22211d url(images/relevance-os-logo.gif) no-repeat 98% .85em; 
    19                 height: 4em; 
    20                 position: fixed; 
    21                 bottom: 0; 
    22                 width: 100%; 
    23                 border-top: 2px solid #e5e6dc; 
    24         } 
    25          
    26         #page { 
    27                 padding: 1em; 
    28                 margin-bottom: 4em; 
    29                 width: 70%; 
    30                 float: left; 
    31         } 
    32          
    33         #sidebar { 
    34                 width: 20%; 
    35                 margin-top: 4em; 
    36                 padding: 1em; 
    37                 border-left: 1px dotted #999; 
    38                  
    39                 float: left; 
    40         } 
    41          
    42         h1, h2, h3, h4, h5, h6 { 
    43                 font-family: "Lucida Grande", Arial, Helvetica, sans-serif ; 
    44                 margin: .25em; 
    45                 padding: 0; 
    46         } 
    47          
    48         h1 s{ 
    49                 color: #29322d;          
    50         } 
    51          
    52         h2 { 
    53                 color: #0f70ac; 
    54         } 
    55          
    56         h3 { 
    57                 color: #ff5a00; 
    58         } 
    59          
    60         h4, h5, h6 { 
    61                 margin-left: -.5%;               
    62                  
    63         } 
    64          
    65         h5 { 
    66                 font-size: 90%; 
    67         } 
    68          
    69         h6 { 
    70                 font-size: 80%; 
    71         } 
    72          
    73         p, td, th, caption { 
    74                 font-family: Arial, Helvetica, sans-serif ; 
    75                 font-size: 87.5%; 
    76                 padding: .25em; 
    77                 margin: 0; 
    78                 color: #29322d;          
    79         } 
    80          
    81         hr { 
    82                 border: none 0;  
    83                         border-top: 1px solid #758771; 
    84                         border-bottom: 1px solid #29322d; 
    85                         width: 80%; 
    86                         height: 2px; 
    87                  
    88                         text-align: center; 
    89         } 
    90          
    91  
    92          
    93         table { 
    94                 width: 100%; 
    95                 border-spacing: 0; 
    96                 border-left: 1px solid #29322d; 
    97                 border-right: 1px solid #29322d; 
    98                 border-bottom: 1px solid #29322d; 
    99         } 
    100                  
    101         table thead th { 
    102                 color: #acad9d ; 
    103         } 
    104          
    105         table tfoot td { 
    106                 border-top: 1px solid #29322d; 
    107                 background: #758771; 
    108                 font-weight: 900; 
    109                 font-size: 80%; 
    110         } 
    111          
    112         tbody td, tbody tr.normal td { 
    113                 background: #8D907B; 
    114                 border-bottom: none; 
    115                 border-left: none; 
    116                 border-right: 1px solid #52594C; 
    117                 border-top: 1px solid #52594C; 
    118                 padding: 2px 3px 3px 4px 
    119         } 
    120          
    121  
    122         tbody tr.alt td { 
    123                 background: #747968; 
    124                 border-bottom: none; 
    125                 border-left: none; 
    126                 border-right: 1px solid #52594C; 
    127                 border-top: 1px solid #52594C; 
    128                 padding: 2px 3px 3px 4px 
    129         } 
    130  
    131          
    132         table thead th { 
    133                 background: #29322d; 
    134                 border-top: 1px solid #414d47;   
    135                 border-right: 1px solid #414d47; 
    136                 border-left: 1px solid #29322d;  
    137                 border-bottom: #202a25; 
    138                 text-align: left; 
    139                 font-size: 85%; 
    140         } 
    141          
    142         table tbody td { 
    143                 border-bottom: 1px solid #202a25; 
    144                 border-right: 1px solid #202a25; 
    145                 border-left: 1px solid #202a25; 
    146         } 
    147          
    148         caption { 
    149                 padding-top: 1em; 
    150                 text-align: left; 
    151                 font-weight: 900; 
    152                 color: #000; 
    153                 font-size: 85%; 
    154         } 
    155          
    156  
    157          
    158         .column:after { 
    159             content: ".";  
    160             display: block;  
    161             height: 0;  
    162             clear: both;  
    163             visibility: hidden; 
    164         } 
    165  
    166         .column {display: inline-block;} 
    167  
    168         /* Hides from IE-mac \*/ 
    169         * html .column {height: 1%;} 
    170         .column {display: block;} 
    171         /* End hide from IE-mac */ 
    172          
    173         </style> 
    174  
     9        <link type="text/css" media="screen" rel="stylesheet" href="relevance_os.css"/> 
    17510</head> 
    17611