Difference between revisions of "MediaWiki:Common.css"

From To Be A Christian, An Anglican Catechism
Jump to: navigation, search
Line 9: Line 9:
 
.firstHeading, #firstHeading {
 
.firstHeading, #firstHeading {
 
color: #990000;
 
color: #990000;
 +
}
 +
 +
/* textarea */
 +
textarea {
 +
font-family: courier, monospace;
 +
font-size: 11px;
 
}
 
}

Revision as of 00:18, 22 November 2014

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

/* Everything */
*	{
		font-family: Garamond, serif;
	}

/* First h1 */
.firstHeading, #firstHeading	{
		color: #990000;
	}

/* textarea */
textarea	{
		font-family: courier, monospace;
		font-size: 11px;
	}