Difference between revisions of "MediaWiki:Monobook.css"

From The Squaresoft Repository
Jump to navigationJump to search
Line 24: Line 24:
 
}
 
}
  
 +
 +
#p-logo a, #p-logo a:hover {
 +
    background-position: -35px 0px;
 +
}
  
 
#footer {
 
#footer {
 
background: #ffffff url(/skins/mythology/footerbg.jpg) no-repeat bottom right;
 
background: #ffffff url(/skins/mythology/footerbg.jpg) no-repeat bottom right;
 
}
 
}

Revision as of 11:05, 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;
}


#p-logo a, #p-logo a:hover {
    background-position: -35px 0px;
}

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