/[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.5 by ravilov, Thu Oct 4 14:59:34 2001 UTC revision 1.12 by ravilov, Mon Oct 29 14:46:41 2001 UTC
# Line 23  TT, PRE { Line 23  TT, PRE {
23          font-family: monospace;          font-family: monospace;
24  }  }
25    
26    BLOCKQUOTE {
27            padding-top: 2px;
28            margin-top: 2px;
29    }
30    
31  A {  A {
32          font-family: Verdana, sans-serif;          font-family: Verdana, sans-serif;
33          font-size: 12px;          font-size: 12px;
# Line 39  P.ptitle { Line 44  P.ptitle {
44  }  }
45    
46  P.ptext {  P.ptext {
47          text-align: left;          /* text-align: left; */
48          /* text-indent: 20px; */          /* text-indent: 20px; */
49          margin-top: 0;          margin-top: 0;
50  }  }
51    
52  .newzworld, .newzpliva {  .newzworld, .newzpliva, .newz {
53          font-size: 12px;          font-size: 12px;
54          font-weight: bold;          font-weight: bold;
55  }  }
# Line 173  SMALL, .small, .bsmall, .small3, .btn_b, Line 178  SMALL, .small, .bsmall, .small3, .btn_b,
178  }  }
179    
180  .library {  .library {
181          font-family: serif;          /* font-family: serif; */
182          font-size: 14px;          font-size: 14px;
183  }  }
184    
# Line 351  SPAN.mainlinks { Line 356  SPAN.mainlinks {
356          color: #000000;          color: #000000;
357  }  }
358    
359  .wnhead, .pnhead {  .head, .wnhead, .pnhead {
360          font-size: 12px;          font-size: 12px;
361          font-weight: bold;          font-weight: bold;
362  }  }
# Line 366  SPAN.mainlinks { Line 371  SPAN.mainlinks {
371          font-weight: bold;          font-weight: bold;
372  }  }
373    
374    .semniska, .semumjerena, .semvisoka, .semvrlovisoka {
375            color: #FFFFFF;
376            text-align: center;
377            vertical-align: bottom;
378    }
379    
380    .semniska {
381            background-color: #00A000;
382    }
383    
384    .semumjerena, .semvisoka {
385            color: #000000;
386            background-color: #FFFF00;
387    }
388    
389    .semvrlovisoka {
390            background-color: #FF0000;
391    }
392    
393    .qahead {
394            color: #<?= $isMed ? "003366" : "336633"; ?>;
395            font-weight: bold;
396    }
397    
398    .qaitem {
399            color: #000000;
400    }
401    
402    .qabg {
403            background-color: #<?= $isMed ? "D0E7F4" : "DAF0E5"; ?>;
404    }
405    
406    .qabg1 {
407            background-color: #E0E0E0;
408    }
409    
410    .qabg2 {
411            background-color: #FFFFFF;
412    }
413    
414  <?php if (!$isMed): ?>  <?php if (!$isMed): ?>
415  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
416          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
# Line 384  TH.kalendar2 { Line 429  TH.kalendar2 {
429          color: #FFFFFF;          color: #FFFFFF;
430          font-size: 11px;          font-size: 11px;
431  }  }
432    
433    .semafor {
434            color: #FFFFFF;
435            font-family: Vedrana, sans-serif;
436            font-size: 9px;
437    }
438  <?php endif; ?>  <?php endif; ?>
439    
440    .black {
441            color: #000000;
442    }
443    
444    .underlined, A.small {
445            text-decoration: underline;
446            color: #0000FF;
447    }
448    
449    .underlined:active, A.small:active {
450            color: #FF0000;
451            text-decoration: none;
452    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26