Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
1520 views
1
/**
2
* Solarized Light theme for reveal.js.
3
* Author: Achim Staebler
4
*/
5
@import url(../../lib/font/league-gothic/league-gothic.css);
6
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
7
/**
8
* Solarized colors by Ethan Schoonover
9
*/
10
html * {
11
color-profile: sRGB;
12
rendering-intent: auto; }
13
14
/*********************************************
15
* GLOBAL STYLES
16
*********************************************/
17
body {
18
background: #fdf6e3;
19
background-color: #fdf6e3; }
20
21
.reveal {
22
font-family: "Lato", sans-serif;
23
font-size: 36px;
24
font-weight: normal;
25
color: rgb(60,60,60); }
26
27
::selection {
28
color: #fff;
29
background: #d33682;
30
text-shadow: none; }
31
32
.reveal .slides > section,
33
.reveal .slides > section > section {
34
line-height: 1.3;
35
font-weight: inherit; }
36
37
/*********************************************
38
* HEADERS
39
*********************************************/
40
.reveal h1,
41
.reveal h2,
42
.reveal h3,
43
.reveal h4,
44
.reveal h5,
45
.reveal h6 {
46
margin: 0 0 20px 0;
47
color: rgb(60,60,60);
48
font-family: "League Gothic", Impact, sans-serif;
49
font-weight: normal;
50
line-height: 1.2;
51
letter-spacing: normal;
52
text-shadow: none;
53
word-wrap: break-word; }
54
55
.reveal h1 {
56
color:black;
57
text-transform: uppercase;
58
font-size: 1.8em; }
59
60
.reveal h2 {
61
text-align:left;
62
font-size: 1.3em; }
63
64
.reveal h3 {
65
text-align:left;
66
font-size: 1.3em; }
67
68
.reveal h4 {
69
text-align:left;
70
font-size: 1em; }
71
72
.reveal h1 {
73
text-shadow: none; }
74
75
/*********************************************
76
* OTHER
77
*********************************************/
78
.reveal p {
79
margin: 20px 0;
80
line-height: 1.3; }
81
82
/* Ensure certain elements are never larger than the slide itself */
83
.reveal img,
84
.reveal video,
85
.reveal iframe {
86
max-width: 95%;
87
max-height: 95%; }
88
89
.reveal strong,
90
.reveal b {
91
font-weight: bold; }
92
93
.reveal em {
94
font-style: italic; }
95
96
.reveal ol,
97
.reveal dl,
98
.reveal ul {
99
display: inline-block;
100
text-align: left;
101
margin: 0 0 0 1em; }
102
103
.reveal ol {
104
list-style-type: decimal; }
105
106
.reveal ul {
107
list-style-type: disc; }
108
109
.reveal ul ul {
110
list-style-type: square; }
111
112
.reveal ul ul ul {
113
list-style-type: circle; }
114
115
.reveal ul ul,
116
.reveal ul ol,
117
.reveal ol ol,
118
.reveal ol ul {
119
display: block;
120
margin-left: 40px; }
121
122
.reveal dt {
123
font-weight: bold; }
124
125
.reveal dd {
126
margin-left: 40px; }
127
128
.reveal q,
129
.reveal blockquote {
130
quotes: none; }
131
132
.reveal blockquote {
133
display: block;
134
position: relative;
135
width: 70%;
136
margin: 20px auto;
137
padding: 5px;
138
font-style: italic;
139
background: rgba(255, 255, 255, 0.05);
140
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
141
142
.reveal blockquote p:first-child,
143
.reveal blockquote p:last-child {
144
display: inline-block; }
145
146
.reveal q {
147
font-style: italic; }
148
149
.reveal pre {
150
display: block;
151
position: relative;
152
width: 90%;
153
margin: 20px auto;
154
text-align: left;
155
font-size: 0.55em;
156
font-family: monospace;
157
line-height: 1.2em;
158
word-wrap: break-word;
159
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
160
161
.reveal code {
162
font-family: monospace; }
163
164
.reveal pre code {
165
display: block;
166
padding: 5px;
167
overflow: auto;
168
max-height: 400px;
169
word-wrap: normal; }
170
171
.reveal table {
172
margin: auto;
173
border-collapse: collapse;
174
border-spacing: 0; }
175
176
.reveal table th {
177
font-weight: bold; }
178
179
.reveal table th,
180
.reveal table td {
181
text-align: left;
182
padding: 0.2em 0.5em 0.2em 0.5em;
183
border-bottom: 1px solid; }
184
185
.reveal table th[align="center"],
186
.reveal table td[align="center"] {
187
text-align: center; }
188
189
.reveal table th[align="right"],
190
.reveal table td[align="right"] {
191
text-align: right; }
192
193
.reveal table tr:last-child td {
194
border-bottom: none; }
195
196
.reveal sup {
197
vertical-align: super; }
198
199
.reveal sub {
200
vertical-align: sub; }
201
202
.reveal small {
203
display: inline-block;
204
font-size: 0.6em;
205
line-height: 1.2em;
206
vertical-align: top; }
207
208
.reveal small * {
209
vertical-align: top; }
210
211
/*********************************************
212
* LINKS
213
*********************************************/
214
.reveal a {
215
color: #268bd2;
216
text-decoration: none;
217
-webkit-transition: color 0.15s ease;
218
-moz-transition: color 0.15s ease;
219
transition: color 0.15s ease; }
220
221
.reveal a:hover {
222
color: #78b9e6;
223
text-shadow: none;
224
border: none; }
225
226
.reveal .roll span:after {
227
color: #fff;
228
background: #1a6091; }
229
230
/*********************************************
231
* IMAGES
232
*********************************************/
233
.reveal section img {
234
margin: 15px 0px;
235
background: rgba(255, 255, 255, 0.12);
236
border: 4px solid #657b83;
237
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
238
239
.reveal section img.plain {
240
border: 0;
241
box-shadow: none; }
242
243
.reveal a img {
244
-webkit-transition: all 0.15s linear;
245
-moz-transition: all 0.15s linear;
246
transition: all 0.15s linear; }
247
248
.reveal a:hover img {
249
background: rgba(255, 255, 255, 0.2);
250
border-color: #268bd2;
251
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
252
253
/*********************************************
254
* NAVIGATION CONTROLS
255
*********************************************/
256
.reveal .controls .navigate-left,
257
.reveal .controls .navigate-left.enabled {
258
border-right-color: #268bd2; }
259
260
.reveal .controls .navigate-right,
261
.reveal .controls .navigate-right.enabled {
262
border-left-color: #268bd2; }
263
264
.reveal .controls .navigate-up,
265
.reveal .controls .navigate-up.enabled {
266
border-bottom-color: #268bd2; }
267
268
.reveal .controls .navigate-down,
269
.reveal .controls .navigate-down.enabled {
270
border-top-color: #268bd2; }
271
272
.reveal .controls .navigate-left.enabled:hover {
273
border-right-color: #78b9e6; }
274
275
.reveal .controls .navigate-right.enabled:hover {
276
border-left-color: #78b9e6; }
277
278
.reveal .controls .navigate-up.enabled:hover {
279
border-bottom-color: #78b9e6; }
280
281
.reveal .controls .navigate-down.enabled:hover {
282
border-top-color: #78b9e6; }
283
284
/*********************************************
285
* PROGRESS BAR
286
*********************************************/
287
.reveal .progress {
288
background: rgba(0, 0, 0, 0.2); }
289
290
.reveal .progress span {
291
background: #268bd2;
292
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
293
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
294
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
295
296