-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.html
123 lines (116 loc) · 2.24 KB
/
styles.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<style type="text/css">
h1 { page-break-before: left; break-before: right; text-align: center; }
.page_break { page-break-before: always; break-before: always; }
p { margin-top: 0.5em; margin-bottom: 0.25em; }
p.book-title, p.big {
text-align: center; font-size: 32px; line-height: 36px;
}
// #cover {margin: auto; padding: 0 0 0 7em; width: 42em;}
.cover p { margin: auto; width: 90%; }
// .book { width: 60em; font-size: 200%; }
.book { }
p.big li { font-size: 24px; }
body {
// margin: 0 auto;
font-family: Garamond, Georgia, Palatino, serif;
color: #444444;
line-height: 1;
// max-width: 960px;
padding: 30px;
text-align: justify;
}
h1, h2, h3, h4 {
color: #111111;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
margin-bottom: 24px;
padding: 0;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
/* The bottom margin is small. It's designed to be used with gray meta text
* below a post title. */
margin: 24px 0 6px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 18px;
}
a {
color: #0099ff;
margin: 0;
padding: 0;
vertical-align: baseline;
}
a:hover {
text-decoration: none;
color: #ff6600;
}
a:visited {
color: purple;
}
ul, ol {
padding: 0;
margin: 0;
}
li {
line-height: 24px;
}
li ul, li ul {
margin-left: 24px;
}
p, ul, ol {
font-size: 16px;
line-height: 24px;
}
pre {
padding: 0px 24px;
white-space: pre-wrap;
}
code {
font-family: Consolas, Monaco, Andale Mono, monospace;
line-height: 1.5;
font-size: 13px;
}
aside {
display: block;
float: right;
}
blockquote {
border-left:.5em solid #eee;
padding: 0 2em;
margin-left:0;
}
blockquote cite {
font-size:14px;
line-height:20px;
color:#bfbfbf;
}
blockquote cite:before {
content: '\2014 \00A0';
}
blockquote p {
color: #666;
}
hr {
text-align: left;
margin: 0 auto 0 0;
color: #999;
}
/* grey out placeholders */
:-moz-placeholder {
color: #bfbfbf;
}
::-webkit-input-placeholder {
color: #bfbfbf;
}
</style>