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.
/* Timer CSS */
#displayTimer { font-size: 12px !important; } 

#showdate a { color: white !important; }

/* Bleach Wiki: Administrators */
a[href="/wiki/User:Yyp"] { color:Green !important; }
a[href="/wiki/User:Salubri"] { color:#1E90FF !important; }
a[href="/wiki/User:Arrancar109"] { color:#008080 !important; }

/* Bleach Wiki: Policy & Standards Committee */ 
a[href="/wiki/User:Godisme"] { color:Purple !important; }
a[href="/wiki/User:Nwang2011"] { color:#3B9C9C !important; }
a[href="/wiki/User:SunXia"] { color:#DAA520 !important; }
a[href="/wiki/User:Lemursrule"] { color:#00FF00 !important; }
a[href="/wiki/User:Mohrpheus"] { color:#2B547E !important; }
a[href="/wiki/User:KuroAshi98"] { color:Red !important; }
a[href="/wiki/User:Xilinoc"] { color:#94703D !important; }
a[href="/wiki/User:Kamikaze839"] { color:Yellow !important; }

/* Fairy Tail Wiki: Administrators */
a[href="/wiki/User:IamJakuhoRaikoben"] { color:MediumVioletRed !important; }
a[href="/wiki/User:Ishthak"] { color:Gray !important; }
a[href="/wiki/User:ChaosKnight"] { color:Black !important; }
a[href="/wiki/User:Rauleli"] { color:Red !important; }
a[href="/wiki/User:Garyness"] { color:Orange !important; }
a[href="/wiki/User:Omega_natsu2"] { color:DarkSlateGray !important; }

/* Fairy Tail Wiki: Policy & Standards Council */	
a[href="/wiki/User:Aldarinor"] { color:Green !important; }
a[href="/wiki/User:Guilherme_Abe"] { color:DarkBlue !important; }
a[href="/wiki/User:Gildarts_Clive"] { color:Gold !important; }
a[href="/wiki/User:TheCarrotSaysYumYum"] { color:Hotpink !important; }
a[href="/wiki/User:Ultraprime2"] { color:Lime !important; }

/* Beelzebub Wiki: Administrators */
a[href="/wiki/User:FanOfAniManga"] { color:Green !important; }

/* Personal */
a[href="/wiki/User:Glass_Heart"] { color:#FF1493 !important; }

/* Chat Style */
.Chat {
 border-left: 1px solid #CCC;
 border-right: none;
 right: 0;
 left: 150px;
}
 
.Chat a {
 color:#000000;
}
 
.Chat a:hover, .Chat a:active {
 text-decoration: none;
 text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px;
 color:#F50000;
}
 
.Chat .you {
 background: transparent;
}
 
.Chat .avatar {
 left: 9px;
 top: 8px;
 border-radius: 7px;
}
 
.Chat .inline-alert {
 padding-bottom: 8px;
 padding-top: 8px;
}
 
.Chat li {
 padding: 5px 15px 15px 47px;
}
 
.ChatWindow {
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: center;
 background-image: url(http://images.wikia.com/k-anime/images/2/26/Monobook_Background.jpg);
}
 
.ChatWindow .WikiaPage {
 background-color: rgba(0, 0, 0, 0);
}
 
.ChatWindow .Rail {
 left: 0;
}
 
.ChatWindow .Write {
 right: 0;
 left: 150px;
 bottom: 1.5px;
}

.Write img {
 border: 1px solid rgb(204, 204, 204);
 left: 7px;
 position: absolute;
 border-radius: 7px;
}

.User img {
 border: 1px solid rgb(204, 204, 204);
 height: 22px;
 position: absolute;
 left: 5px;
 vertical-align: middle;
 width: 22px;
 border-radius: 7px;
}

.ChatWindow .Write .message {
 width: 91%;
 border-radius: 7px;
}
 
.ChatWindow #UserStatsMenu {
 width: 181px;
 left: 161px;
}
 
.ChatWindow .wikia-button {
 width: 45px;
 text-align: center;
 padding: 0px;
 margin-right: 2px;
}
 
.ChatHeader {
 background-color: rgba(0, 0, 0, 0);
}
 
.ChatHeader .User {
 border-left: none;
 border-right: 1px solid #CCC;
 left: 0;
}
 
.ChatHeader .private {
 color: white;
 float: right;
}
 
.ChatHeader .wordmark img {
 right: 0;
 position: absolute;
 margin-right: 5px;
 margin-top: 5px;
}
 
#pingspan {
 color:#DF0000;
 left: 140px;
 top: 20px;
}
 
#pingspan:hover, #pingspan:active {
 text-decoration: none;
 text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px;
 color:#F50000;
}
 
.Rail .User:hover {
 background: rgba(0, 0, 0, 0.65);
}
 
.Rail .selected {
 box-shadow: none
 background: rgba(0, 0, 0, 0);
}
 
.ChatWindow .UserStatsMenu {
 background: black;
}
 
.ChatWindow .UserStatsMenu .info {
 background: #EFCCCC;
}
 
.ChatWindow .UserStatsMenu .actions ul li:hover {
background: rgba(204, 0, 0, 0.65);
}
 
.ChatHeader .User .username, .User .username, .Chat .username, .Chat .message {
 color: white;
}