Navigation menu

MediaWiki:Common.css: Difference between revisions

From Metroid Wiki
more generalized
m (fix)
(more generalized)
Line 52: Line 52:


/* Template:Notice */
/* Template:Notice */
.noticebox {
.outer-box {
border-radius: 20px;
border-radius: 20px;
border: 2px solid;
border: 2px solid;
width: 50%;
margin-left:10%;
margin-bottom: 10px;
margin-bottom: 10px;
}
}


.noticebox-contents {
.content-box {
border-radius: 15px;
border-radius: 15px;
border: 2px solid;
border: 2px solid;
margin: 3px;
margin: 3px;
padding: 0.4em 0.4em 1.2em;
padding: 0.4em 0.4em 1.2em;
}
.notice.outer-box {
width: 50%;
margin-left:10%;
}
.notice .content-box {
text-align: center;
text-align: center;
}
}