Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
@import "https://fonts.googleapis.com/css?family=Sofia Sans";
@import "https://fonts.googleapis.com/css?family=Noto Sans";
@import "https://fonts.googleapis.com/css?family=Noto Sans Mono";
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css";
@import "https://de.wikipedia.org/w/index.php?title=Benutzer:Sivizius/gender.css&action=raw&ctype=text/css";

/* Different Languages */
body
{
  font-family: Noto Sans;
}
:lang(de)
{
  font-family: Noto Sans;
}
:lang(bg)
{
  font-family: Sofia Sans;
}

/* Tables */
.wikitable
{
  text-align: inherit;
}

/* Mathematical Formulas */
.mwe-math-element
{
  color: #080;
}
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-inline path
{
  fill: #f80;
  color: #080;
  stroke: #008;
}

/* Inline Code and Code Blocks */
code
{
  font-family: monospace;
  font-weight: bold;
  color: #0a0;
  background-color: #000;
}

/* User Interface */
.ace_line, .ace_line > span
{
  font-family: Noto Sans Mono, monospace;
}