Diferencia entre revisiones de «MediaWiki:Common.css»

Página de la interfaz de MediaWiki
(test; from https://wikimediadc.org/wiki/MediaWiki:Common.css)
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Reversión manual
 
(No se muestran 54 ediciones intermedias de 3 usuarios)
Línea 288: Línea 288:
     float: none !important;
     float: none !important;
   }
   }
}
/* Evil interface meddling for donations */
.page-Donate_Monthly_5 #mw-head,
.page-Donate_Monthly_5 .portal,
.page-Donate_Monthly_10 #mw-head,
.page-Donate_Monthly_10 .portal,
.page-Donate_Monthly_25 #mw-head,
.page-Donate_Monthly_25 .portal,
.page-Donate_Monthly_50 #mw-head,
.page-Donate_Monthly_50 .portal,
.page-Donate_Monthly_100 #mw-head,
.page-Donate_Monthly_100 .portal,
.page-Donate_Monthly_200 #mw-head,
.page-Donate_Monthly_200 .portal,
.page-Donate_Annually_5 #mw-head,
.page-Donate_Annually_5 .portal,
.page-Donate_Annually_10 #mw-head,
.page-Donate_Annually_10 .portal,
.page-Donate_Annually_25 #mw-head,
.page-Donate_Annually_25 .portal,
.page-Donate_Annually_50 #mw-head,
.page-Donate_Annually_50 .portal,
.page-Donate_Annually_100 #mw-head,
.page-Donate_Annually_100 .portal,
.page-Donate_Annually_200 #mw-head,
.page-Donate_Annually_200 .portal,
.page-Donate_One-time_5 #mw-head,
.page-Donate_One-time_5 .portal,
.page-Donate_One-time_10 #mw-head,
.page-Donate_One-time_10 .portal,
.page-Donate_One-time_25 #mw-head,
.page-Donate_One-time_25 .portal,
.page-Donate_One-time_50 #mw-head,
.page-Donate_One-time_50 .portal,
.page-Donate_One-time_100 #mw-head,
.page-Donate_One-time_100 .portal,
.page-Donate_One-time_200 #mw-head,
.page-Donate_One-time_200 .portal,
.page-Calendar_One-time_25 #mw-head,
.page-Calendar_One-time_25 .portal,
.page-Calendar_One-time_30 #mw-head,
.page-Calendar_One-time_30 .portal,
.page-Calendar_One-time_35 #mw-head,
.page-Calendar_One-time_35 .portal,
.page-Calendar_One-time_50 #mw-head,
.page-Calendar_One-time_50 .portal,
.page-Calendar_One-time_75 #mw-head,
.page-Calendar_One-time_75 .portal,
.page-Calendar_One-time_100 #mw-head,
.page-Calendar_One-time_100 .portal {
    display: none;
}
}


Línea 461: Línea 408:
}
}


li#footer-info-lastmod,
/* ----------------------------------------------
li#footer-info-viewcount,
* Generated by Animista on 2021-9-30 18:30:28
li#footer-places-about,
* Licensed under FreeBSD License.
li#footer-places-disclaimer {
* See http://animista.net/license for more info.
  display: none !important;
* w: http://animista.net, t: @cssanimista
}
* ---------------------------------------------- */


#p-navigation h5 {
/**
  display: none !important;
* ----------------------------------------
* animation bounce-in-top
* ----------------------------------------
*/
.bounce-in-top {
-webkit-animation: bounce-in-top 1.1s 1s both;
        animation: bounce-in-top 1.1s 1s both;
}
}
 
