User:Ryan/common.css

From Ephinea PSO Wiki
< User:Ryan
Revision as of 11:34, 29 November 2022 by Ryan (talk | contribs) (Undo revision 14919 by Ryan (talk))

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.
body #mw-content {
	background-color: #003431;
	border-color: #003431;
}
body #mw-content-container, #mw-content-block {
	background-color: #002a27;
}
body .toc, body ul#filetoc {
  background-color: #003e42;
  box-shadow: inset 0 0 0 1px #9aaaaa;
  border-radius: 10px;
  border-color: #000;
}

body .wikitable>*>tr>th,
body .wikitable>tr>th {
	background-color:#003e42;
}
body .thumbinner .thumbimage, body .wikitable > * > tr > td,
body .wikitable > tr > td {
	background-color: #002a27;
}
.wikitable {
	border-width: 1px 1px;
	border-collapse: collapse;
	border-inline-style: hidden;
	padding: 0;
}
body .wikitable {
	box-shadow: inset 0 0 0 1px #9aaaaa;
	border: 1px solid #000;
	border-radius: 10px;
	border-spacing: 0;
	color: #888;
}
body .thumbborder,
body .thumbinner .thumbimage,
body .wikitable>*>tr>td,
body .wikitable>*>tr>th,
body .wikitable>tr>td,
body .wikitable>tr>th {
	border-inline-style: solid;
	border-color: #9aaaaa;
}

body,
body #searchInput,
body .mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,
body .mw-body .mw-search-profile-tabs,
body .mw-body #mw-searchoptions,
body .mw-changeslist-legend,
body .mwe-popups .mwe-popups-extract,
body .suggestions .suggestions-result,
body .suggestions-special .special-query,
body .mediawiki {
	color: #888;
}

body #mw-page-header-links li.selected a,
body #p-logo-text a, body .toctogglelabel,
body .suggestions a.mw-searchSuggest-link,
body .suggestions a.mw-searchSuggest-link:active,
body .suggestions a.mw-searchSuggest-link:focus,
.wikiEditor-ui-toolbar .tabs .tab a,
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled,
body .mw-parser-output a.external, body .mw-parser-output a.external:visited,
.oo-ui-tabSelectWidget-frameless,
body .mw-parser-output a.external:active,
a:visited, body a:active,
a {
	color:#fff;
}

body .suggestions a.mw-searchSuggest-link:hover,
.oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover, body .mw-parser-output a.external:hover,
a:visited:hover, body a:hover {
	color:#d4d4d4;
}

a.new, .new a, a.new:visited, .new a:visited {
	color:#ff9e4d;
}

a.new:hover, .new a:hover, a.new:visited:hover, .new a:visited:hover {
	color:#ff821a;
}

.mw-message-box-warning a {
	color:#9cc5ff;
}