-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (76 loc) · 1.54 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
/* Colors, fonts and other basic stuff */
body {
background: white;
color: #333;
line-height: 1.3;
text-align: justify;
font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }
h1 {
line-height: 1;
text-align: center;
border-bottom: thin solid;
padding: 0 0.5em 0.2em 0.5em;
font-weight: normal }
h1:first-line {
border-bottom: none; /* bug in Konqueror 3.1 */
font-style: normal }
a:link img, a:visited img {
border-style: none }
h1, h3 {
color: #000 }
h3 {
font-weight: bold;
font-size: 1em;
margin: 1.5em 1em 1em 0;
display: run-in }
h3.subtitle {
font-weight: normal;
font-style: normal;
margin: 1em;
display: block;
text-align: center }
h2 {
text-align: left;
line-height: 1;
color: #333;
border-bottom: thin solid;
padding: 0 0.5em 0.2em 0.5em;
font-weight: bold;
clear: both;
margin-top: 1em }
div.section {
clear: both }
pre {
text-align: left } /* Safari 1.0b doesn't do this by default */
li {
padding-left: 0;
margin-left: 0 }
ul, ol {
padding-left: 0;
margin-left: 1.5em }
address {
text-align: right;
font-style: italic }
p + p { /* Indent rather than top margin */
text-indent: 1.5em;
margin-top: 0 }
p {
margin-top: 1em;
margin-bottom: 0 }
dd {
padding-left: 1.5em;
margin-left: 0 }
a:link {
color: #037 }
a:visited {
color: #551a8b }
a:active {
color: #900 }
a:hover {
background: #999;
color: #FFF;
outline: solid red }
a:hover * { /* Work-around for Konqueror 3.1 */
background: inherit }
div.back {
clear: both }