/[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.3 by ravilov, Wed Aug 8 11:51:02 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    }
136    
137    .black {
138            color: #000000;
139            background-color: #000000;
140    }
141    
142    .white {
143            color: #FFFFFF;
144            background-color: #FFFFFF;
145    }
146    
147    .lgray {
148            color: #E0E0E0;
149            background-color: #E0E0E0;
150    }
151    
152    .dgray {
153            color: #808080;
154            background-color: #808080;
155    }

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

  ViewVC Help
Powered by ViewVC 1.1.26