(even if you aren't vegan)
Difference between revisions of "User:Sephiroth/Custom Logos"
From Wiki User Wiki
(→Da Users of the WUW Logo) |
|||
(15 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | To use these, put the code in your Monobook.CSS. | + | To use these, put the code in [[Special:Mypage/monobook.css|your Monobook.CSS]]. |
Requests go on the talk. | Requests go on the talk. | ||
− | == Robot == | + | == Robot (Made By Sephiroth)== |
[[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> | ||
− | == | + | == Rotating Logo (Made by Chwoka.) == |
+ | |||
+ | [[Image:WUWLogo1-2.gif]] | ||
+ | |||
+ | <pre><nowiki> | ||
+ | #p-logo a { | ||
+ | background-image: url('http://www.clamburger.org/wuw/images/WUWLogo1-2.gif') ! important; | ||
+ | background-position: top left; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | </nowiki></pre> | ||
+ | |||
+ | == Darkangel's Logo == | ||
+ | |||
+ | [[Image:WUWloggo12543.PNG]] | ||
+ | |||
+ | <pre><nowiki> | ||
+ | #p-logo a { | ||
+ | background-image: url('http://www.clamburger.org/wuw/images/WUWloggo12543.PNG') ! important; | ||
+ | background-position: top left; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | </nowiki></pre> | ||
+ | |||
+ | == TheDenzel's Logo == | ||
+ | |||
+ | [[Image:TheCheatWUWLogo.PNG]] | ||
+ | |||
+ | <pre><nowiki> | ||
+ | #p-logo a { | ||
+ | background-image: url('http://www.clamburger.org/wuw/images/TheCheatWUWLogo.PNG') ! important; | ||
+ | background-position: top left; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | </nowiki></pre> | ||
+ | |||
+ | ==Attack Of The Wiki!== | ||
+ | |||
+ | [[Image:Wuwlogoae.png]] | ||
+ | |||
+ | <pre><nowiki> | ||
+ | #p-logo a { | ||
+ | background-image: url('http://www.clamburger.org/wuw/images/Wuwlogoae.png') ! important; | ||
+ | background-position: top left; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | </nowiki></pre> |
Latest revision as of 20:06, 6 October 2008
To use these, put the code in your Monobook.CSS.
Requests go on the talk.
Contents
Robot (Made By Sephiroth)
#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; }
Rotating Logo (Made by Chwoka.)
#p-logo a { background-image: url('http://www.clamburger.org/wuw/images/WUWLogo1-2.gif') ! important; background-position: top left; background-repeat: no-repeat; }
Darkangel's Logo
#p-logo a { background-image: url('http://www.clamburger.org/wuw/images/WUWloggo12543.PNG') ! important; background-position: top left; background-repeat: no-repeat; }
TheDenzel's Logo
#p-logo a { background-image: url('http://www.clamburger.org/wuw/images/TheCheatWUWLogo.PNG') ! important; background-position: top left; background-repeat: no-repeat; }
Attack Of The Wiki!
#p-logo a { background-image: url('http://www.clamburger.org/wuw/images/Wuwlogoae.png') ! important; background-position: top left; background-repeat: no-repeat; }