/[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.10 by ravilov, Sat Oct 27 16:54:50 2001 UTC
# Line 10  BODY, DIV, P, TABLE, TH, TD, INPUT, TEXT Line 10  BODY, DIV, P, TABLE, TH, TD, INPUT, TEXT
10          color: #000000;          color: #000000;
11  }  }
12    
13    BODY {
14            margin-left: 0;
15            margin-right; 0;
16    }
17    
18  TABLE.normal TH, TABLE.normal TD {  TABLE.normal TH, TABLE.normal TD {
19          text-align: left;          text-align: left;
20          vertical-align: top;          vertical-align: top;
# Line 23  TT, PRE { Line 28  TT, PRE {
28          font-family: monospace;          font-family: monospace;
29  }  }
30    
31    BLOCKQUOTE {
32            padding-top: 2px;
33            margin-top: 2px;
34    }
35    
36  A {  A {
37          font-family: Verdana, sans-serif;          font-family: Verdana, sans-serif;
38          font-size: 12px;          font-size: 12px;
# Line 39  P.ptitle { Line 49  P.ptitle {
49  }  }
50    
51  P.ptext {  P.ptext {
52          text-align: left;          /* text-align: left; */
53          /* text-indent: 20px; */          /* text-indent: 20px; */
54          margin-top: 0;          margin-top: 0;
55  }  }
56    
57  .newzworld, .newzpliva {  .newzworld, .newzpliva, .newz {
58          font-size: 12px;          font-size: 12px;
59          font-weight: bold;          font-weight: bold;
60  }  }
# Line 351  SPAN.mainlinks { Line 361  SPAN.mainlinks {
361          color: #000000;          color: #000000;
362  }  }
363    
364  .wnhead, .pnhead {  .head, .wnhead, .pnhead {
365          font-size: 12px;          font-size: 12px;
366          font-weight: bold;          font-weight: bold;
367  }  }
# Line 385  SPAN.mainlinks { Line 395  SPAN.mainlinks {
395          background-color: #FF0000;          background-color: #FF0000;
396  }  }
397    
398    .qahead {
399            color: #<?= $isMed ? "003366" : "336633"; ?>;
400            font-weight: bold;
401    }
402    
403    .qaitem {
404            color: #000000;
405    }
406    
407    .qabg {
408            background-color: #<?= $isMed ? "D0E7F4" : "DAF0E5"; ?>;
409    }
410    
411    .qabg1 {
412            background-color: #E0E0E0;
413    }
414    
415    .qabg2 {
416            background-color: #FFFFFF;
417    }
418    
419  <?php if (!$isMed): ?>  <?php if (!$isMed): ?>
420  .kalendar, .kalendar2 {  .kalendar, .kalendar2 {
421          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
# Line 403  TH.kalendar2 { Line 434  TH.kalendar2 {
434          color: #FFFFFF;          color: #FFFFFF;
435          font-size: 11px;          font-size: 11px;
436  }  }
437    
438    .semafor {
439            color: #FFFFFF;
440            font-family: Vedrana, sans-serif;
441            font-size: 9px;
442    }
443  <?php endif; ?>  <?php endif; ?>
444    
445    .black {
446            color: #000000;
447    }
448    
449    .underlined, A.small {
450            text-decoration: underline;
451            color: #0000FF;
452    }
453    
454    .underlined:active, A.small:active {
455            color: #FF0000;
456            text-decoration: none;
457    }

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

  ViewVC Help
Powered by ViewVC 1.1.26