diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
commit | 7f5cb4effd041e1c86aa3e4847bac78e0498389d (patch) | |
tree | 9c482cd674f48dc2a4dd9ba80dc21ffa183bfeb5 /css/_main.sass | |
download | lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.lz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.xz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.zip |
primera versión
Diffstat (limited to 'css/_main.sass')
-rw-r--r-- | css/_main.sass | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/css/_main.sass b/css/_main.sass new file mode 100644 index 0000000..186750a --- /dev/null +++ b/css/_main.sass @@ -0,0 +1,134 @@ +.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: #fff + -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 + img + max-width: 100% + height: auto + vertical-align: top + margin: 0.625em 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 + .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 + h6 + &.page-libre + display: none + + .paginacion + > div + padding: 0 + ul + list-style: none + overflow: hidden + margin-bottom: 1.25em + font-size: 1em + li + float: left + background: $gris_oscuro + color: #fff + 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: #fff + 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: #fff + margin-right: 0.62em + font-size: 1.125em + line-height: 1.125em + padding: 0.62em 0.937em + a + background: $azul_primario + color: #fff + font-size: 1.125em + display: inline-block + padding: 0.62em 0.937em + margin-right: 0.62em + &:hover + background: $azul_secudario + text-decoration: none |