Difference between revisions of "MediaWiki:Common.css"

From Glolf Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
font-family: 'Courier New';
 
font-family: 'Courier New';
 
font-weight: 600;
 
font-weight: 600;
 +
}
 +
 +
heading {
 +
font-family: 'Apple Chancery'
 
}
 
}
 
body {
 
body {
 
background-color: #86b300;
 
background-color: #86b300;
 
}
 
}

Revision as of 16:49, 25 May 2021

/* CSS placed here will be applied to all skins */
*{
font-family: 'Courier New';
font-weight: 600;
}

heading {
font-family: 'Apple Chancery'
}
body {
background-color: #86b300;
}