Royal Quest 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 */
.nomobile {
    display: none;
}

#content_wrapper {
  background: rgb(87, 132, 74);
  color: white;
}

#mw-mf-viewport {
  position: relative;
  height: 100%;
  background: rgb(87, 132, 74);
  color: white;
}

/* LINK STYLING */

a:visited {
color: #c1916b;
}

a {
color: #e77516;
}


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

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

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

.mw-body a.external:visited {
color: #c1916b;
}
.mw-body a.external {
color: #e77516;
}

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

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

#footer {
background-color: rgb(87, 132, 74);
}

#mw-mf-page-center {
  background-color: rgb(87, 132, 74);
}

#body{
background-color: rgb(87, 132, 74);
}
Advertisement