Difference between revisions of "MediaWiki:Monobook.css"

From The Squaresoft Repository
Jump to navigationJump to search
Line 10: Line 10:
 
#content {
 
#content {
 
background: #ffffff url(/skins/mythology/contentbg/contentbg_mog_sad.png) bottom right no-repeat;
 
background: #ffffff url(/skins/mythology/contentbg/contentbg_mog_sad.png) bottom right no-repeat;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
font-family: "Century Gothic", "Futura", "Trebuchet MS", sans-serif;
 +
}
 +
 +
h1 {
 +
border: none;
 
}
 
}

Revision as of 09:38, 8 October 2020

/* All CSS here will be loaded for users of the MonoBook skin */


body {
        font-family: Verdana,sans-serif;
        background: #f9f9f9 url(/skins/mythology/headbg.png) -35px 0px no-repeat;
}


#content {
	background: #ffffff url(/skins/mythology/contentbg/contentbg_mog_sad.png) bottom right no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Futura", "Trebuchet MS", sans-serif;
}

h1 { 
	border: none;
}