Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Highlighting myself */
a[href="/wiki/User:Natsu11"], a[href="/wiki/User:Lion_Turtle"] {color:purple; !important; font-weight:bold; !important;}

table.diff a[title="User:Natsu11"], 
ul#pagehistory li a[title="User:Natsu11"], 
ul.special li a[title="User:Natsu11"],
table.mw-enhanced-rc td a[title="User:Natsu11"],
details a[href="/wiki/User:Natsu11"],
#WikiaRail a[href="/wiki/User:Natsu11"],
#wikiactivity-main cite a[href="/wiki/User:Natsu11"] {font-weight:bold !important;color:purple !important;}

.comments li[data-user="Natsu11"] > blockquote {
	background:#ADD8E6 !important; color:black;
}
.comments li[data-user="Natsu11"] > blockquote:after {
	border-color:transparent #ADD8E6 #ADD8E6 transparent !important;
}
.comments li[data-user="Natsu11"] > blockquote div {
	background:transparent !important;
}

/* New category links */
.newcategory {color:#BA0000; !important;}

/* To prevent the background from moving */
body {background-attachment:fixed}

/* To kill the horizontal line below the header */
.wikinav2 .WikiaPageHeader {border-bottom:none;}

/* Removing achievements, you don't need these - by yours truly */
.WikiaRail > div.AchievementsModule {display:none !important;}

/* For User Tags */
a.tag {
	color: inherit;
}

/* Enlarging writing area in message walls and forums */
TEXTAREA#WikiaEditor-0.replyBody.new-message.wikiaEditor.focused,
TEXTAREA#WikiaEditor-1.replyBody.new-message.wikiaEditor.focused,
TEXTAREA#WikiaEditor-1.replyBody.new-message.wikiaEditor.focused,
TEXTAREA#article-comm.wikiaEditor.focused,
TEXTAREA#WikiaEditor-0.replyBody.new-message.wikiaEditor.focused
{height:300px !important;}

// BEGIN BotoneraPopups
importScriptURI('http://dev.wikia.com/wiki/BotoneraPopups/Code/en.js?action=raw&ctype=text/javascript&templates=expand');
importStylesheetPage('BotoneraPopups/code.css', 'dev');
// END