MediaWiki:Common.css: Difference between revisions
From Makerpedia
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.minerva-header .branding-box a { | .minerva-header .branding-box a { | ||
height: 3em | height: 3em !important; | ||
} | } | ||
.cautionBox { | .cautionBox { | ||
Revision as of 19:12, 29 September 2023
/* CSS placed here will be applied to all skins */
.minerva-header .branding-box a {
height: 3em !important;
}
.cautionBox {
border: 1px solid #ddcc55;
background-color: #ffedaa;
padding: 1em;
border-radius: 1em;
}
.warningBox {
border: 1px solid #dd5555;
background-color: #ffaaaa;
padding: 1em;
border-radius: 1em;
}
.introBox {
border: 2px solid #193c83;
background-color: #c2cbde;
border-radius: 1em;
padding: 1em;
padding-top: .25em;
}
.ytplayer {
max-width: 90vw;
}