-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatuno.css
54 lines (49 loc) · 907 Bytes
/
gatuno.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
html, body
{
/* Apariencia general */
background-color: #005f;
color: #00ffff;
margin: 0 auto;
/* Centro todos elementos con unidades relativas */
margin-left: 3%;
padding: 0;
text-align: justify;
font-size: 15px;
}
a
{
/* Le doy estillo personalizado a los enlaces */
color: #00f77f;
}
.titulo
{
/* Estilizar ttulos */
margin-left: 0.25%;
color: #00ff23;
}
.tierno
{
/* Trozos de texto tiernos */
border-radius: 0.4em;
font-family: 'Sans Serif';
color: #0000ff;
}
.herramientas
{
/* Resaltado antes de mostrar todas las herramientas,
mensaje informativo */
border: 2px dotted #0015bb;
/* Espaciado de texto */
padding: 1em;
inline-size: 0.5%;
font-size: 20px;
width: 50%;
border-radius: 0.2em;
}
.herramienta
{
/* Resaltado de cada herramienta informativa */
border: 1.5px solid #0023bb;
text-align: center;
border-radius: 0.1em;
}