/[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.10 by ravilov, Wed Sep 19 12:23:56 2001 UTC
# Line 1  Line 1 
1  BODY, DIV, P, TD, TABLE, TH {  BODY, DIV, P, TABLE, TH, TD {
2          font-family: Arial, Helvetica, sans-serif;          font-family: Arial, Helvetica, sans-serif;
3          font-size: 12px;          font-size: 12px;
4          color: #000000;          color: #000000;
5  }  }
6    
7    TABLE.normal TH, TABLE.normal TD {
8            text-align: left;
9            vertical-align: top;
10    }
11    
12  INPUT, TEXTAREA, SELECT, OPTION {  INPUT, TEXTAREA, SELECT, OPTION {
13          font-family: sans-serif;          font-family: sans-serif;
14  }  }
# Line 12  TT { Line 17  TT {
17          font-family: monospace;          font-family: monospace;
18  }  }
19    
20    A {
21            font-family: sans-serif;
22            font-size: 12px;
23    }
24    
25    UL, OL {
26            margin-top: 0;
27            padding-top: 0;
28    }
29    
30    SMALL {
31            font-size: 80%;
32    }
33    
34  P.ptitle {  P.ptitle {
35          font-weight: bold;          font-weight: bold;
36          margin-bottom: 0;          margin-bottom: 0;
# Line 72  P.ptext { Line 91  P.ptext {
91          font-weight: bold;          font-weight: bold;
92  }  }
93    
94  .more:link, .more:visited {  .more:link, .more:visited, .more3:link, .more3:visited {
95          color: #0000FF;          color: #0000FF;
96          background: transparent;          background: transparent;
97          text-decoration: none;          text-decoration: none;
98            font-size: 10px;
99  }  }
100    
101  .more:hover {  .more:hover, .more3:hover {
102          color: #0000FF;          color: #0000FF;
103          background: transparent;          background: transparent;
104          text-decoration: underline;          text-decoration: underline;
105  }  }
106    
107  .more:active {  .more:active, .more3:active {
108          color: #FF0000;          color: #FF0000;
109          background: transparent;          background: transparent;
110          text-decoration: none;          text-decoration: none;
111  }  }
112    
113    .more3 {
114            font-family: monospace;
115            font-size: 8pt;
116            font-weight: bold;
117    }
118    
119  .small, .btn_updown, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
120          font-size: 10px;          font-size: 10px;
121  }  }
# Line 136  P.ptext { Line 162  P.ptext {
162          font-size: 14px;          font-size: 14px;
163  }  }
164    
 .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;  
 }  
   
165  .sstitle {  .sstitle {
166          font-weight: bold;          font-weight: bold;
167          color: #000000;          color: #000000;
# Line 175  P.ptext { Line 173  P.ptext {
173          font-weight: bold;          font-weight: bold;
174  }  }
175    
176    .sstitle3 {
177            font-size: 10pt;
178            font-weight: normal;
179            font-style: italic;
180    }
181    
182  .ssheader {  .ssheader {
183          font-size: 11pt;          font-size: 11pt;
184          font-weight: bold;          font-weight: bold;
# Line 261  P.ptext { Line 265  P.ptext {
265  }  }
266    
267  .menu1 {  .menu1 {
268          color: #000000;          color: #000080;
269  }  }
270    
271    .menu2 {
272            font-family: sans-serif;
273            font-size: 8pt;
274            font-weight: bold;
275            font-style: plain;
276            text-decoration: none;
277            color: #336633;
278    }
279    

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

  ViewVC Help
Powered by ViewVC 1.1.26