MediaWiki:Common.css: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* for expandable */ | ||
.mw-collapsible-toggle { | .mw-collapsible-toggle { | ||
float: none !important; | float: none !important; | ||
} | } | ||
.mw-collapsible- | .mw-collapsible-preview { | ||
display: inline-block; | display: inline-block; | ||
} | |||
div.expandable { | |||
background-color:azure; | |||
margin-top: 4px; | |||
margin-bottom: 4px; | |||
font-size: 14px; | |||
} | } | ||
/* global css tools */ | |||
.mono { | .mono { | ||
font-family:Courier; | |||
} | } | ||
.full { | .full { | ||
width: 100%; | |||
} | } | ||
Latest revision as of 23:15, 5 March 2023
/* CSS placed here will be applied to all skins */
/* for expandable */
.mw-collapsible-toggle {
float: none !important;
}
.mw-collapsible-preview {
display: inline-block;
}
div.expandable {
background-color:azure;
margin-top: 4px;
margin-bottom: 4px;
font-size: 14px;
}
/* global css tools */
.mono {
font-family:Courier;
}
.full {
width: 100%;
}