Jump to content

MediaWiki:Common.css: Difference between revisions

From www.ReeltoReel.nl Wiki
No edit summary
Tag: Reverted
Replaced content with "body { background: red !important; color: white !important; }"
Tags: Replaced Reverted
Line 1: Line 1:
/* Catppuccin Dark - Perfect leesbaar zoals jouw voorbeeld */
body { background: red !important; color: white !important; }
@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;
}

Revision as of 20:06, 8 March 2026

body { background: red !important; color: white !important; }