forked from GeoinquietosMadrid/geoinquietos-y-osgeoes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
geoinquietos.css
117 lines (104 loc) · 3.15 KB
/
geoinquietos.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
/* Colores por tema */
/* moon
Color de fondo #002b36 o #002b36
Color de strong #eee8d5
*/
.reveal section .no-back{
border: none;
background: none;
box-shadow: none;
}
.reveal section strong{
color: #eee8d5; /*para moon*/
}
.reveal section .bordes img {
max-height: 170px;
max-width: 150px;
min-height: 170px;
}
.reveal section .bordes div {
display: inline-block;
margin: 10px 40px;
}
.reveal blockquote:before {
content: '\00AB';
}
.reveal blockquote:after {
content: '\00BB';
}
/* Diapos con fondo */
.reveal section .hBox{
background-color: #002b36;
background-color: rgba(0, 43, 54, 0.95); /* para moon */
padding: 25px;
color: white; /* para moon */
}
.reveal .hBoxTop{
top:-380px !important;
}
.como-funciona-esto .reveal .state-background{
background: #002b36 url('imgs/organizar.jpg') no-repeat center center;
}
.donde-nacen .reveal .state-background{
background: #002b36 url('imgs/huevos.jpg') no-repeat center center;
}
.fight-club .reveal .state-background{
background: #002b36 url('imgs/fight-club.jpg') no-repeat center center;
}
.ruido .reveal .state-background{
background: #002b36 url('imgs/ruido.jpg') no-repeat center center;
}
.burocracia .reveal .state-background{
background: #002b36 url('imgs/burocracia.jpg') no-repeat center center;
}
.liderazgo .reveal .state-background{
background: #002b36 url('imgs/liderazgo.jpg') no-repeat center center;
}
.anarquia .reveal .state-background{
background: #002b36 url('imgs/anarquia.jpg') no-repeat center center;
}
.miedo-error .reveal .state-background{
background: #000000 url('imgs/error.png') no-repeat center center;
}
.evolucion .reveal .state-background{
background: #002b36 url('imgs/darwin.jpg') no-repeat center center;
}
.solitario .reveal .state-background{
background: #002b36 url('imgs/solitario.jpg') no-repeat center center;
}
.atencion .reveal .state-background{
background: #002b36 url('imgs/atencion.jpg') no-repeat center center;
}
.duff .reveal .state-background{
background: #000000 url('imgs/duff.jpg') no-repeat center center;
}
.cursos .reveal .state-background{
background: #002b36 url('imgs/cursos.jpg') no-repeat center center;
}
.charlas .reveal .state-background{
background: #002b36 url('imgs/charlas.jpg') no-repeat center center;
}
.conferencias .reveal .state-background{
background: #002b36 url('imgs/conferencias.jpg') no-repeat center center;
}
.mapping-parties .reveal .state-background{
background: #002b36 url('imgs/mapping-parties.jpg') no-repeat center center;
}
.actividades .reveal .state-background{
background: #002b36 url('imgs/actividades.jpg') no-repeat center center;
}
.juntarse .reveal .state-background{
background: #002b36 url('imgs/juntarse.jpg') no-repeat center center;
}
.desvirtualizar .reveal .state-background{
background: #002b36 url('imgs/desvirtualizar.jpg') no-repeat center center;
}
.fiesta .reveal .state-background{
background: #002b36 url('imgs/fiesta.jpg') no-repeat center center;
}
.aprender .reveal .state-background{
background: #002b36 url('imgs/aprender.jpg') no-repeat center center;
}
.gracias .reveal .state-background{
background: #002b36 url('imgs/gracias.jpg') no-repeat center center;
}