/[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.6 by ravilov, Fri Oct 5 15:10:52 2001 UTC revision 1.8 by ravilov, Fri Oct 12 09:22:02 2001 UTC
# Line 39  P.ptitle { Line 39  P.ptitle {
39  }  }
40    
41  P.ptext {  P.ptext {
42          text-align: left;          /* text-align: left; */
43          /* text-indent: 20px; */          /* text-indent: 20px; */
44          margin-top: 0;          margin-top: 0;
45  }  }
# Line 351  SPAN.mainlinks { Line 351  SPAN.mainlinks {
351          color: #000000;          color: #000000;
352  }  }
353    
354  .wnhead, .pnhead {  .head, .wnhead, .pnhead {
355          font-size: 12px;          font-size: 12px;
356          font-weight: bold;          font-weight: bold;
357  }  }
# Line 385  SPAN.mainlinks { Line 385  SPAN.mainlinks {
385          background-color: #FF0000;          background-color: #FF0000;
386  }  }
387    
388    .qahead {
389            color: #<?= $isMed ? "003366" : "336633"; ?>;
390            font-weight: bold;
391    }
392    
393    .qaitem {
394            color: #000000;
395    }
396    
397    .qabg {
398            background-color: #<?= $isMed ? "D0E7F4" : "DAF0E5"; ?>;
399    }
400    
401    .qabg1 {
402            background-color: #E0E0E0;
403    }
404    
405    .qabg2 {
406            background-color: #FFFFFF;
407    }
408    
409  <?php if (!$isMed): ?>  <?php if (!$isMed): ?>
410  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
411          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
# Line 403  TH.kalendar2 { Line 424  TH.kalendar2 {
424          color: #FFFFFF;          color: #FFFFFF;
425          font-size: 11px;          font-size: 11px;
426  }  }
427    
428    .semafor {
429            color: #FFFFFF;
430            font-family: Vedrana, sans-serif;
431            font-size: 9px;
432    }
433  <?php endif; ?>  <?php endif; ?>
434    
435    .black {
436            color: #000000;
437    }
438    
439    .underlined, A.small {
440            text-decoration: underline;
441            color: #0000FF;
442    }
443    
444    .underlined:active, A.small:active {
445            color: #FF0000;
446            text-decoration: none;
447    }

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

  ViewVC Help
Powered by ViewVC 1.1.26