@-webkit-keyframes bounce-in-top {
.nowrap {  
  0% {
     white-space: nowrap;
     -webkit-transform: translateY(-500px);
}
            transform: translateY(-500px);
 
    -webkit-animation-timing-function: ease-in;
.toggle-head {
            animation-timing-function: ease-in;
  background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
     opacity: 0;
}
  }
 
  38% {
.toggle-head:hover {
     -webkit-transform: translateY(0);
  text-decoration:underline;
            transform: translateY(0);
  cursor:pointer;
    -webkit-animation-timing-function: ease-out;
}
            animation-timing-function: ease-out;
 
     opacity: 1;
.redirect-in-category, .allpagesredirect a {
  }
  color: gray;
  55% {
}
     -webkit-transform: translateY(-65px);
 
            transform: translateY(-65px);
.nodisplay {
     -webkit-animation-timing-function: ease-in;
  display: none !important;
            animation-timing-function: ease-in;
}
  }
 
  72% {
/* Custom table formatting */
     -webkit-transform: translateY(0);
 
            transform: translateY(0);
table.rowlines {
     -webkit-animation-timing-function: ease-out;
    border-collapse:collapse;
            animation-timing-function: ease-out;
    border:2px solid #BBBDBF;
   }
    width:100%;
  81% {
    vertical-align:top;
    -webkit-transform: translateY(-28px);
}
            transform: translateY(-28px);
 
     -webkit-animation-timing-function: ease-in;
table.rowlines th {
            animation-timing-function: ease-in;
    border-bottom:1px solid #BBBDBF;
    border-top:1px solid #BBBDBF;
     padding:5px;
}
 
table.rowlines td {
     border-bottom:1px dotted #BBBDBF;
    padding:5px;
}
 
div.rowlines-wrapper {
    padding:0 10px 0 10px;
}
 
span.subpages {
  display: none !important;
}
 
/* Arrow button formatting */
 
.arrowbutton {
color:#ffffff;
width:100px;
padding:0.4em;
line-height:1.5em;
}
 
.arrowbutton::before {
content:"⇒ ";
font-weight:bold;
}
 
.arrowbutton-red {
background:#990000;
}
 
.arrowbutton-green {
background:#339966;
}
 
.arrowbutton-blue {
background:#0063BF;
}
 
.arrowbutton-gold {
background:#E5B921;
}
 
.arrowbutton-red:hover {
    background: #ffb3b3 !important;
     color: #000000 !important;
}
 
.arrowbutton-green:hover {
     background: #c6ecd9 !important;
    color: #000000 !important;
}
 
.arrowbutton-blue:hover {
    background: #b3daff !important;
     color: #000000 !important;
}
 
.arrowbutton-gold:hover {
    background: #faefcb !important;
    color: #000000 !important;
}
 
/* Round button formatting */
 
.roundbutton {
     display:inline-block; border-radius:50%; color:#ffffff; width:54px; height:54px; padding:12px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}
 
.roundbutton-large {
     display:inline-block; border-radius:50%; color:#ffffff; width:68px; height:68px; padding:15px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}
 
/* Main Page CSS */
 
body #t-cite,
body #siteSub,
body #contentSub,
body.page-Home.action-view #jump-to-nav {
   display: none !important;
}
 
/* Copied from Wikivoyage for scalable-width images */
 
@media screen and (max-width:767px) {
  .banner-image {
    position: relative;
    overflow: hidden;
     max-width: 1125px;
    width: 100%;
    height: auto;
    margin-bottom: .6em;
    text-align: center;
    padding-left: 0 !important;
   }
   }
   .banner-image img {
   90% {
     width: 100%;
     -webkit-transform: translateY(0);
    height: auto;
            transform: translateY(0);
     width: auto\9;
     -webkit-animation-timing-function: ease-out;
    margin:0 auto;
            animation-timing-function: ease-out;
   }
   }
}
   95% {
 
     -webkit-transform: translateY(-8px);
@media screen and (min-width:768px) {
            transform: translateY(-8px);
   .banner-image {
     -webkit-animation-timing-function: ease-in;
     position: relative;
            animation-timing-function: ease-in;
    overflow: hidden;
     max-width: 1125px;  
    height: auto;
    margin-bottom: .6em;
   }
   }
   .banner-image img {
   100% {
     width: 100%;
     -webkit-transform: translateY(0);
     height: auto;
            transform: translateY(0);
    width: auto\9;
     -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
   }
   }
   .banner-image-left {
}
     float: left !important;
@keyframes bounce-in-top {
   0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
     opacity: 0;
   }
   }
   .banner-image-left img {
   38% {
     float: left !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
     opacity: 1;
   }
   }
   .banner-image-right {
   55% {
     float: right !important;
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
     -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
   }
   }
   .banner-image-right img {
   72% {
     float: right !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
     -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
   }
   }
   .banner-image-none {
   81% {
     float: none !important;
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
     -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
   }
   }
   .banner-image-none img {
   90% {
     float: none !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
     -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
   }
   }
   .banner-image-center {
   95% {
     padding-left: none !important;
     -webkit-transform: translateY(-8px);
    float: none !important;
            transform: translateY(-8px);
     margin-left: auto !important;
     -webkit-animation-timing-function: ease-in;
    margin-right: auto !important;
            animation-timing-function: ease-in;
   }
   }
   .banner-image-center img {
   100% {
     float: none !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
     -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
   }
   }
}
}


