-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnormal.css
More file actions
148 lines (110 loc) · 4.27 KB
/
normal.css
File metadata and controls
148 lines (110 loc) · 4.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/*
Fonts
Windows NT Windows 95 Solaris Family
----------------------------------------------------------------------
Arial/Verdana Arial Helvetica sans-serif
Times New Roman Times New Roman Times serif
Century Schoolbook Bookman Old Style New Century Schoolbook serif
Georgia Garamond Utopia serif
Lucida Sans Unicode Tahoma Lucida sans-serif
(NONE) Futura Bk BT Clean sans-serif
BODY { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ; }
BODY { font-family: 'Century Schoolbook', 'New Century Schoolbook', 'Bookman Old Style', serif ; }
BODY { font-family: Verdana, Arial, Helvetica, sans-serif ; }
BODY { font-family: Georgia, Garamond, Utopia, serif ; }
BODY { font-family: 'Times New Roman', 'New Century Schoolbook', serif ; }
*/
/* { font-family: Verdana, Arial, Helvetica, sans-serif ; */
BODY { font-family: Helvetica, Arial, sans-serif ;
background: #ffffd0 ;
color : #000000 ;
}
.stdbgnav { background: #FFFFB0; }
/* TD.highlight { background: #99CCFF } */
/* TD.highlight { background: #FFFFFF } */
H1 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 1.5em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
H2 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 1.2em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
H3 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 1em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
H4 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 0.8em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
H5 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 0.6em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
H6 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : 0.5em ;
/*background : #FFFFFF ;*/
color : #0077FF;
text-align : center; }
P.title { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
font-size : .98em ;
text-align : left; }
SPAN.title { font-size : 1.8em ;
font-weight : bold; }
SPAN.emph { font-size : 1.08em;
font-weight : bold; }
SPAN.unemph { font-size : .74em; }
SPAN.smaller { font-size : .74em; }
.small { font-size : .5em; }
SPAN.info { color: yellow ; background: green; }
SPAN.warning { color: black ; background: yellow; }
SPAN.error { color: black ; background: red; }
SPAN.new { color: yellow ; background: blue; }
/*
a:link { color:#0000ff; }
a:visited { color:#0000ff; }
a:active { color:#ff4040; font-style:italic }
*/
a:link { color: #0077ff; font-weight : bold; }
a:visited { color: #0077ff; font-weight : bold; }
a:active { color:#ff4040; font-weight : bold; }
a:hover { color:#ff4040; font-weight : bold; }
/* "Hide" Anchor border from NS */
A.hidden { background: transparent ;
color : #FFFFFF; }
/* Hide image border from IE 4.0 and supposed to work for NS 4.0 but doesn't */
IMG.hidden { border : 0; }
IMG.middle { vertical-align: middle; }
TD.baseline { vertical-align: baseline; }
TD.top { vertical-align: top; }
DD.indent { text-indent: -1em;
padding-top: 0.33em;
padding-left: 0 ;
padding-right: 0 ;
padding-bottom: 0.33em; }
DT.toppad {
padding-top: 0.5em;
padding-left: 0 ;
padding-right: 0 ;
padding-bottom: 0; }
B.pink { background: transparent ;
color : #FFAAAA ; }
.tablebg { /*background: #FFFFFF; *//*#DDEEFF*/
font-size: 0.9em; }
.tablebg2 { /*background: #FFFFFF; *//*#DDEEFF*/
font-size: 0.9em;
padding-left: 1em;
}
.topnav { background: #ffffd0;
color: #0077FF;
font-size: 1em;
/* font-weight: bold; */
text-align: center;
}
.datebg { background: #FFFFB0; }