Pokémon Wiki

¿Quieres ayudar pero no sabes por dónde comenzar? ¡Revisa cómo colaborar!
También puedes unirte a nuestro servidor de Discord.

LEE MÁS

Pokémon Wiki
mSin resumen de edición
mSin resumen de edición
 
(No se muestran 88 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
  +
.mobile-only { display: none; }
  +
  +
/* Centrar galerías */
  +
.wikia-gallery {
  +
align-items: start;
  +
display: flex;
  +
flex-wrap: wrap;
  +
justify-content: space-evenly;
  +
}
  +
 
/* Correcciones para la portada en tema oscuro */
 
/* Correcciones para la portada en tema oscuro */
 
.theme-fandomdesktop-dark .portal,
 
.theme-fandomdesktop-dark .portal,
Línea 8: Línea 18:
 
/* Correcciones de infoboxes en tema oscuro */
 
/* Correcciones de infoboxes en tema oscuro */
 
/** Coincidir fondo con el fondo del wiki **/
 
/** Coincidir fondo con el fondo del wiki **/
.pi-data,
+
.pi-theme-cuadro .pi-data,
.pi-horizontal-group-item,
+
.pi-theme-cuadro .pi-horizontal-group-item,
.pi-image-thumbnail {
+
.pi-theme-cuadro .pi-image-thumbnail {
 
background-color: var(--theme-page-background-color--secondary) !important;
 
background-color: var(--theme-page-background-color--secondary) !important;
 
color: var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
Línea 16: Línea 26:
   
 
/** Legibilidad **/
 
/** Legibilidad **/
.theme-fandomdesktop-dark .pi-title,
+
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-title,
.theme-fandomdesktop-dark .pi-header {
+
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-header {
 
color: #000
 
color: #000
 
}
 
}
.theme-fandomdesktop-dark .pi-navigation a,
+
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-navigation a,
.theme-fandomdesktop-dark .wds-tabs__tab-label {
+
.theme-fandomdesktop-dark .pi-theme-cuadro .wds-tabs__tab-label {
 
color: #1f476c;
 
color: #1f476c;
  +
}
  +
  +
/* Plantilla:Diferencia de género */
  +
.t-diferenciadegénero {
  +
--color1: #f1f4f8;
  +
--color2: #ffe8e8;
  +
border:1px solid #CCCCCC;
  +
margin: auto;
  +
font-size:90%;
  +
text-align: center;
  +
}
  +
.theme-fandomdesktop-dark .t-diferenciadegénero {
  +
--color1: #0f0f16;
  +
--color2: #13131a;
  +
}
  +
.t-diferenciadegénero .fondo td {
  +
background-color: var(--color1);
  +
width: 125px;
  +
}
  +
.t-diferenciadegénero .fondo td:nth-child(2n) {
  +
background-color: var(--color2);
  +
}
  +
  +
/* Evolución */
  +
.theme-fandomdesktop-dark .evolucion {
  +
background-color: #0f0f16;
  +
color: #fff;
  +
}
  +
.theme-fandomdesktop-dark .evolucion td.flecha {
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/5/50/Flecha_derecha_gris.png/revision/latest?cb=20221107201627&format=original');
  +
color: #fff;
  +
}
  +
  +
/* Documentación de plantillas */
  +
.documentación {
  +
background-color: #ffc;
  +
border: 1px dotted black;
  +
clear: both;
  +
font-size: 100%;
  +
line-height: 125%;
  +
margin: 2em auto auto;
  +
padding: 5px;
  +
}
  +
.theme-fandomdesktop-dark .documentación {
  +
background-color: #22222a;
  +
}
  +
.documentación__título {
  +
font-weight: bold;
  +
text-align: center;
  +
}
  +
.documentación__contenido {
  +
background-color: var( --theme-page-background-color );
  +
border: 1px dotted black;
  +
margin: 5px;
  +
padding: 5px;
  +
}
  +
  +
/* Corregir tablas cebra en el tema oscuro */
  +
.theme-fandomdesktop-dark table.movnivel tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.movmtmo tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.movtutor tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.movhuevo tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.movespecial tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.estadisticas tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.tabmov tr:nth-child(even),
  +
.theme-fandomdesktop-dark table.tabpokemon tr:nth-child(even) {
  +
background-color: #393941
  +
}
  +
.theme-fandomdesktop-dark table.movnivel tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.movmtmo tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.movtutor tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.movhuevo tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.movespecial tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.estadisticas tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.tabmov tr:nth-child(odd),
  +
.theme-fandomdesktop-dark table.tabpokemon tr:nth-child(odd) {
  +
background-color: rgba(0, 0, 0, 0.85)
  +
}
  +
  +
/* Plantilla:Pokémon Habilidades */
  +
.tabla-flex {
  +
display: flex;
  +
flex-wrap: wrap;
  +
justify-content: center;
  +
}
  +
.c-habilidad {
  +
display: flex;
  +
flex-direction: column;
  +
position: relative;
  +
width: 110px;
  +
}
  +
.c-habilidad .c-habilidad__imagen,
  +
.c-habilidad .c-habilidad__tipos,
  +
.c-habilidad .c-habilidad__lista {
  +
border-left: 1px solid #c6c6c6;
  +
border-right: 1px solid #c6c6c6;
  +
}
  +
.c-habilidad .c-habilidad__imagen {
  +
text-align: center;
  +
width: 100%;
  +
}
  +
.c-habilidad .c-habilidad__tipos {
  +
border-bottom: 1px solid #c6c6c6;
  +
display: flex;
  +
justify-content: center;
  +
width: 100%;
  +
}
  +
.c-habilidad .c-habilidad__pokémon {
  +
background-color: #3b3b3b;
  +
border: 1px solid #333;
  +
font-size: 90%;
  +
order: -1;
  +
overflow: hidden;
  +
padding: 0 5px;
  +
text-align: center;
  +
text-overflow: ellipsis;
  +
white-space: nowrap;
  +
width: 100%;
  +
}
  +
.theme-fandomdesktop-dark .c-habilidad .c-habilidad__pokémon {
  +
background-color: #1d1d1d;
  +
font-weight: bold;
  +
}
  +
.c-habilidad .c-habilidad__pokémon a {
  +
color: #fff;
  +
}
  +
.c-habilidad .c-habilidad__lista {
  +
border-bottom: 1px solid #c6c6c6;
  +
display: flex;
  +
flex-direction: column;
  +
margin: 0;
  +
flex-grow: 1;
  +
}
  +
.c-habilidad .c-habilidad__lista li,
  +
.c-habilidad .c-habilidad__lista .c-habilidad__item {
  +
align-items: center;
  +
display: flex;
  +
flex-direction: column;
  +
flex-grow: 1;
  +
font-size: 14px;
  +
list-style: none;
  +
justify-content: center;
  +
padding: 2px 0;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
.c-habilidad .c-habilidad__lista .c-habilidad__item {
  +
flex-direction: row;
  +
}
  +
.c-habilidad .c-habilidad__lista .c-habilidad__normales .c-habilidad__item ~ .c-habilidad__item {
  +
border-top: 1px solid grey;
  +
}
  +
.c-habilidad .c-habilidad__lista .c-habilidad__oculta {
  +
flex-direction: column-reverse;
  +
}
  +
/*
  +
.c-habilidad .c-habilidad__lista .c-habilidad__oculta a,
  +
.c-habilidad .c-habilidad__lista .c-habilidad__oculta strong {
  +
align-items: center;
  +
display: flex;
  +
flex-grow: 1;
  +
justify-content: center;
  +
}
  +
*/
  +
.c-habilidad .c-habilidad__lista .c-habilidad__oculta::after {
  +
background-color: #3b3b3b;
  +
color: #fff;
  +
content: "Habilidad oculta";
  +
display: flex;
  +
font-size: 10px;
  +
height: 18px;
  +
justify-content: center;
  +
left: 0;
  +
top: 0;
  +
width: 100%;
  +
}
  +
.theme-fandomdesktop-dark .c-habilidad .c-habilidad__lista .c-habilidad__oculta::after {
  +
background-color: #1d1d1d;
  +
}
  +
  +
/* Plantilla:Pokémon EP */
  +
.cuadropokémon {
  +
align-items: center;
  +
align-self: stretch;
  +
border-top: 0;
  +
display: flex;
  +
flex-direction: column;
  +
margin: 5px;
  +
width: 115px;
  +
}
  +
.cuadropokémon .cuadropokémon__nota {
  +
flex-grow: 1;
  +
font-size: 11px;
  +
order: -1;
  +
text-align: center;
  +
text-transform: capitalize;
  +
}
  +
.cuadropokémon .cuadropokémon__imagen {
  +
align-items: center;
  +
border-left: 1px solid #999;
  +
border-right: 1px solid #999;
  +
border-top: 1px solid #999;
  +
display: flex;
  +
height: 115px;
  +
justify-content: center;
  +
width: 100%;
  +
}
  +
.cuadropokémon .cuadropokémon__nombre {
  +
background-color: #e3edf8;
  +
border-left: 1px solid #999;
  +
border-right: 1px solid #999;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
.theme-fandomdesktop-dark .cuadropokémon .cuadropokémon__nombre {
  +
background-color: #0f0f16;
  +
}
  +
.cuadropokémon .cuadropokémon__debut {
  +
border-bottom: 1px solid #999;
  +
border-left: 1px solid #999;
  +
border-right: 1px solid #999;
  +
text-align: center;
  +
text-transform: capitalize;
  +
width: 100%;
  +
}
  +
  +
/* Mismo fondo para el rail derecho que la parte del artíclo
  +
--------------------------------------------------------- */
  +
.page__right-rail,
  +
.page__right-rail .rail-module {
  +
background-color: var(--theme-page-background-color);
  +
}
  +
  +
/* Plantilla:Pokémon OA
  +
-------------------- */
  +
.otrasapariciones {
  +
align-items: center;
  +
border: 1px solid #88a;
  +
border-radius: 5px;
  +
display: grid;
  +
grid-template-columns: auto auto 1fr;
  +
margin: 8px 0;
  +
padding-right: 10px;
  +
}
  +
.otrasapariciones hr, .otrasapariciones br {
  +
display: none;
  +
}
  +
.otrasapariciones__imagen {
  +
align-items: center;
  +
align-self: stretch;
  +
background-color: #000;
  +
border-radius: 5px;
  +
display: flex;
  +
grid-row: 1 / 7;
  +
overflow: hidden;
  +
}
  +
.otrasapariciones__imagen img {
  +
height: auto;
  +
width: 150px;
  +
}
  +
.otrasapariciones__descripción {
  +
grid-column: 3 / 4;
  +
grid-row: 2 / 7;
  +
}
  +
.otrasapariciones__ap {
  +
grid-column: 3 / 4;
  +
grid-row: 1 / 2;
  +
text-align: right;
  +
}
  +
.otrasapariciones__ja,
  +
.otrasapariciones__temporada,
  +
.otrasapariciones__es {
  +
align-items: center;
  +
align-self: stretch;
  +
background-color: #a4a4a4;
  +
border-radius: 5px;
  +
color: #000;
  +
display: flex;
  +
grid-column: 2 / 3;
  +
justify-content: center;
  +
margin: 0 5px;
  +
padding: 0 5px;
  +
}
  +
.theme-fandomdesktop-dark .otrasapariciones__ja,
  +
.theme-fandomdesktop-dark .otrasapariciones__temporada,
  +
.theme-fandomdesktop-dark .otrasapariciones__es {
  +
background-color: #0f0f16;
  +
color: #fff;
  +
}
  +
.otrasapariciones__ja {
  +
border-radius: 5px 5px 0 0;
  +
grid-row: 1 / 3;
  +
margin-top: 5px;
  +
}
  +
.otrasapariciones__temporada {
  +
border-radius: 0 0 5px 5px;
  +
border-top: 1px solid #1e2124;
  +
grid-row: 3 / 5;
  +
}
  +
.otrasapariciones__es {
  +
grid-row: 5 / 7;
  +
margin-bottom: 5px;
  +
margin-top: 5px;
  +
}
  +
.otrasapariciones__ja span,
  +
.otrasapariciones__es span {
  +
font-size: 0.8em;
  +
font-variant: sub;
  +
}
  +
  +
/* Parche temporal para infobox de movimientos */
  +
.pi-theme-cuadro_movimiento .pi-data {
  +
background-color: transparent;
  +
color: var(--theme-page-text-color);
  +
}
  +
.pi-theme-cuadro_movimiento .pi-title {
  +
border-radius: 0 !important;
  +
}
  +
.pi-theme-cuadro_movimiento .pi-title,
  +
.pi-theme-cuadro_movimiento .pi-header {
  +
background-color: var(--theme-accent-color) !important;
  +
}
  +
.pi-theme-cuadro_movimiento.pi-border-color {
  +
border-color: var(--theme-accent-color) !important;
  +
}
  +
  +
/* Plantilla:Pokémon MOV */
  +
.skin-fandomdesktop .pokémon-mov {
  +
align-self: start;
  +
border-radius: 5px;
  +
column-gap: 5px;
  +
display: grid;
  +
flex-basis: 180px;
  +
grid-template-columns: auto 1fr;
  +
padding: 0.5em 1em;
  +
transition: 0.4s;
  +
}
  +
.skin-fandomdesktop .pokémon-mov:hover {
  +
background-color: rgba(0, 0, 0, 0.2);
  +
}
  +
.skin-fandomdesktop .pokémon-mov__icono {
  +
grid-row: 1 / 5;
  +
}
  +
.skin-fandomdesktop .pokémon-mov__nombre,
  +
.skin-fandomdesktop .pokémon-mov__tipos,
  +
.skin-fandomdesktop .pokémon-mov__nota {
  +
line-height: 1.3;
  +
}
  +
.skin-fandomdesktop .pokémon-mov__tipos, .pokémon-mov__nota {
  +
font-size: 0.85em;
  +
}
  +
.skin-fandomdesktop .pokémon-mov__tipos {
  +
font-variant: small-caps;
  +
text-transform: lowercase;
  +
}
  +
  +
/* Tabber */
  +
.pi-theme-tabber.portable-infobox {
  +
width: auto;
  +
float: none;
  +
border: none;
  +
border-radius: 0;
  +
background: var(--themed-page-background) !important;
  +
}
  +
.pi-theme-tabber .pi-section-contents {
  +
background: var(--themed-page-background);
  +
border-bottom: 0.2em solid var(--theme-accent-color);
  +
padding-bottom: 1em;
  +
}
  +
.pi-theme-tabber .pi-header { display: none; }
  +
.pi-theme-tabber .pi-data-value { font-size: inherit; width: 100%; }
  +
.portable-tabber .pi-section-tab:only-child { display: none; }
  +
.pi-theme-tabber .pi-data:hover { background: none; }
  +
  +
/* Add background color to header */
  +
/** Tomado de Panfu Wiki en alemán (de.panfu), créditos a [[w:c:de.panfu:User:RobinPanfu]] **/
  +
/** Taken from German Panfu Wiki (de.panfu), credits to [[w:c:de.panfu:User:RobinPanfu]] **/
  +
.fandom-community-header {
  +
background-color: var(--theme-page-background-color);
  +
border-radius: 10px;
  +
box-shadow: 0 3px rgb(0, 0, 0, .3);
  +
padding: 22px 22px 8px;
  +
}
  +
.wds-button.wds-is-secondary.wds-is-active,
  +
.wds-button.wds-is-secondary:active,
  +
.wds-button.wds-is-secondary:focus,
  +
.wds-button.wds-is-secondary:hover {
  +
color: var(--theme-sticky-nav-text-color);
  +
}
  +
.page.has-right-rail .page__main {
  +
border-radius: 10px 0 0 10px !important;
  +
}
  +
.page.has-right-rail .page__right-rail {
  +
border-radius: 0 10px 10px 0;
  +
}
  +
.page:not(.has-right-rail) .page__main {
  +
border-radius: 10px
  +
}
  +
  +
/* Plantilla:Portada/Pestañas */
  +
.mp-tabber {
  +
display: flex;
  +
margin: 0;
  +
}
  +
.mp-tabber__tab {
  +
--color: #919191;
  +
border-bottom: 4px solid var( --color );
  +
flex-basis: 100%;
  +
list-style: none;
  +
padding-bottom: 4px;
  +
position: relative;
  +
z-index: 1;
  +
}
  +
.mp-tabber__tab::before {
  +
background-color: var( --color );
  +
content: "";
  +
height: 0;
  +
left: 0;
  +
position: absolute;
  +
top: 0;
  +
transition: all 0.5s;
  +
width: 100%;
  +
z-index: -1;
  +
}
  +
.mp-tabber__tab::after {
  +
background-color: #2e3039;
  +
content: "";
  +
height: 100%;
  +
left: 0;
  +
position: absolute;
  +
top: 0;
  +
width: 100%;
  +
z-index: -2;
  +
}
  +
.mp-tabber__tab:first-child::after,
  +
.mp-tabber__tab:first-child::before {
  +
border-radius: 10px 0 0 0;
  +
}
  +
.mp-tabber__tab:last-child::after,
  +
.mp-tabber__tab:last-child::before {
  +
border-radius: 0 10px 0 0;
  +
}
  +
.mp-tabber__tab:hover::before {
  +
height: 100%;
  +
}
  +
.mp-tabber__content {
  +
align-items: center;
  +
display: flex;
  +
flex-direction: column;
  +
z-index: 2;
  +
}
  +
.mp-tabber__content {
  +
z-index: 2;
  +
}
  +
.mp-tabber__content a:last-child {
  +
color: #fff;
  +
font-size: 0.85em;
  +
margin-top: 8px;
  +
text-decoration: none;
  +
}
  +
.mp-tabber__tab:nth-child(2) {
  +
--color: #e3350d;
  +
}
  +
.mp-tabber__tab:nth-child(3) {
  +
--color: #ee6b2f;
  +
}
  +
.mp-tabber__tab:nth-child(4) {
  +
--color: #4dad5b;
  +
}
  +
.mp-tabber__tab:nth-child(5) {
  +
--color: #1b53ba;
  +
}
  +
.mp-tabber__tab:nth-child(6) {
  +
--color: #e6bc2f;
  +
}
  +
.mp-tabber__tab:nth-child(7) {
  +
--color: #30a7d7;
  +
}
  +
  +
/* Módulos de la portada */
  +
.main-page-tag-lcs .mp-tabber {
  +
margin: 0;
  +
}
  +
.mp-módulo {
  +
background-color: #2e3039;
  +
border-radius: 10px;
  +
box-shadow: 2px 2px 10px #1e2124;
  +
color: #fff;
  +
display: flex;
  +
flex-direction: column;
  +
overflow: hidden;
  +
}
  +
.theme-fandomdesktop-light .mp-módulo {
  +
background-color: #ccc;
  +
color: unset;
  +
}
  +
.main-page-tag-rcs .mp-módulo {
  +
max-width: calc(100% - 4px);
  +
}
  +
.main-page-tag-lcs .mp-módulo:first-of-type {
  +
border-radius: 0 0 10px 10px;
  +
}
  +
.mp-módulo:not(:first-of-type) {
  +
margin-top: 1em;
  +
}
  +
.mainpage .mcf-card-discussions__list {
  +
margin-left: 0;
  +
}
  +
.mp-módulo__imagen {
  +
display: flex;
  +
height: 275px;
  +
overflow: hidden;
  +
position: relative;
  +
}
  +
.mp-módulo__imagen::after {
  +
background-image: linear-gradient( 165deg, #892e30, #ed4137 50%, #4d42ae 50%, #34288a );
  +
bottom: 0;
  +
content: "";
  +
height: 5px;
  +
left: 0;
  +
position: absolute;
  +
width: 100%;
  +
}
  +
.mp-módulo__imagen + .mp-módulo__encabezado::before {
  +
background-image: url('https://vignette.wikia.nocookie.net/pokemon/images/4/4c/Pokeball.svg/revision/latest?cb=20191230080306&path-prefix=ko');
  +
background-size: contain;
  +
content: "";
  +
height: 25px;
  +
left: calc( 50% - 12.5px );
  +
position: absolute;
  +
top: -16px;
  +
width: 25px;
  +
z-index: 2;
  +
}
  +
.mp-módulo__encabezado {
  +
border-bottom: 2px solid #fff;
  +
font-size: 24px;
  +
font-weight: bold;
  +
padding-top: 10px;
  +
position: relative;
  +
text-align: center;
  +
}
  +
.mp-módulo__imagen + .mp-módulo__encabezado {
  +
border-bottom: none;
  +
}
  +
.mp-módulo__imagen img,
  +
.mp-módulo__contenido > .center img {
  +
height: auto;
  +
max-width: 100%;
  +
}
  +
.mp-módulo__contenido {
  +
padding: 8px 16px;
  +
}
  +
.mp-módulo__pokémondestacado .mp-módulo__contenido p {
  +
margin: 0;
  +
text-align: center;
  +
}
  +
.main-page-tag-rcs .mp-módulo__contenido p,
  +
.main-page-tag-rcs .mp-módulo__contenido ul {
  +
font-size: 0.9em;
  +
}
  +
  +
ul.mp-cuadros {
  +
column-gap: 10px;
  +
display: flex;
  +
flex-wrap: wrap;
  +
justify-content: center;
  +
margin: 20px 0;
  +
row-gap: 10px;
  +
}
  +
.mp-cuadros > li {
  +
background-position: center;
  +
background-size: cover;
  +
border-radius: 10px;
  +
display: flex;
  +
flex-direction: column;
  +
flex-basis: 250px;
  +
height: 250px;
  +
overflow: hidden;
  +
position: relative;
  +
}
  +
.mp-cuadros__cobertura {
  +
align-items: center;
  +
background-color: rgba(0, 0, 0, 0.3);
  +
color: #fff;
  +
display: flex;
  +
font-size: 32px;
  +
font-variant: small-caps;
  +
height: 100%;
  +
justify-content: center;
  +
text-shadow: 0 0 20px #000;
  +
transition: 0.4s;
  +
}
  +
ul.mp-cuadros__enlaces {
  +
display: flex;
  +
flex-direction: column;
  +
height: 0;
  +
margin: 0;
  +
overflow: hidden;
  +
position: absolute;
  +
transition: 0.4s;
  +
width: 100%;
  +
}
  +
.mp-cuadros > li:hover .mp-cuadros__enlaces {
  +
height: 100%;
  +
}
  +
.mp-cuadros > li:hover .mp-cuadros__cobertura {
  +
color: transparent;
  +
}
  +
.mp-cuadros__enlaces li {
  +
background-color: rgba(0, 0, 0, 0.3);
  +
display: flex;
  +
flex-grow: 1;
  +
transition: 0.4s;
  +
width: 100%;
  +
}
  +
.mp-cuadros__enlaces li:hover {
  +
background-color: var( --color );
  +
}
  +
.mp-cuadros__enlaces a {
  +
align-items: center;
  +
color: #fff;
  +
display: flex;
  +
font-size: 26px;
  +
font-variant: small-caps;
  +
justify-content: center;
  +
width: 100%;
  +
}
  +
.mp-cuadros__t-pokémon {
  +
--color: rgba(227, 53, 13, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/f/f9/Mew_en_Pok%C3%A9mon_UNITE.jpg/revision/latest?cb=20221011220822&format=original');
  +
background-size: auto 300px !important;
  +
}
  +
.mp-cuadros__t-juegos {
  +
--color: rgba(238, 107, 47, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/7/73/Im%C3%A1genes_de_Pok%C3%A9mon_Escarlata_y_Pok%C3%A9mon_P%C3%BArpura_03.jpg/revision/latest?cb=20220607121815&format=original');
  +
}
  +
.mp-cuadros__t-anime {
  +
--color: rgba(77, 173, 91, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/6/65/EP1091.png/revision/latest?cb=20191111164008&format=original');
  +
}
  +
.mp-cuadros__t-manga {
  +
--color: rgba(27, 83, 186, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/f/f6/Red%2C_Charizard_y_Mewtwo.jpg/revision/latest?cb=20100603211630&format=original');
  +
}
  +
.mp-cuadros__t-tcg {
  +
--color: rgba(230, 188, 47, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/1/1c/Pok%C3%A9mon_TCG_Campo_de_Juego.png/revision/latest?cb=20150217185044&format=original');
  +
}
  +
.mp-cuadros__t-otros {
  +
--color: rgba(48, 167, 215, 0.9);
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/2/25/P10_Unown.png/revision/latest?cb=20090830115609&format=original');
  +
}
  +
@media (max-width: 1360px) {
  +
.mp-cuadros > li {
  +
flex-basis: 200px;
  +
height: 200px;
  +
}
  +
.mp-cuadros__enlaces a {
  +
font-size: 24px;
  +
}
  +
}
  +
@media (max-width: 1134px) {
  +
.mp-cuadros > li {
  +
flex-basis: 175px;
  +
height: 175px;
  +
}
  +
.mp-cuadros__cobertura {
  +
font-size: 28px;
  +
}
  +
.mp-cuadros__enlaces a {
  +
font-size: 22px;
  +
}
  +
}
  +
  +
/* Cambiar logo dependiendo del tema */
  +
.fandom-community-header__image {
  +
background-repeat: no-repeat;
  +
background-size: contain;
  +
}
  +
.theme-fandomdesktop-light .fandom-community-header__image {
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/a/a8/Site-logo-light.png/revision/latest?cb=20221116234160&format=original');
  +
}
  +
.theme-fandomdesktop-dark .fandom-community-header__image {
  +
background-image: url('https://static.wikia.nocookie.net/espokemon/images/b/b4/Site-logo-dark.png/revision/latest?cb=20221116234160&format=original');
  +
}
  +
.fandom-community-header__image img {
  +
opacity: 0;
  +
}
  +
  +
/* Plantilla:Teraincursión */
  +
.teraincursión {
  +
align-items: center;
  +
display: inline-flex;
  +
flex-direction: column;
  +
margin: 0 16px;
  +
}
  +
.teraincursión__nombre {
  +
margin-top: 10px;
  +
}
  +
ul.teraincursión__detalles {
  +
font-size: 0.85em;
  +
margin: 0;
  +
}
  +
.teraincursión__detalles > li {
  +
list-style: none;
  +
padding-left: 10px;
  +
}
  +
.teraincursión__detalles li b {
  +
display: block;
  +
margin-left: -10px;
  +
}
  +
ul.teraincursión__objetos {
  +
margin: 0;
  +
}
  +
.teraincursión__objetos li {
  +
list-style: none;
  +
}
  +
  +
/* Plantilla de diálogos */
  +
/** Tomado de Genshin Impact Wiki en inglés **/
  +
.diálogo {
  +
font-size:15px; line-height:20px;
  +
}
  +
.diálogo dl dd,.diálogo dl dl dt {
  +
padding-left: 16px; margin-left: 0;
  +
}
  +
.diálogo dl {
  +
margin-top: 3px;
  +
margin-bottom: 3px;
  +
margin-left: 11px;
  +
border-left: 2px solid rgba(110, 98, 74, 0.4);
  +
}
  +
.diálogo > dl, .diálogo td > dl {
  +
margin-bottom: 10px;
  +
border-left: none;
  +
}
  +
.diálogo dt {
  +
margin-left: -11px;
  +
font-weight:normal;
  +
font-style:italic;
  +
font-size:.85em;
  +
}
  +
  +
/* Dexnav */
  +
.dexnav {
  +
height: 50px;
  +
}
  +
#dexnav-toggle {
  +
align-items: center;
  +
background-color: darkgray;
  +
border-radius: 0 0 10px 10px;
  +
cursor: pointer;
  +
display: flex;
  +
font-size: 16px;
  +
font-weight: bold;
  +
justify-content: center;
  +
height: 30px;
  +
margin-left: calc(100% - 40px);
  +
margin-top: -1px;
  +
transition: 0.6s;
  +
width: 40px;
  +
}
  +
#dexnav-toggle:hover {
  +
background-color: gray;
  +
}
  +
#dexnav-toggle svg {
  +
transition: 0.6s;
  +
}
  +
#dexnav-toggle.dexnav-toggle__arrow-up svg {
  +
rotate: 180deg;
  +
}
  +
#dexnav-container {
  +
max-height: 50px;
  +
overflow: hidden;
  +
transition: all 0.6s;
  +
width: 100%;
  +
}
  +
#dexnav-container.dexnav-container__expand {
  +
max-height: 100vh;
  +
}
  +
#dexnav-nacional {
  +
border-top: 2px solid var(--theme-border-color);
  +
}
  +
  +
/* Infobox Pokémon */
  +
.pi-theme-especie {
  +
--text: #fff;
  +
background-color: rgba(var(--theme-border-color--rgb),0.2);
  +
border: 0 !important;
  +
border-bottom: 1px solid var(--background) !important;
  +
border-right: 1px solid var(--background) !important;
  +
border-radius: 13px 13px 0 0 !important;
  +
box-shadow: none !important;
  +
grid-template-columns: 350px 1fr;
  +
margin: 5px 0 0 0;
  +
}
  +
.pi-theme-especie.pi-theme-acero {
  +
--background: #60a1b8;
  +
--highlight: 182, 182, 197;
  +
}
  +
.pi-theme-especie.pi-theme-agua {
  +
--background: #287fee;
  +
--highlight: 81, 168, 255;
  +
}
  +
.pi-theme-especie.pi-theme-bicho {
  +
--background: #90a019;
  +
--highlight: 182, 197, 67;
  +
}
  +
.pi-theme-especie.pi-theme-dragón {
  +
--background: #5060e0;
  +
--highlight: 139, 125, 240;
  +
}
  +
.pi-theme-especie.pi-theme-eléctrico {
  +
--background: #f9bf00;
  +
--highlight: 255, 211, 81;
  +
--text: #000;
  +
}
  +
.pi-theme-especie.pi-theme-fantasma {
  +
--background: #714271;
  +
--highlight: 125, 125, 197;
  +
}
  +
.pi-theme-especie.pi-theme-fuego {
  +
--background: #e52728;
  +
--highlight: 255, 96, 67;
  +
}
  +
.pi-theme-especie.pi-theme-hada {
  +
--background: #f170f1;
  +
--highlight: 240, 168, 240;
  +
}
  +
.pi-theme-especie.pi-theme-hielo {
  +
--background: #3fd8ff;
  +
--highlight: 125, 211, 255;
  +
--text: #000;
  +
}
  +
.pi-theme-especie.pi-theme-lucha {
  +
--background: #ff8000;
  +
--highlight: 197, 110, 96;
  +
}
  +
.pi-theme-especie.pi-theme-normal {
  +
--background: #9ea09e;
  +
--highlight: 182, 182, 168;
  +
}
  +
.pi-theme-especie.pi-theme-planta {
  +
--background: #3fa029;
  +
--highlight: 139, 211, 110;
  +
}
  +
.pi-theme-especie.pi-theme-psíquico {
  +
--background: #f04078;
  +
--highlight: 255, 110, 168;
  +
}
  +
.pi-theme-especie.pi-theme-roca {
  +
--background: #afa981;
  +
--highlight: 197, 182, 125;
  +
}
  +
.pi-theme-especie.pi-theme-siniestro {
  +
--background: #524341;
  +
--highlight: 139, 110, 96;
  +
}
  +
.pi-theme-especie.pi-theme-tierra {
  +
--background: #905021;
  +
--highlight: 226, 197, 110;
  +
}
  +
.pi-theme-especie.pi-theme-veneno {
  +
--background: #9041ca;
  +
--highlight: 182, 110, 168;
  +
}
  +
.pi-theme-especie.pi-theme-volador {
  +
--background: #80b8ee;
  +
--highlight: 154, 168, 255;
  +
}
  +
.pi-theme-especie .pi-title,
  +
.pi-theme-especie .pi-header {
  +
background-color: var(--background);
  +
color: var(--text);
  +
}
  +
.pi-theme-especie .pi-title,
  +
.pi-theme-especie .pi-header:nth-of-type(2) {
  +
grid-column: 1 / 3;
  +
}
  +
.pi-theme-especie .nombre-japonés {
  +
font-size: 16px;
  +
}
  +
.pi-theme-especie .pi-image,
  +
.pi-theme-especie .pi-image-collection .wds-tabs,
  +
.pi-theme-especie .pi-image-collection .wds-is-current {
  +
align-items: center;
  +
display: flex;
  +
}
  +
.pi-theme-especie .pi-image-collection .wds-tabs {
  +
border-left: 1px solid var(--background);
  +
}
  +
.pi-theme-especie .pi-image {
  +
border-left: 1px solid var(--background) !important;
  +
}
  +
.pi-theme-especie .pi-image a.image {
  +
width: 100%;
  +
}
  +
.pi-theme-especie .pi-image-collection {
  +
display: flex;
  +
flex-direction: column;
  +
}
  +
.pi-theme-especie .pi-image-collection .wds-tab__content {
  +
flex-grow: 1;
  +
}
  +
.pi-theme-especie .pi-image img {
  +
background-color: transparent !important;
  +
}
  +
.pi-theme-especie .pi-data[data-source="clasificación"] {
  +
grid-row: 3 / 4;
  +
padding-bottom: 5px;
  +
}
  +
.pi-theme-especie .pi-data[data-source="clasificación"] .pi-data-value {
  +
display: block;
  +
}
  +
.pi-theme-especie .pi-data[data-source="clasificación"]:hover {
  +
background-color: transparent;
  +
}
  +
.pi-theme-especie .pi-data[data-source="clasificación"] a {
  +
background: var(--background);
  +
border-radius: 5px;
  +
color: var(--text);
  +
display: inline-block;
  +
margin: 3px;
  +
padding: 3px 8px;
  +
}
  +
.pi-theme-especie .pi-group:first-of-type {
  +
grid-row: 2 / 4;
  +
}
  +
.pi-theme-especie .pi-group {
  +
display: flex;
  +
flex-direction: column;
  +
}
  +
.pi-theme-especie .pi-data {
  +
border-left: 1px solid var(--background) !important;
  +
border-top: 0 !important;
  +
column-gap: 0;
  +
flex-grow: 1;
  +
padding: 0;
  +
}
  +
.pi-theme-especie .pi-data-label,
  +
.pi-theme-especie .pi-data-value {
  +
color: var(--theme-page-text-color);
  +
font-size: 14px;
  +
}
  +
.pi-theme-especie .pi-data-label {
  +
align-items: center;
  +
background-color: rgba(var(--highlight), 0.1);
  +
border: 1px solid rgba(var(--highlight), 0.4);
  +
border-bottom: 1px solid rgba(var(--highlight), 0.4) !important;
  +
border-radius: 5px;
  +
display: flex;
  +
flex-basis: 140px !important;
  +
justify-content: end;
  +
hyphens: none;
  +
margin: 5px !important;
  +
padding: 10px;
  +
text-align: right;
  +
word-break: break-word;
  +
}
  +
.pi-theme-especie .pi-data-value {
  +
display: flex;
  +
flex-direction: column;
  +
flex-grow: 1;
  +
justify-content: center;
  +
margin: 5px;
  +
padding-left: 10px;
  +
transition: 0.4s;
  +
}
  +
.pi-data:hover .pi-data-value {
  +
background-color: rgba(var(--highlight), 0.5);
  +
border-radius: 5px;
  +
}
  +
.pi-theme-especie .pi-data-value dl {
  +
margin: 0 0 0 -10px;
  +
}
  +
.pi-theme-especie .pi-data-value dt,
  +
.pi-theme-especie .pi-data-value dd {
  +
display: block;
  +
margin: 0;
  +
padding: 0;
  +
}
  +
.pi-theme-especie .pi-data-value dd {
  +
padding: 5px 0 5px 5px;
  +
}
  +
.pi-theme-especie .pi-data-value dt:first-of-type,
  +
.pi-theme-especie .pi-data-value dd:first-of-type {
  +
border-top: 0;
  +
}
  +
.pi-theme-especie .pi-data[data-source="grito"] .pi-data-value .pi-data-value__content {
  +
display: flex;
  +
}
  +
.pi-theme-especie .pi-data[data-source="grito"] .pi-data-value .pi-data-value__content audio {
  +
width: 100% !important;
  +
}
  +
.pi-theme-especie .pi-header:last-child {
  +
border-radius: 0;
  +
font-size: 15px;
  +
}
  +
  +
/* Pokédex */
  +
dl.pokédex {
  +
margin: 0;
  +
padding: 1em;
  +
}
  +
.pokédex-box {
  +
border: 1px solid #bf1b1b;
  +
border-radius: 5px
  +
}
  +
.pokédex-box__bullets {
  +
background-color: #bf1b1b;
  +
border-radius: 4px 4px 0 0;
  +
display: flex;
  +
gap: 15px;
  +
padding: .8em
  +
}
  +
.pokédex-box__bullet {
  +
border: 2px solid white;
  +
border-radius: 50%;
  +
display: inline-block;
  +
height: 25px;
  +
width: 25px;
  +
}
  +
.pokédex-box__bullet-small {
  +
border-color: #3d3d3d;
  +
height: 15px;
  +
width: 15px;
  +
}
  +
.pokédex-box__bullet-1 {
  +
background-color: #1b8bbf;
  +
margin-left: 10px;
  +
}
  +
.pokédex-box__bullet-2 {
  +
background-color: #ed343d;
  +
}
  +
.pokédex-box__bullet-3 {
  +
background-color: #e3ac20;
  +
}
  +
.pokédex-box__bullet-4 {
  +
background-color: #12b82b;
  +
}
  +
.pokédex dt + dd {
  +
background-color: rgba(var(--theme-border-color--rgb),.3);
  +
border: 1px solid var(--theme-border-color);
  +
border-top: none;
  +
border-radius: 0 0 5px 5px;
  +
margin: 0;
  +
padding: 10px
  +
}
  +
  +
.pokédex dt, .pokédex dt a {
  +
color: white
  +
}
  +
  +
.pokédex dt {
  +
background: linear-gradient(90deg, var(--pokedex-color-1) 31%, var(--pokedex-color-2) 100%);
  +
border-radius: 5px 5px 0 0;
  +
margin-top: 1em;
  +
padding: 10px
  +
}
  +
.pokédex .entrada-rojoyazul {
  +
--pokedex-color-1: rgb(84,80,186);
  +
--pokedex-color-2: rgb(196, 65, 65)
  +
}
  +
  +
.pokédex .entrada-amarillo {
  +
--pokedex-color-1: rgb(196, 135, 65);
  +
--pokedex-color-2: rgb(237, 167, 55)
  +
}
  +
  +
.pokédex .entrada-oro {
  +
--pokedex-color-1: rgb(237, 167, 55);
  +
--pokedex-color-2: rgb(196, 135, 65)
  +
}
  +
  +
.pokédex .entrada-plata {
  +
--pokedex-color-1: rgb(120, 124, 171);
  +
--pokedex-color-2: rgb(120, 139, 171)
  +
}
  +
  +
.pokédex .entrada-cristal {
  +
--pokedex-color-1: rgb(120, 158, 171);
  +
--pokedex-color-2: rgb(120, 139, 171)
  +
}
  +
  +
.pokédex .entrada-rubi {
  +
--pokedex-color-1: rgb(191, 54, 65);
  +
--pokedex-color-2: rgb(191, 54, 86)
  +
}
  +
  +
.pokédex .entrada-zafiro {
  +
--pokedex-color-1: rgb(54, 88, 191);
  +
--pokedex-color-2: rgb(60, 54, 191)
  +
}
  +
  +
.pokédex .entrada-esmeralda {
  +
--pokedex-color-1: rgb(32, 135, 72);
  +
--pokedex-color-2: rgb(32, 135, 50)
  +
}
  +
  +
.pokédex .entrada-rojofuego {
  +
--pokedex-color-1: rgb(245, 90, 66);
  +
--pokedex-color-2: rgb(245, 66, 66)
  +
}
  +
  +
.pokédex .entrada-verdehoja {
  +
--pokedex-color-1: rgb(75, 166, 102);
  +
--pokedex-color-2: rgb(75, 166, 125)
  +
}
  +
  +
.pokédex .entrada-diamante {
  +
--pokedex-color-1: rgb(49, 64, 105);
  +
--pokedex-color-2: rgb(50, 49, 105)
  +
}
  +
  +
.pokédex .entrada-perla {
  +
--pokedex-color-1: rgb(83, 61, 99);
  +
--pokedex-color-2: rgb(99, 61, 94)
  +
}
  +
  +
.pokédex .entrada-platino {
  +
--pokedex-color-1: rgb(105, 85, 102);
  +
--pokedex-color-2: rgb(98, 85, 105)
  +
}
  +
.pokédex .entrada-heartgold {
  +
--pokedex-color-1: rgb(168, 125, 56);
  +
--pokedex-color-2: rgb(196, 135, 65)
  +
}
  +
  +
.pokédex .entrada-soulsilver {
  +
--pokedex-color-1: rgb(81, 85, 120);
  +
--pokedex-color-2: rgb(98, 85, 105)
  +
}
  +
  +
.pokédex .entrada-negro {
  +
--pokedex-color-1: rgb(139, 141, 158);
  +
--pokedex-color-2: rgb(139, 151, 158)
  +
}
  +
  +
.pokédex .entrada-blanco {
  +
--pokedex-color-1: rgb(69, 62, 79);
  +
--pokedex-color-2: rgb(62, 65, 79)
  +
}
  +
  +
.pokédex .entrada-negro_2 {
  +
--pokedex-color-1: rgb(62, 66, 79);
  +
--pokedex-color-2: rgb(62, 72, 79)
  +
}
  +
  +
.pokédex .entrada-blanco_2 {
  +
--pokedex-color-1: rgb(154, 139, 158);
  +
--pokedex-color-2: rgb(145, 139, 158)
  +
}
  +
  +
.pokédex .entrada-x {
  +
--pokedex-color-1: rgb(95, 72, 212);
  +
--pokedex-color-2: rgb(165, 72, 212)
  +
}
  +
  +
.pokédex .entrada-y {
  +
--pokedex-color-1: rgb(105, 37, 42);
  +
--pokedex-color-2: rgb(153, 57, 65)
  +
}
  +
  +
.pokédex .entrada-rubi_omega {
  +
--pokedex-color-1: rgb(158, 21, 53);
  +
--pokedex-color-2: rgb(191, 54, 86)
  +
}
  +
  +
.pokédex .entrada-zafiro_alfa {
  +
--pokedex-color-1: rgb(65, 54, 191);
  +
--pokedex-color-2: rgb(60, 54, 191)
  +
}
  +
  +
.pokédex .entrada-sol {
  +
--pokedex-color-1: rgb(156, 127, 89);
  +
--pokedex-color-2: rgb(156, 115, 89)
  +
}
  +
  +
.pokédex .entrada-luna {
  +
--pokedex-color-1: rgb(112, 89, 156);
  +
--pokedex-color-2: rgb(134, 89, 156)
  +
}
  +
  +
.pokédex .entrada-ultrasol {
  +
--pokedex-color-1: rgb(156, 100, 89);
  +
--pokedex-color-2: rgb(156, 89, 89)
  +
}
  +
  +
.pokédex .entrada-ultraluna {
  +
--pokedex-color-1: rgb(72, 57, 115);
  +
--pokedex-color-2: rgb(57, 71, 115)
  +
}
  +
  +
.pokédex .entrada-pikachu {
  +
--pokedex-color-1: rgb(224, 169, 58);
  +
--pokedex-color-2: rgb(204, 157, 57)
  +
}
  +
  +
.pokédex .entrada-eevee {
  +
--pokedex-color-1: rgb(204, 121, 57);
  +
--pokedex-color-2: rgb(204, 105, 57)
  +
}
  +
  +
.pokédex .entrada-espada {
  +
--pokedex-color-1: rgb(44, 121, 184);
  +
--pokedex-color-2: rgb(57, 71, 115)
  +
}
  +
  +
.pokédex .entrada-escudo {
  +
--pokedex-color-1: rgb(184, 44, 88);
  +
--pokedex-color-2: rgb(184, 44, 130)
  +
}
  +
.pokédex .entrada-escarlata {
  +
--pokedex-color-1: rgb(156, 82, 82);
  +
--pokedex-color-2: rgb(156, 82, 123)
  +
}
  +
  +
.pokédex .entrada-purpura {
  +
--pokedex-color-1: rgb(124, 82, 156);
  +
--pokedex-color-2: rgb(156, 82, 152)
  +
}
  +
  +
.pokédex .entrada-arceus {
  +
--pokedex-color-1: rgb(171, 142, 80);
  +
--pokedex-color-2: rgb(171, 101, 80)
  +
}
  +
  +
.pokédex .entrada-unite {
  +
--pokedex-color-1: rgb(191, 94, 67);
  +
--pokedex-color-2: rgb(139, 67, 191)
  +
}
  +
  +
.pokédex .entrada-stadium {
  +
--pokedex-color-1: rgb(112, 128, 94);
  +
--pokedex-color-2: rgb(171, 101, 80)
  +
}
  +
  +
.pokédex .entrada-ranger, .pokédex .entrada-ranger2, .pokédex .entrada-ranger3 {
  +
--pokedex-color-1: var(--theme-link-color);
  +
--pokedex-color-2: var(--theme-border-color)
  +
}
  +
  +
/* Tablas */
  +
table.wiki {
  +
border-bottom: 2px solid #3b3b3b;
  +
font-size: 90%;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
table.wiki th {
  +
background-color: #3b3b3b;
  +
border: 1px solid #333;
  +
color: #fff;
  +
}
  +
table.wiki th:first-child {
  +
border-left: 0;
  +
}
  +
table.wiki th:last-child {
  +
border-right: 0;
  +
}
  +
table.wiki td {
  +
border: 0;
  +
}
  +
table.wiki tr {
  +
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  +
border-left: 0;
  +
border-right: 0;
  +
}
  +
table.wiki tr:hover td {
  +
background-color: rgba(0,0,0,0.2);
  +
}
  +
table.wiki tr:nth-child(2n + 1) {
  +
background-color: #dfdfdf;
  +
}
  +
.theme-fandomdesktop-dark table.wiki tr:nth-child(2n + 1) {
  +
background-color: #323239;
  +
}
  +
table.wiki th a:not(.mw-collapsible-text) {
  +
color: #7b9cdf
  +
}
  +
  +
/* Otras apariciones */
  +
.otrasapariciones__p {
  +
align-items: center;
  +
align-self: stretch;
  +
background-color: #a4a4a4;
  +
border-radius: 5px;
  +
color: #000;
  +
display: flex;
  +
grid-column: 2 / 3;
  +
justify-content: center;
  +
margin: 0 5px;
  +
padding: 0 5px;
  +
}
  +
  +
.theme-fandomdesktop-dark .otrasapariciones__p {
  +
background-color: #0f0f16;
  +
color: #fff;
  +
}
  +
  +
.otrasapariciones__p {
  +
grid-row: 1 / 7;
  +
margin: 5px;
  +
}
  +
  +
/* Plantilla de equipos */
  +
.theme-fandomdesktop-dark .equipo-miembro .spritepoke, .theme-fandomdesktop-dark .equipo-miembro.equipo-miembro-vacio .nombrepoke {
  +
background: #292936;
  +
}
  +
  +
.theme-fandomdesktop-dark .equipo-miembro td {
  +
background: #303042;
  +
}
  +
  +
.equipo-miembro .nombrepoke .radius10 {
  +
background:var(--theme-page-background-color) !important
  +
}
  +
  +
.tcg-th {
  +
background-color: var(--theme-page-background-color) !important;
  +
border-radius: 7px
  +
}
  +
.datosdex {
  +
border-color: var(--theme-border-color) !important;
  +
box-shadow: none;
  +
background-color: transparent !important
  +
}
  +
  +
.datosdex-th {
  +
color: var(--theme-page-text-color);
  +
text-align: left;
  +
}
  +
  +
.datosdex-td, .datosdex-th__desc {
  +
background-color: rgba(var(--theme-border-color--rgb),.3) !important;
  +
border-radius: 5px;
  +
color: var(--theme-page-text-color)
  +
}
  +
  +
.datosdex-td__desc {
  +
background: rgba(var(--theme-border-color--rgb),.8) !important;
  +
border-radius: 5px;
  +
color: var(--theme-page-text-color)
  +
}
  +
  +
/* Personalización del widget de Discord - original de [[w:c:es.minecraft]]
  +
------------------------------------------------------------------------ */
  +
.discord-widget-container {
  +
height: auto;
  +
width: auto;
  +
margin-right: 0;
  +
}
  +
.discord-widget .widget-header {
  +
background-color: var(--theme-sticky-nav-background-color);
  +
color: var(--theme-page-text-color);
  +
font-size: 120%;
  +
font-weight: 600;
  +
}
  +
.theme-fandomdesktop-light .discord-widget .widget-logo {
  +
-webkit-filter: invert(0.6);
  +
filter: invert(0.6);
  +
}
  +
.discord-widget .widget-body {
  +
display: none;
  +
}
  +
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer, .discord-widget .widget-footer {
  +
background-color: rgba(0, 0, 0, 0.15);
  +
box-shadow: none;
  +
}
  +
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer-info {
  +
color: var(--theme-page-text-color);
  +
}
  +
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer .widget-footer-info a, .discord-widget .widget-footer-info a {
  +
color: var(--theme-link-color);
  +
}
  +
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-btn-connect, .discord-widget .widget-btn-connect {
  +
border: none;
  +
background-color: var(--theme-sticky-nav-background-color);
  +
font-size: 110%;
  +
}
  +
.discord-widget .widget-footer .widget-footer-info {
  +
font-size: 110%;
  +
}
  +
  +
/* Infoboxes
  +
--------- */
  +
.portable-infobox.type-original {
  +
background-color: #afb6d710;
  +
border-radius: 5px;
  +
border-width: 0;
  +
}
  +
.theme-fandomdesktop-light .portable-infobox.type-original {
  +
background-color: #afb6d725;
  +
}
  +
.portable-infobox.type-original .pi-border-color {
  +
border-color: transparent;
  +
}
  +
.portable-infobox.type-original .pi-title {
  +
background-color: #203f68;
  +
border-radius: 5px 5px 0 0;
  +
}
  +
.portable-infobox.type-original .pi-image {
  +
margin: 0 1em;
  +
}
  +
.portable-infobox.type-original .pi-image img {
  +
border-radius: 10px;
  +
}
  +
.portable-infobox.type-original .pi-header {
  +
background-color: #203f68;
  +
}
  +
.portable-infobox.type-original .pi-data {
  +
transition: background 0.4s;
  +
}
  +
.portable-infobox.type-original .pi-data:hover {
  +
background-color: rgba( 0, 0, 0, 0.15 );
  +
}
  +
.portable-infobox.type-original .pi-data .pi-data-value {
  +
border-left: 1px solid rgba( var( --theme-page-text-color--rgb ), 0.26 );
  +
margin-top: 0.25em;
  +
padding-left: 1em;
  +
}
  +
.portable-infobox.type-original .pi-data:hover .pi-data-value {
  +
border-radius: 0;
  +
}
  +
  +
/* Correcciones para infoboxes de tipos específicos
  +
------------------------------------------------ */
  +
.portable-infobox.type-original.pi-theme-episodio2 .pi-title + .pi-item {
  +
margin-top: 0.85em;
  +
}
  +
  +
/* Plantilla:Aparición de anime
  +
---------------------------- */
  +
.aparición {
  +
column-gap: 1em;
  +
display: flex;
  +
padding: 1em 0;
  +
}
  +
.aparición + .aparición {
  +
border-top: 3px solid #cecece;
  +
}
  +
.aparición__izquierda {
  +
align-items: center;
  +
display: flex;
  +
flex-direction: column;
  +
justify-content: center;
  +
row-gap: 0.75em;
  +
}
  +
.aparición__imagen img {
  +
border-radius: 8px;
  +
}
  +
.aparición__nota {
  +
font-size: 1.05em;
  +
font-weight: bold;
  +
}
  +
.aparición__derecha {
  +
display: flex;
  +
flex-direction: column;
  +
}
  +
.aparición__episodio {
  +
font-size: 1.2em;
  +
margin-bottom: 0.5em;
  +
padding-bottom: 0.4em;
  +
position: relative;
  +
}
  +
.aparición__episodio::after {
  +
background-image: linear-gradient( to right, #006cb0, transparent );
  +
border-radius: 2px;
  +
bottom: 0;
  +
content: "";
  +
height: 4px;
  +
left: 0;
  +
position: absolute;
  +
width: 100%;
 
}
 
}

Revisión actual - 05:15 29 sep 2023

.mobile-only { display: none; }

/* Centrar galerías */
.wikia-gallery {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* Correcciones para la portada en tema oscuro */
.theme-fandomdesktop-dark .portal,
.theme-fandomdesktop-dark .portal2 {
  background: none;
  color: #fff;
}

/* Correcciones de infoboxes en tema oscuro */
/** Coincidir fondo con el fondo del wiki **/
.pi-theme-cuadro .pi-data,
.pi-theme-cuadro .pi-horizontal-group-item,
.pi-theme-cuadro .pi-image-thumbnail {
  background-color: var(--theme-page-background-color--secondary) !important;
  color: var(--theme-page-text-color);
}

/** Legibilidad **/
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-title,
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-header {
  color: #000
}
.theme-fandomdesktop-dark .pi-theme-cuadro .pi-navigation a,
.theme-fandomdesktop-dark .pi-theme-cuadro .wds-tabs__tab-label {
  color: #1f476c;
}

/* Plantilla:Diferencia de género */
.t-diferenciadegénero {
  --color1: #f1f4f8;
  --color2: #ffe8e8;
  border:1px solid #CCCCCC;
  margin: auto;
  font-size:90%;
  text-align: center;
}
.theme-fandomdesktop-dark .t-diferenciadegénero {
  --color1: #0f0f16;
  --color2: #13131a;
}
.t-diferenciadegénero .fondo td {
  background-color: var(--color1);
  width: 125px;
}
.t-diferenciadegénero .fondo td:nth-child(2n) {
  background-color: var(--color2);
}

/* Evolución */
.theme-fandomdesktop-dark .evolucion {
  background-color: #0f0f16;
  color: #fff;
}
.theme-fandomdesktop-dark .evolucion td.flecha {
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/5/50/Flecha_derecha_gris.png/revision/latest?cb=20221107201627&format=original');
  color: #fff;
}

/* Documentación de plantillas */
.documentación {
  background-color: #ffc;
  border: 1px dotted black;
  clear: both;
  font-size: 100%;
  line-height: 125%;
  margin: 2em auto auto;
  padding: 5px;
}
.theme-fandomdesktop-dark .documentación {
  background-color: #22222a;
}
.documentación__título {
  font-weight: bold;
  text-align: center;
}
.documentación__contenido {
  background-color: var( --theme-page-background-color );
  border: 1px dotted black;
  margin: 5px;
  padding: 5px;
}

/* Corregir tablas cebra en el tema oscuro */
.theme-fandomdesktop-dark table.movnivel tr:nth-child(even),
.theme-fandomdesktop-dark table.movmtmo tr:nth-child(even),
.theme-fandomdesktop-dark table.movtutor tr:nth-child(even),
.theme-fandomdesktop-dark table.movhuevo tr:nth-child(even),
.theme-fandomdesktop-dark table.movespecial tr:nth-child(even),
.theme-fandomdesktop-dark table.estadisticas tr:nth-child(even),
.theme-fandomdesktop-dark table.tabmov tr:nth-child(even),
.theme-fandomdesktop-dark table.tabpokemon tr:nth-child(even) {
 background-color: #393941
}
.theme-fandomdesktop-dark table.movnivel tr:nth-child(odd),
.theme-fandomdesktop-dark table.movmtmo tr:nth-child(odd),
.theme-fandomdesktop-dark table.movtutor tr:nth-child(odd),
.theme-fandomdesktop-dark table.movhuevo tr:nth-child(odd),
.theme-fandomdesktop-dark table.movespecial tr:nth-child(odd),
.theme-fandomdesktop-dark table.estadisticas tr:nth-child(odd),
.theme-fandomdesktop-dark table.tabmov tr:nth-child(odd),
.theme-fandomdesktop-dark table.tabpokemon tr:nth-child(odd) {
 background-color: rgba(0, 0, 0, 0.85)
}

/* Plantilla:Pokémon Habilidades */
.tabla-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-habilidad {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 110px;
}
.c-habilidad .c-habilidad__imagen,
.c-habilidad .c-habilidad__tipos,
.c-habilidad .c-habilidad__lista {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.c-habilidad .c-habilidad__imagen {
  text-align: center;
  width: 100%;
}
.c-habilidad .c-habilidad__tipos {
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-habilidad .c-habilidad__pokémon {
  background-color: #3b3b3b;
  border: 1px solid #333;
  font-size: 90%;
  order: -1;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.theme-fandomdesktop-dark .c-habilidad .c-habilidad__pokémon {
  background-color: #1d1d1d;
  font-weight: bold;
}
.c-habilidad .c-habilidad__pokémon a {
  color: #fff;
}
.c-habilidad .c-habilidad__lista {
	border-bottom: 1px solid #c6c6c6;
  display: flex;
  flex-direction: column;
  margin: 0;
  flex-grow: 1;
}
.c-habilidad .c-habilidad__lista li,
.c-habilidad .c-habilidad__lista .c-habilidad__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  list-style: none;
  justify-content: center;
  padding: 2px 0;
  text-align: center;
  width: 100%;
}
.c-habilidad .c-habilidad__lista .c-habilidad__item {
	flex-direction: row;
}
.c-habilidad .c-habilidad__lista .c-habilidad__normales .c-habilidad__item ~ .c-habilidad__item {
  border-top: 1px solid grey;
}
.c-habilidad .c-habilidad__lista .c-habilidad__oculta {
  flex-direction: column-reverse;
}
/*
.c-habilidad .c-habilidad__lista .c-habilidad__oculta a,
.c-habilidad .c-habilidad__lista .c-habilidad__oculta strong {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
*/
.c-habilidad .c-habilidad__lista .c-habilidad__oculta::after {
  background-color: #3b3b3b;
  color: #fff;
  content: "Habilidad oculta";
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
}
.theme-fandomdesktop-dark .c-habilidad .c-habilidad__lista .c-habilidad__oculta::after {
	background-color: #1d1d1d;
}

/* Plantilla:Pokémon EP */
.cuadropokémon {
  align-items: center;
  align-self: stretch;
  border-top: 0;
  display: flex;
  flex-direction: column;
  margin: 5px;
  width: 115px;
}
.cuadropokémon .cuadropokémon__nota {
  flex-grow: 1;
  font-size: 11px;
  order: -1;
	text-align: center;
  text-transform: capitalize;
}
.cuadropokémon .cuadropokémon__imagen {
  align-items: center;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  display: flex;
  height: 115px;
  justify-content: center;
  width: 100%;
}
.cuadropokémon .cuadropokémon__nombre {
  background-color: #e3edf8;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  text-align: center;
  width: 100%;
}
.theme-fandomdesktop-dark .cuadropokémon .cuadropokémon__nombre {
  background-color: #0f0f16;
}
.cuadropokémon .cuadropokémon__debut {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

/*	Mismo fondo para el rail derecho que la parte del artíclo
	--------------------------------------------------------- */
.page__right-rail,
.page__right-rail .rail-module {
  background-color: var(--theme-page-background-color);
}

/*	Plantilla:Pokémon OA
	-------------------- */
.otrasapariciones {
  align-items: center;
  border: 1px solid #88a;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  margin: 8px 0;
  padding-right: 10px;
}
.otrasapariciones hr, .otrasapariciones br {
  display: none;
}
.otrasapariciones__imagen {
  align-items: center;
  align-self: stretch;
  background-color: #000;
  border-radius: 5px;
  display: flex;
  grid-row: 1 / 7;
  overflow: hidden;
}
.otrasapariciones__imagen img {
  height: auto;
  width: 150px;
}
.otrasapariciones__descripción {
  grid-column: 3 / 4;
  grid-row: 2 / 7;
}
.otrasapariciones__ap {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  text-align: right;
}
.otrasapariciones__ja,
.otrasapariciones__temporada,
.otrasapariciones__es {
  align-items: center;
  align-self: stretch;
  background-color: #a4a4a4;
  border-radius: 5px;
  color: #000;
  display: flex;
  grid-column: 2 / 3;
  justify-content: center;
  margin: 0 5px;
  padding: 0 5px;
}
.theme-fandomdesktop-dark .otrasapariciones__ja,
.theme-fandomdesktop-dark .otrasapariciones__temporada,
.theme-fandomdesktop-dark .otrasapariciones__es {
  background-color: #0f0f16;
  color: #fff;
}
.otrasapariciones__ja {
  border-radius: 5px 5px 0 0;
  grid-row: 1 / 3;
  margin-top: 5px;
}
.otrasapariciones__temporada {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #1e2124;
  grid-row: 3 / 5;
}
.otrasapariciones__es {
  grid-row: 5 / 7;
  margin-bottom: 5px;
  margin-top: 5px;
}
.otrasapariciones__ja span,
.otrasapariciones__es span {
  font-size: 0.8em;
  font-variant: sub;
}

/* Parche temporal para infobox de movimientos */
.pi-theme-cuadro_movimiento .pi-data {
  background-color: transparent;
  color: var(--theme-page-text-color);
}
.pi-theme-cuadro_movimiento .pi-title {
  border-radius: 0 !important;
}
.pi-theme-cuadro_movimiento .pi-title,
.pi-theme-cuadro_movimiento .pi-header {
  background-color: var(--theme-accent-color) !important;
}
.pi-theme-cuadro_movimiento.pi-border-color {
  border-color: var(--theme-accent-color) !important;
}

/* Plantilla:Pokémon MOV */
.skin-fandomdesktop .pokémon-mov {
  align-self: start;
  border-radius: 5px;
  column-gap: 5px;
  display: grid;
  flex-basis: 180px;
  grid-template-columns: auto 1fr;
  padding: 0.5em 1em;
  transition: 0.4s;
}
.skin-fandomdesktop .pokémon-mov:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.skin-fandomdesktop .pokémon-mov__icono {
  grid-row: 1 / 5;
}
.skin-fandomdesktop .pokémon-mov__nombre,
.skin-fandomdesktop .pokémon-mov__tipos,
.skin-fandomdesktop .pokémon-mov__nota {
  line-height: 1.3;
}
.skin-fandomdesktop .pokémon-mov__tipos, .pokémon-mov__nota {
  font-size: 0.85em;
}
.skin-fandomdesktop .pokémon-mov__tipos {
  font-variant: small-caps;
  text-transform: lowercase;
}

/* Tabber */
.pi-theme-tabber.portable-infobox {
	width: auto;
	float: none;
	border: none;
	border-radius: 0;
	background: var(--themed-page-background) !important;
}
.pi-theme-tabber .pi-section-contents {
	background: var(--themed-page-background);
	border-bottom: 0.2em solid var(--theme-accent-color);
	padding-bottom: 1em;
}
.pi-theme-tabber .pi-header { display: none; }
.pi-theme-tabber .pi-data-value { font-size: inherit; width: 100%; }
.portable-tabber .pi-section-tab:only-child { display: none; }
.pi-theme-tabber .pi-data:hover { background: none; }

/* Add background color to header */
/** Tomado de Panfu Wiki en alemán (de.panfu), créditos a [[w:c:de.panfu:User:RobinPanfu]] **/
/** Taken from German Panfu Wiki (de.panfu), credits to [[w:c:de.panfu:User:RobinPanfu]] **/
.fandom-community-header {
  background-color: var(--theme-page-background-color);
  border-radius: 10px;
  box-shadow: 0 3px rgb(0, 0, 0, .3);
  padding: 22px 22px 8px;
}
.wds-button.wds-is-secondary.wds-is-active,
.wds-button.wds-is-secondary:active,
.wds-button.wds-is-secondary:focus,
.wds-button.wds-is-secondary:hover {
  color: var(--theme-sticky-nav-text-color);
}
.page.has-right-rail .page__main {
  border-radius: 10px 0 0 10px !important;
}
.page.has-right-rail .page__right-rail {
  border-radius: 0 10px 10px 0;
}
.page:not(.has-right-rail) .page__main {
  border-radius: 10px 
}

/* Plantilla:Portada/Pestañas */
.mp-tabber {
  display: flex;
  margin: 0;
}
.mp-tabber__tab {
  --color: #919191;
  border-bottom: 4px solid var( --color );
  flex-basis: 100%;
  list-style: none;
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
}
.mp-tabber__tab::before {
  background-color: var( --color );
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: -1;
}
.mp-tabber__tab::after {
  background-color: #2e3039;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.mp-tabber__tab:first-child::after,
.mp-tabber__tab:first-child::before {
  border-radius: 10px 0 0 0;
}
.mp-tabber__tab:last-child::after,
.mp-tabber__tab:last-child::before {
  border-radius: 0 10px 0 0;
}
.mp-tabber__tab:hover::before {
  height: 100%;
}
.mp-tabber__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.mp-tabber__content {
  z-index: 2;
}
.mp-tabber__content a:last-child {
  color: #fff;
  font-size: 0.85em;
  margin-top: 8px;
  text-decoration: none;
}
.mp-tabber__tab:nth-child(2) {
  --color: #e3350d;
}
.mp-tabber__tab:nth-child(3) {
  --color: #ee6b2f;
}
.mp-tabber__tab:nth-child(4) {
  --color: #4dad5b;
}
.mp-tabber__tab:nth-child(5) {
  --color: #1b53ba;
}
.mp-tabber__tab:nth-child(6) {
  --color: #e6bc2f;
}
.mp-tabber__tab:nth-child(7) {
  --color: #30a7d7;
}

/* Módulos de la portada */
.main-page-tag-lcs .mp-tabber {
  margin: 0;
}
.mp-módulo {
  background-color: #2e3039;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #1e2124;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.theme-fandomdesktop-light .mp-módulo {
  background-color: #ccc;
  color: unset;
}
.main-page-tag-rcs .mp-módulo {
  max-width: calc(100% - 4px);
}
.main-page-tag-lcs .mp-módulo:first-of-type {
  border-radius: 0 0 10px 10px;
}
.mp-módulo:not(:first-of-type) {
  margin-top: 1em;
}
.mainpage .mcf-card-discussions__list {
  margin-left: 0;
}
.mp-módulo__imagen {
  display: flex;
  height: 275px;
  overflow: hidden;
  position: relative;
}
.mp-módulo__imagen::after {
  background-image: linear-gradient( 165deg, #892e30, #ed4137 50%, #4d42ae 50%, #34288a );
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mp-módulo__imagen + .mp-módulo__encabezado::before {
  background-image: url('https://vignette.wikia.nocookie.net/pokemon/images/4/4c/Pokeball.svg/revision/latest?cb=20191230080306&path-prefix=ko');
  background-size: contain;
  content: "";
  height: 25px;
  left: calc( 50% - 12.5px );
  position: absolute;
  top: -16px;
  width: 25px;
  z-index: 2;
}
.mp-módulo__encabezado {
  border-bottom: 2px solid #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.mp-módulo__imagen + .mp-módulo__encabezado {
  border-bottom: none;
}
.mp-módulo__imagen img,
.mp-módulo__contenido > .center img {
  height: auto;
  max-width: 100%;
}
.mp-módulo__contenido {
  padding: 8px 16px;
}
.mp-módulo__pokémondestacado .mp-módulo__contenido p {
  margin: 0;
  text-align: center;
}
.main-page-tag-rcs .mp-módulo__contenido p,
.main-page-tag-rcs .mp-módulo__contenido ul {
  font-size: 0.9em;
}

ul.mp-cuadros {
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  row-gap: 10px;
}
.mp-cuadros > li {
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.mp-cuadros__cobertura {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-size: 32px;
  font-variant: small-caps;
  height: 100%;
  justify-content: center;
  text-shadow: 0 0 20px #000;
  transition: 0.4s;
}
ul.mp-cuadros__enlaces {
  display: flex;
  flex-direction: column;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.4s;
  width: 100%;
}
.mp-cuadros > li:hover .mp-cuadros__enlaces {
  height: 100%;
}
.mp-cuadros > li:hover .mp-cuadros__cobertura {
  color: transparent;
}
.mp-cuadros__enlaces li {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-grow: 1;
  transition: 0.4s;
  width: 100%;
}
.mp-cuadros__enlaces li:hover {
  background-color: var( --color );
}
.mp-cuadros__enlaces a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 26px;
  font-variant: small-caps;
  justify-content: center;
  width: 100%;
}
.mp-cuadros__t-pokémon {
  --color: rgba(227, 53, 13, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/f/f9/Mew_en_Pok%C3%A9mon_UNITE.jpg/revision/latest?cb=20221011220822&format=original');
  background-size: auto 300px !important;
}
.mp-cuadros__t-juegos {
  --color: rgba(238, 107, 47, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/7/73/Im%C3%A1genes_de_Pok%C3%A9mon_Escarlata_y_Pok%C3%A9mon_P%C3%BArpura_03.jpg/revision/latest?cb=20220607121815&format=original');
}
.mp-cuadros__t-anime {
  --color: rgba(77, 173, 91, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/6/65/EP1091.png/revision/latest?cb=20191111164008&format=original');
}
.mp-cuadros__t-manga {
  --color: rgba(27, 83, 186, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/f/f6/Red%2C_Charizard_y_Mewtwo.jpg/revision/latest?cb=20100603211630&format=original');
}
.mp-cuadros__t-tcg {
  --color: rgba(230, 188, 47, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/1/1c/Pok%C3%A9mon_TCG_Campo_de_Juego.png/revision/latest?cb=20150217185044&format=original');
}
.mp-cuadros__t-otros {
  --color: rgba(48, 167, 215, 0.9);
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/2/25/P10_Unown.png/revision/latest?cb=20090830115609&format=original');
}
@media (max-width: 1360px) {
  .mp-cuadros > li {
    flex-basis: 200px;
    height: 200px;
  }
  .mp-cuadros__enlaces a {
    font-size: 24px;
  }
}
@media (max-width: 1134px) {
  .mp-cuadros > li {
    flex-basis: 175px;
    height: 175px;
  }
  .mp-cuadros__cobertura {
    font-size: 28px;
  }
  .mp-cuadros__enlaces a {
    font-size: 22px;
  }
}

/* Cambiar logo dependiendo del tema */
.fandom-community-header__image {
  background-repeat: no-repeat;
  background-size: contain;
}
.theme-fandomdesktop-light .fandom-community-header__image {
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/a/a8/Site-logo-light.png/revision/latest?cb=20221116234160&format=original');
}
.theme-fandomdesktop-dark .fandom-community-header__image {
  background-image: url('https://static.wikia.nocookie.net/espokemon/images/b/b4/Site-logo-dark.png/revision/latest?cb=20221116234160&format=original');
}
.fandom-community-header__image img {
  opacity: 0;
}

/* Plantilla:Teraincursión */
.teraincursión {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin: 0 16px;
}
.teraincursión__nombre {
  margin-top: 10px;
}
ul.teraincursión__detalles {
  font-size: 0.85em;
  margin: 0;
}
.teraincursión__detalles > li {
  list-style: none;
  padding-left: 10px;
}
.teraincursión__detalles li b {
  display: block;
  margin-left: -10px;
}
ul.teraincursión__objetos {
  margin: 0;
}
.teraincursión__objetos li {
  list-style: none;
}

/* Plantilla de diálogos */
/** Tomado de Genshin Impact Wiki en inglés **/
.diálogo {
	font-size:15px;  line-height:20px;
}
.diálogo dl dd,.diálogo dl dl dt {
	padding-left: 16px;  margin-left: 0; 
}
.diálogo dl {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 11px;
  border-left: 2px solid rgba(110, 98, 74, 0.4); 
} 
.diálogo > dl, .diálogo td > dl {
  margin-bottom: 10px;
  border-left: none;
} 
.diálogo dt {
  margin-left: -11px;
  font-weight:normal;
  font-style:italic;
  font-size:.85em;
}

/* Dexnav */
.dexnav {
  height: 50px;
}
#dexnav-toggle {
  align-items: center;
  background-color: darkgray;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  height: 30px;
  margin-left: calc(100% - 40px);
  margin-top: -1px;
  transition: 0.6s;
  width: 40px;
}
#dexnav-toggle:hover {
  background-color: gray;
}
#dexnav-toggle svg {
  transition: 0.6s;
}
#dexnav-toggle.dexnav-toggle__arrow-up svg {
  rotate: 180deg;
}
#dexnav-container {
  max-height: 50px;
  overflow: hidden;
  transition: all 0.6s;
  width: 100%;
}
#dexnav-container.dexnav-container__expand {
  max-height: 100vh;
}
#dexnav-nacional {
  border-top: 2px solid var(--theme-border-color);
}

/* Infobox Pokémon */
.pi-theme-especie {
  --text: #fff;
  background-color: rgba(var(--theme-border-color--rgb),0.2);
  border: 0 !important;
  border-bottom: 1px solid var(--background) !important;
  border-right: 1px solid var(--background) !important;
  border-radius: 13px 13px 0 0 !important;
  box-shadow: none !important;
  grid-template-columns: 350px 1fr;
  margin: 5px 0 0 0;
}
.pi-theme-especie.pi-theme-acero {
  --background: #60a1b8;
  --highlight: 182, 182, 197;
}
.pi-theme-especie.pi-theme-agua {
  --background: #287fee;
  --highlight: 81, 168, 255;
}
.pi-theme-especie.pi-theme-bicho {
  --background: #90a019;
  --highlight: 182, 197, 67;
}
.pi-theme-especie.pi-theme-dragón {
  --background: #5060e0;
  --highlight: 139, 125, 240;
}
.pi-theme-especie.pi-theme-eléctrico {
  --background: #f9bf00;
  --highlight: 255, 211, 81;
  --text: #000;
}
.pi-theme-especie.pi-theme-fantasma {
  --background: #714271;
  --highlight: 125, 125, 197;
}
.pi-theme-especie.pi-theme-fuego {
  --background: #e52728;
  --highlight: 255, 96, 67;
}
.pi-theme-especie.pi-theme-hada {
  --background: #f170f1;
  --highlight: 240, 168, 240;
}
.pi-theme-especie.pi-theme-hielo {
  --background: #3fd8ff;
  --highlight: 125, 211, 255;
  --text: #000;
}
.pi-theme-especie.pi-theme-lucha {
  --background: #ff8000;
  --highlight: 197, 110, 96;
}
.pi-theme-especie.pi-theme-normal {
  --background: #9ea09e;
  --highlight: 182, 182, 168;
}
.pi-theme-especie.pi-theme-planta {
  --background: #3fa029;
  --highlight: 139, 211, 110;
}
.pi-theme-especie.pi-theme-psíquico {
  --background: #f04078;
  --highlight: 255, 110, 168;
}
.pi-theme-especie.pi-theme-roca {
  --background: #afa981;
  --highlight: 197, 182, 125;
}
.pi-theme-especie.pi-theme-siniestro {
  --background: #524341;
  --highlight: 139, 110, 96;
}
.pi-theme-especie.pi-theme-tierra {
  --background: #905021;
  --highlight: 226, 197, 110;
}
.pi-theme-especie.pi-theme-veneno {
  --background: #9041ca;
  --highlight: 182, 110, 168;
}
.pi-theme-especie.pi-theme-volador {
  --background: #80b8ee;
  --highlight: 154, 168, 255;
}
.pi-theme-especie .pi-title,
.pi-theme-especie .pi-header {
  background-color: var(--background);
  color: var(--text);
}
.pi-theme-especie .pi-title,
.pi-theme-especie .pi-header:nth-of-type(2) {
  grid-column: 1 / 3;
}
.pi-theme-especie .nombre-japonés {
  font-size: 16px;
}
.pi-theme-especie .pi-image,
.pi-theme-especie .pi-image-collection .wds-tabs,
.pi-theme-especie .pi-image-collection .wds-is-current {
  align-items: center;
  display: flex;
}
.pi-theme-especie .pi-image-collection .wds-tabs {
  border-left: 1px solid var(--background);
}
.pi-theme-especie .pi-image {
	border-left: 1px solid var(--background) !important;
}
.pi-theme-especie .pi-image a.image {
	width: 100%;
}
.pi-theme-especie .pi-image-collection {
  display: flex;
  flex-direction: column;
}
.pi-theme-especie .pi-image-collection .wds-tab__content {
  flex-grow: 1;
}
.pi-theme-especie .pi-image img {
  background-color: transparent !important;
}
.pi-theme-especie .pi-data[data-source="clasificación"] {
  grid-row: 3 / 4;
  padding-bottom: 5px;
}
.pi-theme-especie .pi-data[data-source="clasificación"] .pi-data-value {
  display: block;
}
.pi-theme-especie .pi-data[data-source="clasificación"]:hover {
  background-color: transparent;
}
.pi-theme-especie .pi-data[data-source="clasificación"] a {
  background: var(--background);
  border-radius: 5px;
  color: var(--text);
  display: inline-block;
  margin: 3px;
  padding: 3px 8px;
}
.pi-theme-especie .pi-group:first-of-type {
  grid-row: 2 / 4;
}
.pi-theme-especie .pi-group {
  display: flex;
  flex-direction: column;
}
.pi-theme-especie .pi-data {
  border-left: 1px solid var(--background) !important;
  border-top: 0 !important;
  column-gap: 0;
  flex-grow: 1;
  padding: 0;
}
.pi-theme-especie .pi-data-label,
.pi-theme-especie .pi-data-value {
  color: var(--theme-page-text-color);
  font-size: 14px;
}
.pi-theme-especie .pi-data-label {
  align-items: center;
  background-color: rgba(var(--highlight), 0.1);
  border: 1px solid rgba(var(--highlight), 0.4);
  border-bottom: 1px solid rgba(var(--highlight), 0.4) !important;
  border-radius: 5px;
  display: flex;
  flex-basis: 140px !important;
  justify-content: end;
  hyphens: none;
  margin: 5px !important;
  padding: 10px;
  text-align: right;
  word-break: break-word;
}
.pi-theme-especie .pi-data-value {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 5px;
  padding-left: 10px;
  transition: 0.4s;
}
.pi-data:hover .pi-data-value {
  background-color: rgba(var(--highlight), 0.5);
  border-radius: 5px;
}
.pi-theme-especie .pi-data-value dl {
  margin: 0 0 0 -10px;
}
.pi-theme-especie .pi-data-value dt,
.pi-theme-especie .pi-data-value dd {
  display: block;
  margin: 0;
  padding: 0;
}
.pi-theme-especie .pi-data-value dd {
  padding: 5px 0 5px 5px;
}
.pi-theme-especie .pi-data-value dt:first-of-type,
.pi-theme-especie .pi-data-value dd:first-of-type {
  border-top: 0;
}
.pi-theme-especie .pi-data[data-source="grito"] .pi-data-value .pi-data-value__content {
  display: flex;
}
.pi-theme-especie .pi-data[data-source="grito"] .pi-data-value .pi-data-value__content audio {
  width: 100% !important;
}
.pi-theme-especie .pi-header:last-child {
  border-radius: 0;
  font-size: 15px;
}

/* Pokédex */
dl.pokédex {
  margin: 0;
  padding: 1em;
}
.pokédex-box {
  border: 1px solid #bf1b1b;
  border-radius: 5px
}
.pokédex-box__bullets {
  background-color: #bf1b1b;
  border-radius: 4px 4px 0 0;
  display: flex;
  gap: 15px;
  padding: .8em
}
.pokédex-box__bullet {
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.pokédex-box__bullet-small {
  border-color: #3d3d3d;
  height: 15px;
  width: 15px;
}
.pokédex-box__bullet-1 {
  background-color: #1b8bbf;
  margin-left: 10px;
}
.pokédex-box__bullet-2 {
  background-color: #ed343d;
}
.pokédex-box__bullet-3 {
  background-color: #e3ac20;
}
.pokédex-box__bullet-4 {
  background-color: #12b82b;
}
.pokédex dt + dd {
  background-color: rgba(var(--theme-border-color--rgb),.3);
  border: 1px solid var(--theme-border-color);
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding: 10px
}

.pokédex dt, .pokédex dt a {
  color: white
}

.pokédex dt {
  background: linear-gradient(90deg, var(--pokedex-color-1) 31%, var(--pokedex-color-2) 100%);
  border-radius: 5px 5px 0 0;
  margin-top: 1em;
  padding: 10px
}
.pokédex .entrada-rojoyazul {
  --pokedex-color-1: rgb(84,80,186);
  --pokedex-color-2: rgb(196, 65, 65)
}

.pokédex .entrada-amarillo {
  --pokedex-color-1: rgb(196, 135, 65);
  --pokedex-color-2: rgb(237, 167, 55)
}

.pokédex .entrada-oro {
  --pokedex-color-1: rgb(237, 167, 55);
  --pokedex-color-2: rgb(196, 135, 65)
}

.pokédex .entrada-plata {
  --pokedex-color-1: rgb(120, 124, 171);
  --pokedex-color-2: rgb(120, 139, 171)
}

.pokédex .entrada-cristal {
  --pokedex-color-1: rgb(120, 158, 171);
  --pokedex-color-2: rgb(120, 139, 171)
}

.pokédex .entrada-rubi {
  --pokedex-color-1: rgb(191, 54, 65);
  --pokedex-color-2: rgb(191, 54, 86)
}

.pokédex .entrada-zafiro {
  --pokedex-color-1: rgb(54, 88, 191);
  --pokedex-color-2: rgb(60, 54, 191)
}

.pokédex .entrada-esmeralda {
  --pokedex-color-1: rgb(32, 135, 72);
  --pokedex-color-2: rgb(32, 135, 50)
}

.pokédex .entrada-rojofuego {
  --pokedex-color-1: rgb(245, 90, 66);
  --pokedex-color-2: rgb(245, 66, 66)
}

.pokédex .entrada-verdehoja {
  --pokedex-color-1: rgb(75, 166, 102);
  --pokedex-color-2: rgb(75, 166, 125)
}

.pokédex .entrada-diamante {
  --pokedex-color-1: rgb(49, 64, 105);
  --pokedex-color-2: rgb(50, 49, 105)
}

.pokédex .entrada-perla {
  --pokedex-color-1: rgb(83, 61, 99);
  --pokedex-color-2: rgb(99, 61, 94)
}

.pokédex .entrada-platino {
  --pokedex-color-1: rgb(105, 85, 102);
  --pokedex-color-2: rgb(98, 85, 105)
}
.pokédex .entrada-heartgold {
  --pokedex-color-1: rgb(168, 125, 56);
  --pokedex-color-2: rgb(196, 135, 65)
}

.pokédex .entrada-soulsilver {
  --pokedex-color-1: rgb(81, 85, 120);
  --pokedex-color-2: rgb(98, 85, 105)
}

.pokédex .entrada-negro {
  --pokedex-color-1: rgb(139, 141, 158);
  --pokedex-color-2: rgb(139, 151, 158)
}

.pokédex .entrada-blanco {
  --pokedex-color-1: rgb(69, 62, 79);
  --pokedex-color-2: rgb(62, 65, 79)
}

.pokédex .entrada-negro_2 {
  --pokedex-color-1: rgb(62, 66, 79);
  --pokedex-color-2: rgb(62, 72, 79)
}

.pokédex .entrada-blanco_2 {
  --pokedex-color-1: rgb(154, 139, 158);
  --pokedex-color-2: rgb(145, 139, 158)
}

.pokédex .entrada-x {
  --pokedex-color-1: rgb(95, 72, 212);
  --pokedex-color-2: rgb(165, 72, 212)
}

.pokédex .entrada-y {
  --pokedex-color-1: rgb(105, 37, 42);
  --pokedex-color-2: rgb(153, 57, 65)
}

.pokédex .entrada-rubi_omega {
  --pokedex-color-1: rgb(158, 21, 53);
  --pokedex-color-2: rgb(191, 54, 86)
}

.pokédex .entrada-zafiro_alfa {
  --pokedex-color-1: rgb(65, 54, 191);
  --pokedex-color-2: rgb(60, 54, 191)
}

.pokédex .entrada-sol {
  --pokedex-color-1: rgb(156, 127, 89);
  --pokedex-color-2: rgb(156, 115, 89)
}

.pokédex .entrada-luna {
  --pokedex-color-1: rgb(112, 89, 156);
  --pokedex-color-2: rgb(134, 89, 156)
}

.pokédex .entrada-ultrasol {
  --pokedex-color-1: rgb(156, 100, 89);
  --pokedex-color-2: rgb(156, 89, 89)
}

.pokédex .entrada-ultraluna {
  --pokedex-color-1: rgb(72, 57, 115);
  --pokedex-color-2: rgb(57, 71, 115)
}

.pokédex .entrada-pikachu {
  --pokedex-color-1: rgb(224, 169, 58);
  --pokedex-color-2: rgb(204, 157, 57)
}

.pokédex .entrada-eevee {
  --pokedex-color-1: rgb(204, 121, 57);
  --pokedex-color-2: rgb(204, 105, 57)
}

.pokédex .entrada-espada {
  --pokedex-color-1: rgb(44, 121, 184);
  --pokedex-color-2: rgb(57, 71, 115)
}

.pokédex .entrada-escudo {
  --pokedex-color-1: rgb(184, 44, 88);
  --pokedex-color-2: rgb(184, 44, 130)
}
.pokédex .entrada-escarlata {
  --pokedex-color-1: rgb(156, 82, 82);
  --pokedex-color-2: rgb(156, 82, 123)
}

.pokédex .entrada-purpura {
  --pokedex-color-1: rgb(124, 82, 156);
  --pokedex-color-2: rgb(156, 82, 152)
}

.pokédex .entrada-arceus {
  --pokedex-color-1: rgb(171, 142, 80);
  --pokedex-color-2: rgb(171, 101, 80)
}

.pokédex .entrada-unite {
  --pokedex-color-1: rgb(191, 94, 67);
  --pokedex-color-2: rgb(139, 67, 191)
}

.pokédex .entrada-stadium {
  --pokedex-color-1: rgb(112, 128, 94);
  --pokedex-color-2: rgb(171, 101, 80)
}

.pokédex .entrada-ranger, .pokédex .entrada-ranger2, .pokédex .entrada-ranger3 {
  --pokedex-color-1: var(--theme-link-color);
  --pokedex-color-2: var(--theme-border-color)
}

/* Tablas */
table.wiki {
  border-bottom: 2px solid #3b3b3b;
  font-size: 90%;
  text-align: center;
  width: 100%;
}
table.wiki th {
  background-color: #3b3b3b;
  border: 1px solid #333;
  color: #fff;
}
table.wiki th:first-child {
  border-left: 0;
}
table.wiki th:last-child {
  border-right: 0;
}
table.wiki td {
  border: 0;
}
table.wiki tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
}
table.wiki tr:hover td {
  background-color: rgba(0,0,0,0.2);
}
table.wiki tr:nth-child(2n + 1) {
  background-color: #dfdfdf;
}
.theme-fandomdesktop-dark table.wiki tr:nth-child(2n + 1) {
  background-color: #323239;
}
table.wiki th a:not(.mw-collapsible-text) {
  color: #7b9cdf
}

/* Otras apariciones */
.otrasapariciones__p {
  align-items: center;
  align-self: stretch;
  background-color: #a4a4a4;
  border-radius: 5px;
  color: #000;
  display: flex;
  grid-column: 2 / 3;
  justify-content: center;
  margin: 0 5px;
  padding: 0 5px;
}

.theme-fandomdesktop-dark .otrasapariciones__p {
  background-color: #0f0f16;
  color: #fff;
}

.otrasapariciones__p {
  grid-row: 1 / 7;
  margin: 5px;
}

/* Plantilla de equipos */
.theme-fandomdesktop-dark .equipo-miembro .spritepoke, .theme-fandomdesktop-dark .equipo-miembro.equipo-miembro-vacio .nombrepoke {
    background: #292936;
}

.theme-fandomdesktop-dark .equipo-miembro td {
    background: #303042;
}

.equipo-miembro .nombrepoke .radius10 {
    background:var(--theme-page-background-color) !important
}

.tcg-th {
   background-color: var(--theme-page-background-color) !important;
   border-radius: 7px
}
.datosdex {
    border-color: var(--theme-border-color) !important;
    box-shadow: none;
    background-color: transparent !important
}

.datosdex-th {
    color: var(--theme-page-text-color);
    text-align: left;
}

.datosdex-td, .datosdex-th__desc {
    background-color: rgba(var(--theme-border-color--rgb),.3) !important;
    border-radius: 5px;
    color: var(--theme-page-text-color)
}

.datosdex-td__desc {
    background: rgba(var(--theme-border-color--rgb),.8) !important;
    border-radius: 5px;
    color: var(--theme-page-text-color)
}

/*	Personalización del widget de Discord - original de [[w:c:es.minecraft]]
	------------------------------------------------------------------------ */
.discord-widget-container {
    height: auto;
    width: auto;
    margin-right: 0;
}
.discord-widget .widget-header {
    background-color: var(--theme-sticky-nav-background-color);
    color: var(--theme-page-text-color);
    font-size: 120%;
    font-weight: 600;
}
.theme-fandomdesktop-light .discord-widget .widget-logo {
    -webkit-filter: invert(0.6);
    filter: invert(0.6);
}
.discord-widget .widget-body {
    display: none;
}
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer, .discord-widget .widget-footer {
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: none;
}
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer-info {
    color: var(--theme-page-text-color);
}
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-footer .widget-footer-info a, .discord-widget .widget-footer-info a {
    color: var(--theme-link-color);
}
.theme-fandomdesktop-light .discord-widget .widget-theme-auto .widget-btn-connect, .discord-widget .widget-btn-connect {
    border: none;
    background-color: var(--theme-sticky-nav-background-color);
    font-size: 110%;
}
.discord-widget .widget-footer .widget-footer-info {
	font-size: 110%;
}

/*	Infoboxes
	--------- */
.portable-infobox.type-original {
  background-color: #afb6d710;
  border-radius: 5px;
  border-width: 0;
}
.theme-fandomdesktop-light .portable-infobox.type-original {
	background-color: #afb6d725;
}
.portable-infobox.type-original .pi-border-color {
  border-color: transparent;
}
.portable-infobox.type-original .pi-title {
  background-color: #203f68;
  border-radius: 5px 5px 0 0;
}
.portable-infobox.type-original .pi-image {
  margin: 0 1em;
}
.portable-infobox.type-original .pi-image img {
  border-radius: 10px;
}
.portable-infobox.type-original .pi-header {
  background-color: #203f68;
}
.portable-infobox.type-original .pi-data {
  transition: background 0.4s;
}
.portable-infobox.type-original .pi-data:hover {
  background-color: rgba( 0, 0, 0, 0.15 );
}
.portable-infobox.type-original .pi-data .pi-data-value {
  border-left: 1px solid rgba( var( --theme-page-text-color--rgb ), 0.26 );
  margin-top: 0.25em;
  padding-left: 1em;
}
.portable-infobox.type-original .pi-data:hover .pi-data-value {
  border-radius: 0;
}

/*	Correcciones para infoboxes de tipos específicos
	------------------------------------------------ */
.portable-infobox.type-original.pi-theme-episodio2 .pi-title + .pi-item {
  margin-top: 0.85em;
}

/*	Plantilla:Aparición de anime
	---------------------------- */
.aparición {
  column-gap: 1em;
  display: flex;
  padding: 1em 0;
}
.aparición + .aparición {
  border-top: 3px solid #cecece;
}
.aparición__izquierda {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75em;
}
.aparición__imagen img {
  border-radius: 8px;
}
.aparición__nota {
  font-size: 1.05em;
  font-weight: bold;
}
.aparición__derecha {
  display: flex;
  flex-direction: column;
}
.aparición__episodio {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  position: relative;
}
.aparición__episodio::after {
  background-image: linear-gradient( to right, #006cb0, transparent );
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}