/* Login interface adjustments */
/**
 
* ----------------------------------------
.mw-createacct-benefits-container {
* animation tracking-in-expand
  display: none;
* ----------------------------------------
}
*/
 
.tracking-in-expand {
/* Changes to MediaWiki default image stuff */
-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
/* Yell at James Hare if this breaks anything */
        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
 
div.floatright {
  clear:none;
}
}
 
@-webkit-keyframes tracking-in-expand {
div.floatleft {
   0% {
  clear:none;
     letter-spacing: -0.5em;
}
     opacity: 0;
 
/* Certain pages on this website use a two-column setup */
/* Pages that employ the "mobile-collapse" class will force it down to a one-column setup on narrow screens (e.g. on mobile devices) */
 
@media screen and (max-width:767px) {
   .mobile-collapse {
     display: block !important;
    width: 100% !important;
     margin-bottom:0.6em;
   }
   }
 
   40% {
   #donatebutton {
     opacity: 0.6;
     overflow:scroll;
   }
   }
    
   100% {
  #donate-pullquote,
    opacity: 1;
  #donate-otheroptions {
  display:none;
   }
   }
}
}
 
@keyframes tracking-in-expand {
@media screen and (min-width:768px) {
   0% {
   div#bodyContent {
     letter-spacing: -0.5em;
     font-size:1em; padding:0;
    opacity: 0;
   }
   }
   p {
   40% {
     margin-bottom:1em;
     opacity: 0.6;
   }
   }
   h1 {
   100% {
     font-size: 2.4em !important;
     opacity: 1;
   }
   }
}
}


/* Header mega template */
/**
 
* ----------------------------------------
#megaheader {
* animation text-shadow-pop-bl
  position:relative;
* ----------------------------------------
  padding-bottom:1em;
*/
  border:none;
.text-shadow-pop-bl {
  margin-bottom:2em;
-webkit-animation: text-shadow-pop-bl 1s both;
  overflow: hidden;
        animation: text-shadow-pop-bl 1s both;
}
 
@media screen and (min-width:982px) {
  #megaheader {
    margin-top:-3em;
    margin-left:-1.5em;
    margin-right:-1.5em;
  }
}
}
 
@-webkit-keyframes text-shadow-pop-bl {
@media screen and (min-width:768px) and (max-width:981px) {
   0% {
   #megaheader {
     text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
     margin-top:-2.7em;
     -webkit-transform: translateX(0) translateY(0);
     margin-left:-1em;
            transform: translateX(0) translateY(0);
    margin-right:-1em;
   }
   }
}
   100% {
 
     text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
@media screen and (max-width:767px) {
     -webkit-transform: translateX(8px) translateY(-8px);
   #megaheader {
            transform: translateX(8px) translateY(-8px);
     margin-top:-3em;
     margin-left:-1.15em;
    margin-right:-1.15em;
   }
   }
}
}
 
@keyframes text-shadow-pop-bl {
 
   0% {
@media screen and (min-width:768px) {
    text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
   #megaheader {
     -webkit-transform: translateX(0) translateY(0);
     height:500px;
            transform: translateX(0) translateY(0);
   }
   }
 
  100% {
  #megaheader-short {
    text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
  height:200px;
    -webkit-transform: translateX(8px) translateY(-8px);
            transform: translateX(8px) translateY(-8px);
   }
   }
}
}


@media screen and (max-width:767px) {
/**
  #megaheader {
* ----------------------------------------
    height:auto;
* Fondos con imágenes molonas
  }
* ----------------------------------------
*/
.bgp {
align-items: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
}


#megaheader img {
.bglogo {
  -moz-transition: opacity 2s; /* Firefox 4 */
align-items: center;
  -webkit-transition: opacity 2s; /* Safari and Chrome */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Wikisp-logo-icon.svg);
  -o-transition: opacity 2s;
background-position: right center;
  transition: opacity 2s;
background-origin: padding-box;
background-repeat: no-repeat;
background-size: 50%;
}
}


