MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 1:
/* CSS placed here will be applied to all skins */
 
body.page-User:Naquada {
max-width: 75em;
margin: 0 auto;
}
 
 
body.page-Main_Page h1.firstHeading {
Line 164 ⟶ 170:
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #AAAa2a9b1;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
border: 1px solid #AAA;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}