User:Soul/modern.css

From WiiBrew
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body {
background: #000000;
color: #fff;
}

a { color: #3496f7; }

a:visited { color: #8b51ea; }

div#mw_content, div#mw_main, div#siteNotice {
background-color: #000;
color: #fff;
}

.portlet h5 {
color: #000;
background-color: #696969;
}

#mw_portlets {
background-color: #212121;
}

input, textarea {
background-color: #000;
color: #ffffff;
}

.fmbox-warning {
color: #c00;
background: #4c0000; /* BG color being overridden */
border: 1px solid #BB7070;
}

pre, .mw-code {
border: solid 1px #3c78b5;
padding: 0.4em;
background-color: #212121;
color: #a0a0a0;
}