-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (66 loc) · 1.99 KB
/
Copy pathstyle.css
File metadata and controls
67 lines (66 loc) · 1.99 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
body { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin: 0; padding: 0; line-height: 18px; }
h1 {
color: #999;
font-size: 28px;
font-style: italic;
font-weight: bold;
text-align: left;
margin: 0;
margin-bottom: 36px;
}
h2 { color: #006; font-size: 14px; font-weight: bold; margin-top: 0; margin-bottom: 0 }
h4 {
font-size: 12px;
font-style: italic;
font-weight: bold;
margin-bottom: 3px;
}
p {
margin-bottom: 12px;
margin-top: 0px;
/* [disabled]color: #900; */
}
table { font-family: Verdana, Arial, Helvetica, sans-serif; }
td { vertical-align: top }
a:link { color: #006; text-decoration: underline }
/* a:visited { color: #666; text-decoration: underline } */
a.whitelink { color: #fff; text-decoration: none }
a.whitelink:link { color: #fff; text-decoration: none }
/*a.whitelink:visited { color: #fff; text-decoration: none }*/
.padded { padding: 9px }
.boldcenter { font-weight: bold; text-align: center }
.graybackground { background-color: #c3c3c3 }
.bluebackground { background-color: #006 }
.padbody { line-height: 14px; background-color: #e9e9e9; padding: 2px 3px 10px; border: solid 1px #565656 }
.padheader { background-color: #565656; padding: 2px 3px 3px }
.toppadded { line-height: 1.25; padding: 9px }
.smallfont { font-size: 10px }
ul {
margin-left: 12px;
padding-left: 12px;
list-style-type: disc;
margin-top: 3px;
}
ul ul {
list-style-type: circle;
}
.lightgraybackground { background-color: #dfdfdf }
.even { background-color: #dfdfdf }
.listelement { margin-bottom: 12px }
ol {
list-style-type: decimal;
margin-right: 0;
margin-bottom: 12px;
margin-left: 24px;
padding-left: 12px;
margin-top: 0px;
}
ol ol { list-style-type: lower-alpha; margin-top: 0; margin-bottom: 0 ; margin-left: 36pt; }
.front-table { margin-top: 12px; margin-bottom: 12px }
.years { color: #a60000; font-size: 14pt; font-weight: bold; }
.redcolor {
color: #900
}
.one tbody tr:nth-of-type(odd){
background-color: #dfdfdf
}