blob: 7f8ae0b77b32df189b3f0026803480c1899b599e (
plain)
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
|
.sidebar
.widget
margin-bottom: 2em
&.redes-sociales-libres
overflow: hidden
a
width: 50%
padding: 1.25em
text-align: center
float: left
background: #000
color: $blanco
display: inline-block
&:hover
text-decoration: none
&.gnusocial
background: $gnusocial
&:hover
background: $gnusocial_hover
&.diaspora
background: $diaspora
&:hover
background: $diaspora_hover
.icono
width: 100%
font-size: 1.875em
margin-bottom: 0.5em
.delta-ru
margin: 2.2em
&.boletin
.formulario
background: #0e2b37
padding: 1.25em
text-align: center
label
color: $blanco
margin-bottom: 1.25em
display: block
font-weight: normal
input[type="email"]
color: $gris_claro
text-align: center
padding: 0.65em
font-size: 1.125em
border-radius: 3px
width: 100%
border: none
margin-bottom: 1.25em
input[type="submit"]
background: $verde
border-radius: 3px
padding: 0.625em 1.875em
border: none
color: $blanco
&:hover
background: $verde_encendido
.contenedor-no-facebook
text-align: center
a
display: inline-block
max-width: 100%
img
height: auto
.titulo-seccion
.textwidget
background-color: #0e2b37
border: 1px solid #ddd
color: white
padding: 1em
p
text-align: justify
a[rel="license"]
color: $verde_encendido
&:hover
color: $verde_link
text-decoration: none
.tagcloud
a
color: $gris_oscuro
&::before
font-family: "dashicons"
content: "\f323"
margin-right: 0.1em
vertical-align: baseline
&:hover
color: $azul_primario
ul
> li
list-style: none
text-decoration: none
&:hover
color: $azul_primario
a
color: $azul_secudario
&:hover
color: $azul_primario
&::before
font-family: "dashicons"
content: "\f508"
margin-right: 0.2em
vertical-align: bottom
&.recentcomments
&::before
content: "\f101"
&.cat-item
&::before
content: '\f318'
|