/[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.5 by ravilov, Mon Aug 20 13:35:00 2001 UTC revision 1.7 by ravilov, Mon Aug 27 09:17:40 2001 UTC
# Line 74  P.ptext { Line 74  P.ptext {
74    
75  .more:link, .more:visited {  .more:link, .more:visited {
76          color: #0000FF;          color: #0000FF;
77            background: transparent;
78          text-decoration: none;          text-decoration: none;
79  }  }
80    
81  .more:hover {  .more:hover {
82          color: #0000FF;          color: #0000FF;
83            background: transparent;
84          text-decoration: underline;          text-decoration: underline;
85  }  }
86    
87  .more:active {  .more:active {
88          color: #FF0000;          color: #FF0000;
89            background: transparent;
90          text-decoration: none;          text-decoration: none;
91  }  }
92    
# Line 160  P.ptext { Line 163  P.ptext {
163          color: #808080;          color: #808080;
164          background-color: #808080;          background-color: #808080;
165  }  }
166    
167    .sstitle {
168            font-size: 14pt;
169            font-weight: bold;
170            color: #000000;
171    }
172    
173    .ssheader {
174            font-size: 11pt;
175            font-weight: bold;
176    }
177    
178    .sshead1, .sshead2, .ssitem {
179            font-family: sans-serif;
180            font-size: 12px;
181            text-align: left;
182    }
183    
184    .sshead1, .sshead2 {
185            font-weight: bold;
186    }
187    
188    .sshead1 {
189            color: #CCCCCC;
190    }
191    
192    .sshead2 {
193            color: #000000;
194    }
195    
196    .ssrow0 {
197            background-color: #CC3333;
198    }
199    
200    .ssrow1 {
201            background-color: #CCCCCC;
202    }
203    
204    .ssrow2 {
205            background-color: #FFFFFF;
206    }
207    
208    .ssitem {
209            color: #000000;
210            font-weight: normal;
211    }

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

  ViewVC Help
Powered by ViewVC 1.1.26