aboutsummaryrefslogtreecommitdiffstats
path: root/css/_main.sass
blob: 508d254ed900cbde0c202a69baf2119d0faf4fce (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
152
153
154
155
.main,
.sidebar
    .titulo-seccion
        h3
            font-family: $font-family-2
            font-size: 1.5em
            line-height: 1.5em
            font-weight: normal
            color: $gris_oscuro
            padding-bottom: 0.62em
            border-bottom: 4px solid $verde
            margin-bottom: 1.25em
.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: $font-size
                    img
                        max-width: 100%
                        height: auto
                        vertical-align: top
                        margin: 0.625em 0
                .texto
                    ul
                        font-size: $font-size
                        margin-left: 1.25em
                        li
                            list-style: square
                            margin: .5em 0 0 1em
                    ol
                        margin-left: 1.5rem
                    p
                        font-size: $font-size
                    .LibreVideoJS
                        ul
                            font-size: $librevjs
                            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: 1.125em
                        font-weight: bold
                        margin-top: 0
                        a
                            color: $gris_oscuro
                    .fecha
                        color: $gris_claro
                        font-size: 0.875em
                        margin-bottom: 1.25em
                        img
                            &.avatar
                                border-radius: 100%
                                border: thin solid $avatar
                                vertical-align: text-bottom
                    .extracto
                        color: $texto
                        font-size: 1em
                        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: 1em
                            font-weight: bold
                            margin-right: 1.25em
                            &:hover
                                color: $azul_primario
                                text-decoration: none
        .col-sm-12
            &.post
                margin-bottom: 0.3125em

    .paginacion
        > div
            padding: 0
        ul
            list-style: none
            overflow: hidden
            margin-bottom: 1.25em
            font-size: 1em
            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

        .wp-pagenavi
            margin-bottom: 1.25em
            .pages,
            span
                background: $gris_oscuro
                color: $blanco
                margin-right: 0.62em
                font-size: 1.125em
                line-height: 1.125em
                padding: 0.62em 0.937em
            a
                background: $azul_primario
                color: $blanco
                font-size: 1.125em
                display: inline-block
                padding: 0.62em 0.937em
                margin-right: 0.62em
                &:hover
                    background: $azul_secudario
                    text-decoration: none