/[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

Annotation of /stil.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Fri Sep 28 23:34:37 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +51 -31 lines
Added some new pages to PLIVAmed. Some bugfixes.

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

  ViewVC Help
Powered by ViewVC 1.1.26