/* Evil interface meddling for donations */
/* remove border from language bar */
 
.mw-pt-languages {
.page-Donate_Monthly_5 #mw-head,
border: none;
.page-Donate_Monthly_5 .portal,
.page-Donate_Monthly_10 #mw-head,
.page-Donate_Monthly_10 .portal,
.page-Donate_Monthly_25 #mw-head,
.page-Donate_Monthly_25 .portal,
.page-Donate_Monthly_50 #mw-head,
.page-Donate_Monthly_50 .portal,
.page-Donate_Monthly_100 #mw-head,
.page-Donate_Monthly_100 .portal,
.page-Donate_Monthly_200 #mw-head,
.page-Donate_Monthly_200 .portal,
.page-Donate_Annually_5 #mw-head,
.page-Donate_Annually_5 .portal,
.page-Donate_Annually_10 #mw-head,
.page-Donate_Annually_10 .portal,
.page-Donate_Annually_25 #mw-head,
.page-Donate_Annually_25 .portal,
.page-Donate_Annually_50 #mw-head,
.page-Donate_Annually_50 .portal,
.page-Donate_Annually_100 #mw-head,
.page-Donate_Annually_100 .portal,
.page-Donate_Annually_200 #mw-head,
.page-Donate_Annually_200 .portal,
.page-Donate_One-time_5 #mw-head,
.page-Donate_One-time_5 .portal,
.page-Donate_One-time_10 #mw-head,
.page-Donate_One-time_10 .portal,
.page-Donate_One-time_25 #mw-head,
.page-Donate_One-time_25 .portal,
.page-Donate_One-time_50 #mw-head,
.page-Donate_One-time_50 .portal,
.page-Donate_One-time_100 #mw-head,
.page-Donate_One-time_100 .portal,
.page-Donate_One-time_200 #mw-head,
.page-Donate_One-time_200 .portal,
.page-Calendar_One-time_25 #mw-head,
.page-Calendar_One-time_25 .portal,
.page-Calendar_One-time_30 #mw-head,
.page-Calendar_One-time_30 .portal,
.page-Calendar_One-time_35 #mw-head,
.page-Calendar_One-time_35 .portal,
.page-Calendar_One-time_50 #mw-head,
.page-Calendar_One-time_50 .portal,
.page-Calendar_One-time_75 #mw-head,
.page-Calendar_One-time_75 .portal,
.page-Calendar_One-time_100 #mw-head,
.page-Calendar_One-time_100 .portal {
    display: none;
}
}


@media screen and (max-width:767px) {
/* Ocultar título, categorías y fecha de la última edición en la Portada */
.no-narrow {
body.page-Página_principal h1.firstHeading,
display: none;
body.page-Página_principal h1.pagetitle,
}
body.page-Página_principal p.subtitle,
}
body.page-Página_principal #catlinks,
@media screen and (min-width:768px) {
body.page-Página_principal #footer-info-lastmod {
.narrow-only {
    display:none;
display: none;
}
}
}
 
/* Hide title and edit tools on main page */
/* Limit display of TOC subsections where applied */
.page-Página_principal .mw-side,
.toclimit-2 .toclevel-1 ul,
.page-Página_principal #siteSub {
.toclimit-3 .toclevel-2 ul,
display: none!important;
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
}


/* Page Forms styling */
/* Force override until skin is updated */
input.createboxInput
.skin-citizen blockquote {
{
margin: 0.8rem 20px;
  border: 2px solid #ccc !important;
padding: 0;
  box-sizing: border-box !important;
  margin: 8px 0 !important;
  max-width: 500px;
  outline: none !important;
  padding: 12px 10px !important;
  width: 50%;
}
}

Revisión actual - 00:01 2 nov 2023

body, #firstHeading, h1, h2, h3, h4, h5,
.mw-body h1, .mw-body h2, .mw-body #firstHeading, 
body em, body i, body strong {font-family: 'Open Sans', sans-serif;}
body.page-Página_principal.action-view h1.firstHeading, body.page-Página_principal.action-submit h1.firstHeading { display: none; }

