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.
/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=Roboto")
body {font-family: 'Roboto', sans-serif}
div#content h1, div#content h2 {font-family: "Roboto", sans-serif}

body {background-color: #454546}
body {color: #f9f9f9}

textarea {color: #454546}

.nav-tabs>li.active>a {background-color: #454546}
.nav-tabs>li.active>a {color: #f9f9f9}

.nav-tabs>li>a {background-color: #454546}
.nav-tabs>li>a {color: #f9f9f9}
This page was last edited on 2 March 2018, at 10:23. Content is available under GPLv3 unless otherwise noted.