Difference between revisions of "MediaWiki:Common.css"

From To Be A Christian, An Anglican Catechism
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
*{font-family: garamond}
+
 
 +
/* Everything */
 +
* {
 +
font-family: Garamond, sans-serif;
 +
}
  
 
/* First h1 */
 
/* First h1 */
.firstHeading,
+
.firstHeading, #firstHeading {
#firstHeading {
+
font-family: Helvetica Neue, Helvetica, Arial;
color: #900000;
+
color: #990000;
}
+
}

Revision as of 23:52, 21 November 2014

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

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

/* First h1 */
.firstHeading, #firstHeading	{
		font-family: Helvetica Neue, Helvetica, Arial;
		color: #990000;
	}