-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnormal.css
More file actions
87 lines (72 loc) · 914 Bytes
/
normal.css
File metadata and controls
87 lines (72 loc) · 914 Bytes
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
body
{
background-color: #F4F4F3;
color: #2d261a;
}
#hdr01
{
display: none;
}
a:link
{
text-decoration: none;
color: #045dca;
cursor: pointer;
}
a:visited
{
text-decoration: none;
color: #1f42ab;
}
a:active
{
text-decoration: underline;
color: #C10300;
}
a:hover
{
text-decoration: underline;
color: #8E3A2D;
}
.menulist div
{
color: #FDFFD3;
}
.menulist a
{
color: #FFFEF0;
}
.menulist a:hover
{
color: #FDFFD3;
}
.footnote
{
border-top: none;
padding: 0.3em 0 0.5em 0;
background: url(imag/footerbg.png) repeat-x;
}
.footnote a:link, .footnote a:visited
{
text-decoration: underline;
}
.obsrv
{
font-size: smaller;
}
table .yesno
{
text-align: center;
}
.normaltbl tr:nth-child(even),tr.evenrow
{
background-color: #f6f5e5;
}
.normaltbl tr:nth-child(odd),tr.oddrow
{
background-color: #eeebd8;
}
table.normaltbl>thead>tr:first-child,tr.hdrow
{
background-color: #e9e9c5;
}