Difference between revisions of "MediaWiki:Monobook.css"

From The Squaresoft Repository
Jump to navigationJump to search
Line 27: Line 27:
 
#footer {
 
#footer {
 
background: #ffffff url(/skins/mythology/contentbg/footerbg.jpg) no-repeat bottom right;
 
background: #ffffff url(/skins/mythology/contentbg/footerbg.jpg) no-repeat bottom right;
 +
}

Revision as of 09:44, 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;
}

#catlinks {
	background: #ffffff url(/skins/mythology/catbg.png) bottom left no-repeat;
}


#footer {
	background: #ffffff url(/skins/mythology/contentbg/footerbg.jpg) no-repeat bottom right;
}