MediaWiki:Timeless.css

From Ghost Theory Wiki
Revision as of 18:52, 15 December 2025 by PerilM (talk | contribs) (Replaced content with "Reset and Base Styles: * { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #000000; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; } Links: a { color: #ffe135; text-decoration: none; transition: color 0.3s ease; } a:visited { color: #c0c0c0; } a:hover { color: #ffed")

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.
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Links */
a {
  color: #ffe135;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:visited {
  color: #c0c0c0;
}

a:hover {
  color: #ffed