MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1, .mw-first-heading { | |||
text-align: left !important; | |||
} | |||
.toc, #toc { | |||
display: none !important; | |||
} | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); | ||
| Line 88: | Line 96: | ||
.static-button:hover { | .static-button:hover { | ||
color: #fff; /* White text color */ | color: #fff; /* White text color */ | ||
} | } | ||
.pre-content.heading-holder { | |||
. | |||
display: none !important; | display: none !important; | ||
} | } | ||