This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
estilos.css
74 lines (58 loc) · 1.42 KB
/
estilos.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
body {
background-color: #F3F3F3;
font-family: Arial, Sans-serif;
font-size: 16px;
}
/* Color de fondo y sin bordes para navbar */
.navbar {
background-color: #C35F52;
border: 0 solid white;
}
/* Colores de los links del navbar */
.navbar-brand, ul.nav li a { color: white !important; }
/* Color del link seleccionado */
ul .active { background-color: #333333 !important; }
/* Título principal del sitio */
.navbar-brand:hover, ul.nav li a:hover {
background-color: #333333 !important;
color: white;
}
/* Fondo del boton de usuario al estar activo: */
.navbar-default .navbar-nav>.open>a:focus { background-color: #333333; }
/* Color de fondo del menu que sale al presionar el boton de usuario: */
.navbar-nav > li > .dropdown-menu { background-color: #C35F52; }
.caja {
background-color: #FFFFFF;
padding: 40px;
padding-top: 10px;
}
.titulo {
font-size: 30px !important;
font-weight: bold !important;
}
.subtitulo {
margin-top: 0;
font-size: 16px !important;
font-weight: lighter !important;
padding-bottom: 10px;
}
b { color: #242424; }
#logo {
display: inline;
clear: both;
margin-right: 0;
margin-top: -2px;
}
.logo-user {
display: inline-block;
background-size: cover;
}
.resaltado {
font-weight: bolder;
color: snow;
background-color: #242424;;
}
.letra-chica { font-size: 10px; }
.letra-grande { font-size: 20px; }
/* Botones de guardar resultados en csv */
.btn-block { border-radius: 0 !important; }