/[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.1.1.1 by ravilov, Fri Aug 3 09:12:42 2001 UTC revision 1.8 by ravilov, Thu Aug 30 16:35:36 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    
 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 39  P.ptext { Line 39  P.ptext {
39  }  }
40    
41  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
42          text-indent: 15px;          /* text-indent: 15px; */
43  }  }
44    
45  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
# 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    
93  .small, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
94          font-size: 10px;          font-size: 10px;
95  }  }
96    
97    .btn_updown {
98            font-weight: bolder;
99    }
100    
101  .btn_b, .btn_i, .btn_u {  .btn_b, .btn_i, .btn_u {
102          font-family: serif;          font-family: serif;
103          width: 22px;          width: 22px;
# Line 92  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 104  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    
125    .note, .warning {
126            font-weight: bold;
127            font-family: Verdana, sans-serif;
128    }
129    
130    .warning {
131            color: #FF0000;
132    }
133    
134    .library {
135            font-family: serif;
136            font-size: 14px;
137    }
138    
139    .black, .white, .lgray, .dgray {
140            width: 10px;
141            height: 10px;
142            border-color: #000000;
143            border-style: solid;
144            border-width: 1px;
145    }
146    
147    .black {
148            color: #000000;
149            background-color: #000000;
150    }
151    
152    .white {
153            color: #FFFFFF;
154            background-color: #FFFFFF;
155    }
156    
157    .lgray {
158            color: #E0E0E0;
159            background-color: #E0E0E0;
160    }
161    
162    .dgray {
163            color: #808080;
164            background-color: #808080;
165    }
166    
167    .sstitle {
168            font-weight: bold;
169            color: #000000;
170            background-color: #CCCCCC;
171    }
172    
173    .sstitle2 {
174            font-size: 14pt;
175            font-weight: bold;
176    }
177    
178    .ssheader {
179            font-size: 11pt;
180            font-weight: bold;
181    }
182    
183    .sshead1, .sshead2, .ssitem {
184            font-family: sans-serif;
185            font-size: 12px;
186            text-align: left;
187            text-decoration: none;
188    }
189    
190    .sshead1, .sshead2 {
191            font-weight: bold;
192    }
193    
194    .sshead1 {
195            color: #CCCCCC;
196    }
197    
198    .sshead2 {
199            color: #000000;
200    }
201    
202    .ssrow0 {
203            background-color: #CC3333;
204    }
205    
206    .ssrow1 {
207            color: #000000;
208            background-color: #CCCCCC;
209            text-decoration: none;
210    }
211    
212    .ssrow2 {
213            color: #000000;
214            background-color: #FFFFFF;
215            text-decoration: none;
216    }
217    
218    .ssitem {
219            color: #000000;
220            font-weight: normal;
221    }
222    
223    .ddhead {
224            color: #FFFFFF;
225            background-color: #CC3333;
226            text-align: left;
227            font-weight: bold;
228            text-decoration: none;
229    }
230    
231    .ddrow {
232            color: #000000;
233            background-color: #FFFFCC;
234            text-align: left;
235            font-weight: normal;
236            text-decoration: none;
237    }
238    
239    .menurow {
240            padding-left: 4px;
241            padding-right: 4px;
242            padding-top: 0;
243            padding-bottom: 0;
244    }
245    
246    .menu0, .menu1 {
247            font-family: Verdana, sans-serif;
248            font-size: 8px;
249            font-weight: bold;
250            text-decoration: none;
251            padding-left: 6px;
252            padding-right: 6px;
253            padding-top: 2px;
254            padding-bottom: 2px;
255            width: 126px;
256            height: 14px;
257    }
258    
259    .menu0 {
260            color: #336633;
261    }
262    
263    .menu1 {
264            color: #000000;
265    }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26