MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
remove background |
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: | body { background: #eee } | ||
#footer { | |||
background-color: white; | |||
border-top: 1px solid #fabd23; | |||
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:56, 26 September 2009
/** CSS placed here will be applied to all skins */
body { background: #eee }
#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}