MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Disable auto theme and extra midnight theme |
Removed identation of lists inside wikitables and portable infoboxes |
||
| Line 42: | Line 42: | ||
} | } | ||
/* Only apply styling on wider screens */ | |||
@media screen and (min-width: 1119px) { | @media screen and (min-width: 1119px) { | ||
#citizen-sidebar-lastmod, | #citizen-sidebar-lastmod, | ||
| Line 54: | Line 55: | ||
.citizen-toc-contents { | .citizen-toc-contents { | ||
background-color: var(--color-surface-0); | background-color: var(--color-surface-0); | ||
} | |||
/* Remove identation of lists inside wikitables and portable infoboxes */ | |||
.wikitable, .portable-infobox { | |||
ol, ul { | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
margin-left: 1.6em; | |||
margin-right: 0; | |||
-webkit-margin-start: 1.6em; | |||
-webkit-margin-end: 0; | |||
margin-inline-start: 1.6em; | |||
margin-inline-end: 0; | |||
padding: 0; | |||
} | |||
} | } | ||