MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
color: | color: black; | ||
font-weight: | font-weight: 500; | ||
} | } | ||
.mw-logo-wordmark:hover { | .mw-logo-wordmark:hover { | ||
color: #28b017; | color: #28b017; | ||
} | } | ||
.mw-page-title-main { | |||
font-family: 'Rubik' !important; | |||
} | |||
/* | |||
.vector-header-container, .vector-sticky-header, .vector-sticky-header-container, .vector-header-container, .mw-header { | |||
background-color: #287308 !important; | |||
} */ | |||
.catlinks { | .catlinks { | ||
margin-top: 0.25em !important; | margin-top: 0.25em !important; | ||
Line 108: | Line 118: | ||
.message-box { | .message-box { | ||
padding: 0.5em 0.5em 0.5em 0.5em; | padding: 0.5em 0.5em 0.5em 0.5em; | ||
margin: | margin: 0 0.25em 1em 0.25em; | ||
} | } | ||
Line 136: | Line 146: | ||
float: none; | float: none; | ||
} | } | ||
} | |||
#gallery_1, #gallery_2 { | |||
border-radius: 5px; | |||
} | } |