User:Matt/common.css: Difference between revisions
From Ephinea PSO Wiki
(Blanked the page) Tag: Blanking |
(bet this is rubbish) Tag: Reverted |
||
Line 1: | Line 1: | ||
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; | |||
} |
Revision as of 18:45, 28 November 2022
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; }