Jump to content

MediaWiki:Common.css: Difference between revisions

From www.ReeltoReel.nl Wiki
No edit summary
Tag: Reverted
Blanked the page
Tags: Blanking Manual revert
 
(7 intermediate revisions by the same user not shown)
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');


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

Latest revision as of 20:46, 8 March 2026