forked from NewtonScript/newtonscript.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.css
More file actions
78 lines (75 loc) · 1.37 KB
/
basic.css
File metadata and controls
78 lines (75 loc) · 1.37 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
@import url('../css/advanced.css');
/* @import url('../css/hashgrid.css'); */
body {
font-family: Verdana, Arial, sans-serif;
line-height: 1.5em; /* 24px @ 16px */
}
a:link {
color: #1B1BB3;
}
a:visited {
color: #7373D9;
}
a:link:hover, a:visited:hover, a:active:hover {
color: #FFBF00;
}
a:link img {
display: block;
float: left;
margin-top: -4px;
margin-right: 4px;
}
p, dt, dd, ul {
margin-top: 1.5em; /* 24px @ 16px */
margin-bottom: 1.5em;
padding: 0 1.5em;
}
dd {
border-bottom: 1px solid #DDD;
margin-left: 1.5em;
margin-right: 1.5em;
}
dd > p {
padding: 0;
}
dd:last-child {
border-bottom: none;
margin-bottom: 2.5em;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Gill Sans", sans-serif;
font-weight: normal;
color: #1B1BB3;
}
h1 {
font-size: 2em; /* 32px @ 16px */
line-height: 1.5em; /* 48px @ 32px */
margin-top: 0;
margin-bottom: 0.75em; /* 24px @ 32px */
padding-left: 0.75em;
padding-right: 0.75em;
background-color: #FFBF00;
}
h2, h3, h4, h5 {
background-color: #DDD;
}
h2 {
font-size: 1.5em; /* 24px @ 16px */
line-height: 2em; /* 48px @ 16px */
margin-top: 1em; /* 24px @ 24px */
margin-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}
.metadata li {
color: #999;
}
footer {
border-top: 5px solid #DDD;
}
footer p {
color: #999;
font-size: 0.75em; /* 12px @ 16px */
padding-top: 1.5em;
margin-left: 2.5em;
}