/[health_html]/stil.css
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.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by ravilov, Thu Aug 30 16:35:36 2001 UTC revision 1.9 by ravilov, Mon Sep 3 15:52:15 2001 UTC
# Line 12  TT { Line 12  TT {
12          font-family: monospace;          font-family: monospace;
13  }  }
14    
15    A {
16            font-family: sans-serif;
17            font-size: 12px;
18    }
19    
20    UL, OL {
21            margin-top: 0;
22            padding-top: 0;
23    }
24    
25    SMALL {
26            font-size: 80%;
27    }
28    
29  P.ptitle {  P.ptitle {
30          font-weight: bold;          font-weight: bold;
31          margin-bottom: 0;          margin-bottom: 0;
# Line 72  P.ptext { Line 86  P.ptext {
86          font-weight: bold;          font-weight: bold;
87  }  }
88    
89  .more:link, .more:visited {  .more:link, .more:visited, .more3:link, .more3:visited {
90          color: #0000FF;          color: #0000FF;
91          background: transparent;          background: transparent;
92          text-decoration: none;          text-decoration: none;
93            font-size: 10px;
94  }  }
95    
96  .more:hover {  .more:hover, .more3:hover {
97          color: #0000FF;          color: #0000FF;
98          background: transparent;          background: transparent;
99          text-decoration: underline;          text-decoration: underline;
100  }  }
101    
102  .more:active {  .more:active, .more3:active {
103          color: #FF0000;          color: #FF0000;
104          background: transparent;          background: transparent;
105          text-decoration: none;          text-decoration: none;
106  }  }
107    
108    .more3 {
109            font-family: monospace;
110            font-size: 8pt;
111            font-weight: bold;
112    }
113    
114  .small, .btn_updown, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
115          font-size: 10px;          font-size: 10px;
116  }  }
# Line 136  P.ptext { Line 157  P.ptext {
157          font-size: 14px;          font-size: 14px;
158  }  }
159    
 .black, .white, .lgray, .dgray {  
         width: 10px;  
         height: 10px;  
         border-color: #000000;  
         border-style: solid;  
         border-width: 1px;  
 }  
   
 .black {  
         color: #000000;  
         background-color: #000000;  
 }  
   
 .white {  
         color: #FFFFFF;  
         background-color: #FFFFFF;  
 }  
   
 .lgray {  
         color: #E0E0E0;  
         background-color: #E0E0E0;  
 }  
   
 .dgray {  
         color: #808080;  
         background-color: #808080;  
 }  
   
160  .sstitle {  .sstitle {
161          font-weight: bold;          font-weight: bold;
162          color: #000000;          color: #000000;
# Line 175  P.ptext { Line 168  P.ptext {
168          font-weight: bold;          font-weight: bold;
169  }  }
170    
171    .sstitle3 {
172            font-size: 10pt;
173            font-weight: normal;
174            font-style: italic;
175    }
176    
177  .ssheader {  .ssheader {
178          font-size: 11pt;          font-size: 11pt;
179          font-weight: bold;          font-weight: bold;
# Line 261  P.ptext { Line 260  P.ptext {
260  }  }
261    
262  .menu1 {  .menu1 {
263          color: #000000;          color: #000080;
264    }
265    
266    .menu2 {
267            font-family: sans-serif;
268            font-size: 8pt;
269            font-weight: bold;
270            font-style: plain;
271            text-decoration: none;
272            color: #336633;
273  }  }
274    

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

  ViewVC Help
Powered by ViewVC 1.1.26