User:Matt/common.css
From Ephinea PSO Wiki
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,
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 .wikitable,
body .mediawiki {
color: #aaa;
}
body #mw-page-header-links li.selected a,
body #p-logo-text a,
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;
}