aboutsummaryrefslogtreecommitdiffstats
path: root/css/estilos.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/estilos.css')
-rw-r--r--css/estilos.css1146
1 files changed, 719 insertions, 427 deletions
diff --git a/css/estilos.css b/css/estilos.css
index ac6d4f1..eccffcd 100644
--- a/css/estilos.css
+++ b/css/estilos.css
@@ -1,61 +1,89 @@
+@charset "UTF-8";
* {
- margin: 0;
- padding: 0; }
+ margin: 0;
+ padding: 0;
+}
body {
- background: #f2f2f2;
- font-family: "Open Sans", sans-serif;
- font-size: 16px; }
+ background: #f2f2f2;
+ font-family: "Open Sans", sans-serif;
+ font-size: 16px;
+}
h1 {
- font-size: 16px; }
+ font-size: 16px;
+}
+
/* Begin-Publicidad */
+
.ad {
- margin-bottom: 1.25em;
- text-align: center; }
+ margin-bottom: 1.25em;
+ text-align: center;
+}
+
/* End-Publicidad */
+
a {
- color: #5f6ad4; }
+ color: #5f6ad4;
+}
+
/* Header */
+
header .logo {
- padding-top: 1.25em;
- padding-bottom: 1.25em;
- padding-left: 0; }
- header .logo a {
- display: inline-block; }
- header .logo h1 {
+ padding-top: 1.25em;
+ padding-bottom: 1.25em;
+ padding-left: 0;
+}
+
+header .logo a {
+ display: inline-block;
+}
+
+header .logo h1 {
margin-top: 0;
- margin-bottom: 0; }
- header .logo h1 a.libre_title_header {
- color: #3b3b3b;
- text-decoration: none;
- font-family: "Oswald", sans-serif;
- font-size: 1.825em;
- height: auto;
- margin-right: 3.125em;
- padding: 0px 0px; }
- header .logo h1 a.libre_title_header:hover {
- color: #909090; }
- header .logo h2 {
+ margin-bottom: 0;
+}
+
+header .logo h1 a.libre_title_header {
+ color: #3b3b3b;
+ text-decoration: none;
+ font-family: "Oswald", sans-serif;
+ font-size: 1.825em;
+ height: auto;
+ margin-right: 3.125em;
+ padding: 0px 0px;
+}
+
+header .logo h1 a.libre_title_header:hover {
+ color: #909090;
+}
+
+header .logo h2 {
font-size: 16px;
margin-top: 0.3em;
- padding-left: 0.0625em; }
- header .logo h2 a.libre_title_description {
- color: #909090;
- text-decoration: none;
- font-family: "Oswald", sans-serif;
- font-size: 1em;
- height: auto;
- margin-right: 3.125em;
- padding: 0px 0px; }
+ padding-left: 0.0625em;
+}
+
+header .logo h2 a.libre_title_description {
+ color: #909090;
+ text-decoration: none;
+ font-family: "Oswald", sans-serif;
+ font-size: 1em;
+ height: auto;
+ margin-right: 3.125em;
+ padding: 0px 0px;
+}
+
header .redes-sociales-libres {
- text-align: right;
- line-height: 5em;
- margin-top: 0.625em; }
- header .redes-sociales-libres a {
+ text-align: right;
+ line-height: 5em;
+ margin-top: 0.625em;
+}
+
+header .redes-sociales-libres a {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
@@ -64,472 +92,736 @@ header .redes-sociales-libres {
display: inline-block;
background: navy;
color: #fff;
- margin-left: 1.25em; }
- header .redes-sociales-libres a.gnusocial {
- background: #a42833; }
- header .redes-sociales-libres a.gnusocial:hover {
- background: #b14350; }
- header .redes-sociales-libres a.diaspora {
- background: #010101; }
- header .redes-sociales-libres a.diaspora:hover {
- background: #303636; }
+ margin-left: 1.25em;
+}
+
+header .redes-sociales-libres a.gnusocial {
+ background: #a42833;
+}
+
+header .redes-sociales-libres a.gnusocial:hover {
+ background: #b14350;
+}
+
+header .redes-sociales-libres a.diaspora {
+ background: #010101;
+}
+
+header .redes-sociales-libres a.diaspora:hover {
+ background: #303636;
+}
+
header .menu {
- background: #5f6ad4;
- margin-bottom: 1.25em; }
- header .menu ul {
+ background: #5f6ad4;
+ margin-bottom: 1.25em;
+}
+
+header .menu ul {
list-style: none;
overflow: visible;
margin: 0;
- padding: 0; }
- header .menu ul li {
- float: left;
- display: inline-block; }
- header .menu ul li a {
- color: #fff;
- display: inline-block;
- padding: 1em 1.25em;
- font-size: 0.87em;
- color: #fff; }
- header .menu ul li a:hover {
- text-decoration: none;
- background: #7780da; }
- header .menu .container .primary_nav_wrap ul {
+ padding: 0;
+}
+
+header .menu ul li {
+ float: left;
+ display: inline-block;
+}
+
+header .menu ul li a {
+ color: #fff;
+ display: inline-block;
+ padding: 1em 1.25em;
+ font-size: 0.87em;
+ color: #fff;
+}
+
+header .menu ul li a:hover {
+ text-decoration: none;
+ background: #7780da;
+}
+
+header .menu .container .primary_nav_wrap ul {
background: #5f6ad4;
list-style: none;
margin: 0;
padding: 0;
- z-index: 2; }
- header .menu .container .primary_nav_wrap ul a {
- display: block;
- color: #fff;
- font-weight: 600;
- text-decoration: none;
- line-height: 4em;
- padding: 0 0.9375em; }
- header .menu .container .primary_nav_wrap ul li {
- position: relative;
- float: left;
- margin: 0;
- padding: 0; }
- header .menu .container .primary_nav_wrap ul li a {
- padding: 0 0.9375em; }
- header .menu .container .primary_nav_wrap ul li:hover {
- background: #7780da; }
- header .menu .container .primary_nav_wrap ul li:hover > ul {
- display: block; }
- header .menu .container .primary_nav_wrap ul ul.sub-menu {
- display: none;
- position: absolute;
- top: 100%;
- left: 0;
- background: #5f6ad4;
- padding: 0; }
- header .menu .container .primary_nav_wrap ul ul.sub-menu li {
- float: none;
- width: 200px;
- max-width: 100%;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s; }
- header .menu .container .primary_nav_wrap ul ul.sub-menu ul {
- top: 0;
- left: 100%; }
- header .menu .container .primary_nav_wrap ul ul.sub-menu a {
- line-height: 120%;
- padding: 0.625em 0.9375em; }
+ z-index: 2;
+}
+
+header .menu .container .primary_nav_wrap ul a {
+ display: block;
+ color: #fff;
+ font-weight: 600;
+ text-decoration: none;
+ line-height: 4em;
+ padding: 0 0.9375em;
+}
+
+header .menu .container .primary_nav_wrap ul li {
+ position: relative;
+ float: left;
+ margin: 0;
+ padding: 0;
+}
+
+header .menu .container .primary_nav_wrap ul li a {
+ padding: 0 0.9375em;
+}
+
+header .menu .container .primary_nav_wrap ul li:hover {
+ background: #7780da;
+}
+
+header .menu .container .primary_nav_wrap ul li:hover>ul {
+ display: block;
+}
+
+header .menu .container .primary_nav_wrap ul ul.sub-menu {
+ display: none;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ background: #5f6ad4;
+ padding: 0;
+}
+
+header .menu .container .primary_nav_wrap ul ul.sub-menu li {
+ float: none;
+ width: 200px;
+ max-width: 100%;
+ -moz-transition-duration: 0.3s;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+}
+
+header .menu .container .primary_nav_wrap ul ul.sub-menu ul {
+ top: 0;
+ left: 100%;
+}
+
+header .menu .container .primary_nav_wrap ul ul.sub-menu a {
+ line-height: 120%;
+ padding: 0.625em 0.9375em;
+}
+
header form.search-form {
- margin-right: 0; }
+ margin-right: 0;
+}
+
header form.navbar-form {
- margin-top: 12px; }
+ margin-top: 12px;
+}
+
header form button.btn.btn-primary {
- background-color: #48b84d;
- border-color: #7780da; }
- header form button.btn.btn-primary:hover {
- background-color: #159d1a; }
+ background-color: #48b84d;
+ border-color: #7780da;
+}
+
+header form button.btn.btn-primary:hover {
+ background-color: #159d1a;
+}
+
/* Contenedor o main */
-.main .titulo-seccion h3,
-.sidebar .titulo-seccion h3 {
- font-family: "Oswald", sans-serif;
- font-size: 1.5em;
- line-height: 1.5em;
- font-weight: normal;
- color: #3b3b3b;
- padding-bottom: 0.62em;
- border-bottom: 4px solid #48b84d;
- margin-bottom: 1.25em; }
-
-.main .titulo-seccion > div {
- padding: 0; }
+
+.main .titulo-seccion h3, .sidebar .titulo-seccion h3 {
+ font-family: "Oswald", sans-serif;
+ font-size: 1.5em;
+ line-height: 1.5em;
+ font-weight: normal;
+ color: #3b3b3b;
+ padding-bottom: 0.62em;
+ border-bottom: 4px solid #48b84d;
+ margin-bottom: 1.25em;
+}
+
+.main .titulo-seccion>div {
+ padding: 0;
+}
+
.main .single-post .categorias {
- margin-bottom: 1.875em; }
-.main .posts .post,
-.main .single-post .post {
- margin-bottom: 1.875em; }
- .main .posts .post .contenedor,
- .main .single-post .post .contenedor {
+ margin-bottom: 1.875em;
+}
+
+.main .posts .post, .main .single-post .post {
+ margin-bottom: 1.875em;
+}
+
+.main .posts .post .contenedor, .main .single-post .post .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); }
- .main .posts .post .contenedor .texto img,
- .main .single-post .post .contenedor .texto img {
- max-width: 100%;
- height: auto;
- vertical-align: top;
- margin: 0.625em 0; }
- .main .posts .post .contenedor .thumb img,
- .main .single-post .post .contenedor .thumb img {
- width: 100%;
- vertical-align: top;
- height: auto; }
- .main .posts .post .contenedor .info,
- .main .single-post .post .contenedor .info {
- padding: 1.25em; }
- .main .posts .post .contenedor .info .titulo,
- .main .single-post .post .contenedor .info .titulo {
- line-height: 1.125em;
- margin-bottom: 1.25em;
- font-size: 1.125em;
- font-weight: bold;
- margin-top: 0; }
- .main .posts .post .contenedor .info .titulo a,
- .main .single-post .post .contenedor .info .titulo a {
- color: #3b3b3b; }
- .main .posts .post .contenedor .info .fecha,
- .main .single-post .post .contenedor .info .fecha {
- color: #909090;
- font-size: 0.875em;
- margin-bottom: 1.25em; }
- .main .posts .post .contenedor .info .fecha img.avatar,
- .main .single-post .post .contenedor .info .fecha img.avatar {
- border-radius: 100%;
- border: thin solid #D2D2D2;
- vertical-align: text-bottom; }
- .main .posts .post .contenedor .info .extracto,
- .main .single-post .post .contenedor .info .extracto {
- color: #292929;
- font-size: 1em;
- height: 8.125em;
- max-height: 8.125em;
- line-height: 1.75em;
- margin-bottom: 1.25em;
- overflow: hidden; }
- .main .posts .post .contenedor .info .extracto:hover,
- .main .single-post .post .contenedor .info .extracto:hover {
- overflow: auto; }
- .main .posts .post .contenedor .info .categorias ul,
- .main .single-post .post .contenedor .info .categorias ul {
- list-style: none; }
- .main .posts .post .contenedor .info .categorias ul li,
- .main .single-post .post .contenedor .info .categorias ul li {
- display: inline-block; }
- .main .posts .post .contenedor .info .categorias a,
- .main .single-post .post .contenedor .info .categorias a {
- color: #909090;
- font-size: 1em;
- font-weight: bold;
- margin-right: 1.25em; }
- .main .posts .post .contenedor .info .categorias a:hover,
- .main .single-post .post .contenedor .info .categorias a:hover {
- color: #5f6ad4;
- text-decoration: none; }
-.main .posts .col-sm-12.post,
-.main .single-post .col-sm-12.post {
- margin-bottom: 0.3125em; }
+ box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
+}
+
+.main .posts .post .contenedor .texto img, .main .single-post .post .contenedor .texto img {
+ max-width: 100%;
+ height: auto;
+ vertical-align: top;
+ margin: 0.625em 0;
+}
+
+.main .posts .post .contenedor .thumb img, .main .single-post .post .contenedor .thumb img {
+ width: 100%;
+ vertical-align: top;
+ height: auto;
+}
+
+.main .posts .post .contenedor .info, .main .single-post .post .contenedor .info {
+ padding: 1.25em;
+}
+
+.main .posts .post .contenedor .info .titulo, .main .single-post .post .contenedor .info .titulo {
+ line-height: 1.125em;
+ margin-bottom: 1.25em;
+ font-size: 1.125em;
+ font-weight: bold;
+ margin-top: 0;
+}
+
+.main .posts .post .contenedor .info .titulo a, .main .single-post .post .contenedor .info .titulo a {
+ color: #3b3b3b;
+}
+
+.main .posts .post .contenedor .info .fecha, .main .single-post .post .contenedor .info .fecha {
+ color: #909090;
+ font-size: 0.875em;
+ margin-bottom: 1.25em;
+}
+
+.main .posts .post .contenedor .info .fecha img.avatar, .main .single-post .post .contenedor .info .fecha img.avatar {
+ border-radius: 100%;
+ border: thin solid #D2D2D2;
+ vertical-align: text-bottom;
+}
+
+.main .posts .post .contenedor .info .extracto, .main .single-post .post .contenedor .info .extracto {
+ color: #292929;
+ font-size: 1em;
+ height: 8.125em;
+ max-height: 8.125em;
+ line-height: 1.75em;
+ margin-bottom: 1.25em;
+ overflow: hidden;
+}
+
+.main .posts .post .contenedor .info .extracto:hover, .main .single-post .post .contenedor .info .extracto:hover {
+ overflow: auto;
+}
+
+.main .posts .post .contenedor .info .categorias ul, .main .single-post .post .contenedor .info .categorias ul {
+ list-style: none;
+}
+
+.main .posts .post .contenedor .info .categorias ul li, .main .single-post .post .contenedor .info .categorias ul li {
+ display: inline-block;
+}
+
+.main .posts .post .contenedor .info .categorias a, .main .single-post .post .contenedor .info .categorias a {
+ color: #909090;
+ font-size: 1em;
+ font-weight: bold;
+ margin-right: 1.25em;
+}
+
+.main .posts .post .contenedor .info .categorias a:hover, .main .single-post .post .contenedor .info .categorias a:hover {
+ color: #5f6ad4;
+ text-decoration: none;
+}
+
+.main .posts .col-sm-12.post, .main .single-post .col-sm-12.post {
+ margin-bottom: 0.3125em;
+}
+
.main h6.page-libre {
- display: none; }
-.main .paginacion > div {
- padding: 0; }
+ display: none;
+}
+
+.main .paginacion>div {
+ padding: 0;
+}
+
.main .paginacion ul {
- list-style: none;
- overflow: hidden;
- margin-bottom: 1.25em;
- font-size: 1em; }
- .main .paginacion ul li {
+ list-style: none;
+ overflow: hidden;
+ margin-bottom: 1.25em;
+ font-size: 1em;
+}
+
+.main .paginacion ul li {
float: left;
background: #3b3b3b;
color: #fff;
margin-right: 0.62em;
font-size: 1.125em;
- line-height: 1.125em; }
- .main .paginacion ul li.disabled {
- padding: 0.62em 0.937em;
- font-size: 1.125em;
- line-height: 1.125em; }
- .main .paginacion ul li a {
- background: #5f6ad4;
- color: #fff;
- line-height: 1.125em;
- display: inline-block;
- padding: 0.62em 0.937em; }
- .main .paginacion ul li a:hover {
- background: #7780da;
- text-decoration: none; }
+ line-height: 1.125em;
+}
+
+.main .paginacion ul li.disabled {
+ padding: 0.62em 0.937em;
+ font-size: 1.125em;
+ line-height: 1.125em;
+}
+
+.main .paginacion ul li a {
+ background: #5f6ad4;
+ color: #fff;
+ line-height: 1.125em;
+ display: inline-block;
+ padding: 0.62em 0.937em;
+}
+
+.main .paginacion ul li a:hover {
+ background: #7780da;
+ text-decoration: none;
+}
+
.main .paginacion h6.page-libre {
- display: none; }
+ display: none;
+}
+
.main .paginacion .wp-pagenavi {
- margin-bottom: 1.25em; }
- .main .paginacion .wp-pagenavi .pages,
- .main .paginacion .wp-pagenavi span {
+ margin-bottom: 1.25em;
+}
+
+.main .paginacion .wp-pagenavi .pages, .main .paginacion .wp-pagenavi span {
background: #3b3b3b;
color: #fff;
margin-right: 0.62em;
font-size: 1.125em;
line-height: 1.125em;
- padding: 0.62em 0.937em; }
- .main .paginacion .wp-pagenavi a {
+ padding: 0.62em 0.937em;
+}
+
+.main .paginacion .wp-pagenavi a {
background: #5f6ad4;
color: #fff;
font-size: 1.125em;
display: inline-block;
padding: 0.62em 0.937em;
- margin-right: 0.62em; }
- .main .paginacion .wp-pagenavi a:hover {
- background: #7780da;
- text-decoration: none; }
+ margin-right: 0.62em;
+}
+
+.main .paginacion .wp-pagenavi a:hover {
+ background: #7780da;
+ text-decoration: none;
+}
+
/* Aside */
+
.sidebar .widget {
- margin-bottom: 2em; }
- .sidebar .widget.redes-sociales-libres {
- overflow: hidden; }
- .sidebar .widget.redes-sociales-libres a {
- width: 50%;
- padding: 1.25em;
- text-align: center;
- float: left;
- background: #000;
- color: #fff;
- display: inline-block; }
- .sidebar .widget.redes-sociales-libres a:hover {
- text-decoration: none; }
- .sidebar .widget.redes-sociales-libres a.gnusocial {
- background: #a42833; }
- .sidebar .widget.redes-sociales-libres a.gnusocial:hover {
- background: #b14350; }
- .sidebar .widget.redes-sociales-libres a.diaspora {
- background: #010101; }
- .sidebar .widget.redes-sociales-libres a.diaspora:hover {
- background: #303636; }
- .sidebar .widget.redes-sociales-libres a .icono {
- width: 100%;
- font-size: 1.875em;
- margin-bottom: 0.5em; }
- .sidebar .widget.redes-sociales-libres a .delta-ru {
- margin: 1.875em; }
- .sidebar .widget.boletin .formulario {
+ margin-bottom: 2em;
+}
+
+.sidebar .widget.redes-sociales-libres {
+ overflow: hidden;
+}
+
+.sidebar .widget.redes-sociales-libres a {
+ width: 50%;
+ padding: 1.25em;
+ text-align: center;
+ float: left;
+ background: #000;
+ color: #fff;
+ display: inline-block;
+}
+
+.sidebar .widget.redes-sociales-libres a:hover {
+ text-decoration: none;
+}
+
+.sidebar .widget.redes-sociales-libres a.gnusocial {
+ background: #a42833;
+}
+
+.sidebar .widget.redes-sociales-libres a.gnusocial:hover {
+ background: #b14350;
+}
+
+.sidebar .widget.redes-sociales-libres a.diaspora {
+ background: #010101;
+}
+
+.sidebar .widget.redes-sociales-libres a.diaspora:hover {
+ background: #303636;
+}
+
+.sidebar .widget.redes-sociales-libres a .icono {
+ width: 100%;
+ font-size: 1.875em;
+ margin-bottom: 0.5em;
+}
+
+.sidebar .widget.redes-sociales-libres a .delta-ru {
+ margin: 1.875em;
+}
+
+.sidebar .widget.boletin .formulario {
background: #0e2b37;
padding: 1.25em;
- text-align: center; }
- .sidebar .widget.boletin .formulario label {
- color: #fff;
- margin-bottom: 1.25em;
- display: block;
- font-weight: normal; }
- .sidebar .widget.boletin .formulario input[type="email"] {
- color: #909090;
- text-align: center;
- padding: 0.65em;
- font-size: 1.125em;
- border-radius: 3px;
- width: 100%;
- margin-bottom: 1.25em; }
- .sidebar .widget.boletin .formulario input[type="submit"] {
- background: #48b84d;
- border-radius: 3px;
- padding: 0.625em 1.875em;
- border: none;
- color: #fff; }
- .sidebar .widget.boletin .formulario input[type="submit"]:hover {
- background: #159d1a; }
- .sidebar .widget .contenedor-no-facebook {
- text-align: center; }
- .sidebar .widget .contenedor-no-facebook a {
- display: inline-block;
- max-width: 100%; }
- .sidebar .widget .contenedor-no-facebook a img {
- height: auto; }
- .sidebar .widget .titulo-seccion .textwidget {
+ text-align: center;
+}
+
+.sidebar .widget.boletin .formulario label {
+ color: #fff;
+ margin-bottom: 1.25em;
+ display: block;
+ font-weight: normal;
+}
+
+.sidebar .widget.boletin .formulario input[type="email"] {
+ color: #909090;
+ text-align: center;
+ padding: 0.65em;
+ font-size: 1.125em;
+ border-radius: 3px;
+ width: 100%;
+ margin-bottom: 1.25em;
+}
+
+.sidebar .widget.boletin .formulario input[type="submit"] {
+ background: #48b84d;
+ border-radius: 3px;
+ padding: 0.625em 1.875em;
+ border: none;
+ color: #fff;
+}
+
+.sidebar .widget.boletin .formulario input[type="submit"]:hover {
+ background: #159d1a;
+}
+
+.sidebar .widget .contenedor-no-facebook {
+ text-align: center;
+}
+
+.sidebar .widget .contenedor-no-facebook a {
+ display: inline-block;
+ max-width: 100%;
+}
+
+.sidebar .widget .contenedor-no-facebook a img {
+ height: auto;
+}
+
+.sidebar .widget .titulo-seccion .textwidget {
background-color: #0e2b37;
border: 1px solid #ddd;
color: white;
- padding: 1em; }
- .sidebar .widget .titulo-seccion .textwidget p {
- text-align: justify; }
- .sidebar .widget .titulo-seccion .textwidget a[rel="license"] {
- color: #159d1a; }
- .sidebar .widget .titulo-seccion .textwidget a[rel="license"]:hover {
- color: #16ea1d;
- text-decoration: none; }
+ padding: 1em;
+}
+
+.sidebar .widget .titulo-seccion .textwidget p {
+ text-align: justify;
+}
+
+.sidebar .widget .titulo-seccion .textwidget a[rel="license"] {
+ color: #159d1a;
+}
+
+.sidebar .widget .titulo-seccion .textwidget a[rel="license"]:hover {
+ color: #16ea1d;
+ text-decoration: none;
+}
+
+.sidebar .widget .titulo-seccion .tagcloud a {
+ color: #3b3b3b;
+}
+
+.sidebar .widget .titulo-seccion .tagcloud a::before {
+ font-family: "dashicons";
+ content: "";
+ margin-right: 0.1em;
+ vertical-align: baseline;
+}
+
+.sidebar .widget .titulo-seccion .tagcloud a:hover {
+ color: #5f6ad4;
+}
+
+.sidebar .widget .titulo-seccion ul>li {
+ list-style: none;
+ text-decoration: none;
+}
+
+.sidebar .widget .titulo-seccion ul>li:hover {
+ color: #5f6ad4;
+}
+
+.sidebar .widget .titulo-seccion ul>li a {
+ color: #7780da;
+}
+
+.sidebar .widget .titulo-seccion ul>li a:hover {
+ color: #5f6ad4;
+}
+
+.sidebar .widget .titulo-seccion ul>li::before {
+ font-family: "dashicons";
+ content: "";
+ margin-right: 0.2em;
+ vertical-align: bottom;
+}
+
+.sidebar .widget .titulo-seccion ul>li.recentcomments::before {
+ content: "";
+}
+
+.sidebar .widget .titulo-seccion ul>li.cat-item::before {
+ content: "";
+}
+
/* Footer */
+
footer .menu {
- background: #5f6ad4; }
- footer .menu ul {
+ background: #5f6ad4;
+}
+
+footer .menu ul {
list-style: none;
overflow: hidden;
margin: 0;
- padding: 0; }
- footer .menu ul li {
- float: left;
- display: inline-block; }
- footer .menu ul li a {
- color: #fff;
- display: inline-block;
- padding: 1em 1.25em;
- font-size: 0.87em;
- color: #fff; }
- footer .menu ul li a:hover {
- text-decoration: none;
- background: #7780da; }
+ padding: 0;
+}
+
+footer .menu ul li {
+ float: left;
+ display: inline-block;
+}
+
+footer .menu ul li a {
+ color: #fff;
+ display: inline-block;
+ padding: 1em 1.25em;
+ font-size: 0.87em;
+ color: #fff;
+}
+
+footer .menu ul li a:hover {
+ text-decoration: none;
+ background: #7780da;
+}
+
footer .copyleft p {
- font-size: 0.87em;
- color: #000;
- padding: 0.625em;
- text-align: center;
- margin: 0; }
+ font-size: 0.87em;
+ color: #000;
+ padding: 0.625em;
+ text-align: center;
+ margin: 0;
+}
+
/* Comentarios */
+
.main .comentarios {
- margin-top: 1.25em;
- margin-bottom: 1.875em;
- padding: 1.25em;
- 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); }
- .main .comentarios h3 {
+ margin-top: 1.25em;
+ margin-bottom: 1.875em;
+ padding: 1.25em;
+ 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);
+}
+
+.main .comentarios h3 {
line-height: 1.125em;
- margin-bottom: 1.25em; }
- .main .comentarios .commentlist {
- list-style: none; }
- .main .comentarios .commentlist .children {
- margin-left: 2.5em;
- list-style: none; }
- .main .comentarios .commentlist .comment-body {
- margin-bottom: 1.25em;
- border-bottom: 1px solid #909090;
- padding-bottom: 1.25em; }
- .main .comentarios .commentlist .comment-body .comment-author .avatar {
- border: thin solid #909090;
- border-radius: 100%; }
- .main .comentarios .commentlist .comment-meta {
- margin-bottom: 0.62em;
- font-size: 0.875em; }
- .main .comentarios .comment-form p {
- margin-bottom: 1.25em; }
- .main .comentarios .comment-form input[type="text"],
- .main .comentarios .comment-form input[type="email"] {
+ margin-bottom: 1.25em;
+}
+
+.main .comentarios .commentlist {
+ list-style: none;
+}
+
+.main .comentarios .commentlist .children {
+ margin-left: 2.5em;
+ list-style: none;
+}
+
+.main .comentarios .commentlist .comment-body {
+ margin-bottom: 1.25em;
+ border-bottom: 1px solid #909090;
+ padding-bottom: 1.25em;
+}
+
+.main .comentarios .commentlist .comment-body .comment-author .avatar {
+ border: thin solid #909090;
+ border-radius: 100%;
+}
+
+.main .comentarios .commentlist .comment-meta {
+ margin-bottom: 0.62em;
+ font-size: 0.875em;
+}
+
+.main .comentarios .comment-form p {
+ margin-bottom: 1.25em;
+}
+
+.main .comentarios .comment-form input[type="text"], .main .comentarios .comment-form input[type="email"] {
padding: 0.62em;
- width: 100%; }
- .main .comentarios .comment-form label {
- width: 100%; }
- .main .comentarios .comment-form textarea {
+ width: 100%;
+}
+
+.main .comentarios .comment-form label {
+ width: 100%;
+}
+
+.main .comentarios .comment-form textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 6.25rem;
min-height: 6.25rem;
- max-height: 18.75rem; }
- .main .comentarios .comment-form .form-submit input[type="submit"] {
+ max-height: 18.75rem;
+}
+
+.main .comentarios .comment-form .form-submit input[type="submit"] {
background: #48b84d;
border-radius: 3px;
padding: 0.625em 1.875em;
border: none;
- color: #fff; }
+ color: #fff;
+}
+
/* Page 404 */
+
.container .col-lg-8 {
- margin-top: 10%; }
- .container .col-lg-8 .logo h1.title_404 {
+ margin-top: 10%;
+}
+
+.container .col-lg-8 .logo h1.title_404 {
font-size: 3em;
font-weight: bold;
- margin-bottom: 1em; }
- .container .col-lg-8 p.text-muted {
+ margin-bottom: 1em;
+}
+
+.container .col-lg-8 p.text-muted {
margin-top: 1em;
- margin-bottom: 1em; }
- .container .col-lg-8 p.text-muted.mensaje-error-404 {
- margin-top: 4em;
- margin-bottom: 2.5em; }
- .container .col-lg-8 .col-lg-offset-3 {
- margin-bottom: 0.5em; }
+ margin-bottom: 1em;
+}
+
+.container .col-lg-8 p.text-muted.mensaje-error-404 {
+ margin-top: 4em;
+ margin-bottom: 2.5em;
+}
+
+.container .col-lg-8 .col-lg-offset-3 {
+ margin-bottom: 0.5em;
+}
+
/* Mediaqueries */
+
@media screen and (max-width: 990px) {
- .sidebar .widget.redes-sociales-libres a .icono {
- font-size: 1em; }
- .sidebar .widget.redes-sociales-libres a .delta-ru {
- margin: 0; } }
+ .sidebar .widget.redes-sociales-libres a .icono {
+ font-size: 1em;
+ }
+ .sidebar .widget.redes-sociales-libres a .delta-ru {
+ margin: 0;
+ }
+}
+
@media screen and (max-width: 768px) {
- header .logo {
- text-align: center;
- padding-right: 0; }
+ header .logo {
+ text-align: center;
+ padding-right: 0;
+ }
header .logo h1 {
- margin-right: 0; }
- header .logo h1 a.libre_title_header {
- margin-right: 0; }
+ margin-right: 0;
+ }
+ header .logo h1 a.libre_title_header {
+ margin-right: 0;
+ }
header .logo h2 {
- margin-right: 0;
- padding-left: 0; }
- header .logo h2 a.libre_title_description {
- margin-right: 0; }
- header .redes-sociales-libres {
- display: none; }
- header .menu ul {
- text-align: center; }
+ margin-right: 0;
+ padding-left: 0;
+ }
+ header .logo h2 a.libre_title_description {
+ margin-right: 0;
+ }
+ header .redes-sociales-libres {
+ display: none;
+ }
+ header .menu ul {
+ text-align: center;
+ }
header .menu ul li {
- float: none; }
- header .menu .container .primary_nav_wrap ul li {
- float: none; }
- header form.search-form {
- margin-top: 0;
- margin-right: 0.44em;
- margin-left: 0.44em; }
-
- .main .comentarios {
- font-size: 0.9em; }
- .main .posts .post .contenedor .info .extracto {
- height: auto;
- font-size: 0.9em; }
- .main .paginacion ul {
- font-size: 0.65em; }
- .main .paginacion > div .wp-pagenavi {
- font-size: 0.65em; }
- .main .titulo-seccion h3 {
- padding-left: 0.6em; }
- .main .single-post .post .contenedor .info {
- font-size: 0.9em; }
-
- .sidebar {
- display: none; }
-
- footer .menu ul {
- text-align: center; }
+ float: none;
+ }
+ header .menu .container .primary_nav_wrap ul li {
+ float: none;
+ }
+ header form.search-form {
+ margin-top: 0;
+ margin-right: 0.44em;
+ margin-left: 0.44em;
+ }
+ .main .comentarios {
+ font-size: 0.9em;
+ }
+ .main .posts .post .contenedor .info .extracto {
+ height: auto;
+ font-size: 0.9em;
+ }
+ .main .paginacion ul {
+ font-size: 0.65em;
+ }
+ .main .paginacion>div .wp-pagenavi {
+ font-size: 0.65em;
+ }
+ .main .titulo-seccion h3 {
+ padding-left: 0.6em;
+ }
+ .main .single-post .post .contenedor .info {
+ font-size: 0.9em;
+ }
+ .sidebar {
+ display: none;
+ }
+ footer .menu ul {
+ text-align: center;
+ }
footer .menu ul li {
- float: none; }
+ float: none;
+ }
+ .container .col-lg-8 .logo h1.title_404 {
+ font-size: 2.5em;
+ }
+}
- .container .col-lg-8 .logo h1.title_404 {
- font-size: 2.5em; } }
@media screen and (max-width: 360px) {
- .main .comentarios {
- font-size: 0.8em; }
- .main .paginacion ul {
- font-size: 0.58em; }
- .main .paginacion > div .wp-pagenavi {
- font-size: 0.58em; }
- .main .posts .post .contenedor .info .extracto {
- height: auto;
- font-size: 0.8em; }
- .main .single-post .post .contenedor .info {
- font-size: 0.8em; }
-
- .container .col-lg-8 p.text-muted {
- font-size: 0.8em; }
- .container .col-lg-6 {
- margin-bottom: 0.625em; }
- .container .col-lg-6 > div a {
- font-size: 0.8em; }
-
- .container .col-lg-8 .logo h1.title_404 {
- font-size: 2em; } }
+ .main .comentarios {
+ font-size: 0.8em;
+ }
+ .main .paginacion ul {
+ font-size: 0.58em;
+ }
+ .main .paginacion>div .wp-pagenavi {
+ font-size: 0.58em;
+ }
+ .main .posts .post .contenedor .info .extracto {
+ height: auto;
+ font-size: 0.8em;
+ }
+ .main .single-post .post .contenedor .info {
+ font-size: 0.8em;
+ }
+ .container .col-lg-8 p.text-muted {
+ font-size: 0.8em;
+ }
+ .container .col-lg-6 {
+ margin-bottom: 0.625em;
+ }
+ .container .col-lg-6>div a {
+ font-size: 0.8em;
+ }
+ .container .col-lg-8 .logo h1.title_404 {
+ font-size: 2em;
+ }
+}
+
/*# sourceMappingURL=estilos.css.map */