blob: d9a2d77330701797774aaecbead407c57fac8c6a (
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
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
|
.main,
.sidebar
.titulo-seccion
h3
font-family: $oswald
font-size: 1.5em
line-height: 1.5em
font-weight: normal
color: $gris_oscuro
padding-bottom: 0.62em
border-bottom: 4px solid $verde
margin-top: 1.5rem
margin-bottom: 1.25rem
.main
.titulo-seccion
> div
padding: 0
.single-post
.categorias
margin-bottom: 1.875em
.posts,
.single-post
.post
margin-bottom: 1.875em
.contenedor
background: $blanco
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3)
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3)
.texto
font-size: 0.8rem
img
max-width: 100%
height: auto
vertical-align: top
margin: 0.625em 0
.texto
ul
font-size: 0.9rem
margin-left: 1.25em
li
list-style: square
margin: .5em 0 0 1em
ol
margin-left: 1.5rem
p
font-size: 0.9rem
margin-bottom: 20px
.LibreVideoJS
ul
font-size: 0.7rem
margin: 0
li
list-style: none
margin: 0
.thumb
img
width: 100%
vertical-align: top
height: auto
.info
padding: 1.25em
.titulo
line-height: 1.125em
margin-bottom: 1.25em
font-size: 1rem
font-weight: bold
margin-top: 0
a
color: $gris_oscuro
.fecha
color: $gris_claro
font-size: 0.8rem
margin-bottom: 1.25em
img
&.avatar
border-radius: 100%
border: thin solid $avatar
vertical-align: text-bottom
.extracto
color: $texto
font-size: 0.9rem
height: 8.125em
max-height: 8.125em
line-height: 1.75em
margin-bottom: 1.25em
overflow: hidden
&:hover
overflow: auto
.categorias
ul
list-style: none
li
display: inline-block
a
/* color: $gris_claro
/* font-size: 0.8rem
/* font-weight: bold
/* margin-right: 1.25em
display: inline-block
padding: .25em .4em
font-size: 75%
font-weight: 700
line-height: 1
text-align: center
white-space: nowrap
vertical-align: baseline
border-radius: .25rem
background-color: $tag
color: $blanco
&:hover
color: $blanco
text-decoration: none
&[href]:focus
color: $blanco
text-decoration: none
background-color: $tag_activate
.col-sm-12
&.post
margin-bottom: 0.3125em
.paginacion
> div
padding: 0
ul
list-style: none
overflow: hidden
margin-bottom: 1.25em
font-size: 1rem
li
float: left
background: $gris_oscuro
color: $blanco
margin-right: 0.62em
font-size: 1.125em
line-height: 1.125em
&.disabled
padding: 0.62em 0.937em
font-size: 1.125em
line-height: 1.125em
a
background: $azul_primario
color: $blanco
line-height: 1.125em
display: inline-block
padding: 0.62em 0.937em
&:hover
background: $azul_secudario
text-decoration: none
h6
&.page-libre
display: none
|