-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc-less.css
More file actions
211 lines (210 loc) · 4.08 KB
/
Copy pathdoc-less.css
File metadata and controls
211 lines (210 loc) · 4.08 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
a { color: #222222; }
a:visited { color: #222222; }
a:hover {
color: #ffffff;
background: #222222;
}
pre {
border: #999999 1px solid;
background-color: #e8e8e8;
}
pre .poetry {
border: none;
background: none;
}
img {
border: #777777 1px solid;
background-color: #e8e8e8;
color: black;
}
figcaption {
display: block;
}
body {
font: 14px/1.5em Verdana, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman";
margin: 0;
padding: 0;
font-size: 1em;
width: 50em;
margin: auto;
}
div, h1, h2, h3, h4, h5, h6 { text-align: left; }
div.wrapper {
font-size: 1em;
max-width: 50em;
min-width: 640;
margin: auto;
}
pre { padding: 0.5em; }
img {
padding: 0.5em;
margin-left: 1em;
margin-right: 2em;
}
body { font: 14px/1.5em Verdana, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman"; }
p {
font-size: 1em;
line-height: 1.5em;
text-align: justify;
margin: 1.5em 0 1.5em 0;
max-width: 50em;
}
li p { margin: 1em 0 1em 0; }
h1, h2, h3, h4 {
font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
font-weight: normal;
}
h1 {
font-size: 1.7em;
line-height: 0.857em;
margin: 1.75em 0 0.583em 0;
}
h2 {
font-size: 1.4em;
line-height: 1.313em;
margin: 1.969em 0 0.656em 0;
}
h3, h4 {
font-size: 1.2em;
line-height: 1.5em;
margin: 2.25em 0 0.75em 0;
}
code {
font-family: courier;
font-size: 1em;
line-height: 1.75em;
}
pre {
font-family: courier;
font-size: 0.857em;
line-height: 1.75em;
margin: 0 0 1.75em 0;
white-space: pre-wrap;
white-space: moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
div.bibliography p { text-align: left; }
a {
text-decoration: none;
font-weight: bold;
}
.sidebar { padding-top: 3em; }
.sidebar > h1 { margin-top: 0; }
.sidebar h3:first-child { margin-top: 0; }
.sidebar ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}
.sidebar ul ul { margin-left: 15px; }
.sidebar img {
margin: 0;
padding: 0;
border: none;
}
.sidebar a { font-weight: normal; }
.content { padding-top: 3em; }
.content > h1 { margin-top: 0; }
.content h3:first-child { margin-top: 0; }
.content h1:first-child {
font-size: 1.75em;
margin-bottom: 1em;
}
.content img {
padding: 0.5em;
margin-left: 1em;
margin-right: 2em;
max-width: 32em;
}
.content pre { padding: 0.5em; }
.content hr {
height: 1px;
color: black;
background-color: black;
border: 0;
}
.content a { border-bottom: 1px dashed #888888; }
.tags, .date {
font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 0.75em;
}
.comments { margin-top: 5em; }
.comments .comment {
margin-bottom: 0.5em;
border-bottom: 1px solid #cccccc;
padding-bottom: 0.5em;
}
.comments .comment-byline { font-size: 0.75em; }
.comments .comment-byline a { border: none; }
div.header {
background-image: none;
border-style: none;
border-bottom: 1px solid black;
}
span.logo {
position: absolute;
top: 10px;
right: 10px;
font-family: Didot, AppleMyungjo, Palatino, Times;
font-size: 32px;
color: black;
padding: 10px;
margin-bottom: 10px;
}
span.tail { color: #888888; }
span.logo > a > img {
border: none;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}
table {
border: solid black;
border-width: 1px 0px;
empty-cells: hide;
border-spacing: 0px;
padding: 2px;
margin: 20px auto;
}
table caption {
margin: 5px;
text-align: center;
caption-side: bottom;
}
thead th {
border: solid gray;
border-width: 0 0 2px 0;
padding: 5px;
display:none;
}
thead > tr:last-child > th { border-style: none; }
tbody > tr:first-child > td {
border: solid gray;
border-width: 1 0 0 0;
}
tbody > tr:first-child > th {
border: solid gray;
border-width: 0 0 0 0;
}
thead + tbody > tr:first-child > td {
border: solid black;
border-width: 0 0 0 0;
}
thead + tbody > tr:first-child > th {
border: solid black;
border-width: 0 0 0 0;
}
figure {
padding: 0px;
margin: 0px;
}
td, th {
padding-left: 6px;
padding-right: 6px;
}
.nav { text-align: center; }
.lnav a { color:#BBBBBB; }
.rnav a { color:#BBBBBB; }