MediaWiki:Common.css: Difference between revisions
From Makerpedia
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.minerva-header .branding-box a img { | .minerva-header .branding-box a img { | ||
visibility: hidden; | visibility: hidden; | ||
} | |||
.cautionBox { | |||
border: 1px solid yellow; | |||
background-color: ffedaa; | |||
} | } | ||
Revision as of 14:18, 27 September 2023
/* CSS placed here will be applied to all skins */
.minerva-header .branding-box a {
height: 3em;
width: 3em;
background-image: url(images/wikiLogo_noText.svg);
background-repeat: no-repeat;
}
.minerva-header .branding-box a img {
visibility: hidden;
}
.cautionBox {
border: 1px solid yellow;
background-color: ffedaa;
}