MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Adjusted wikitable styling to be consistent with infobox and navbox styling |
Moved background image to only appear in the header |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 327: | Line 327: | ||
/* Background */ | /* Background */ | ||
body { | body { | ||
background: var(--background- | background-color: var(--background-color-0) !important; | ||
} | } | ||
/* Wordmark */ | /* Wordmark */ | ||
| Line 358: | Line 358: | ||
border-width: 0; | border-width: 0; | ||
padding: 2px; | padding: 2px; | ||
} | |||
.ns-special .wikitable { | |||
display: table; | |||
} | } | ||
| Line 411: | Line 415: | ||
padding: 0.125em 0.375em; | padding: 0.125em 0.375em; | ||
margin-left: 0.5em; | margin-left: 0.5em; | ||
} | |||
.mw-collapsible-toggle-default .mw-collapsible-text:hover { | |||
color: var(--color-accent-text); | |||
} | } | ||