Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Cambia el ícono de Twitter por el de X */
- i.fa.fa-twitter:before {
- content: "\e918" !important;
- }
- i.fa.fa-twitter:after {
- content: "\e918" !important;
- }
- /* Gradiente para la sección de Header */
- body #header-outer, body #search-outer {
- background: #0a133e;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0064c6), color-stop(100%, #0a133e));
- background-image: -webkit-linear-gradient(#0064c6, #0a133e);
- background-image: -moz-linear-gradient(#0064c6, #0a133e);
- background-image: -o-linear-gradient(#0064c6, #0a133e);
- background-image: linear-gradient(#0064c6, #0a133e);
- }
- /* Gradiente para la sección de Copyright */
- body #footer-outer {
- background: #0a133e;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0064c6), color-stop(100%, #0a133e));
- background-image: -webkit-linear-gradient(#0064c6, #0a133e);
- background-image: -moz-linear-gradient(#0064c6, #0a133e);
- background-image: -o-linear-gradient(#0064c6, #0a133e);
- background-image: linear-gradient(#0064c6, #0a133e);
- }
- /* Gradiente para la sección de Copyright */
- .footerglobalsection {
- background: #0064c6;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0a133e), color-stop(100%, #0064c6));
- background-image: -webkit-linear-gradient(#0a133e, #0064c6);
- background-image: -moz-linear-gradient(#0a133e, #0064c6);
- background-image: -o-linear-gradient(#0a133e, #0064c6);
- background-image: linear-gradient(#0a133e, #0064c6);
- }
- .footerglobalsectionsoloderecha * {
- margin-top: 0 !important;
- margin-bottom: 2px !important;
- padding: 0 !important;
- }
- #footer-outer #copyright {
- padding-top: 5px; /* Ajusta este valor según sea necesario */
- padding-bottom: 5px; /* Ajusta este valor según sea necesario */
- }
- /* tamaño de los iconos de redes sociales en menú off-canvas */
- #slide-out-widget-area .inner-wrap ul.off-canvas-social-links li a {
- padding: 0 5px;
- }
- #slide-out-widget-area .inner-wrap ul.off-canvas-social-links li i {
- font-size: 19px!important;
- }
- /* controla el tamaño de las portadas dentro de las Categorías */
- body.author #page-header-wrap #page-header-bg,
- body.category #page-header-wrap #page-header-bg,
- body.tag #page-header-wrap #page-header-bg {
- padding-top: 1%;
- padding-bottom: 1%;
- }
- /* Apariencia de las etiquetas de sección (último, tendencias, política, etc) */
- .titulares {
- display: flex;
- align-items: center;
- margin: 12px 0;
- padding: 0;
- background: transparent !important;
- border: none;
- border-radius: 0;
- /* texto */
- color: #003366 !important;
- font-weight: 900; /* el máximo disponible */
- font-stretch: expanded; /* hace las letras un poco más anchas */
- font-size: 20px;
- line-height: 1.3;
- letter-spacing: 0.5px;
- }
- .titulares::before {
- content: "";
- flex: 0 0 9px;
- height: 1.3em;
- background: #C4262D;
- margin-right: 8px;
- border-radius: 2px;
- color: #ff0000 !important;
- }
- .titulares a {
- color: inherit !important;
- text-decoration: none;
- font-weight: inherit;
- }
- /* Ajuste para pantallas pequeñas */
- @media (max-width: 768px) {
- .titulares {
- align-items: center;
- justify-content: center;
- }
- }
- /* para evitar el padding de WPPM plugin con salient específicamente */
- .wppm .post-content {
- padding-left: unset;
- }
- /* Apariencia para las imágenes de cada post */
- .wp-post-image {
- border-radius: 4px !important;
- }
- .wp-post-image img {
- border-radius: 4px !important;
- }
- /* Apariencia para las imágenes del home (excepto principal) */
- .fotoposthome {
- border-radius: 4px;
- }
- /* Apariencia de la imagen principal en móvil */
- .fotoprincipalmovil {
- border-radius: 4px;
- }
- /* Hace que la primera imagen en móvil sea al 100% */
- @media only screen and (max-width: 600px) {
- .span-full-img .post-img {
- overflow: visible;
- }
- .span-full-img .post-img img {
- max-width: unset;
- margin: 0 -30px;
- }
- }
- /* Apariencia de los títulos de noticias en el home */
- .textotitulos a:hover {
- text-decoration:underline !important;
- animation: nectar_ltr_line_animation .55s ease forwards;
- }
- .textotitulos h2 {
- line-height: 121% !important;
- }
- /* Menores márgenes en móvil */
- @media only screen and (max-width: 690px) {
- .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
- max-width: 93% !important;
- }
- }
- .single-post .meta-category a {
- background-color: #c4262D !important; /* Color de fondo */
- color: #ffffff !important; /* Color del texto */
- padding: 5px 10px !important; /* Ajusta el espaciado si lo necesitas */
- letter-spacing: 1.5px !important;
- font-family: 'Roboto', sans-serif !important;
- text-transform: uppercase !important;
- border-radius: 0px !important;
- display: inline-block !important;
- }
- .vcard a {
- text-decoration:none !important;
- }
- span.subheader {
- display: none !important;
- }
- .iframemapacontacto {
- width: 100%;
- height: calc(100vh - 100px); /* Ajusta 100px según la altura del header */
- border: none;
- }
- .nxnot-adlabel {
- display: none !important;
- }
- .wppm .post-cats > li > a {
- display: flex;
- align-items: center;
- margin: 12px 0;
- padding: 0;
- background: none !important;
- border: none;
- border-radius: 0;
- /* texto */
- color: #003366 !important;
- font-weight: 900;
- font-stretch: expanded;
- font-size: 16px;
- line-height: 1.3;
- letter-spacing: 0.5px;
- text-transform: uppercase;
- margin-bottom: 0;
- }
- .wppm .post-cats > li > a:hover {
- background: none !important;
- border: none;
- color: #003366 !important;
- text-decoration: none;
- }
- .wppm .post-cats > li > a::before {
- content: "";
- flex: 0 0 9px;
- height: 1.3em;
- background: #C4262D;
- margin-right: 8px;
- border-radius: 2px;
- color: #ff0000 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment