-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslides.css
137 lines (130 loc) · 2.52 KB
/
slides.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
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
body {
font-family: 'Source Sans Pro'; sans-serif;
font-weight: 400;
color: #333333;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #6CA0DC;
font-size: 12px;
margin: 0.25em 0 0.5em 0;
}
h1, h3 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #6CA0DC;
}
a, a > code {
font-family: 'Source Sans Pro', sans-serif;
color: #6CA0DC;
text-decoration: none;
}
.footnote {
position: absolute;
bottom: 3em;
padding-right: 4em;
font-size: 90%;
}
.remark-code, .remark-inline-code {
font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace;
}
.remark-code-line-highlighted { background-color: #ffff88; }
.inverse {
background-color: #6CA0DC;
color: #ffffff;
/* text-shadow: 0 0 20px #333; */
}
.inverse h1, .inverse h2, .inverse h3 {
color: #f3f3f3;
}
/* 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;
}
.center {
text-align:center;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
.question {
background-color: #E1ECF8;
padding: 0.25px;
}
ul {
list-style-type: square;
}
li{
margin: 10px 0;
}
.large { font-size: 130% }
.midi { font-size: 90% }
.small { font-size: 70% }
img, video, iframe {
max-width: 100%;
}
blockquote {
border-left: solid 5px lightgray;
padding-left: 1em;
}
table {
margin: auto;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee }
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
.remark-slide-content{
font-size: 24px;
}
.remark-slide-content:after {
content: "";
position: absolute;
bottom: 5px;
right: 810px;
height: 70px;
width: 81px;
background-repeat: no-repeat;
background-size: contain;
background-image: url("img/sta199-logo-hex.png");
}
.element.style {
position: absolute;
left: 0px;
top: 0px;
height: 685px;
width: 700px;
}