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:
}
}


/* Disable image inversion in Vector 2022 dark mode */
html.skin-vector-2022-dark .mw-parser-output {
html.skin-vector-2022-dark .mw-content-container img,
    filter: none !important;
html.skin-vector-2022-dark .mw-parser-output img,
}
html.skin-vector-2022-dark figure img {
 
html.skin-vector-2022-dark .mw-parser-output img {
     filter: none !important;
     filter: none !important;
     mix-blend-mode: normal !important;
     mix-blend-mode: normal !important;
}
}

Verze z 14. 1. 2026, 20:40

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

html.skin-vector-2022-dark .mw-parser-output {
    filter: none !important;
}

html.skin-vector-2022-dark .mw-parser-output img {
    filter: none !important;
    mix-blend-mode: normal !important;
}