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

Contents of /stil.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Thu Oct 4 14:59:34 2001 UTC (22 years, 5 months ago) by ravilov
Branch: MAIN
Changes since 1.4: +9 -13 lines
Added the archive. Some more bug fixes.

1 <?php
2 Header("Content-Type: text/css");
3 include_once("inc/global.php");
4 include_once("inc/util.php");
5 ?>
6
7 BODY, DIV, P, TABLE, TH, TD, INPUT, TEXTAREA, SELECT, OPTION {
8 font-family: Verdana, Arial, Helvetica, sans-serif;
9 font-size: 12px;
10 color: #000000;
11 }
12
13 TABLE.normal TH, TABLE.normal TD {
14 text-align: left;
15 vertical-align: top;
16 }
17
18 A {
19 text-decoration: none;
20 }
21
22 TT, PRE {
23 font-family: monospace;
24 }
25
26 A {
27 font-family: Verdana, sans-serif;
28 font-size: 12px;
29 }
30
31 UL, OL {
32 margin-top: 0;
33 padding-top: 0;
34 }
35
36 P.ptitle {
37 font-weight: bold;
38 margin-bottom: 0;
39 }
40
41 P.ptext {
42 text-align: left;
43 /* text-indent: 20px; */
44 margin-top: 0;
45 }
46
47 .newzworld, .newzpliva {
48 font-size: 12px;
49 font-weight: bold;
50 }
51
52 .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {
53 color: #000000;
54 font-size: 12px;
55 /* font-weight: bold; */
56 }
57
58 .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
59 color: #000000;
60 font-size: 18px;
61 font-weight: bold;
62 }
63
64 .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newzworldsub0, .newzworldsub1, .newsworldsubtitle0, .newsworldsubtitle1, .newzplivasub0, .newzplivasub1, .newsplivasubtitle0, .newsplivasubtitle1 {
65 /* text-indent: 15px; */
66 }
67
68 .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {
69 font-size: 12px;
70 color: #000000;
71 font-weight: normal;
72 }
73
74 .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {
75 color: #000000;
76 font-weight: normal;
77 }
78
79 .subtitle {
80 color: gray;
81 font-size: 11px;
82 font-weight: bold;
83 }
84
85 .newztitle {
86 color: #FFFFFF;
87 font-face: Verdana, sans-serif;
88 font-size: 10px;
89 font-weight: bold;
90 }
91
92 .more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited, .xmore:link, .xmore:visited {
93 color: #0000FF;
94 text-decoration: none;
95 font-size: 10px;
96 }
97
98 .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .xmore:hover, .more3:hover {
99 color: #0000FF;
100 text-decoration: underline;
101 }
102
103 .xmore:link, .xmore:visited, .xmore:hover {
104 color: #000000;
105 }
106
107 .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ {
108 color: #<?= $isMed ? "003366" : "4D9499"; ?>;
109 }
110
111 .newzworld, .newsworldtitle, .wmore:link, .wmore:visited, .wmore:hover, .wnhead /*, .newzworldsub0, .newzworldsub1, .newsworldsubtitle0, .newsworldsubtitle1 */ {
112 color: #2D8DC8;
113 }
114
115 .newzpliva, .newsplivatitle, .pmore:link, .pmore:visited, .pmore:hover, .pnhead /*, .newzplivasub0, .newzplivasub1, .newsplivasubtitle0, .newsplivasubtitle1 */ {
116 color: #<?= $isMed ? "003366" : "9C79AE"; ?>;
117 }
118
119 .more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active, .xmore:active {
120 color: #FF0000;
121 text-decoration: none;
122 }
123
124 .more3 {
125 font-family: monospace;
126 font-size: 10px;
127 font-weight: bold;
128 }
129
130 SMALL, .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u {
131 font-size: 10px;
132 }
133
134 .small {
135 font-weight: normal;
136 }
137
138 .bsmall {
139 font-weight: bold;
140 }
141
142 .btn_b, .btn_i, .btn_u {
143 font-family: serif;
144 width: 22px;
145 height: auto;
146 }
147
148 .btn_b {
149 font-weight: bolder;
150 font-style: plain;
151 text-decoration: none;
152 }
153
154 .btn_i {
155 font-weight: normal;
156 font-style: italic;
157 text-decoration: none;
158 }
159
160 .btn_u {
161 font-weight: normal;
162 font-style: plain;
163 text-decoration: underline;
164 }
165
166 .note, .warning {
167 font-weight: bold;
168 font-family: Verdana, sans-serif;
169 }
170
171 .warning {
172 color: #FF0000;
173 }
174
175 .library {
176 font-family: serif;
177 font-size: 14px;
178 }
179
180 .sstitle {
181 font-weight: bold;
182 color: #000000;
183 background-color: #EEEEEE;
184 }
185
186 .sstitle2 {
187 font-size: 16px;
188 font-weight: bold;
189 }
190
191 .sstitle3 {
192 font-size: 12px;
193 font-weight: normal;
194 font-style: italic;
195 }
196
197 .ssheader {
198 font-size: 12px;
199 font-weight: bold;
200 }
201
202 .sshead1, .sshead2, .ssitem {
203 font-family: Verdana, sans-serif;
204 font-size: 11px;
205 text-align: left;
206 text-decoration: none;
207 text-align: center;
208 }
209
210 A.sshead1, A.sshead2 {
211 text-decoration: underline;
212 }
213
214 .sshead1, .sshead2 {
215 font-weight: bold;
216 }
217
218 .sshead1:hover, .sshead2:hover {
219 text-decoration: underline;
220 }
221
222 .sshead1 {
223 color: #000000;
224 }
225
226 .sshead2 {
227 color: #000000;
228 text-align: left;
229 }
230
231 .ssrow0 {
232 background-color: #B6E1CB;
233 }
234
235 .ssrow1, .ssrow2 {
236 color: #000000;
237 text-decoration: none;
238 }
239
240 A.ssrow1, A.ssrow2 {
241 text-decoration: underline;
242 }
243
244 .ssrow1 {
245 background-color: #EEEEEE;
246 }
247
248 .ssrow2 {
249 background-color: #FFFFFF;
250 }
251
252 .ssrow1:hover, .ssrow2:hover {
253 text-decoration: underline;
254 }
255
256 .ssitem {
257 color: #000000;
258 font-weight: normal;
259 }
260
261 .ddhead {
262 color: #000000;
263 background-color: #B6E1CB;
264 text-align: left;
265 font-weight: bold;
266 text-decoration: none;
267 }
268
269 .ddrow {
270 color: #000000;
271 background-color: #EEEEEE;
272 text-align: left;
273 font-weight: normal;
274 text-decoration: none;
275 }
276
277 A.ddrow {
278 text-decoration: underline;
279 }
280
281 .ddrow:hover {
282 text-decoration: underline;
283 }
284
285 .menurow {
286 padding-left: 4px;
287 padding-right: 4px;
288 padding-top: 0;
289 padding-bottom: 0;
290 }
291
292 .menu0, .menu1 {
293 font-family: Verdana, sans-serif;
294 font-size: 8px;
295 font-weight: bold;
296 text-decoration: none;
297 padding-left: 6px;
298 padding-right: 6px;
299 padding-top: 2px;
300 padding-bottom: 2px;
301 width: 126px;
302 height: 14px;
303 }
304
305 .menu0 {
306 color: #336633;
307 }
308
309 .menu1 {
310 color: #000080;
311 }
312
313 .menu2 {
314 font-family: Verdana, sans-serif;
315 font-size: 10px;
316 font-weight: bold;
317 font-style: plain;
318 text-decoration: none;
319 color: #336633;
320 }
321
322 .menu2:hover {
323 text-decoration: underline;
324 }
325
326 .menu2:active {
327 text-decoration: none;
328 }
329
330 .mainlinks, .mainlinks:visited, .mainlinks:active, .mainlinks2 {
331 font-size: 11px;
332 font-weight: bold;
333 color: #<?= $isMed ? "003366" : "336633"; ?>;
334 text-decoration: none;
335 }
336
337 .mainlinks2 {
338 font-size: 12px;
339 font-weight: bold;
340 }
341
342 .mainlinks:hover {
343 text-decoration: underline;
344 }
345
346 .mainlinks:active {
347 text-decoration: none;
348 }
349
350 SPAN.mainlinks {
351 color: #000000;
352 }
353
354 .wnhead, .pnhead {
355 font-size: 12px;
356 font-weight: bold;
357 }
358
359 .idxselected {
360 color: #C0C0C0;
361 font-weight: bold;
362 }
363
364 .small3 {
365 color: #FF0000;
366 font-weight: bold;
367 }
368
369 <?php if (!$isMed): ?>
370 .kalendar, .kalendar2 {
371 font-family: Arial, Helvetica, sans-serif;
372 font-weight: bold;
373 font-size: 9px;
374 color: gray;
375 }
376
377 .kalendar2 {
378 border-width: 1px;
379 border-style: solid;
380 border-color: #FFBBBB;
381 }
382
383 TH.kalendar2 {
384 color: #FFFFFF;
385 font-size: 11px;
386 }
387 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.26