MediaWiki:Quantumleap.css: Difference between revisions

From Metroid Wiki
noticebox
(bring styles from MediaWiki:Common.css)
(noticebox)
Line 345: Line 345:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #d2d2d2;
color: #d2d2d2;
}
/* Template:Notice */
.noticebox {
border-color: #6e3c80;
background-color: #3c0252;
}
.noticebox-contents {
border-color: #6e3c80;
background-color: #1f0827;
}
}