/[health_html]/stil.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /stil.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ravilov, Tue Aug 7 13:55:51 2001 UTC revision 1.7 by ravilov, Mon Aug 27 09:17:40 2001 UTC
# Line 4  BODY, DIV, P, TD, TABLE, TR { Line 4  BODY, DIV, P, TD, TABLE, TR {
4          color: #000000;          color: #000000;
5  }  }
6    
 BODY {  
         margin: 0;  
 }  
   
7  INPUT, TEXTAREA, SELECT, OPTION {  INPUT, TEXTAREA, SELECT, OPTION {
8          font-family: sans-serif;          font-family: sans-serif;
9  }  }
10    
11    TT {
12            font-family: monospace;
13    }
14    
15  P.ptitle {  P.ptitle {
16          font-weight: bold;          font-weight: bold;
17          margin-bottom: 0;          margin-bottom: 0;
# Line 65  P.ptext { Line 65  P.ptext {
65          font-weight: bold;          font-weight: bold;
66  }  }
67    
68    .newztitle {
69            color: #FFFFFF;
70            font-face: Verdana, Tahoma, sans-serif;
71            font-size: 8pt;
72            font-weight: bold;
73    }
74    
75  .more:link, .more:visited {  .more:link, .more:visited {
76          color: #0000FF;          color: #0000FF;
77            background: transparent;
78          text-decoration: none;          text-decoration: none;
79  }  }
80    
81  .more:hover {  .more:hover {
82          color: #0000FF;          color: #0000FF;
83            background: transparent;
84          text-decoration: underline;          text-decoration: underline;
85  }  }
86    
87  .more:active {  .more:active {
88          color: #FF0000;          color: #FF0000;
89            background: transparent;
90          text-decoration: none;          text-decoration: none;
91  }  }
92    
# Line 96  P.ptext { Line 106  P.ptext {
106    
107  .btn_b {  .btn_b {
108          font-weight: bolder;          font-weight: bolder;
109          font-style: normal;          font-style: plain;
110          text-decoration: none;          text-decoration: none;
111  }  }
112    
# Line 108  P.ptext { Line 118  P.ptext {
118    
119  .btn_u {  .btn_u {
120          font-weight: normal;          font-weight: normal;
121          font-style: normal;          font-style: plain;
122          text-decoration: underline;          text-decoration: underline;
123  }  }
124    
# Line 132  P.ptext { Line 142  P.ptext {
142          border-color: #000000;          border-color: #000000;
143          border-style: solid;          border-style: solid;
144          border-width: 1px;          border-width: 1px;
         position: relative;  
145  }  }
146    
147  .black {  .black {
# Line 154  P.ptext { Line 163  P.ptext {
163          color: #808080;          color: #808080;
164          background-color: #808080;          background-color: #808080;
165  }  }
166    
167    .sstitle {
168            font-size: 14pt;
169            font-weight: bold;
170            color: #000000;
171    }
172    
173    .ssheader {
174            font-size: 11pt;
175            font-weight: bold;
176    }
177    
178    .sshead1, .sshead2, .ssitem {
179            font-family: sans-serif;
180            font-size: 12px;
181            text-align: left;
182    }
183    
184    .sshead1, .sshead2 {
185            font-weight: bold;
186    }
187    
188    .sshead1 {
189            color: #CCCCCC;
190    }
191    
192    .sshead2 {
193            color: #000000;
194    }
195    
196    .ssrow0 {
197            background-color: #CC3333;
198    }
199    
200    .ssrow1 {
201            background-color: #CCCCCC;
202    }
203    
204    .ssrow2 {
205            background-color: #FFFFFF;
206    }
207    
208    .ssitem {
209            color: #000000;
210            font-weight: normal;
211    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26