/* Theme Name: Basico Theme URI: http://nicearma.com/basico Author: nicearma Author URI: http://nicearma.com Description: Basico (basic in spanish) is one simple theme made with bootstratp, for blogs. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blue, white, one-column, two-columns, three-columns, theme-options Text Domain: basico */ .navbar-default{ background-color: #337AB7; border-color: #337AB7; color: #000; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #FFF; //background-color: #E7E7E7; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #FFF; background-color: transparent; } .navbar-default .navbar-nav > li > a { color: #FFF; } .nav > li > a:hover, .nav > li > a:focus { //text-decoration: none; color: #FFF; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #FFF; background-color: #337AB7; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #FFF; } .navbar-default .navbar-brand { color: #FFF; } .post-title { font-size: 25px !important; } #notice{ margin-bottom: 10px; } .panel-body img { max-width: 100% !important; height: auto !important; } .panel-body embed,.panel-body div, .panel-body iframe { max-width: 100% !important; } .comment-form .radio, .comment-form .checkbox, .comment-form .radio-inline, .comment-form .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .comment-form .radio, .comment-form .checkbox { min-height: 27px; } .comment-form .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .comment-form .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .comment-form .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .comment-form .form-group-lg .control-label { padding-top: 14.333333px; } } @media (min-width: 768px) { .comment-form .form-group-sm .control-label { padding-top: 6px; } } .comment-form .form-group:before, .comment-form .form-group:after { clear: both; } .comment-form .form-group:before, .comment-form .form-group:after{ display: table; content: " "; } table { width: 100%; max-width: 100%; margin-bottom: 20px; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td { border-top: 0; } table > tbody + tbody { border-top: 2px solid #ddd; } table table { background-color: #fff; } ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; } /* Alignment */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft { margin: 7px 24px 7px 0; } .wp-caption.alignleft { margin: 7px 14px 7px 0; } blockquote.alignright, figure.wp-caption.alignright, img.alignright { margin: 7px 0 7px 24px; } .wp-caption.alignright { margin: 7px 0 7px 14px; } blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter { margin-top: 7px; margin-bottom: 7px; } .site-content blockquote.alignleft, .site-content blockquote.alignright { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-top: 17px; width: 50%; } .site-content blockquote.alignleft p, .site-content blockquote.alignright p { margin-bottom: 17px; } .wp-caption { margin-bottom: 24px; } .wp-caption img[class*="wp-image-"] { //display: block; margin: 0; } .wp-caption { color: #767676; } .wp-caption-text { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-style: italic; line-height: 1.5; margin: 9px 0; } div.wp-caption .wp-caption-text { padding-right: 10px; } div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text { padding-left: 10px; padding-right: 0; } .wp-smiley { border: 0; margin-bottom: 0; margin-top: 0; padding: 0; } .sticky .entry-date { display: none; } .gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-family: "Noto Sans", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; } .bypostauthor > .fn:before { content: "\f408"; margin: 0 2px 0 -2px; position: relative; top: -1px; }