User:Ryan/common.css: Difference between revisions

From Ephinea PSO Wiki
mNo edit summary
mNo edit summary
Line 48: Line 48:
body .suggestions-special .special-query,
body .suggestions-special .special-query,
body .mediawiki {
body .mediawiki {
color: #8e8e8e;
color: #909090;
}
}



Revision as of 17:20, 3 December 2022

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;
}
body .wikitable {
	border: 1px solid #9aaaaa;
	border-spacing: 0;
	color: #888;
	border-width: 1px 1px;
	border-collapse: collapse;
	padding: 0;
}
body .thumbborder,
body .thumbinner .thumbimage,
body .wikitable>*>tr>td,
body .wikitable>*>tr>th,
body .wikitable>tr>td,
body .wikitable>tr>th {
	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: #909090;
}

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;
}