MediaWiki:Common.css: Difference between revisions
From Makerpedia
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
background-color: #c2cbde; | background-color: #c2cbde; | ||
padding: 1em; | padding: 1em; | ||
width: 75%; | |||
} | } | ||
Revision as of 14:22, 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;
padding: 1em;
}
.introBox {
border: 2px solid #193c83;
background-color: #c2cbde;
padding: 1em;
width: 75%;
}