/[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.12 - (show annotations)
Mon Oct 29 14:46:41 2001 UTC (22 years, 5 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -5 lines
Fixed a minor bug in CSS.

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

  ViewVC Help
Powered by ViewVC 1.1.26