Přeskočit na obsah

MediaWiki:Common.css: Porovnání verzí

Z The Last Kingdom UO Wiki
Bez shrnutí editace
značka: revertováno
Bez shrnutí editace
značka: revertováno
Řádek 25: Řádek 25:
}
}


html.client-darkmode img {
/* Also try these if the above didn’t work */
html.client-darkmode .mw-parser-output img {
     filter: none !important;
     filter: none !important;
}
}
html.client-darkmode img.mw-no-invert {
 
     filter: invert(1) hue-rotate(180deg) !important;
html.client-darkmode .thumb img {
     filter: none !important;
}ter: invert(1) hue-rotate(180deg) !important;
}
}

Verze z 20. 12. 2025, 20:37

/* 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;
}

/* Also try these if the above didn’t work */
html.client-darkmode .mw-parser-output img {
    filter: none !important;
}

html.client-darkmode .thumb img {
    filter: none !important;
}ter: invert(1) hue-rotate(180deg) !important;
}