-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (93 loc) · 1.63 KB
/
style.css
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
body {
margin-left: 10em;
max-width: 42em;
font: 90% Verdana, Helvetica, Arial, sans-serif;
background: white;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #666699;
font-weight: normal;
border-bottom: none;
}
a {
color: #436976;
}
a:visited {
color: purple;
}
a:active, a:hover {
color: #b22222;
}
div.links {
color: black;
line-height: normal;
margin-bottom: 10px;
border-bottom: 1px solid #cccccc;
padding-top: 6px;
padding-left: 0.5em;
padding-bottom: 6px;
}
div.links a {
color: gray;
padding: 0em 1em;
text-decoration: none;
font-size: 100%;
font-weight: bold;
text-transform: lowercase;
border: none;
}
div.links a:visited {
color: gray;
}
div.links a:active,
div.links a:hover {
color: #b22222;
}
span.key {
border: 1px outset gray;
padding: 0px 3px;
}
em.pov {
font-weight: normal
}
a.footnote {
font-size: x-small;
vertical-align: top;
line-height: normal;
margin: 0px 1px;
text-decoration: none;
}
p.footnote {
margin-left: 2em;
margin-right: 2em;
font-size: small;
}
p.footnote sup {
font-size: x-small;
vertical-align: top;
line-height: normal;
margin: 0px 1px;
text-decoration: none;
}
div.footer {
margin-top: 5em;
font-size: x-small;
color: gray;
margin-left: 5em;
}
div.footer a {
color: gray;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dotted gray;
}
div.footer a:visited {
color: gray;
}
div.footer a:active,
div.footer a:hover {
color: #b22222;
}