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

Diff of /stil.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Fri Sep 28 23:34:37 2001 UTC revision 1.11 by ravilov, Mon Oct 29 14:43:21 2001 UTC
# Line 4  Line 4 
4          include_once("inc/util.php");          include_once("inc/util.php");
5  ?>  ?>
6    
7  BODY, DIV, P, TABLE, TH, TD {  BODY, DIV, P, TABLE, TH, TD, INPUT, TEXTAREA, SELECT, OPTION {
8          font-family: Verdana, Arial, Helvetica, sans-serif;          font-family: Verdana, Arial, Helvetica, sans-serif;
9          font-size: 12px;          font-size: 12px;
10          color: #000000;          color: #000000;
11  }  }
12    
13    BODY {
14            margin-left: 0;
15            margin-right; 0;
16    }
17    
18  TABLE.normal TH, TABLE.normal TD {  TABLE.normal TH, TABLE.normal TD {
19          text-align: left;          text-align: left;
20          vertical-align: top;          vertical-align: top;
21  }  }
22    
23  INPUT, TEXTAREA, SELECT, OPTION {  A {
24          font-family: Verdana, sans-serif;          text-decoration: none;
25  }  }
26    
27  TT, PRE {  TT, PRE {
28          font-family: monospace;          font-family: monospace;
29  }  }
30    
31    BLOCKQUOTE {
32            padding-top: 2px;
33            margin-top: 2px;
34    }
35    
36  A {  A {
37          font-family: Verdana, sans-serif;          font-family: Verdana, sans-serif;
38          font-size: 12px;          font-size: 12px;
# Line 33  UL, OL { Line 43  UL, OL {
43          padding-top: 0;          padding-top: 0;
44  }  }
45    
 SMALL {  
         font-size: 10px;  
 }  
   
46  P.ptitle {  P.ptitle {
47          font-weight: bold;          font-weight: bold;
48          margin-bottom: 0;          margin-bottom: 0;
49  }  }
50    
51  P.ptext {  P.ptext {
52          text-align: left;          /* text-align: left; */
53          /* text-indent: 20px; */          /* text-indent: 20px; */
54          margin-top: 0;          margin-top: 0;
55  }  }
56    
57  .newzworld, .newzpliva {  .newzworld, .newzpliva, .newz {
58          font-size: 12px;          font-size: 12px;
59          font-weight: bold;          font-weight: bold;
60  }  }
61    
62  .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {  .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {
63            color: #000000;
64          font-size: 12px;          font-size: 12px;
65          /* font-weight: bold; */          /* font-weight: bold; */
66  }  }
67    
68  .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {  .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
69            color: #000000;
70          font-size: 18px;          font-size: 18px;
71          font-weight: bold;          font-weight: bold;
72  }  }
# Line 69  P.ptext { Line 77  P.ptext {
77    
78  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {
79          font-size: 12px;          font-size: 12px;
80            color: #000000;
81          font-weight: normal;          font-weight: normal;
82  }  }
83    
84  .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {  .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {
85            color: #000000;
86          font-weight: normal;          font-weight: normal;
87  }  }
88    
# Line 89  P.ptext { Line 99  P.ptext {
99          font-weight: bold;          font-weight: bold;
100  }  }
101    
102  .more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited {  .more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited, .xmore:link, .xmore:visited {
103          color: #0000FF;          color: #0000FF;
104          text-decoration: none;          text-decoration: none;
105          font-size: 10px;          font-size: 10px;
106  }  }
107    
108  .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .more3:hover {  .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .xmore:hover, .more3:hover {
109          color: #0000FF;          color: #0000FF;
110          text-decoration: underline;          text-decoration: underline;
111  }  }
112    
113    .xmore:link, .xmore:visited, .xmore:hover {
114            color: #000000;
115    }
116    
117  .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ {  .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ {
118          color: #<?= $isMed ? "003366" : "4D9499"; ?>;          color: #<?= $isMed ? "003366" : "4D9499"; ?>;
119  }  }
# Line 112  P.ptext { Line 126  P.ptext {
126          color: #<?= $isMed ? "003366" : "9C79AE"; ?>;          color: #<?= $isMed ? "003366" : "9C79AE"; ?>;
127  }  }
128    
129  .more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active {  .more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active, .xmore:active {
130          color: #FF0000;          color: #FF0000;
131          text-decoration: none;          text-decoration: none;
132  }  }
# Line 123  P.ptext { Line 137  P.ptext {
137          font-weight: bold;          font-weight: bold;
138  }  }
139    
140  .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u {  SMALL, .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u {
141          font-size: 10px;          font-size: 10px;
142  }  }
143    
# Line 169  P.ptext { Line 183  P.ptext {
183  }  }
184    
185  .library {  .library {
186          font-family: serif;          /* font-family: serif; */
187          font-size: 14px;          font-size: 14px;
188  }  }
189    
# Line 347  SPAN.mainlinks { Line 361  SPAN.mainlinks {
361          color: #000000;          color: #000000;
362  }  }
363    
364  .wnhead, .pnhead {  .head, .wnhead, .pnhead {
365          font-size: 12px;          font-size: 12px;
366          font-weight: bold;          font-weight: bold;
367  }  }
# Line 362  SPAN.mainlinks { Line 376  SPAN.mainlinks {
376          font-weight: bold;          font-weight: bold;
377  }  }
378    
379    .semniska, .semumjerena, .semvisoka, .semvrlovisoka {
380            color: #FFFFFF;
381            text-align: center;
382            vertical-align: bottom;
383    }
384    
385    .semniska {
386            background-color: #00A000;
387    }
388    
389    .semumjerena, .semvisoka {
390            color: #000000;
391            background-color: #FFFF00;
392    }
393    
394    .semvrlovisoka {
395            background-color: #FF0000;
396    }
397    
398    .qahead {
399            color: #<?= $isMed ? "003366" : "336633"; ?>;
400            font-weight: bold;
401    }
402    
403    .qaitem {
404            color: #000000;
405    }
406    
407    .qabg {
408            background-color: #<?= $isMed ? "D0E7F4" : "DAF0E5"; ?>;
409    }
410    
411    .qabg1 {
412            background-color: #E0E0E0;
413    }
414    
415    .qabg2 {
416            background-color: #FFFFFF;
417    }
418    
419  <?php if (!$isMed): ?>  <?php if (!$isMed): ?>
420  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
421          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
# Line 380  TH.kalendar2 { Line 434  TH.kalendar2 {
434          color: #FFFFFF;          color: #FFFFFF;
435          font-size: 11px;          font-size: 11px;
436  }  }
437    
438    .semafor {
439            color: #FFFFFF;
440            font-family: Vedrana, sans-serif;
441            font-size: 9px;
442    }
443  <?php endif; ?>  <?php endif; ?>
444    
445    .black {
446            color: #000000;
447    }
448    
449    .underlined, A.small {
450            text-decoration: underline;
451            color: #0000FF;
452    }
453    
454    .underlined:active, A.small:active {
455            color: #FF0000;
456            text-decoration: none;
457    }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.26