-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrobot-extra.css
78 lines (73 loc) · 1.34 KB
/
robot-extra.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
/*
Small modifications:
1) Chinese language support
2) colors as defined by beamer theme Owl
*/
.red {
color: #ff5ca8;
}
.green {
color: #5aa800;
}
.blue {
color: #0098e9;
}
.yellow {
color: #f29318;
}
.violet {
color: #807ac8;
}
.brown {
color: #ac8254;
}
.orange {
color: #f97860;
}
.cyan {
color: #2da075;
}
/* 定义楷体环境,替代中文斜体*/
@font-face {
font-family: 'Kaiti';
src:
local('Kaiti TC Regular'),
local(STKaiTi-TC-Regular),
local('Kaiti TC'),
local('Kaiti SC'),
local(STKaiti),
local(BiauKai),
local('標楷體'),
local(DFKaiShu-SB-Estd-BF),
local(Kaiti),
local(DFKai-SB)
;
}
.kt {
font-family: 'Kaiti';
}
.title-slide h3,
.remark-slide .title-slide h3 {
font-family: 'Roboto Condensed', 'Source Han Sans TC';
font-weight: 400;
padding-top: 15px;
font-size: 28px;
}
body {
font-family: 'Roboto Condensed', 'Source Han Sans TC', 'Helvetica Neue', 'Helvetica', sans-serif;
font-weight: 400;
color: #222;
}
.remark-slide-content {
font-size: 1.38em;
padding: .25em 3.5em .25em 4em;
}
h1, h2, h3 {
font-family: 'Roboto', 'Source Han Sans TC', 'Helvetica Neue', 'Helvetica', sans-serif;
font-weight: 700;
color: #222;
}
.blackbg {
background-color: #000000;
color: #fff;
}