MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,522: | Line 1,522: | ||
background: #1a1a1a; | background: #1a1a1a; | ||
color: var(--wiz-link, #ff942d); | color: var(--wiz-link, #ff942d); | ||
font-size: 16px; | |||
font-weight: bold; | font-weight: bold; | ||
line-height: 1.35; | line-height: 1.35; | ||
text-align: center; | text-align: center; | ||
} | |||
.ww-navbox > .mw-collapsible-toggle { | |||
position: relative; | |||
z-index: 2; | |||
float: right; | |||
margin: 4px 8px 0 0; | |||
color: var(--wiz-text, #d2d2d2) !important; | |||
font-weight: bold; | |||
} | |||
.ww-navbox > .mw-collapsible-toggle .mw-collapsible-text, | |||
.ww-navbox > .mw-collapsible-toggle a { | |||
color: var(--wiz-link, #ff942d) !important; | |||
text-decoration: none; | |||
} | |||
.ww-navbox > .mw-collapsible-content { | |||
clear: both; | |||
} | } | ||