MediaWiki:Common.css: Difference between revisions

From ThinkServer
Try adding important
Tag: Reverted
Removed custom font code
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
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');
}

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; }