MediaWiki:Common.css: Difference between revisions
From Makerpedia
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.minerva-header .branding-box a { | .minerva-header .branding-box a { | ||
height: 3em !important; | height: 3em !important; | ||
| Line 21: | Line 21: | ||
.introBox { | .introBox { | ||
border: 2px solid # | border: 2px solid #f505f5; | ||
background-color: #c2cbde; | background-color: #c2cbde; | ||
border-radius: .5vmin; | border-radius: .5vmin; | ||
| Line 31: | Line 31: | ||
max-width: 90vw; | max-width: 90vw; | ||
} | } | ||
Revision as of 19:57, 13 January 2025
/* 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: .5vmin;
}
.warningBox {
border: 1px solid #dd5555;
background-color: #ffaaaa;
padding: 1em;
border-radius: .5vmin;
}
.introBox {
border: 2px solid #f505f5;
background-color: #c2cbde;
border-radius: .5vmin;
padding: 1em;
padding-top: .25em;
}
.ytplayer {
max-width: 90vw;
}