Ashes of the Singularity Wiki
Advertisement

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 affect users of the mobile site */
/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

.nomobile {
    display: none;
}

#content_wrapper {
  background: black;
  color: white;
}

#mw-mf-viewport {
  position: relative;
  height: 100%;
  background: black;
  color: white;
}

/* LINK STYLING */

a:visited {
color: #1E5964;
}

a {
color: #4ac9e2;
}

{
color: #1E5964;
}

.mw-body a.external {
color: #4ac9e2;
}

.mw-body a.extiw:visited {
color: #1E5964;
}

.mw-body a.extiw, .mw-body a.extiw:active {
color: #4ac9e2;
}

.mw-body a.external:visited {
color: #1E5964;
}
.mw-body a.external {
color: #4ac9e2;
}

.mw-body a.external {
color: #4ac9e2;
}

span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #4ac9e2;
}

#footer {
background-color: black;
}

#mw-mf-page-center {
  background-color: black;
}

#body{
background-color: black;
}


/* Mobile */

.animations #mw-mf-page-center {
    background: black !important;
color: white;
}

input.search {
    background-color: black !important;
Advertisement