User:Sharethewisdom/vector.css

From ArchWiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#content,#left-navigation,#right-navigation{
  filter: invert(100%) hue-rotate(180deg);
}
body{
  background: #16191c;
  color: #aaa;
}
.mw-body{
  background-color: #cad0d0;
}
.mw-body-content {
  line-height: 2;
}
#toc {
  line-height: 1;
}
div#mw-panel div.portal div.body {
  background-image: none;
}
div#mw-panel div.portal h3 {
  background: #c6c9cc;
  color: #0645ad;
}
#mw-navigation li:not(.new) a:not(.new),
#mw-panel li:not(.new) a:not(.new),
#column-one li:not(.new) a:not(.new),
#footer a:not(.new){
  text-decoration: none;
  color: #fff !important;
  font-weight: bolder;
}
div#mw-panel div.portal h3,
.mw-body-content{
  font-size: 1em;
  font-weight: 500;
}
div#simpleSearch #searchInput{
line-height: 1.5;
padding: 0 5px;
font-size: 20px;
}
div#simpleSearch{
padding: 0;
min-height: 2em;
height: 2em;
}