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.
/* mark users with global rights, thanks to SVG */
@import "http://dev.wikia.com/index.php?title=MarkGlobalUserRights.css&action=raw&ctype=text/css";

/* get chat-specific css */
@import "http://community.wikia.com/index.php?title=User:Tm_T/chat.css&action=raw&ctype=text/css";

/* show monobook sidebar on wikiaphone too */
#column-one {display:block}

/* show redirects */ 
a.mw-redirect {
  color: #008B4A;
}

/* really show them, visited or not */
a.mw-redirect:visited {
  color: #008B4A;
}

/* Diff change more apparent */
.diffchange {
  border: 1px dotted #FF0000;
  border-bottom: 1px solid #FF0000;
  background-color: #CCDDFF;
}

#catlinks, .catlinks, #toc, .toc {
  border: 1px solid #C0C0C0;
}

sup.reference { font-size: 0.66em; }

body.with-adsense #content, body.without-adsense #content {
  margin-right: 2em !important;
}

div#content {
  max-width: 1240px;
  min-width: 420px;
}

#title-eraicons {
  font-size: 60%;
}

/* RC username colouring etc */
table.mw-enhanced-rc td a[title="User:Tm T"], ul.special li a[title="User:Tm T"], ul.activityfeed li cite a[href="/wiki/User:Tm_T"],
table.mw-enhanced-rc td a[title="Käyttäjä:Tm T"], ul.special li a[title="Käyttäjä:Tm T"], ul.activityfeed li cite a[href="/wiki/K%C3%A4ytt%C3%A4j%C3%A4:Tm_T"] {
  font-weight: bold;
  color: #808080;
}

/* Yes, there's links for Watchlist and Recentchanges in the Wikia look, but they're placed into void, let's show them */
header#WikiHeader div.hiddenLinks {
  position: relative !important;
  top: -8.3em !important;
  margin-bottom: -1em;
  float: right;
  z-index: 3;
}

/* styling for the links */
header#WikiHeader div.hiddenLinks a {
  margin-left: 10px;
}

/* The gear icon in the toolbar is enough, let's move the Customize link above that etc */
.WikiaFooter .toolbar .tools li a.tools-customize {
    color: transparent;
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-left: -24px;
    overflow: hidden;
    z-index: 1;
}

.mw-rc-label-legend { display: none; }

/* breaks layouts for unknown reason
 *@media Handheld { #globalWrapper { font-size: 0.8em; }
 *}
 */

/* Fixing editor colours on Wikia skin */
#EditPageEditor, #RTEtextarea {
  background-color: inherit;
  color: inherit;
}