MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* | /* Catppuccin Dark - Perfect leesbaar zoals jouw voorbeeld */ | ||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&display=swap'); | ||
/* | /* ACHTERGRONDEN */ | ||
body { | |||
background: | background: #1e1e2e !important; | ||
color: #cdd6f4 !important; | |||
color: | font-family: "Fira Code", monospace !important; | ||
} | } | ||
/* ALLE CONTENT - WIT OP DONKER */ | |||
#content, #mw-content-container, .mw-parser-output { | |||
/* | |||
background: #24273a !important; | background: #24273a !important; | ||
color: #cdd6f4 !important; /* WIT */ | |||
border: 1px solid #363a4f !important; | 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 */ | |||
color: # | |||
} | } | ||
/* | /* KOPPEN BLAUW */ | ||
#firstHeading, h1, h2, h3 { | |||
color: #89b4fa !important; /* BLAUW */ | |||
background: # | background: #45475a !important; | ||
padding: 15px !important; | |||
border-radius: 8px !important; | border-radius: 8px !important; | ||
} | } | ||
/* CATEGORIEËN */ | |||
.mw-normal-catlinks { | |||
.mw-normal-catlinks | |||
background: #363a4f !important; | background: #363a4f !important; | ||
border: 1px solid #45475a !important; | border: 1px solid #45475a !important; | ||
} | } | ||
.mw-normal-catlinks li { | |||
.mw- | |||
background: #45475a !important; | background: #45475a !important; | ||
color: #cdd6f4 !important; | color: #cdd6f4 !important; | ||
} | } | ||
/* | /* SIDEBAR */ | ||
# | #p-navigation, #p-namespaces { | ||
background: #24273a !important; | background: #24273a !important; | ||
border: 1px solid #363a4f !important; | border: 1px solid #363a4f !important; | ||
} | } | ||
Revision as of 19:59, 8 March 2026
/* 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;
}