MediaWiki:Common.css
Vzhled
Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.
- Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
- Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
- Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5.
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */
/* Default tables: no borders, background, shadows unless specified */
table {
border: none;
background: transparent;
box-shadow: none;
border-collapse: collapse;
}
/* Table cells default */
table td, table th {
border: none;
background: transparent;
box-shadow: none;
}
/* Only apply styles if explicitly defined */
table[style*="border"],
table[style*="background"],
td[style*="border"],
td[style*="background"],
th[style*="border"],
th[style*="background"] {
all: revert;
}
/* Undo darkmode inversion ONLY for safe formats */
html.client-darkmode img[src$=".jpg"],
html.client-darkmode img[src$=".jpeg"],
html.client-darkmode img[src$=".webp"] {
filter: invert(1) hue-rotate(180deg) !important;
}
/* Leave PNG / SVG untouched */
html.client-darkmode img[src$=".png"],
html.client-darkmode img[src$=".jpg"],
html.client-darkmode img[src$=".webp"],
html.client-darkmode img[src$=".svg"] {
filter: none !important;
}