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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26