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.
/*IRC styling */
.Chat {
	line-height:1.2em;
	word-wrap:break-word;
}
.Chat li {
	padding:2px 3px;
	min-height:0;
}
.Chat .username {
	display:inline;
}
.Chat .avatar {
	display:none;
}
.Chat .username:before {
	content:'<';
}
.Chat .username:after {
	content: '>';
}
.Chat .you {
	background:#70C8F0 !important;
	color:#506C72;
}
.Chat .time {
	float:right;
	margin-right:3px;
	color:#506C72;
}
.Chat .time:before {
	content:'[';
}
.Chat .time:after {
	content:']';
}
.Chat .inline-alert {
	text-align:left;
	padding:2px 3px;
	font-weight:normal;
	font-size:13px;
	line-height:1.2em;
}
.Chat .inline-alert:before, .Chat .inline-alert:after {
	content:none;
}
.Chat .continued {
	top:0;
	margin-bottom:0;
}
.Chat .continued .username {
	display:inline;
}
.Chat .continued .time {
	display:block;
}
 
/* Save some space */
#WikiaPage .Chat .username {
    display: inline-block;
    font-weight: bold;
}
/* Prevent spam from causing unnecessary scrollbars */
#WikiaPage .Chat .message {
    word-wrap: break-word;
}
 
/* Color usernames just like horrible webchat does!! Also, Monch, GET A CLIENT! */
li[data-user="Scourge the Dark Claw"] .username {
	color:#56A0D3;
}
li[data-user="TheWWC"] .username {
	color:#B4D455;
}
li[data-user="Dragonlich21"] .username {
	color:#7EB6FF;
}
li[data-user="Aimzgirl"] .username {
	color:#B0E0E6;
}
li[data-user="Eladkse"] .username {
	color:#008B00;
}
li[data-user="Trella"] .username {
	color:#B0E0E6;
}
li[data-user="Kittynator"] .username {
	color:#1A921A;
}
li[data-user="Eulalia459678"] .username {
	color:#007FFF;
}
li[data-user="SupremeLegacy"] .username {
	color:#506C72;
}
.Chat [data-user="Sannse"] {
	color:purple;
        background:pink;
}
 
/* Hair <3 */
.Chat [data-user="Hairr"] {
	border:orange 2px solid;
	background:-moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background:-o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	background-color:black;
	background:-webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
	border-bottom:10px solid blue 2px solid;
	text-align:left;
	border-left:pink 2px solid;
	color:green;