Difference between revisions of "MediaWiki:Common.css"

From Glolf Wiki
Jump to navigation Jump to search
m
m
Line 14: Line 14:
 
/*set classes for styles*/
 
/*set classes for styles*/
  
.fancy{
+
.title{
 
font-family: cursive;
 
font-family: cursive;
 
}
 
}

Revision as of 17:20, 25 May 2021

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

/*default styles*/

*{
font-family: 'Courier New';
font-weight: 600;
}

body {
background-color: #86b300;
}

/*set classes for styles*/

.title{
font-family: cursive;
}