-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
90 lines (66 loc) · 1.56 KB
/
style.css
File metadata and controls
90 lines (66 loc) · 1.56 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
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Tinos:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Linux Libertine O', serif;
}
h1, h2, h3 {
font-family: 'Roboto Condensed';
font-weight: normal;
}
li {
margin-bottom: 5px;
}
li ul {
margin-top: 5px;
margin-bottom: 10px;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
.footnote {
font-size: 70%;
}
.img-large img {
max-height: 500px;
width: auto;
}
.img-medium img {
max-height: 300px;
width: auto;
}
.img-small img {
max-height: 100px;
width: auto;
}
table {
border: none;
border-collapse: collapse;
margin: 0 auto;
text-align: center;
}
table td, table th {
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 0 5px;
}
table th {
margin-bottom: 5px;
}
table td:first-child, table th:first-child {
border-left: none;
}
table td:last-child, table th:last-child {
border-right: none;
}
.emph {
color: red;
font-weight: bold;
}
.ss1 { background-color: #ec33aa; color: #fff; padding: 0 2px; }
.ss2 { background-color: #00744e; color: #fff; padding: 0 2px; }
.ss3 { background-color: #d7004e; color: #fff; padding: 0 2px; }
.ss4 { background-color: #00308c; color: #fff; padding: 0 2px; }
.ss5 { background-color: #5b5300; color: #fff; padding: 0 2px; }
.ss6 { background-color: #d26d70; color: #fff; padding: 0 2px; }
.ss7 { background-color: #a28756; color: #fff; padding: 0 2px; }