-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
300 lines (251 loc) · 5.35 KB
/
Style.css
File metadata and controls
300 lines (251 loc) · 5.35 KB
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
/* INDEX page*/
/*tipografia*/
@font-face { /* descarga de las fuentes*/
font-family: 'Rubik';
src: url('RETO_2_Materials/Rubik-Regular.ttf');
}
@font-face {
font-family:'Alice';
src: url('RETO_2_Materials/Alice-Regular.ttf');
}
/*encabezado*/
.header1 {
width: 100%;
margin:0 auto;
padding:0;
}
/*navegacion*/
.Navigation {
background-color:#0D7963;
width: 100%;
margin: 0px auto;
height: 50px;
justify-content: space-between;
}
nav ul {
margin: 0px;
padding: 0px;
text-align: center;
display: flex;
list-style-type:none;
}
nav li {
width: calc(100%/5);
position:inherit;
padding: 10px 15px;
border-right: 1px solid #fff;
font-family: 'Rubik', sans-serif;
}
nav a {
width: 100%;
color: #CCECE6 ;
font-size: 25px;
font-weight: bold;
text-decoration: none;
display: block;
text-align: center;
}
/* hover nav*/
nav ul li:nth-child(-n+2):hover a {
color: #790C22 ; /* Cambiar el color del texto de los enlaces al pasar el mouse */
}
/* articulo*/
.container {
max-width: 1200px;
border: 2px solid transparent;
background-color: #F3F5F5;
border-radius: 30px;
padding: 10px 10px 15px 18px;
margin-left: 50px;
margin-right: 35px;
margin-top: 10px;
}
/* background*/
.background {
background-image: url('RETO_2_Materials/images/fondo.png');
background-size:cover;
height: 235px;
padding: 20px;
opacity: 0.5;
}
/* texto encabezado*/
#text {
position: absolute;
top:25%;
left: 50%;
transform: translate(-50%, -50%);
color: #000000;
padding: 10px 20px;
font-size: 20px;
text-align: center;
}
#text p {
font-family: 'Alice', sans-serif;
color: #000000;
font-size:15px;
padding-top: 25px;
}
#text h1 {
font-family: 'Alice', sans-serif;
font-weight: bold;
color: #000000;
font-size:42px;
margin: 0px;
padding: 0px
}
/* palabras en rojo*/
.redtext1 {
color: #ce0000; /* cambie */
}
/* palabras en negrita*/
.bold1 {
font-weight:bold;
}
/*otra color rojo*/
.othercolor{
color:#64071A;
font-weight: bold;
}
/*sangria paragrafos*/
.inicioparagrafo{
text-indent: 25px;
padding-bottom: 5px;
}
/* h2*/
h2 {
font-family: 'Rubik', sans-serif;
font-size:40px;
padding: 0;
margin-bottom:15px;
text-shadow: 2px 2px red; /* Establece el desplazamiento de la sombra, el radio de desenfoque y el color*/
color: black;
text-indent: 20px;
}
/*cita*/
p {
font-family: 'Alice', sans-serif;
font-size: 15px;
line-height: 1.5;
margin-top: 5px;
}
#quotation {
font-family: 'Rubik', sans-serif;
font-size: 16px;
color: #f3f5f5;
font-style: italic;
text-align: center;
position: relative;
background: linear-gradient(to right, #3AA992 15%, #ffff 200%);
background-color: #0a6150;
padding: 30px;
border-left: 10px solid#790C22;
}
#quotation::before,
#quotation::after {
font-size: 50px; /* Ajustar el tamaño del quotation marks */
position: absolute;
color: #fff; /* color del quotation marks */
}
#quotation::before {
content: "“"; /* Unicode for left double quotation mark */
left: 20px; /* Ajuste la posición izquierda para la alineación. */
top: 15px; /* Ajuste la posición superior para alinear. */
}
#quotation::after {
content: "”"; /* Unicode for derecha double quotation mark */
right: 200px; /* Ajuste la posición derecha para la alineación */
bottom: 15px; /* Ajuste la posición inferior para alinear */
}
/*imagen carpeta*/
.center {
text-align: center;
}
.center img {
width: 600px;
height: auto;
}
/*bullet mundo*/
.listimages {
padding-left: 20px;
margin: 0;
list-style-type: none;
}
.mundo1{
background: url('RETO_2_Materials/images/world.png') no-repeat left top;
padding-top: 5px;
padding-left: 25px;
font-family: 'Alice',sans-serif;
font-size: 15px;
line-height: 1.5;
}
/*pie de pagina*/
.footer1 {
background-color:#0D7963;
min-height: 100px;
padding: 5px 5px;
margin-top:20px;
}
.footer1 p {
font-family: 'Alice',sans-serif;
font-size: 13px;
text-align: center;
color: #FFFFFF;
border-radius: 20px;
}
.footer1 a {
color: #FFFFFF;
font-weight: bold;
}
/* ETHICS page */
/* bullet book */
.listimages1{
padding-left:33px;
padding-bottom: 15px;
margin: 0px;
list-style-type: none;
}
.book1{
background: url('RETO_2_Materials/images/e-book.png') no-repeat left top;
padding-top: 5px;
padding-left: 25px;
font-family: 'Alice',sans-serif;
font-size: 15px;
line-height: 1.5;
font-style: italic;
}
/* Cita */
#quotation1 {
font-family: 'Rubik', sans-serif;
font-size: 16px;
color: #f3f5f5;
font-style: italic;
text-align: center;
position: relative;
background: linear-gradient(to right, #3AA992 0%, #ffff 140%);
background-color: #0a6150;
padding: 30px; /* Agregue algo de relleno para una mejor legibilidad */
border-left: 10px solid #660014;
}
#quotation1::before,
#quotation1::after {
font-size: 50px;
position: absolute;
color: #fff;
}
#quotation1::before {
content: "“";
left: 225px;
top: 15px;
}
#quotation1::after {
content: "”";
right: 233px;
bottom: 23px;
}
/* borde de las palabras(referencias) */
.border1 {
border-left: 2px solid #790c22;
padding: 4px;
position: relative;
margin-left: 3px;
}