/[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.1 by ravilov, Fri Aug 3 09:12:42 2001 UTC revision 1.4 by ravilov, Thu Aug 16 09:08:42 2001 UTC
# Line 4  BODY, DIV, P, TD, TABLE, TR { Line 4  BODY, DIV, P, TD, TABLE, TR {
4          color: #000000;          color: #000000;
5  }  }
6    
 BODY {  
         margin: 0;  
 }  
   
7  INPUT, TEXTAREA, SELECT, OPTION {  INPUT, TEXTAREA, SELECT, OPTION {
8          font-family: sans-serif;          font-family: sans-serif;
9  }  }
# Line 65  P.ptext { Line 61  P.ptext {
61          font-weight: bold;          font-weight: bold;
62  }  }
63    
64    .newztitle {
65            color: #FFFFFF;
66            font-face: Verdana, Tahoma, sans-serif;
67            font-size: 8pt;
68            font-weight: bold;
69    }
70    
71  .more:link, .more:visited {  .more:link, .more:visited {
72          color: #0000FF;          color: #0000FF;
73          text-decoration: none;          text-decoration: none;
# Line 80  P.ptext { Line 83  P.ptext {
83          text-decoration: none;          text-decoration: none;
84  }  }
85    
86  .small, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
87          font-size: 10px;          font-size: 10px;
88  }  }
89    
90    .btn_updown {
91            font-weight: bolder;
92    }
93    
94  .btn_b, .btn_i, .btn_u {  .btn_b, .btn_i, .btn_u {
95          font-family: serif;          font-family: serif;
96          width: 22px;          width: 22px;
# Line 92  P.ptext { Line 99  P.ptext {
99    
100  .btn_b {  .btn_b {
101          font-weight: bolder;          font-weight: bolder;
102          font-style: normal;          font-style: plain;
103          text-decoration: none;          text-decoration: none;
104  }  }
105    
# Line 104  P.ptext { Line 111  P.ptext {
111    
112  .btn_u {  .btn_u {
113          font-weight: normal;          font-weight: normal;
114          font-style: normal;          font-style: plain;
115          text-decoration: underline;          text-decoration: underline;
116  }  }
117    
118    .note, .warning {
119            font-weight: bold;
120            font-family: Verdana, sans-serif;
121    }
122    
123    .warning {
124            color: #FF0000;
125    }
126    
127    .library {
128            font-family: serif;
129            font-size: 14px;
130    }
131    
132    .black, .white, .lgray, .dgray {
133            width: 10px;
134            height: 10px;
135            border-color: #000000;
136            border-style: solid;
137            border-width: 1px;
138    }
139    
140    .black {
141            color: #000000;
142            background-color: #000000;
143    }
144    
145    .white {
146            color: #FFFFFF;
147            background-color: #FFFFFF;
148    }
149    
150    .lgray {
151            color: #E0E0E0;
152            background-color: #E0E0E0;
153    }
154    
155    .dgray {
156            color: #808080;
157            background-color: #808080;
158    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26