/[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.4 by ravilov, Tue Oct 2 16:18:09 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    
 INPUT, TEXTAREA, SELECT, OPTION {  
         font-family: Verdana, sans-serif;  
 }  
   
18  A {  A {
19          text-decoration: none;          text-decoration: none;
20  }  }
# Line 37  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 97  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 120  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 131  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 370  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.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26