Difference between revisions of "MediaWiki:Common.css"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:
  
 
@import url('https://fonts.googleapis.com/css?family=Quicksand:700');
 
@import url('https://fonts.googleapis.com/css?family=Quicksand:700');
 +
 +
html, body {
 +
    height: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    font-family: "Quicksand", sans serif;
 +
}

Revision as of 14:34, 22 June 2018

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Quicksand:700');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans serif;
}