Difference between revisions of "MediaWiki:Vector.css"
Line 63: | Line 63: | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 2px 5px; | padding: 2px 5px; | ||
+ | font-weight: bold; | ||
} | } |
Revision as of 15:00, 17 January 2023
/* CSS placed here will affect users of the Vector skin */ @import url("https://app.anitra.cz/css/font-awesome.min.css"); #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; } #content { margin-left: 1em; } #footer { margin-left: 1em !important; } #footer-places { display: none; } #footer-poweredbyico { display: none; } #ca-talk { display: none; } #content { margin:0; border: 0; } #mw-page-base, #mw-head-base, #mw-head { display: none; } #firstHeading { border-bottom: none; } .newsfeed-release-note { display: flex; } .newsfeed-release-note-summary { flex-grow: 1; } .newsfeed-release-note-badge > p { margin: 0; } .newsfeed-release-note-badge { border: 1px solid #000; background-color: #000; color: #fff; border-radius: 10px; padding: 2px 5px; font-weight: bold; }