User:Toeryn/vector.css

From Final Fantasy XIV Online Wiki
< User:Toeryn
Revision as of 18:05, 26 November 2021 by Toeryn (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
  background: #313030;;
  color: white;
}

.vector-menu-content-list > li > a {
   color: #e3e1e1 !important; 
}

.mw-body {
   background: #313030;
   color: #e3e1e1 !important; 
}

h1, h2, h3, h4, h5, h6 {
   color: #e3e1e1 !important; 
}

.mw-code, code, .mw-editfont-monospace {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.editOptions {
   background: #393939;
   color: #e3e1e1 !important; 
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
   background: #4d4b4b;
   color: #e3e1e1 !important; 
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
   background: ##04044a;
   color: #e3e1e1 !important; 
}

a {
  color: #97baf4;
}

.usermessage, .warningbox {
  background-color: #6a4e1f;
  border: 1px solid #ffa500;
  color: #e3e1e1;
}

div#mw-head ul.vector-menu-content-list > li.selected {
  background-color: #03434a;
}