More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the UniWiki skin */ | /* CSS placed here will affect users of the UniWiki skin */ | ||
/* changes that affect the Editor */ | |||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
| Line 5: | Line 7: | ||
background-image: none; | 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, .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 .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { color: #ffa500; } | ||
| Line 12: | Line 13: | ||
/* changes that affect the Special:RecentChanges page */ | |||
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #111111; } | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #111111; } | ||
.mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: #cccccc; } | .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: #cccccc; } | ||