/[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.7 by ravilov, Mon Aug 27 09:17:40 2001 UTC revision 1.8 by ravilov, Thu Aug 30 16:35:36 2001 UTC
# Line 1  Line 1 
1  BODY, DIV, P, TD, TABLE, TR {  BODY, DIV, P, TD, TABLE, TH {
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;
# Line 39  P.ptext { Line 39  P.ptext {
39  }  }
40    
41  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
42          text-indent: 15px;          /* text-indent: 15px; */
43  }  }
44    
45  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {  .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
# Line 165  P.ptext { Line 165  P.ptext {
165  }  }
166    
167  .sstitle {  .sstitle {
         font-size: 14pt;  
168          font-weight: bold;          font-weight: bold;
169          color: #000000;          color: #000000;
170            background-color: #CCCCCC;
171    }
172    
173    .sstitle2 {
174            font-size: 14pt;
175            font-weight: bold;
176  }  }
177    
178  .ssheader {  .ssheader {
# Line 179  P.ptext { Line 184  P.ptext {
184          font-family: sans-serif;          font-family: sans-serif;
185          font-size: 12px;          font-size: 12px;
186          text-align: left;          text-align: left;
187            text-decoration: none;
188  }  }
189    
190  .sshead1, .sshead2 {  .sshead1, .sshead2 {
# Line 198  P.ptext { Line 204  P.ptext {
204  }  }
205    
206  .ssrow1 {  .ssrow1 {
207            color: #000000;
208          background-color: #CCCCCC;          background-color: #CCCCCC;
209            text-decoration: none;
210  }  }
211    
212  .ssrow2 {  .ssrow2 {
213            color: #000000;
214          background-color: #FFFFFF;          background-color: #FFFFFF;
215            text-decoration: none;
216  }  }
217    
218  .ssitem {  .ssitem {
219          color: #000000;          color: #000000;
220          font-weight: normal;          font-weight: normal;
221  }  }
222    
223    .ddhead {
224            color: #FFFFFF;
225            background-color: #CC3333;
226            text-align: left;
227            font-weight: bold;
228            text-decoration: none;
229    }
230    
231    .ddrow {
232            color: #000000;
233            background-color: #FFFFCC;
234            text-align: left;
235            font-weight: normal;
236            text-decoration: none;
237    }
238    
239    .menurow {
240            padding-left: 4px;
241            padding-right: 4px;
242            padding-top: 0;
243            padding-bottom: 0;
244    }
245    
246    .menu0, .menu1 {
247            font-family: Verdana, sans-serif;
248            font-size: 8px;
249            font-weight: bold;
250            text-decoration: none;
251            padding-left: 6px;
252            padding-right: 6px;
253            padding-top: 2px;
254            padding-bottom: 2px;
255            width: 126px;
256            height: 14px;
257    }
258    
259    .menu0 {
260            color: #336633;
261    }
262    
263    .menu1 {
264            color: #000000;
265    }

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

  ViewVC Help
Powered by ViewVC 1.1.26