Changes

ADVERTISEMENT
From Diablo Wiki
Jump to: navigation, search

User talk:Vipermagi

1,100 bytes added, 11:39, 17 January 2009
m
Wiki Technicalities
:::: Well, it has a lot just to do with how to implement scripts in a wiki, really. Normally you can't do that. So the question is really if you guys know of how to manipulate a wiki on the code side of things! ^^ --[[User:Leord|Leord]] 16:08, 16 January 2009 (CET)
 
:::::Manipulate a wiki? As in, indoctrinate people how awesome a certain person would be, or changing the skin of the Wiki? :P Both are do-able in .css and .js files. Css example to change the New Messages box *:
<pre>div.usermessage { color:#4466cc; background: #CC0000}</pre>
:::::This will make the new messages box a dark red (it's what I currently have on GuildWiki, to make it stand out a lot; it would be surprisingly fitting here I think :P ). You can change almost any element of a wiki page by such things, by editing [[special:mypage/monobook.css]]. Note that the mypage link is for you specifically. You can also change it for ''everyone'', [[MediaWiki:Common.css|here]] (for all users) / [[MediaWiki:Monobook.css|here]] (only users using Monobook; default skin). You need to be a sysop to edit such pages, though.
:::::And if neither of those things is what you meant; I just wasted 15 minutes of my life :P
::::: *= <small>presumably. I haven't gotten the chance to actually test it here; might be a different name. </small>--[[User:Vipermagi|Vipermagi]] 12:39, 17 January 2009 (CET)
329
edits