/[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.4 - (hide 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 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 ravilov 1.4 A {
23     text-decoration: none;
24     }
25    
26 ravilov 1.1 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 ravilov 1.3 .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {
61 ravilov 1.4 color: #000000;
62 ravilov 1.1 font-size: 12px;
63     /* font-weight: bold; */
64     }
65    
66     .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
67 ravilov 1.4 color: #000000;
68 ravilov 1.1 font-size: 18px;
69     font-weight: bold;
70     }
71    
72 ravilov 1.3 .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newzworldsub0, .newzworldsub1, .newsworldsubtitle0, .newsworldsubtitle1, .newzplivasub0, .newzplivasub1, .newsplivasubtitle0, .newsplivasubtitle1 {
73 ravilov 1.1 /* text-indent: 15px; */
74     }
75    
76 ravilov 1.3 .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {
77 ravilov 1.1 font-size: 12px;
78 ravilov 1.4 color: #000000;
79 ravilov 1.3 font-weight: normal;
80 ravilov 1.1 }
81    
82 ravilov 1.3 .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {
83 ravilov 1.4 color: #000000;
84 ravilov 1.3 font-weight: normal;
85 ravilov 1.1 }
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 ravilov 1.3 .more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited {
101 ravilov 1.1 color: #0000FF;
102     text-decoration: none;
103     font-size: 10px;
104     }
105    
106 ravilov 1.3 .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .more3:hover {
107 ravilov 1.1 color: #0000FF;
108     text-decoration: underline;
109     }
110    
111 ravilov 1.3 .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 ravilov 1.1 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 ravilov 1.3 background-color: #EEEEEE;
188 ravilov 1.1 }
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 ravilov 1.3 font-size: 11px;
209 ravilov 1.1 text-align: left;
210     text-decoration: none;
211 ravilov 1.3 text-align: center;
212     }
213    
214     A.sshead1, A.sshead2 {
215     text-decoration: underline;
216 ravilov 1.1 }
217    
218     .sshead1, .sshead2 {
219     font-weight: bold;
220     }
221    
222     .sshead1:hover, .sshead2:hover {
223     text-decoration: underline;
224     }
225    
226     .sshead1 {
227 ravilov 1.3 color: #000000;
228 ravilov 1.1 }
229    
230     .sshead2 {
231     color: #000000;
232 ravilov 1.3 text-align: left;
233 ravilov 1.1 }
234    
235     .ssrow0 {
236 ravilov 1.3 background-color: #B6E1CB;
237 ravilov 1.1 }
238    
239     .ssrow1, .ssrow2 {
240     color: #000000;
241     text-decoration: none;
242     }
243    
244 ravilov 1.3 A.ssrow1, A.ssrow2 {
245     text-decoration: underline;
246     }
247    
248 ravilov 1.1 .ssrow1 {
249 ravilov 1.3 background-color: #EEEEEE;
250 ravilov 1.1 }
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 ravilov 1.3 color: #000000;
267     background-color: #B6E1CB;
268 ravilov 1.1 text-align: left;
269     font-weight: bold;
270     text-decoration: none;
271     }
272    
273     .ddrow {
274     color: #000000;
275 ravilov 1.3 background-color: #EEEEEE;
276 ravilov 1.1 text-align: left;
277     font-weight: normal;
278     text-decoration: none;
279     }
280    
281 ravilov 1.3 A.ddrow {
282     text-decoration: underline;
283     }
284    
285 ravilov 1.1 .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 ravilov 1.3 .mainlinks, .mainlinks:visited, .mainlinks:active, .mainlinks2 {
335 ravilov 1.1 font-size: 11px;
336     font-weight: bold;
337     color: #<?= $isMed ? "003366" : "336633"; ?>;
338     text-decoration: none;
339     }
340    
341 ravilov 1.3 .mainlinks2 {
342     font-size: 12px;
343     font-weight: bold;
344     }
345    
346 ravilov 1.1 .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 ravilov 1.3
373     <?php if (!$isMed): ?>
374 ravilov 1.1 .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