Navigation menu

MediaWiki:Common.css: Difference between revisions

From Metroid Wiki
(more generalized)
m (fix border)
Line 51: Line 51:
}
}


/* Template:Notice */
/* Standard layout */
.outer-box {
.outer-box {
border-radius: 20px;
border-radius: 20px;
Line 60: Line 60:
.content-box {
.content-box {
border-radius: 15px;
border-radius: 15px;
border: 2px solid;
border: 1px solid;
margin: 3px;
margin: 3px;
padding: 0.4em 0.4em 1.2em;
padding: 0.4em 0.4em 1.2em;
}
}


/* Template:Notice */
.notice.outer-box {
.notice.outer-box {
width: 50%;
width: 50%;
margin-left:10%;
margin-left: 10%;
}
}
.notice .content-box {
.notice .content-box {
text-align: center;
text-align: center;
}
}