li#footer-info-lastmod,
li#footer-info-viewcount,
li#footer-places-about,
li#footer-places-disclaimer {
  display: none !important;
}

#p-navigation h5 {
  display: none !important;
}

.nowrap { 
    white-space: nowrap;
}

.toggle-head {
  background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
}

.toggle-head:hover {
  text-decoration:underline;
  cursor:pointer;
}

.redirect-in-category, .allpagesredirect a {
  color: gray;
}

.nodisplay {
  display: none !important;
}

/* Ambox: Noticias y páginas de proyecto */

table.ambox {
  width: 80%; 
  margin: 0 auto; 
  border-collapse: collapse; 
  background: #f8fcff; 
  border: 1px solid #aaa; 
  border-left: 15px solid #39f;       /* Barra azul predeterminada */
}
table.ambox th, table.ambox td {      /* Celda(s) de mensajes */
  padding: 0.25em 0.5em;              /* 0.5em left/right */
}
table.ambox td.ambox-image {          /* Celda de img a la izquierda */
  width: 52px; 
  padding: 2px 0px 2px 0.5em;         /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {     /* Celda de img a la derecha */
  width: 52px; 
  padding: 2px 0.5em 2px 0px;         /* 0px left, 0.5em right */
  text-align: center; 
}
table.ambox-notice {
  border-left: 15px solid #0080FF;    /* Azul */
}
table.ambox-serious {
  border-left: 15px solid #C00;       /* Rojo */
}
table.ambox-content {
  border-left: 15px solid #F63;       /* Naranja */
}
table.ambox-style {
  border-left: 15px solid #FC3;       /* Amarillo */
}
table.ambox-merge {
  border-left: 15px solid #95B;       /* Purpura */
}
table.ambox-license {
  border-left: 15px solid #088A08;    /* Verde */
}
table.ambox-protection {
  border-left: 15px solid #BBA;       /* Gris */
}
/* Arrow button formatting */

.arrowbutton {
	color:#ffffff;
	width:100px;
	padding:0.4em;
	line-height:1.5em;
}

.arrowbutton::before {
	content:"⇒ ";
	font-weight:bold;
}

.arrowbutton-red {
	background:#990000;
}

.arrowbutton-green {
	background:#339966;
}

.arrowbutton-blue {
	background:#0063BF;
}

.arrowbutton-gold {
	background:#E5B921;
}

.arrowbutton-red:hover {
    background: #ffb3b3 !important;
    color: #000000 !important;
}

.arrowbutton-green:hover {
    background: #c6ecd9 !important;
    color: #000000 !important;
}

.arrowbutton-blue:hover {
    background: #b3daff !important;
    color: #000000 !important;
}

.arrowbutton-gold:hover {
    background: #faefcb !important;
    color: #000000 !important;
}

/* Cortesía de Platonides */
#p-navigation { display: block; }
nav.vector-menu-portal { display: none; }


/* estilo de tablas */

table.rowlines { 
    border-collapse:collapse;
    border: 2px solid #BBBDBF;
    width:  100%;
    vertical-align: top;
}

table.rowlines th {
    border-bottom: 1px solid #BBBDBF;
    border-top:    1px solid #BBBDBF;
    padding:       5px;
}

table.rowlines td {
    border-bottom: 1px dotted #BBBDBF;
    padding:       5px;
}

div.rowlines-wrapper {
    padding: 0 10px 0 10px;
}

/* Header mega template */

#megaheader {
  position:relative;
  padding-bottom:1em;
  border:none;
  margin-bottom:2em;
  overflow: hidden;
}

@media screen and (min-width:982px) {
  #megaheader {
    margin-top:-3em;
    margin-left:-1.5em;
    margin-right:-1.5em;
  }
}

@media screen and (min-width:768px) and (max-width:981px) {
  #megaheader {
    margin-top:-2.7em;
    margin-left:-1em;
    margin-right:-1em;
  }
}

@media screen and (max-width:767px) {
  #megaheader {
    margin-top:-3em;
    margin-left:-1.15em;
    margin-right:-1.15em;
  }
}


