/[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.6 by ravilov, Fri Oct 5 15:10:52 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;
# Line 15  TABLE.normal TH, TABLE.normal TD { Line 15  TABLE.normal TH, TABLE.normal TD {
15          vertical-align: top;          vertical-align: top;
16  }  }
17    
18  INPUT, TEXTAREA, SELECT, OPTION {  A {
19          font-family: Verdana, sans-serif;          text-decoration: none;
20  }  }
21    
22  TT, PRE {  TT, PRE {
# Line 33  UL, OL { Line 33  UL, OL {
33          padding-top: 0;          padding-top: 0;
34  }  }
35    
 SMALL {  
         font-size: 10px;  
 }  
   
36  P.ptitle {  P.ptitle {
37          font-weight: bold;          font-weight: bold;
38          margin-bottom: 0;          margin-bottom: 0;
# Line 54  P.ptext { Line 50  P.ptext {
50  }  }
51    
52  .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {  .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {
53            color: #000000;
54          font-size: 12px;          font-size: 12px;
55          /* font-weight: bold; */          /* font-weight: bold; */
56  }  }
57    
58  .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {  .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
59            color: #000000;
60          font-size: 18px;          font-size: 18px;
61          font-weight: bold;          font-weight: bold;
62  }  }
# Line 69  P.ptext { Line 67  P.ptext {
67    
68  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {
69          font-size: 12px;          font-size: 12px;
70            color: #000000;
71          font-weight: normal;          font-weight: normal;
72  }  }
73    
74  .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {  .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {
75            color: #000000;
76          font-weight: normal;          font-weight: normal;
77  }  }
78    
# Line 89  P.ptext { Line 89  P.ptext {
89          font-weight: bold;          font-weight: bold;
90  }  }
91    
92  .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 {
93          color: #0000FF;          color: #0000FF;
94          text-decoration: none;          text-decoration: none;
95          font-size: 10px;          font-size: 10px;
96  }  }
97    
98  .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .more3:hover {  .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .xmore:hover, .more3:hover {
99          color: #0000FF;          color: #0000FF;
100          text-decoration: underline;          text-decoration: underline;
101  }  }
102    
103    .xmore:link, .xmore:visited, .xmore:hover {
104            color: #000000;
105    }
106    
107  .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ {  .topictitle, .tmore:link, .tmore:visited, .tmore:hover /*, .topicsubtitle0, .topicsubtitle1 */ {
108          color: #<?= $isMed ? "003366" : "4D9499"; ?>;          color: #<?= $isMed ? "003366" : "4D9499"; ?>;
109  }  }
# Line 112  P.ptext { Line 116  P.ptext {
116          color: #<?= $isMed ? "003366" : "9C79AE"; ?>;          color: #<?= $isMed ? "003366" : "9C79AE"; ?>;
117  }  }
118    
119  .more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active {  .more:active, .tmore:active, .pmore:active, .wmore:active, .more3:active, .xmore:active {
120          color: #FF0000;          color: #FF0000;
121          text-decoration: none;          text-decoration: none;
122  }  }
# Line 123  P.ptext { Line 127  P.ptext {
127          font-weight: bold;          font-weight: bold;
128  }  }
129    
130  .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u {  SMALL, .small, .bsmall, .small3, .btn_b, .btn_i, .btn_u {
131          font-size: 10px;          font-size: 10px;
132  }  }
133    
# Line 362  SPAN.mainlinks { Line 366  SPAN.mainlinks {
366          font-weight: bold;          font-weight: bold;
367  }  }
368    
369    .semniska, .semumjerena, .semvisoka, .semvrlovisoka {
370            color: #FFFFFF;
371            text-align: center;
372            vertical-align: bottom;
373    }
374    
375    .semniska {
376            background-color: #00A000;
377    }
378    
379    .semumjerena, .semvisoka {
380            color: #000000;
381            background-color: #FFFF00;
382    }
383    
384    .semvrlovisoka {
385            background-color: #FF0000;
386    }
387    
388  <?php if (!$isMed): ?>  <?php if (!$isMed): ?>
389  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
390          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;

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

  ViewVC Help
Powered by ViewVC 1.1.26