Difference between revisions of "MediaWiki:Common.css"

From To Be A Christian, An Anglican Catechism
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
/* Everything */
 
/* Everything */
 
* {
 
* {
font-family: Garamond, sans-serif;
+
font-family: Garamond, serif;
 
}
 
}
  
 
/* First h1 */
 
/* First h1 */
 
.firstHeading, #firstHeading {
 
.firstHeading, #firstHeading {
font-family: Helvetica Neue, Helvetica, Arial;
 
 
color: #990000;
 
color: #990000;
 +
}
 +
 +
/* textarea */
 +
textarea {
 +
font-family: courier, monospace;
 +
font-size: 12px;
 +
}
 +
 +
/* #wpTextbox1 */
 +
#wpTextbox1 {
 +
font-family: courier, monospace;
 +
font-size: 12px;
 
}
 
}

Latest revision as of 00:20, 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: 12px;
	}

/* #wpTextbox1 */
#wpTextbox1	{
		font-family: courier, monospace;
		font-size: 12px;
	}