-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
186 lines (168 loc) · 3.93 KB
/
estilo.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
@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 500;
color: #698b22;
src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/yanone-kaffeesatz.woff') format('woff');
}
@font-face {
font-family: 'Droid Serif';
font-style: normal;
font-weight: 500;
color: #698b22;
src: local('Droid Serif'), local('DroidSerif'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/droid-serif.woff') format('woff');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 500;
color: #698b22;
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/source-code-pro.woff') format('woff');
}
body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Songti SC', serif; padding-right: 5em;
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz', 'Palatino Linotype', 'Book Antiqua', Palatino, 'STHeiti', 'SimHei', 'Microsoft YaHei';
font-weight: normal;
font-size: 200%;
color: #698b22;
}
b, strong {
color: #008b8b;
}
slides > slide{
background-image: url(figuras/sedesol.png) !important;
background-size: 270px !important;
background-repeat: no-repeat !important;
background-position: 93.1% 4% !important;
}
slides > slide.title-slide hgroup h1 {
font-weight: normal;
font-size: 50pt;
color: #698b22;
position: fixed;
top: 30%;
left: 53%;
transform: translate(-30%, -30%);
}
slides > slide.title-slide p {
font-family: 'Yanone Kaffeesatz', 'Palatino Linotype', 'Book Antiqua', Palatino, 'STHeiti', 'SimHei', 'Microsoft YaHei';
font-weight: normal;
color: #A4A4A4;
position: fixed;
bottom: 45%;
left: 47%;
font-size: 35pt;
}
slides > slide.title-slide h2 {
font-family: 'Yanone Kaffeesatz', 'Palatino Linotype', 'Book Antiqua', Palatino, 'STHeiti', 'SimHei', 'Microsoft YaHei';
font-weight: normal;
color: #A4A4A4;
position: fixed;
bottom: 25%;
left: 51%;
font-size: 35pt;
}
a, a > code {
color: rgb(249, 38, 114);
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:#E0F2F7;
color: #d6d6d6;
}
.inverse h1, .inverse h2, .inverse h3 {
color: #f3f3f3;
line-height: 1.0em;
}
.inverse2 {
font-size:x-large;
color: #FF8000;
font-weight: bold;
}
.inverse2 h1, .inverse2 h2, .inverse2 h3 {
color: #FF8000;
font-weight: bold;
}
/* Two-column layout */
.left-column {
color: #777;
width: 50%;
height: 92%;
padding-left: 2em;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.right-column {
float: right;
width: 35%;
padding-right: 2em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
ul {
list-style-type: circle;
padding: 20px;
margin: 20px;
}
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;
}
}
.gdbar img {
width: 300px !important;
height: 150px !important;
margin: 8px 8px;
}
.gdbar {
width: 400px !important;
height: 170px !important;
}
slides > slide:not(.nobackground):before {
width: 150px;
height: 75px;
background-size: 150px 75px;
}