(even if you aren't vegan)
Difference between revisions of "User:Sephiroth/Custom Logos"
From Wiki User Wiki
(→Robot: Fixed.) |
|||
Line 7: | Line 7: | ||
[[Image:Custom_WUW_Logo_For_Monobook.jpg]] | [[Image:Custom_WUW_Logo_For_Monobook.jpg]] | ||
+ | <pre><nowiki> | ||
#p-logo a { | #p-logo a { | ||
background-image: url('http://www.clamburger.org/wuw/images/Custom_WUW_Logo_For_Monobook.jpg') ! important; | background-image: url('http://www.clamburger.org/wuw/images/Custom_WUW_Logo_For_Monobook.jpg') ! important; | ||
Line 12: | Line 13: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
+ | </nowiki></pre> | ||
== Demon == | == Demon == |
Revision as of 03:23, 16 October 2007
To use these, put the code in your Monobook.CSS. How to find it: Your Name/Monobook.CSS
Requests go on the talk.
Robot
#p-logo a { background-image: url('http://www.clamburger.org/wuw/images/Custom_WUW_Logo_For_Monobook.jpg') ! important; background-position: top left; background-repeat: no-repeat; }