MediaWiki:Monoboom.css: Difference between revisions
From Kaboom Wiki
Use light logo for monoboom |
Koshchki123 (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image:url(/static/logo-light.svg?50253) | background-image:url(/static/logo-light.svg?50253) | ||
} | |||
/* hack to make wikieditor usable */ | |||
.wikiEditor-ui-toolbar { | |||
background-color: #fff !important; | |||
} | |||
.wikiEditor-ui-toolbar .group .tool-select .label, .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | |||
color: #666 !important; | |||
} | } | ||
Latest revision as of 21:56, 2 August 2026
/* All CSS here will be loaded for users of the MonoBoom skin */
.mw-wiki-logo {
background-image:url(/static/logo-light.svg?50253)
}
/* hack to make wikieditor usable */
.wikiEditor-ui-toolbar {
background-color: #fff !important;
}
.wikiEditor-ui-toolbar .group .tool-select .label, .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
color: #666 !important;
}