/[corp_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.4 by dpavlin, Mon Mar 19 10:22:51 2001 UTC revision 1.7 by dpavlin, Thu Apr 25 12:16:41 2002 UTC
# Line 4  P { Line 4  P {
4          color : Navy;          color : Navy;
5  }  }
6    
7    BIG {
8            font-size: 16pt;
9            font-weight: bold;
10    }
11    
12  DIV {  DIV {
13          font-family: sans-serif, verdana, arial, helvetica;          font-family: sans-serif, verdana, arial, helvetica;
14          font-size : 12px;          font-size : 12px;
# Line 67  A:visited { Line 72  A:visited {
72          font-size : 10px;          font-size : 10px;
73  }  }
74    
75    .newsletter {
76            font-family: sans-serif, verdana, arial, helvetica;
77            font-size : 9px;
78            color : black;
79            text-align: center;
80            background-color: #ff9933;
81    }
82    
83    .newsletter_form {
84            font-family: sans-serif, verdana, arial, helvetica;
85            font-size : 9px;
86            color : black;
87            text-align: center;
88    }
89    
90    .title {
91            color: #000080;
92            font-weight: bold;
93    }
94    
95    .bsmall {
96            font-weight: bold;
97    }
98    
99    .msg {
100            color: #FFFFFF;
101            font-weight: bold;
102            font-size: 12pt;
103    }
104    
105    .required {
106            color: #FF0000;
107            font-weight: bold;
108            font-size: 13pt;
109    }
110    

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

  ViewVC Help
Powered by ViewVC 1.1.26