MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */


body { background: #eee }
body { background: #d9d9d9 }


#footer {
#footer {
background-color: white;
border-top: #ccc;
border-top: 1px solid #fabd23;
border-bottom: #ccc;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}
}

Revision as of 18:59, 26 September 2009

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

body { background: #d9d9d9 }

#footer {
	border-top: #ccc;
	border-bottom: #ccc;
}