MediaWiki:Common.css: Difference between revisions
Try adding important Tag: Reverted |
m Try adding classes Tag: Reverted |
||
Line 6: | Line 6: | ||
font-family: "Interstate Regular" !important; | font-family: "Interstate Regular" !important; | ||
src: url('../fonts/interstate-regular.woff') format('woff'); | src: url('../fonts/interstate-regular.woff') format('woff'); | ||
.mw-body, | |||
.mw-headline, | |||
.mw-label, | |||
.mw-input, | |||
.mw-body-content, | |||
.mw-allpages-table-form, | |||
.mw-allpages-nav | |||
} | } |
Revision as of 01:03, 7 July 2024
/* CSS placed here will be applied to all skins */ #ca-talk { display:none!important; } body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } @font-face { font-family: "Interstate Regular" !important; src: url('../fonts/interstate-regular.woff') format('woff'); .mw-body, .mw-headline, .mw-label, .mw-input, .mw-body-content, .mw-allpages-table-form, .mw-allpages-nav }