MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 27: | Line 27: | ||
body.skin-vector .mw-parser-output ul { | body.skin-vector .mw-parser-output ul { | ||
ย ย margin-left: 1.5em !important; | ย ย margin-left: 1.5em !important; | ||
} | |||
/* ๐ ๏ธ Global fix for bullet lists */ | |||
.mw-parser-output ul, | |||
.mw-parser-output ul li { | |||
ย list-style-type: disc !important; | |||
ย list-style-position: outside !important; | |||
ย display: list-item !important; | |||
ย margin-left: 1.5em !important; | |||
ย padding-left: 0 !important; | |||
} | } |
Revision as of 08:06, 27 June 2025
/* CSS placed here will be applied to all skins */
inputbox {
text-align: left;
margin-left: 0 !important;
}
.mw-inputbox-centered {
margin: 0 !important;
text-align: left !important;
display: block !important;
}
.mw-inputbox-centered form {
display: inline-block !important;
}
/* โ
Force proper list display on all screen sizes */
ul, ul li {
list-style-type: disc !important;
list-style-position: outside !important;
display: list-item !important;
margin-left: 1.5em !important;
padding-left: 0 !important;
}
/* โ
Avoid Vector skin margin weirdness on mobile */
body.skin-vector .mw-parser-output ul {
margin-left: 1.5em !important;
}
/* ๐ ๏ธ Global fix for bullet lists */
.mw-parser-output ul,
.mw-parser-output ul li {
list-style-type: disc !important;
list-style-position: outside !important;
display: list-item !important;
margin-left: 1.5em !important;
padding-left: 0 !important;
}