MediaWiki:Common.css: Porovnání verzí
Vzhled
Bez shrnutí editace značka: revertováno |
Bez shrnutí editace značka: revertováno |
||
| Řádek 25: | Řádek 25: | ||
} | } | ||
/* Global dark background */ | |||
html, body { | |||
background-color: #000 !important; | |||
color: #e0e0e0; | |||
} | |||
/* Main content area */ | |||
.mw-body, | |||
#content, | |||
#mw-content-text { | |||
background-color: #000 !important; | |||
color: #e0e0e0; | |||
} | |||
/* Sidebar */ | |||
#mw-panel { | |||
background-color: #000 !important; | |||
} | |||
/* Footer */ | |||
#footer { | |||
background-color: #000 !important; | |||
} | } | ||
Verze z 21. 12. 2025, 20:36
/* 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;
}
/* Global dark background */
html, body {
background-color: #000 !important;
color: #e0e0e0;
}
/* Main content area */
.mw-body,
#content,
#mw-content-text {
background-color: #000 !important;
color: #e0e0e0;
}
/* Sidebar */
#mw-panel {
background-color: #000 !important;
}
/* Footer */
#footer {
background-color: #000 !important;
}