/[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.2 by ravilov, Tue Aug 7 13:55:51 2001 UTC
# Line 80  P.ptext { Line 80  P.ptext {
80          text-decoration: none;          text-decoration: none;
81  }  }
82    
83  .small, .btn_b, .btn_i, .btn_u {  .small, .btn_updown, .btn_b, .btn_i, .btn_u {
84          font-size: 10px;          font-size: 10px;
85  }  }
86    
87    .btn_updown {
88            font-weight: bolder;
89    }
90    
91  .btn_b, .btn_i, .btn_u {  .btn_b, .btn_i, .btn_u {
92          font-family: serif;          font-family: serif;
93          width: 22px;          width: 22px;
# Line 108  P.ptext { Line 112  P.ptext {
112          text-decoration: underline;          text-decoration: underline;
113  }  }
114    
115    .note, .warning {
116            font-weight: bold;
117            font-family: Verdana, sans-serif;
118    }
119    
120    .warning {
121            color: #FF0000;
122    }
123    
124    .library {
125            font-family: serif;
126            font-size: 14px;
127    }
128    
129    .black, .white, .lgray, .dgray {
130            width: 10px;
131            height: 10px;
132            border-color: #000000;
133            border-style: solid;
134            border-width: 1px;
135            position: relative;
136    }
137    
138    .black {
139            color: #000000;
140            background-color: #000000;
141    }
142    
143    .white {
144            color: #FFFFFF;
145            background-color: #FFFFFF;
146    }
147    
148    .lgray {
149            color: #E0E0E0;
150            background-color: #E0E0E0;
151    }
152    
153    .dgray {
154            color: #808080;
155            background-color: #808080;
156    }

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

  ViewVC Help
Powered by ViewVC 1.1.26