Jump to content

MediaWiki:Timeless.css

From www.ReeltoReel.nl Wiki

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.
/* All CSS here will be loaded for users of the Timeless skin */
/* Catppuccin Dark voor Timeless skin */
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap');

/* Basis kleuren */
body {
  background: #1e1e2e;
  color: #cdd6f4;
  font-family: "Fira Code", monospace;
}

/* Content achtergrond */
#content {
  background: #24273a;
  border: 1px solid #363a4f;
  border-radius: 8px;
  padding: 20px;
}

/* Koppen */
h1, h2, h3 { 
  color: #89b4fa; 
}

/* Tabellen */
table { 
  background: #363a4f; 
  border: 1px solid #45475a;
}
th { 
  background: #45475a; 
  color: #cdd6f4; 
}
td { 
  color: #a6adc8;
}

/* Links */
a { color: #89b4fa; }
a:hover { color: #b4befe; }