-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (62 loc) · 1002 Bytes
/
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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
h1 {
color: #6D9737;
}
h2 {
color: #1c1b1b
}
h3 {
color: #ED7D31
}
body {
text-align: justify;
}
.blackbox {
padding: 0.5em;
background: #6D9737;
color: white;
border: 2px #6D9737;
border-radius: 10px;
font-size: 20pt;
}
figure {
display: inline-block;
border: 1px dotted white;
margin-top: 0px;
margin-left: 15px; /* adjust as needed */
}
figure img {
vertical-align: top;
}
figure figcaption {
border: 1px dotted white;
text-align: left;
}
.book .book-summary ul.summary li span {
color: #6D9737;
opacity: 1;
}
.book .book-body .page-wrapper .page-inner section.normal h3 {
font-size: 12pt;
}
.newspaper {
column-count: 2;
column-gap: 40px;
}
.newspaper3 {
column-count: 4;
column-gap: 40px;
}