-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
54 lines (47 loc) · 886 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
.title{
font-size: 2.5em !important;
text-align: center;
}
#.sourceCode.r{
font-size: 12px;
}#only working for the html
.author{
text-align: center
}
.imagenote {
font-size: 80%;
color: #8d8d8d;
text-align: left;
}
.warningbox {
padding: 8px 8px 1px 10px;
background: #ffe8e8;
color: black;
border-left: 10px solid #b84242;
border-radius: 5px;
margin-bottom: 10px;
}
.tipbox {
padding: 8px 8px 1px 10px;
background: #e5f6fa;
color: #175788;
border-left: 10px solid #2f68a3;
border-radius: 5px;
margin-bottom: 10px;
}
.graybox {
padding: 8px 8px 1px 10px;
background: #f4f4f4;
color: #55555;
border-left: 10px solid #b1aeae;
border-radius: 5px;
margin-bottom: 10px;
}
.authorbox {
padding: 8px 8px 1px 10px;
background: #f4f4f4;
color: #55555;
border-top: 5px solid #b1aeae;
border-radius: 5px;
margin-bottom: 10px;
}