MediaWiki:Common.css: Difference between revisions

From ThinkServer
m Try adding classes
Tag: Reverted
Removed custom font code
Tag: Manual revert
 
Line 2: Line 2:
#ca-talk { display:none!important; }
#ca-talk { display:none!important; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
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
}

Latest revision as of 01:05, 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; }