/[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.5 by ravilov, Mon Aug 20 13:35:00 2001 UTC revision 1.10 by ravilov, Wed Sep 19 12:23:56 2001 UTC
# Line 1  Line 1 
1  BODY, DIV, P, TD, TABLE, TR {  BODY, DIV, P, TABLE, TH, TD {
2          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
3          font-size: 12px;          font-size: 12px;
4          color: #000000;          color: #000000;
5  }  }
6    
7    TABLE.normal TH, TABLE.normal TD {
8            text-align: left;
9            vertical-align: top;
10    }
11    
12  INPUT, TEXTAREA, SELECT, OPTION {  INPUT, TEXTAREA, SELECT, OPTION {
13          font-family: sans-serif;          font-family: sans-serif;
14  }  }
# Line 12  TT { Line 17  TT {
17          font-family: monospace;          font-family: monospace;
18  }  }
19    
20    A {
21            font-family: sans-serif;
22            font-size: 12px;
23    }
24    
25    UL, OL {
26            margin-top: 0;
27            padding-top: 0;
28    }
29    
30    SMALL {
31            font-size: 80%;
32    }
33    
34  P.ptitle {  P.ptitle {
35          font-weight: bold;          font-weight: bold;
36          margin-bottom: 0;          margin-bottom: 0;
# Line 39  P.ptext { Line 58  P.ptext {
58  }  }
59    
60  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
61          text-indent: 15px;          /* text-indent: 15px; */
62  }  }
63    
64  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
# Line 72  P.ptext { Line 91  P.ptext {
91          font-weight: bold;          font-weight: bold;
92  }  }
93    
94  .more:link, .more:visited {  .more:link, .more:visited, .more3:link, .more3:visited {
95          color: #0000FF;          color: #0000FF;
96            background: transparent;
97          text-decoration: none;          text-decoration: none;
98            font-size: 10px;
99  }  }
100    
101  .more:hover {  .more:hover, .more3:hover {
102          color: #0000FF;          color: #0000FF;
103            background: transparent;
104          text-decoration: underline;          text-decoration: underline;
105  }  }
106    
107  .more:active {  .more:active, .more3:active {
108          color: #FF0000;          color: #FF0000;
109            background: transparent;
110          text-decoration: none;          text-decoration: none;
111  }  }
112    
113    .more3 {
114            font-family: monospace;
115            font-size: 8pt;
116            font-weight: bold;
117    }
118    
119  .small, .btn_updown, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
120          font-size: 10px;          font-size: 10px;
121  }  }
# Line 133  P.ptext { Line 162  P.ptext {
162          font-size: 14px;          font-size: 14px;
163  }  }
164    
165  .black, .white, .lgray, .dgray {  .sstitle {
166          width: 10px;          font-weight: bold;
167          height: 10px;          color: #000000;
168          border-color: #000000;          background-color: #CCCCCC;
169          border-style: solid;  }
170          border-width: 1px;  
171    .sstitle2 {
172            font-size: 14pt;
173            font-weight: bold;
174    }
175    
176    .sstitle3 {
177            font-size: 10pt;
178            font-weight: normal;
179            font-style: italic;
180    }
181    
182    .ssheader {
183            font-size: 11pt;
184            font-weight: bold;
185    }
186    
187    .sshead1, .sshead2, .ssitem {
188            font-family: sans-serif;
189            font-size: 12px;
190            text-align: left;
191            text-decoration: none;
192    }
193    
194    .sshead1, .sshead2 {
195            font-weight: bold;
196    }
197    
198    .sshead1 {
199            color: #CCCCCC;
200  }  }
201    
202  .black {  .sshead2 {
203          color: #000000;          color: #000000;
         background-color: #000000;  
204  }  }
205    
206  .white {  .ssrow0 {
207          color: #FFFFFF;          background-color: #CC3333;
208    }
209    
210    .ssrow1 {
211            color: #000000;
212            background-color: #CCCCCC;
213            text-decoration: none;
214    }
215    
216    .ssrow2 {
217            color: #000000;
218          background-color: #FFFFFF;          background-color: #FFFFFF;
219            text-decoration: none;
220    }
221    
222    .ssitem {
223            color: #000000;
224            font-weight: normal;
225    }
226    
227    .ddhead {
228            color: #FFFFFF;
229            background-color: #CC3333;
230            text-align: left;
231            font-weight: bold;
232            text-decoration: none;
233    }
234    
235    .ddrow {
236            color: #000000;
237            background-color: #FFFFCC;
238            text-align: left;
239            font-weight: normal;
240            text-decoration: none;
241    }
242    
243    .menurow {
244            padding-left: 4px;
245            padding-right: 4px;
246            padding-top: 0;
247            padding-bottom: 0;
248  }  }
249    
250  .lgray {  .menu0, .menu1 {
251          color: #E0E0E0;          font-family: Verdana, sans-serif;
252          background-color: #E0E0E0;          font-size: 8px;
253            font-weight: bold;
254            text-decoration: none;
255            padding-left: 6px;
256            padding-right: 6px;
257            padding-top: 2px;
258            padding-bottom: 2px;
259            width: 126px;
260            height: 14px;
261  }  }
262    
263  .dgray {  .menu0 {
264          color: #808080;          color: #336633;
         background-color: #808080;  
265  }  }
266    
267    .menu1 {
268            color: #000080;
269    }
270    
271    .menu2 {
272            font-family: sans-serif;
273            font-size: 8pt;
274            font-weight: bold;
275            font-style: plain;
276            text-decoration: none;
277            color: #336633;
278    }
279    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26