MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Trying out CSS hax to replace the logo and headbg) |
m (Attempt #2) |
||
Line 3: | Line 3: | ||
/* Replacing MediaWiki logo */ | /* Replacing MediaWiki logo */ | ||
#p-logo a{ | #p-logo a{ | ||
background | background: url('w/images/a/a0/Wiki-logo.png') !important; | ||
} | } | ||
/* Replacing headbg.jpg */ | /* Replacing headbg.jpg */ | ||
body { | body { | ||
background | background: url('w/images/f/fe/Headbg.png') !important; | ||
} | } |
Revision as of 18:32, 21 April 2011
/* 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; }