Navigation menu

MediaWiki:Common.css: Difference between revisions

From Metroid Wiki
restore basic infobox stylings
m (fix border)
(restore basic infobox stylings)
Line 72: Line 72:
.notice .content-box {
.notice .content-box {
text-align: center;
text-align: center;
}
/* Infobox styles */
.infobox {
float: right;
width: 300px;
border-radius: 20px;
font-family: arial, sans-serif;
font-size: 11px;
margin: 0 0 1em 1em;
}
.infobox-sub {
width: 100%;
margin-left: auto;
margin-right: auto;
border-radius: 15px;
border-spacing: 0;
}
.infobox-sub th {
width: 30%;
text-align: right;
}
}