MediaWiki:Common.css

From Tibia Idle wiki

Revision as of 17:30, 25 June 2025 by Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* SRODEK OBRAZKÓW, BRAK RAMKI, CIENI, TŁA */
.wikitable td, .wikitable th {
    vertical-align: middle !important;
    text-align: center !important;
}

.wikitable img {
    display: inline-block !important;
    margin: 0 auto !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    /* Możesz dodać width/height jeśli chcesz, np.: */
    /* width: 40px; height: 40px; */
}

/* Jeśli chcesz tylko obrazki a nie tekst na środku, to użyj tego zamiast wyżej: */
/*
.wikitable td img {
    display: inline-block !important;
    margin: 0 auto !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
*/