Difference between revisions of "MediaWiki:Uniwiki.css"
From EVE University Wiki
(Created page with "→CSS placed here will affect users of the UniWiki skin: .wikiEditor-ui-toolbar { background-color: inherit; background-image: none; } .wikiEditor-ui-toolbar .tabs sp...") |
|||
Line 6: | Line 6: | ||
} | } | ||
− | .wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited { | + | .wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #ffa500; } |
− | + | .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { color: #ffa500; } | |
− | } | + | .wikiEditor-ui-toolbar .sections .section { background-color: inherit; } |
− | .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | + | .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; } |
− | + | ||
− | } | + | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background: inherit; } |
− | .wikiEditor-ui-toolbar .sections .section { | ||
− | |||
− | } | ||
− | .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { | ||
− | |||
− | } |
Revision as of 21:10, 18 November 2019
/* CSS placed here will affect users of the UniWiki skin */ .wikiEditor-ui-toolbar { background-color: inherit; background-image: none; } .wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #ffa500; } .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { color: #ffa500; } .wikiEditor-ui-toolbar .sections .section { background-color: inherit; } .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; } .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background: inherit; }