-
Notifications
You must be signed in to change notification settings - Fork 0
/
xaringan-themer.css
152 lines (144 loc) · 3.28 KB
/
xaringan-themer.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
@import url(xaringan-themer.css);
body {
font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
font-weight: normal;
color: #839496;
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
color: #dc322f;
}
.remark-slide-content {
background-color: #002b36;
font-size: 20px;
}
.remark-slide-content h1 {
font-size: 55px;
}
.remark-slide-content h2 {
font-size: 45px;
}
.remark-slide-content h3 {
font-size: 35px;
}
.remark-code, .remark-inline-code {
font-family: 'Fira Code', 'Lucida Console', Monaco, monospace;
}
.remark-code {
font-size: 0.9em;
}
.remark-inline-code {
font-size: 1em;
color: #6c71c4;
}
.remark-slide-number {
color: #586e75;
opacity: 1;
text-size: 0.9em;
}
strong{color:#d33682;}
a, a > code {
color: #b58900;
text-decoration: none;
}
.footnote {
position: absolute;
bottom: 3em;
padding-right: 4em;
font-size: 90%;
}
.remark-code-line-highlighted {
background-color: #268bd240;
}
.inverse {
background-color: #fdf6e3;
color: #002b36;
}
.inverse h1, .inverse h2, .inverse h3 {
color: #002b36;
}
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
color: #002b36;
}
.title-slide {
background-color: #fdf6e3;
}
.title-slide .remark-slide-number {
display: none;
}
/* Two-column layout */
.left-column {
width: 20%;
height: 92%;
float: left;
}
.left-column h2, .left-column h3 {
color: #586e75;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #93a1a1;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
blockquote {
border-left: solid 5px #cb4b16;
padding-left: 1em;
}
table {
margin: auto;
border-top: 1px solid #657b83;
border-bottom: 1px solid #657b83;
}
table thead th { border-bottom: 1px solid #657b83; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #073642 }
table.dataTable tbody {
background-color: #002b36;
color: #839496;
}
table.dataTable.display tbody tr.odd {
background-color: #002b36;
}
table.dataTable.display tbody tr.even {
background-color: #073642;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: rgba(255, 255, 255, 0.5);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #839496;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: #839496 !important;
}
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}