/[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.2 - (show annotations)
Wed Sep 26 13:04:28 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +1 -1 lines
Added some missing files, and some missing features...

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

  ViewVC Help
Powered by ViewVC 1.1.26