/[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

Contents of /stil.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Mon Apr 29 13:02:39 2002 UTC (21 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +19 -4 lines
File MIME type: text/css
new newsletter design

1 P {
2 font-family: sans-serif, verdana, arial, helvetica;
3 font-size : 12px;
4 color : Navy;
5 }
6
7 BIG {
8 font-size: 16pt;
9 font-weight: bold;
10 }
11
12 DIV {
13 font-family: sans-serif, verdana, arial, helvetica;
14 font-size : 12px;
15 color : Navy;
16 }
17
18 TD {
19
20 font-family: sans-serif, verdana, arial, helvetica;
21 font-size : 12px;
22 color : Navy;
23 }
24
25 FONT {
26
27 font-family: sans-serif, verdana, arial, helvetica;
28 font-size : 12px;
29 }
30
31 A {
32
33 font-family: sans-serif, verdana, arial, helvetica;
34 text-decoration: none;
35 }
36
37 A:visited {
38
39 text-decoration: none;
40 }
41
42 .new {
43
44 font-family: sans-serif, verdana, arial, helvetica;
45 font-size : 12px;
46 color : #6c9e34;
47 }
48
49 .silver {
50
51 font-family: sans-serif, verdana, arial, helvetica;
52 font-size : 9px;
53 color : silver;
54 }
55
56
57 .font {
58 font-family: sans-serif, verdana, arial, helvetica;
59 font-size : 12px;
60 color : Navy;
61 }
62
63 .orange {
64 font-family: sans-serif, verdana, arial, helvetica;
65 font-size : 12px;
66 color : #ff9933;
67 }
68
69 .small {
70
71 font-family: sans-serif, verdana, arial, helvetica;
72 font-size : 10px;
73 }
74
75 .newsletter {
76 font-family: sans-serif, verdana, arial, helvetica;
77 font-size : 9px;
78 color : white;
79 text-align: center;
80 /* background-color: #ff9933; */
81 }
82 .newsletter_email {
83 font-family: sans-serif, verdana, arial, helvetica;
84 font-size : 9px;
85 text-align: center;
86 BACKGROUND: white;
87 BORDER-RIGHT: #ff9933 2px solid;
88 BORDER-TOP: #ff9933 2px solid;
89 BORDER-LEFT: #ff9933 2px solid;
90 BORDER-BOTTOM: #ff9933 2px solid;
91 }
92
93 .newsletter_button {
94 font-family: sans-serif, verdana, arial, helvetica;
95 font-size : 9px;
96 text-align: center;
97 BORDER-RIGHT: #FFFFFF 1px solid;
98 BORDER-TOP: #FFFFFF 1px solid;
99 BORDER-LEFT: #FFFFFF 1px solid;
100 BORDER-BOTTOM: #FFFFFF 1px solid
101 COLOR: ffffff;
102 BACKGROUND: ff9933;
103 }
104
105 .title {
106 color: #000080;
107 font-weight: bold;
108 }
109
110 .bsmall {
111 font-weight: bold;
112 }
113
114 .msg {
115 color: #FFFFFF;
116 font-weight: bold;
117 font-size: 12pt;
118 }
119
120 .required {
121 color: #FF0000;
122 font-weight: bold;
123 font-size: 13pt;
124 }
125

  ViewVC Help
Powered by ViewVC 1.1.26