GuildWiki

GuildWiki has been locked down: anonymous editing and account creation are disabled. Current registered users are unaffected. Leave any comments on the Community Portal.

READ MORE

GuildWiki
m (updating my sidebar to work with the change RT made)
mNo edit summary
 
Line 13: Line 13:
 
/* My personal sidebar settings */
 
/* My personal sidebar settings */
 
div#p-navigation { position:relative; top:0px; }
 
div#p-navigation { position:relative; top:0px; }
div#p-search { position:absolute; top:295px; }
+
div#p-search { position:absolute; top:310px; }
 
div#p-news, div#p-support, div#p-tb { position:relative; top:75px; }
 
div#p-news, div#p-support, div#p-tb { position:relative; top:75px; }
 
div#p-tb { margin-bottom:100px; }
 
div#p-tb { margin-bottom:100px; }

Latest revision as of 02:10, 1 December 2010

/* Removes a bunch of useless system messages */
#editpage-copywarn,
#editpage-copywarn2,
#editpage-specialchars,
#Newarticletext,
#talkPageText,
#undo-success,
#uploadtext,
#wikiPreview h2:first-child,
.mw-editTools,
.previewnote p { display:none; }

/* My personal sidebar settings */
div#p-navigation { position:relative; top:0px; }
div#p-search { position:absolute; top:310px; }
div#p-news, div#p-support, div#p-tb { position:relative; top:75px; }
div#p-tb { margin-bottom:100px; }
div#p-lang, div#p-seg { display:none; }

/* A big thanks to M.mendel and Nwash for their help with this */