MediaWiki:Common.css

From Theonomy Wiki
Revision as of 01:54, 24 June 2020 by Mgarcia (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: body { background: black; color:white; } a { color:aqua; } #tab a, #tab-advanced a, .toctogglelabel { color:aqua !i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: 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.
/* CSS placed here will be applied to all skins */
body {
  background: black;
  color:white;
}
a {
  color:aqua;
}

#tab a, #tab-advanced a, .toctogglelabel {
  color:aqua !important;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base, #mw-body-content, #mw-content-ltr, #mw-editfont-monospace, #toc, .tocnumber, .mw-changeslist-legend, .diff-context {
  background: black !important;
  color: white !important;
}


.diffchange {
  background:darkslategray !important;
}

#mw-content-text pre,
.ve-ui-surface pre {
 background:black !important;
 color:white;
}

#content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable  {
    background: black !important;
    color:white !important;
}

#header-menu, .header-menu-list {
    background:#080808 !important;
}

.header-menu-item {
    background:darkturquoise;
}

.oo-ui-icon-search, .mw-ui-icon-search::before {
    background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22white%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E search %3C/title%3E %3Cpath d=%22M7.5 13c3.04 0 5.5-2.46 5.5-5.5S10.54 2 7.5 2 2 4.46 2 7.5 4.46 13 7.5 13zm4.55.46C10.79 14.43 9.21 15 7.5 15 3.36 15 0 11.64 0 7.5S3.36 0 7.5 0C11.64 0 15 3.36 15 7.5c0 1.71-.57 3.29-1.54 4.55l6.49 6.49-1.41 1.41-6.49-6.49z%22/%3E %3C/svg%3E");
}
#content a {
   color:aqua !important;
}