THE WUW IS OPEN FOR BUSINESS
(even if you aren't vegan)

Difference between revisions of "User:Sephiroth/Custom Logos"

From Wiki User Wiki
Jump to: navigation, search
(Added automatic link to Monobook.CSS.)
Line 3: Line 3:
 
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]]
Line 15: Line 15:
 
</nowiki></pre>
 
</nowiki></pre>
  
== Demon ==
+
== Rotating Logo (Made by Chwoka.) ==
 +
 
 +
<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>

Revision as of 08:20, 21 October 2007

To use these, put the code in your Monobook.CSS.

Requests go on the talk.

Robot (Made By Sephiroth)

Custom WUW Logo For Monobook.jpg

#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;
}