-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (67 loc) · 1.04 KB
/
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
figure{
margin-bottom: 10px;
}
a.anchor-section::before {content: '\01F517\00FE0E';}
.csl-entry {
display: list-item;
list-style-type: disc;
list-style-position: inside;
}
.wrap-figure {
text-align: center;
float: right;
width: 220px;
margin: 20px;
border: solid 1px black;
padding: 5px;
font-size: 10pt;
}
.wrap-figure img {
width: 200px;
}
.wrap-figure figcaption {
width: 200px;
}
.notebox {
padding: 0.7em;
margin:5px;
font-style: italic;
text-align: center;
background: #feff9c;
color: black;
border: 1px solid black;
border-radius: 5px;
font-size: 11pt;
line-height: 1.2;
}
.center {
text-align: center;
}
.tipbox {
padding: 0.7em;
margin:5px;
margin-bottom: 10px;
background: #daeeff;
color: black;
border: 1px solid black;
border-radius: 5px;
font-size: 11pt;
line-height: 1.2;
}
.rnote{
text-align: right;
}