The Legend of Zelda Wiki

¡Bienvenido a The Legend of Zelda Wiki! ¿Deseas colaborar con nosotros? ¡Entonces crea una cuenta! Solo los usuarios que tienen una cuenta pueden contribuir, editar y crear nuevos artículos, y además, tienen más opciones que usuarios anónimos.

LEE MÁS

The Legend of Zelda Wiki
Advertisement
The Legend of Zelda Wiki

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
.portable-infobox .pi-title {
	border-radius: 10px 10px 0 0;
    display:block;
    margin:4px 4px;
    font:bold 136%;
    text-align:center;
}

.portable-infobox .pi-image a img {
    width:auto;
    max-height:24em;
}

.portable-infobox .pi-image-collection-tab-content {
    background-color:inherit;
}

.theme-fandomdesktop-light .portable-infobox .pi-caption {
    text-align:center;
    display:block;
    padding:0.14em 0.7em;
    font-size:0.857em;
    color: #000000;
}

.theme-fandomdesktop-dark .portable-infobox .pi-caption {
    text-align:center;
    display:block;
    padding:0.14em 0.7em;
    font-size:0.857em;
    color: #ffffff;
}

.portable-infobox .pi-image-collection-tabs {
    border-bottom-width:1px;
    border-bottom-style:solid;
}

.portable-infobox .pi-data-label {
	text-align:center;
	font-size:0857em;
	min-width:6em;
}

.portable-infobox .pi-data:last-child {
	border-radius: 0 0 10px 10px;
}

.portable-infobox .pi-data-value {
	font-size: 0.8em;
	line-height: 1.5;
}

.pi-data .pi-data-value { 
        ms-flex-preferred-size:auto;
        -webkit-flex-basis:auto;
           -moz-flex-basis:auto;
                flex-basis:auto;
        -webkit-align-items:center;
           -moz-align-items:center;
                align-items:center;
        width:55%
}

/* Infobox Dark mode */
.theme-fandomdesktop-dark .portable-infobox {
	border-radius: 10px;
}

.theme-fandomdesktop-dark .portable-infobox .pi-data:nth-child(even) {
	background-color: #0e191a;
}

.theme-fandomdesktop-dark .portable-infobox .pi-data:nth-child(odd) {
	background-color: #060a0a;
}

/* Infoboxes Light mode */
.theme-fandomdesktop-light .portable-infobox {
	border-radius: 10px;
}

.theme-fandomdesktop-light .portable-infobox .pi-data:nth-child(even) {
	background-color: #ebebeb;
}

.theme-fandomdesktop-light .portable-infobox .pi-data:nth-child(odd) {
	background-color: #f9f9f9;
}
Advertisement