-
Notifications
You must be signed in to change notification settings - Fork 1
/
biol002.css
126 lines (117 loc) · 1.95 KB
/
biol002.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
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
.book .book-header h1 {
opacity: 1;
text-align: left;
}
.cover {
text-align: center;
}
#header .title {
margin-bottom: 0em;
}
#header h4.author {
margin: 0;
color: #666;
}
#header h4.author em {
font-style: normal;
}
.boxed {
background: whitesmoke;
border: thin solid black;
padding: 10px;
border-radius: 10px;
margin-bottom: 2em;
margin-top: 2em;
}
#center {
text-align: center;
}
.youtube-video-container {
position: relative;
overflow: hidden;
width: 80%;
}
.youtube-video-container::after {
display: block;
content: "";
padding-top: 56.25%;
}
.youtube-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 80%;
}
/*
.rmdcaution, .rmdimportant, .rmdnote, .rmdtip, .rmdwarning {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5 5px center/3em no-repeat;
}
.rmdcaution {
background-image: url("../images/caution.png");
}
.rmdimportant {
background-image: url("../images/important.png");
}
.rmdnote {
background-image: url("../images/note.png");
}
.rmdtip {
background-image: url("../images/tip.png");
}
.rmdwarning {
background-image: url("../images/warning.png");
*/
.figure {
text-align: center;
}
p.caption {
color: #777;
margin-top: 10px;
text-align: left;
margin-bottom: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
p.flushright {
text-align: right;
}
blockquote > p:last-child {
text-align: right;
}
blockquote > p:first-child {
text-align: inherit;
}
.header-section-number {
padding-right: .2em;
font-weight: 500;
}
.level1 .header-section-number {
display: inline-block;
border-bottom: 3px solid;
}
.level1 h1 {
border-bottom: 1px solid;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1.title {
font-weight: 700;
}
.smallcaps {
font-variant: small-caps;
}
.book .book-body .page-wrapper .page-inner section.normal strong {
font-weight: 600;
}