/[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.1 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.3 by ravilov, Fri Sep 28 23:34:37 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2            Header("Content-Type: text/css");
3          include_once("inc/global.php");          include_once("inc/global.php");
4          include_once("inc/util.php");          include_once("inc/util.php");
         Header("Content-Type: text/css");  
5  ?>  ?>
6    
7  BODY, DIV, P, TABLE, TH, TD {  BODY, DIV, P, TABLE, TH, TD {
# Line 53  P.ptext { Line 53  P.ptext {
53          font-weight: bold;          font-weight: bold;
54  }  }
55    
56  .newzworldsub, .newzplivasub {  .newzworldsub0, .newzworldsub1, .newzplivasub0, .newzplivasub1 {
57          font-size: 12px;          font-size: 12px;
58          /* font-weight: bold; */          /* font-weight: bold; */
59  }  }
# Line 63  P.ptext { Line 63  P.ptext {
63          font-weight: bold;          font-weight: bold;
64  }  }
65    
66  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newzworldsub0, .newzworldsub1, .newsworldsubtitle0, .newsworldsubtitle1, .newzplivasub0, .newzplivasub1, .newsplivasubtitle0, .newsplivasubtitle1 {
67          /* text-indent: 15px; */          /* text-indent: 15px; */
68  }  }
69    
70  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {  .mainsubtitle0, .mainsubtitle1, .topicsubtitle0, .topicsubtitle1, .newsworldsubtitle0, .newsworldsubtitle1, .newsplivasubtitle0, .newsplivasubtitle1 {
71          font-size: 12px;          font-size: 12px;
72          font-weight: bold;          font-weight: normal;
 }  
   
 .topictitle /*, .topicsubtitle */ {  
         color: #<?= $isMed ? "003366" : "4D9499"; ?>;  
 }  
   
 .newzworld, .newsworldtitle, .wnhead /*, .newzworldsub, .newsworldsubtitle */ {  
         color: #2D8DC8;  
73  }  }
74    
75  .newzpliva, .newsplivatitle, .pnhead /*, .newzplivasub, .newsplivasubtitle */ {  .mainsubtitle0, .topicsubtitle0, .newzworldsubtitle0, .newzworldsub0, .newsworldsubtitle0, .newzplivasub0, .newsplivasubtitle0 {
76          color: #<?= $isMed ? "003366" : "9C79AE"; ?>;          font-weight: normal;
77  }  }
78    
79  .subtitle {  .subtitle {
# 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 {  .more:link, .more:visited, .more3:link, .more3:visited, .tmore:link, .tmore:visited, .pmore:link, .pmore:visited, .wmore:link, .wmore:visited {
93          color: #0000FF;          color: #0000FF;
         background: transparent;  
94          text-decoration: none;          text-decoration: none;
95          font-size: 10px;          font-size: 10px;
96  }  }
97    
98  .more:hover, .more3:hover {  .more:hover, .tmore:hover, .pmore:hover, .wmore:hover, .more3:hover {
99          color: #0000FF;          color: #0000FF;
         background: transparent;  
100          text-decoration: underline;          text-decoration: underline;
101  }  }
102    
103  .more:active, .more3:active {  .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          color: #FF0000;          color: #FF0000;
         background: transparent;  
117          text-decoration: none;          text-decoration: none;
118  }  }
119    
# Line 175  P.ptext { Line 176  P.ptext {
176  .sstitle {  .sstitle {
177          font-weight: bold;          font-weight: bold;
178          color: #000000;          color: #000000;
179          background-color: #CCCCCC;          background-color: #EEEEEE;
180  }  }
181    
182  .sstitle2 {  .sstitle2 {
# Line 196  P.ptext { Line 197  P.ptext {
197    
198  .sshead1, .sshead2, .ssitem {  .sshead1, .sshead2, .ssitem {
199          font-family: Verdana, sans-serif;          font-family: Verdana, sans-serif;
200          font-size: 12px;          font-size: 11px;
201          text-align: left;          text-align: left;
202          text-decoration: none;          text-decoration: none;
203            text-align: center;
204    }
205    
206    A.sshead1, A.sshead2 {
207            text-decoration: underline;
208  }  }
209    
210  .sshead1, .sshead2 {  .sshead1, .sshead2 {
# Line 210  P.ptext { Line 216  P.ptext {
216  }  }
217    
218  .sshead1 {  .sshead1 {
219          color: #CCCCCC;          color: #000000;
220  }  }
221    
222  .sshead2 {  .sshead2 {
223          color: #000000;          color: #000000;
224            text-align: left;
225  }  }
226    
227  .ssrow0 {  .ssrow0 {
228          background-color: #CC3333;          background-color: #B6E1CB;
229  }  }
230    
231  .ssrow1, .ssrow2 {  .ssrow1, .ssrow2 {
# Line 226  P.ptext { Line 233  P.ptext {
233          text-decoration: none;          text-decoration: none;
234  }  }
235    
236    A.ssrow1, A.ssrow2 {
237            text-decoration: underline;
238    }
239    
240  .ssrow1 {  .ssrow1 {
241          background-color: #CCCCCC;          background-color: #EEEEEE;
242  }  }
243    
244  .ssrow2 {  .ssrow2 {
# Line 244  P.ptext { Line 255  P.ptext {
255  }  }
256    
257  .ddhead {  .ddhead {
258          color: #FFFFFF;          color: #000000;
259          background-color: #CC3333;          background-color: #B6E1CB;
260          text-align: left;          text-align: left;
261          font-weight: bold;          font-weight: bold;
262          text-decoration: none;          text-decoration: none;
# Line 253  P.ptext { Line 264  P.ptext {
264    
265  .ddrow {  .ddrow {
266          color: #000000;          color: #000000;
267          background-color: #FFFFCC;          background-color: #EEEEEE;
268          text-align: left;          text-align: left;
269          font-weight: normal;          font-weight: normal;
270          text-decoration: none;          text-decoration: none;
271  }  }
272    
273    A.ddrow {
274            text-decoration: underline;
275    }
276    
277  .ddrow:hover {  .ddrow:hover {
278          text-decoration: underline;          text-decoration: underline;
279  }  }
# Line 308  P.ptext { Line 323  P.ptext {
323          text-decoration: none;          text-decoration: none;
324  }  }
325    
326  .mainlinks, .mainlinks:visited, .mainlinks:active {  .mainlinks, .mainlinks:visited, .mainlinks:active, .mainlinks2 {
327          font-size: 11px;          font-size: 11px;
328          font-weight: bold;          font-weight: bold;
329          color: #<?= $isMed ? "003366" : "336633"; ?>;          color: #<?= $isMed ? "003366" : "336633"; ?>;
330          text-decoration: none;          text-decoration: none;
331  }  }
332    
333    .mainlinks2 {
334            font-size: 12px;
335            font-weight: bold;
336    }
337    
338  .mainlinks:hover {  .mainlinks:hover {
339          text-decoration: underline;          text-decoration: underline;
340  }  }
# Line 337  SPAN.mainlinks { Line 357  SPAN.mainlinks {
357          font-weight: bold;          font-weight: bold;
358  }  }
359    
 <?php if ($isMed): ?>  
360  .small3 {  .small3 {
361          color: #FF0000;          color: #FF0000;
362          font-weight: bold;          font-weight: bold;
363  }  }
364  <?php else: ?>  
365    <?php if (!$isMed): ?>
366  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
367          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
368          font-weight: bold;          font-weight: bold;

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

  ViewVC Help
Powered by ViewVC 1.1.26