MediaWiki:Common.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
RJackson (talk | contribs)
m Attempt #2
RJackson (talk | contribs)
Removing my attempts. Le failed.
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Replacing MediaWiki logo */
#p-logo a{
  background: url('w/images/a/a0/Wiki-logo.png') !important;
}
/* Replacing headbg.jpg */
body {
  background: url('w/images/f/fe/Headbg.png') !important;
}

Revision as of 18:37, 21 April 2011

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