MediaWiki:Common.css: Difference between revisions
From Tibia Idle wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* | /* SRODEK OBRAZKÓW, BRAK RAMKI, CIENI, TŁA */ | ||
.wikitable td, .wikitable th { | |||
vertical-align: middle !important; | |||
text-align: center !important; | |||
.wikitable th { | |||
text- | |||
} | } | ||
.wikitable img { | .wikitable img { | ||
display: inline-block !important; | |||
margin: 0 auto !important; | |||
vertical-align: middle !important; | |||
box-shadow: | box-shadow: none !important; | ||
border: none !important; | |||
background: none !important; | background: none !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
border-radius: 0 !important; | |||
/* Możesz dodać width/height jeśli chcesz, np.: */ | |||
/* width: 40px; height: 40px; */ | |||
} | } | ||
.wikitable | /* 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; | |||
border-radius: | |||
} | } | ||
*/ |
Revision as of 17:30, 25 June 2025
/* 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; } */