User:Oxguy3/Scripts

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(replace the logo script)
m (forced TOC)
Line 1: Line 1:
Welcome to my scripts page. To use any of the scripts on this page, go to [[Special:MyPage/monobook.css]] (if you have changed your skin, go to the CSS for your skin instead), click the edit button, and paste the code in. Enjoy!
Welcome to my scripts page. To use any of the scripts on this page, go to [[Special:MyPage/monobook.css]] (if you have changed your skin, go to the CSS for your skin instead), click the edit button, and paste the code in. Enjoy!
-
 
+
__FORCETOC__
==Replace the logo==
==Replace the logo==
Don't like the logo that HRWiki uses? You can replace it with a different logo! Use this code:
Don't like the logo that HRWiki uses? You can replace it with a different logo! Use this code:

Revision as of 23:31, 28 September 2010

Welcome to my scripts page. To use any of the scripts on this page, go to Special:MyPage/monobook.css (if you have changed your skin, go to the CSS for your skin instead), click the edit button, and paste the code in. Enjoy!

Contents

Replace the logo

Don't like the logo that HRWiki uses? You can replace it with a different logo! Use this code:

#p-logo a{display:none;}
#p-logo {
background-image:url(YOUR IMAGE URL HERE);
background-position: 50% 50%;
background-repeat: no-repeat;
display: inline;
height: 160px;
text-decoration: none;
z-index: 999;
}

To use this, you have to put the URL of an image in the code where it says "YOUR IMAGE URL HERE". You can use any image on the internet, whether it is on HRWiki of not, but your image's dimensions must be 150x150. Here are a few alternate logos that you can try:

Image URL
File:Logo Redesign World Grey.png http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png
File:wiki-10thann.png http://www.hrwiki.org/w/images/b/b9/wiki-10thann.png
File:wiki.png http://www.hrwiki.org/w/images/1/10/wiki.png
File:Dween wiki.PNG http://www.hrwiki.org/w/images/3/38/Dween_wiki.PNG
File:Wikiween.png http://www.hrwiki.org/w/images/d/d1/Wikiween.png
File:Fanstuff wiki.png http://www.hrwiki.org/w/images/0/0b/Fanstuff_wiki.png
File:Dotjoey.png http://www.hrwiki.org/w/images/0/0d/Dotjoey.png
File:Hrwiki dween logo.gif http://www.hrwiki.org/w/images/6/6c/Hrwiki_dween_logo.gif
File:Dweenlogo.gif http://www.hrwiki.org/w/images/e/e5/Dweenlogo.gif
Personal tools