@media screen and (min-width:768px) {
  #megaheader {
    height:500px;
  }

  #megaheader-short {
  	height:200px;
  }
}

@media screen and (max-width:767px) {
  #megaheader {
     height:auto;
  }
}

#megaheader img {
  -moz-transition: opacity 2s; /* Firefox 4 */
  -webkit-transition: opacity 2s; /* Safari and Chrome */
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

/* Round button formatting */

.roundbutton {
    display:inline-block; border-radius:50%; color:#ffffff; width:54px; height:54px; padding:12px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}

.roundbutton-large {
    display:inline-block; border-radius:50%; color:#ffffff; width:68px; height:68px; padding:15px; margin-right:0.5em; margin-bottom:0.5em; text-align:center;
}

/* Copied from Wikivoyage for scalable-width images */

@media screen and (max-width:767px) {
  .banner-image {
    position: relative;
    overflow: hidden;
    max-width: 1125px; 
    width: 100%;
    height: auto;
    margin-bottom: .6em;
    text-align: center;
    padding-left: 0 !important;
  }
  .banner-image img {
    width: 100%;
    height: auto;
    width: auto\9;
    margin:0 auto;
  }
}

@media screen and (min-width:768px) {
  .banner-image {
    position: relative;
    overflow: hidden;
    max-width: 1125px; 
    height: auto;
    margin-bottom: .6em;
  }
  .banner-image img {
    width: 100%;
    height: auto;
    width: auto\9;
  }
  .banner-image-left {
    float: left !important;
  }
  .banner-image-left img {
    float: left !important;
  }
  .banner-image-right {
    float: right !important;
  }
  .banner-image-right img {
    float: right !important;
  }
  .banner-image-none {
    float: none !important;
  }
  .banner-image-none img {
    float: none !important;
  }
  .banner-image-center {
    padding-left: none !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-image-center img {
    float: none !important;
  }
}

@media screen and (max-width:767px) {
	.no-narrow {
		display: none;
	}
}
@media screen and (min-width:768px) {
	.narrow-only {
		display: none;
	}
}

/**
 * Style for horizontal lists (separator following item).
 * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
 * @revision 7 (2015-11-12)
 * @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}

.nonumtoc .tocnumber {
	display: none;
}

.nonumtoc #toc ul,
.nonumtoc .toc ul {
	line-height: 1.5em;
	list-style: none none;
	margin: .3em 0 0;
	padding: 0;
}

.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
	/* @noflip */
	margin: 0;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: " )";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) " ";
	white-space: nowrap;
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) " ";
}

/* ----------------------------------------------
 * Generated by Animista on 2021-9-30 18:30:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s 1s both;
	        animation: bounce-in-top 1.1s 1s both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation text-shadow-pop-bl
 * ----------------------------------------
 */
.text-shadow-pop-bl {
	-webkit-animation: text-shadow-pop-bl 1s both;
	        animation: text-shadow-pop-bl 1s both;
}
@-webkit-keyframes text-shadow-pop-bl {
  0% {
    text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
    -webkit-transform: translateX(8px) translateY(-8px);
            transform: translateX(8px) translateY(-8px);
  }
}
@keyframes text-shadow-pop-bl {
  0% {
    text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
    -webkit-transform: translateX(8px) translateY(-8px);
            transform: translateX(8px) translateY(-8px);
  }
}

/**
 * ----------------------------------------
 * Fondos con imágenes molonas
 * ----------------------------------------
 */
.bgp {
align-items: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.bglogo {
align-items: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Wikisp-logo-icon.svg);
background-position: right center;
background-origin: padding-box;
background-repeat: no-repeat;
background-size: 50%;
}

/* remove border from language bar */
.mw-pt-languages {
	border: none;
}

/* Ocultar título, categorías y fecha de la última edición en la Portada */
body.page-Página_principal h1.firstHeading,
body.page-Página_principal h1.pagetitle,
body.page-Página_principal p.subtitle,
body.page-Página_principal #catlinks,
body.page-Página_principal #footer-info-lastmod {
    display:none;
}
/* Hide title and edit tools on main page */
.page-Página_principal .mw-side,
.page-Página_principal #siteSub {
	display: none!important;
}

/* Force override until skin is updated */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}