-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_pres.css
160 lines (132 loc) · 2.65 KB
/
my_pres.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
153
154
155
156
157
158
159
160
.remark-slide-content {
/* background-image: url(sticker_pln.png);*/
background-size: 60px auto;
background-position: 98% 98%;
}
.remark-code-line-highlighted {
background-color: #ffff88;
}
.remark-slide-number {
bottom: unset;
top:12px;
}
.important {
background-color: #fef5c4;
box-sizing: border-box;
border-radius: 2px;
margin: 0 0 5px;
overflow: hidden;
padding: 0px 0px 0px 0px;
}
.small {
font-size: 70%;
}
.tiny {
font-size: 30%;
}
.scriptsize {
font-size: 50%;
}
.normal {
font-size: 100%;
}
.large {
font-size: 150%;
}
/* Footnote */
.footnote {
position: absolute;
bottom: 1.2em;
padding-right: 4.7em;
font-size: 70%;
z-index: 1;
}
/* Title slide */
.title-slide {
background-position: 95% 55%;
background-size: 15%;
}
.title-slide .remark-slide-number {
display: none;
}
/* Slide without logo */
.nologo {
background-image: unset;
}
/* Slide without slide number*/
.noslidenumber .remark-slide-number {
display: none;
}
/* Two-column layout */
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.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;
}
/******************
* Coloured content boxes
****************/
.content-box {
box-sizing: border-box;
background-color: #e2e2e2;
}
.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
box-sizing: border-box;
border-radius: 10px;
margin: 0 0 5px;
overflow: hidden;
padding: 0px 10px 0px 10px;
width: 100%;
}
.content-box-blue { background-color: #F0F8FF; }
.content-box-gray { background-color: #e2e2e2; }
.content-box-grey { background-color: #F5F5F5; }
.content-box-army { background-color: #737a36; }
.content-box-green { background-color: #d9edc2; }
.content-box-purple { background-color: #e2e2f9; }
.content-box-red { background-color: #ffcccc; }
.content-box-yellow { background-color: #fef5c4; }
.content-box-blue .remark-inline-code,
.content-box-gray .remark-inline-code,
.content-box-grey .remark-inline-code,
.content-box-army .remark-inline-code,
.content-box-green .remark-inline-code,
.content-box-purple .remark-inline-code,
.content-box-red .remark-inline-code,
.content-box-yellow .remark-inline-code {
background: none;
}
.full-width {
display: flex;
width: 100%;
flex: 1 1 auto;
}
.mar { color: #737a36; font-weight: bold; }
.mnar { color: #ff0000; font-weight: bold; }