MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 19: | Line 19: | ||
} | } | ||
/* | /* [[Template:Navbox]] */ | ||
.navbox { | |||
/* Navbox container style */ | |||
border: 1px solid #aaa; | |||
width: 100%; | |||
margin: auto; | |||
clear: both; | |||
font-size: 88%; | |||
text-align: center; | |||
padding: 1px; | |||
} | } | ||
Revision as of 11:56, 16 June 2020
/* CSS placed here will be applied to all skins */
/* Reset top margin for lists embedded in columns */
div.columns {
margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
margin-top: 0;
}
/* Avoid elements breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
/* [[Template:Navbox]] */
.navbox {
/* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}