-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (80 loc) · 1.31 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
font-family: 'Droid Serif';
}
table {
width: 100%;
font-family: 'Droid Serif';
}
table td {
text-align: center;
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
text-align: center;
color: #2C4B60;
}
.white-text {
color: white;
}
.remark-slide-number {
opacity: 0.75; /* default: 0.5 */
}
div.footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
div.footer.bottombox {
opacity: 0.8;
text-align: center;
filter: alpha(opacity=80); /* For IE8 and earlier */
}
div.bottombox h1, h2, h3 {
color: white;
}
.boxed {
border: 1px solid black;
padding: 1em
}
blockquote {
border-left: 0.3em solid rgba(0,0,0,0.5);
padding: 0 15px;
font-style: italic;
}
div.footnote {
position: absolute;
bottom: 1.5em;
left: 4.0em;
}
.divider {
vertical-align: middle;
}
.divider .remark-slide-number {
color: white;
}
.divider h1, h2, h3 {
text-align: center;
color: white;
}
.sub-divider {
background-color: #70AD47;
vertical-align: middle;
}
.sub-divider .remark-slide-number {
color: white;
}
.sub-divider h1, h2, h3 {
text-align: center;
color: white;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}