Difference between revisions of "MediaWiki:Monobook.css"

From The Squaresoft Repository
Jump to navigationJump to search
 
(10 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
body {
 
body {
 
         font-family: Verdana,sans-serif;
 
         font-family: Verdana,sans-serif;
         background: #f9f9f9 url(headbg.png) 0px 0px no-repeat;
+
         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!important;
 +
}
 +
 
 +
#footer {
 +
background: #ffffff url(/skins/mythology/footerbg.jpg) no-repeat bottom right;
 
}
 
}

Latest 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!important;
}

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