/[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.4 - (show annotations)
Tue Oct 2 16:18:09 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.3: +8 -0 lines
Users can now pick their username/password on registration (PLIVAmed). Other bugfixes.

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

  ViewVC Help
Powered by ViewVC 1.1.26