MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
Moved navbar and page border code to MediaWiki:Vector.css |
||
| Line 24: | Line 24: | ||
display: none; | display: none; | ||
} | } | ||
/* Some styles common to all infoboxes */ | /* Some styles common to all infoboxes */ | ||
Revision as of 16:24, 18 November 2023
/* CSS placed here will be applied to all skins */
/* Collapsible elements. Toggle-link moved to left. */
/* Margin around it adjusted. */
/* https://www.mediawiki.org/wiki/Manual:Collapsible_elements */
.mw-collapsible span.mw-collapsible-toggle {
float:none;
margin-left:0;
margin-right:1em;
}
a.mw-collapsible-text {
margin-left: 0.2em;
margin-right: 0.2em;
}
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
/* Some styles common to all infoboxes */
.infobox {
margin-top: 0.5em;
margin-right: 0px;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float:right;
border:1px solid black;
}