MediaWiki:Common.css

From Cyberpunk 2077 Wiki
Revision as of 14:00, 10 January 2021 by Herrhuml (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: body{ background-color: #121212; color: white; color: rgba(255,255,255,0.6); } a{ color: white; color: rgba(255,255,25...")
(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 / 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.
/* CSS placed here will be applied to all skins */
body{
	background-color: #121212;
	color: white;
	color: rgba(255,255,255,0.6);
}

a{
	color: white;
	color: rgba(255,255,255,0.6);
}

a:hover{
	color: grey;
	color: rgba(240,240,240,0.9);
}

.p-navbar{
	background-color: #202020;
}

.toc{
	background-color: #181818;
}

.wikitable > * > tr > th {
    background-color: #181818;
}