MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(41 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Remove border and caption from Cargo dynamic table images */ | /* Remove border and caption from Cargo dynamic table images */ | ||
. | table.cargoTable td { | ||
padding: 10px; | |||
} | |||
.cargoTable figure { | |||
width: 100%; | |||
margin: 0 !important; | margin: 0 !important; | ||
background: none; | |||
border: none; | border: none; | ||
} | } | ||
. | .cargoTable figure a::after { | ||
display: none; | |||
} | |||
.cargoTable figure img { | |||
margin: 0 !important; | |||
border: none !important; | |||
} | |||
.cargoTable figcaption { | |||
display: none !important; | display: none !important; | ||
} | } |
Latest revision as of 12:42, 3 March 2025
/* CSS placed here will be applied to all skins */ /* Remove border and caption from Cargo dynamic table images */ table.cargoTable td { padding: 10px; } .cargoTable figure { width: 100%; margin: 0 !important; background: none; border: none; } .cargoTable figure a::after { display: none; } .cargoTable figure img { margin: 0 !important; border: none !important; } .cargoTable figcaption { display: none !important; }