MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Catppuccin Dark - Perfect leesbaar zoals jouw voorbeeld */
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&display=swap');
/* ACHTERGRONDEN */
body {
background: #1e1e2e !important;
color: #cdd6f4 !important;
font-family: "Fira Code", monospace !important;
}
/* ALLE CONTENT - WIT OP DONKER */
#content, #mw-content-container, .mw-parser-output {
background: #24273a !important;
color: #cdd6f4 !important; /* WIT */
border: 1px solid #363a4f !important;
}
/* FORCE WITTE TEKST OVERAL */
.mw-parser-output *,
.mw-parser-output p,
.mw-parser-output li,
.mw-parser-output td,
.mw-parser-output span {
color: #cdd6f4 !important; /* WIT */
}
/* KOPPEN BLAUW */
#firstHeading, h1, h2, h3 {
color: #89b4fa !important; /* BLAUW */
background: #45475a !important;
padding: 15px !important;
border-radius: 8px !important;
}
/* CATEGORIEËN */
.mw-normal-catlinks {
background: #363a4f !important;
border: 1px solid #45475a !important;
}
.mw-normal-catlinks li {
background: #45475a !important;
color: #cdd6f4 !important;
}
/* SIDEBAR */
#p-navigation, #p-namespaces {
background: #24273a !important;
border: 1px solid #363a4f !important;
}