-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdoc.css
More file actions
53 lines (49 loc) · 771 Bytes
/
doc.css
File metadata and controls
53 lines (49 loc) · 771 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
body {
font: normal 14px arial, sans-serif;
line-height: 140%;
/* margin: 10em; */
padding: 40px 0 90px 0;
}
h1 {
text-align: center;
margin-bottom: 20px;
color: #390;
}
h2.green {
text-align: center;
color: #390;
}
.strike {
text-decoration: line-through;
color: #dedede;
}
h1.kana {
color: #9C6;
}
h2 {
margin-top: 40px;
}
h3 {
margin-top: 30px;
}
hr {
height: 3px;
border: none;
border-top: solid 1px #EEE;
border-bottom: solid 1px #F39;
}
#central {
max-width: 740px;
margin: 40px auto;
}
#central p, #central h1, #central h2, #central h3,
#central pre {
margin-left: 20px;
margin-right: 20px;
}
pre {
font: normal 16px Monaco, Liberation Mono, monospace;
background: #DDD;
color: #500;
font-weight: bold;
}