MediaWiki:Common.css: Difference between revisions

From Disaster Risk Gateway
No edit summary
m Changed font-family to Barlow
 
(7 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 */
element{font-family: Arial}
*{
font-family: Barlow, sans-serif;
}
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; }
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; }
div#content a.external[href ^="https://"] {
div#content a.external[href ^="https://"] {

Latest revision as of 16:44, 7 February 2024

/* CSS placed here will be applied to all skins */
*{
font-family: Barlow, sans-serif;
}
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; }
div#content a.external[href ^="https://"] {
    background-image: none;
    padding-right: 0;
}