User:NemZag/minerva.css

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

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.
/* === Full Dark Mode Override for FFXIV Wiki === */

/* Global background and text */
* {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
  border-color: #333 !important;
}

/* Specific containers and layout elements */
body, html, #content, .mw-body, .mw-parser-output, .vector-body, .vector-page-titlebar, .vector-main-menu, .vector-menu-content, .vector-menu, .vector-header, .vector-footer {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
}

/* Links */
a, a:visited {
  color: #80bfff !important;
}
a:hover, a:focus {
  color: #ffcc66 !important;
  text-decoration: underline;
}

/* Sidebar and header */
#mw-panel, #mw-head, #footer, .mw-footer, .vector-sidebar {
  background-color: #1f1f1f !important;
  color: #ccc !important;
}

/* Tables and infoboxes */
table, th, td, .infobox, .wikitable {
  background-color: #1a1a1a !important;
  color: #ddd !important;
  border: 1px solid #444 !important;
}

/* Forms and inputs */
input, select, textarea, button {
  background-color