-
Notifications
You must be signed in to change notification settings - Fork 0
/
summer_light.css
408 lines (332 loc) · 7.29 KB
/
summer_light.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
/*Use same font throughout app*/
@import url("//fonts.googleapis.com/css?family=Lato");
@import url("//fonts.googleapis.com/css?family=Inconsolata:wght@400;600");
@import url("//fonts.googleapis.com/css?family=+Serif");
.family=Inconsolata:wght@400;600
@import url("//fonts.googleapis.com/css?family=Monserrat");
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
font-family: 'Lato'!important ;
color: #555555 ;
}*/
-----------------------------------------------------------------------------------------------
/* FORMATO DEL CÓDIGO RESULTANTE*/
.remark-code, .remark-inline-code {
font-family: 'Monserrat', 'Lucida Console', Monaco, monospace;
font-size: 80%;
}
/* FORMATO DEL BODY font-size: 25px; font-family: 'Noto Serif';*/
body {
font-family: 'Fira Sans','Droid Serif', 'Palatino Linotype', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
color: #555555 ;
}
/* FORMATO DEL CÓDIGO EN R*/
a, a > code {
color: #3B9AB2;
/*font-weight: 600;*/
font-size: 65px;
text-decoration: none;
font-family: 'Fira Code',
}
.title-slide a{
color: #aadff2; /*celeste-claro de primera slide*/
text-decoration: none;
}
/*para cambiar la fuente del código*/
.remark-code, .remark-inline-code {
font-family: 'Source Code Pro', Monaco, monospace;
color: #3498CC;
font-size: 18px;
}
/*para cambiar la fuente del código*/
/*Colour hyperlinks*/
a {
color: #0054A6;
font-size: 20px;
}
a:hover {
color: #f50858; /* fucsia, cuando pasas el mouse por arriba del link*/
}
a:active {
color: #EBCC2A!important; /* color dle resaltado utilizado en el código*/
}
/*#00a08a */
.footnote {
position: absolute;
color: #011714 !important; /* pie de pagina*/
bottom: 0px;
left: 0px;
bottom: 3em;
font-size: 20px;
/* padding-right: 4em; height: 30px*/
/* font-size: 20px.;*/
}
.remark-code-line-highlighted {
background-color: #EBCC2A !important; }
.pre {
white-space: pre-wrap;
}
/* color de la diapo principal */
.inverse {
background-color: #A2B8D4; /* #A2B8D4 Celeste claro */ /* #F9F2F4 Rosado bien claro casi gris */
color: #F4F4F4;
}
/*TITULOS*/
/* Color adjustments to headers */
h1 {
color: #FA4E63; /* coral*/
}
h2 {
color: #EBCC2A; /* gris oscuro #EBCC2A mostaza*/
}
h3 {
color: black;
}
h4 {
color: #2c204d; /* negro alilado*/
}
/* Titulos inversos - fondo oscuro*/
* Título h1 inverso o tamaño 1*/
.inverse h1 {
color: #FA4E63; /* #FA4E63: color coral */
}
/* titulo tamaño dos*/
.inverse h2 {
color: #EBCC2A; /* #EBCC2A: color mostaza */
}
/* titulo tamaño tres*/
.inverse h3 {
color: #fcfcfc; /* #F4F4F4: color gris claro -#fcfcfc*/
}
/* titulo tamaño 4*/
.inverse h4{
color: #2c204d; /* #F4F4F4: color gris claro */
}
/* Two-column layout #F4F4F4 #EBCC2A #1f0404*/
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
/* slightly thiner to suppor aspect ration */
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
/*formato comunas:izq. y derecha*/
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
/* formato de quotes */
blockquote {
border-left: solid 5px lightgray;
padding-left: 1em;
color: #e7ddcd;
}
/* adjust table horizontal spacing */
th, td {
padding:0 15px 0 15px;
}
/* margin: 90%;margin-right: 5%;*/
.remark-slide table {
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
/*Tabla */
table {
margin: auto
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}
.remark-slide table thead th { border-bottom: 1px solid #555555}
th, td { padding: 5px; }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #F4B5BD} /*#c5dfe7 e2cddd*/
/*Tabla */
.remark-inline-code{
/* background: #F5F5F5; /* lighter */
/*background: #e7e8e2; /* darker */
background: #b0e0e6;
border-radius: 3px;
padding: 4px;
}
.remark-slide-number .progress-bar-container {
position: absolute;
bottom: 0;
height: 4px;
display: block;
left: 0;
right: 0;
}
.remark-slide-number .progress-bar {
height: 100%;
background-color: blue;
}
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
/*Select box*/
select:focus {
border-color: #a8c4b7;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px #EC7171,0 0 8px #EC7171;
box-shadow: inset 0 1px 1px #EC7171,0 0 8px #EC7171;
}
/*Selected table row*/
table.dataTable tr.selected td, table.dataTable td.selected {
background-color: #a8c4b7 !important;
}
/*Hover table row*/
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: #b4ccc1!important;
}
/*~~~~~~~~~~~~~~*/
/* RU additions */
/*~~~~~~~~~~~~~~*/
/* Titulos de la primer slide */
/* H1 fonts en diapositiva principal */
.title-slide h1 {
color: #515151 !important; /*gris oscuro*/
padding-top: 150px;
font-weight: normal;
font-size: 75px;
text-align: center
padding-bottom: 18px;
margin-bottom: 18px;
}
/* H2 fonts en diapositiva principal*/
.title-slide h2 {
color: #E1AF00; /* #E1AF00: color mostaza F4F4F4 #FA4E63 gris bien claro casi blanco, */
font-size: 55px;
text-align: center;
padding-top: 0px;
margin-top: 0px;
}
/* H3 fonts en diapositva principal #2c204d #666666 */
.title-slide h3 {
font-size: 35px;
font-weight: normal;
color:#2c204d; /* negro alilado*/
text-align: center;
text-shadow: none;
padding: 0px;
margin: 0px;
line-height: 1;
}
/*~~~~~~~~~~~~~~~~~~~~*/
/* Global adjustments */
/*~~~~~~~~~~~~~~~~~~~~*/
/* Add padding to all slides for 16:9 aspect ratio */
.remark-slide-content {
padding-left: 100px; /* delete this for 4:3 aspect ratio */
}
/* Color adjustments for text */
/* Make bold syntax compile to RU-pink */
strong {
color: #FA4E63; /*cc0033 FA4E63*/
}
.RUrpink {
color: #f0126c;
}
/* Add blue tag */
.blue {
color: #0000CC;
font-weight: bold;
}
/* Add grey tag */
.grey {
color: #515151;
}
.lightgrey {
color: #818181;
}
/* Force black */
.black {
color: black;
font-weight: bold;
}
/* Add white tag */
.white {
color: #E1AF00;
}
/* Color adjustments to headers */
h1 {
color: #FA4E63;
}
h2 {
color: #515151;
}
h3 {
color: black;
}
h4 {
color: #2c204d;
}
/* Font size tags */
.big {
font-size: 1.6em;
}
/* ru blockquote */
ru-blockquote {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
border-left: solid 10px #FA4E63;
background-color: #818181;
padding: 1em;
color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/*FOOTER*/
div.my-footer {
background-color: #ff7b7b;
position: absolute;
bottom: 0px;
left: 0px;
height: 45px;
width: 100%;
}
div.my-footer span {
font-size: 16pt;
color: #125972;
position: absolute;
left: 15px;
bottom: 12px;
}
div.my-footer a {
font-weight: bold;
color: #125972;
}
footnote {
position: absolute;
bottom: 5em;
padding-right: 6em;
font-size: 80%;
padding: 0 3em 3em 3em;
float:right;
text-align:right;
}