Dragon Ball Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/*** Kod odpowiadający za style przenośnych infoboksów na Dragon Ball Wiki ***/
/* Infoboks */
.portable-infobox.pi-europa {
    background: #eedbac;
    border: 1px solid #c9b991;
    margin: 0 0 .5em 1em;
    padding: .2em;
    width: 270px
}

/* Obiekt */
.portable-infobox .pi-item {
    background: #fff;
    margin: 2px 0;
    padding: 2px
}
.portable-infobox .pi-item:first-child,
.portable-infobox .pi-item:last-child { margin: 0 }

/* Grupy */
.portable-infobox .pi-group {
    background: transparent;
    padding: 0
}

/* Tytuł */
.portable-infobox .pi-title {
    font-size: 120%;
    background: inherit;
    color: inherit
}

/* Obraz */
.portable-infobox .pi-image-thumbnail {
    width: 100%;
    height: auto
}

/* Podpis obrazu */
.portable-infobox .pi-caption.pi-item-spacing {
    color: inherit;
    text-align: center;
    padding: .4em .4em .1em
}

/* Wartości */
.portable-infobox .pi-data { align-items: center; padding: 0 }
.portable-infobox .pi-data::after { content: ""; align-self: stretch; background: #eedbac; order: 1;  width: 2px }
.portable-infobox .pi-image + .pi-data::after { content: none }
.portable-infobox .pi-data-label,
.portable-infobox .pi-data-value { padding: 2px 3px }
.portable-infobox .pi-data-label { line-height: normal; margin: auto 0 }
.portable-infobox .pi-data-value { flex: 1; order: 2 }
.portable-infobox .pi-data-value:first-child { text-align: center }
.portable-infobox .pi-data-value li { padding: 0 }
Advertisement