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.
/* Basic Chat Skin (2Actimv) */
/* If you want to use this code as well you can add the following code into 
yourusername/wikia.css: @import "http://community.wikia.com/index.php?title=User:2Actimv/wikia.css&action=raw&ctype=text/css"; */
/*(please note that the code on this page can change and thereby the code you use as well)*/
 
/* Original version made by AmonFatalis and 2Actimv */
/* Christmas version made by 2Actimv */
/* New Year's Eve version made by 2Actimv */
/* Basic version made by 2Actimv */
.inline-alert {
color: #070046 !important;
}
 
.Chat .you {
background: transparent;
}

.Chat ul li {
background: transparent;
}
 
.Chat .you a,
.Chat ul li a {
color: #070046;
text-decoration: underline;
}
 
.Chat img {
border-radius: 0px;
}
 
.Write {
background: white !important;
border: 0px solid black !important;
border-bottom-left-radius: 0px !important;
border-right: 4px solid #070046 !important;
}
 
.Write .message,
.Write .message textarea {
background-color: transparent;
border: 0px solid black;
}
 
.Write img {
border-radius: 0px;
}
 
.Write [name="message"] {
background-color: transparent;
border: 0;
color: black;
}
 
.Rail {
background: white !important;
border-bottom-right-radius: 0px !important;
border-top-right-radius: 0px !important;
border: 0px solid black !important;
}
 
.WikiChatList img {
border-radius: 0px;
}
 
.WikiChatList .User:hover,
.PrivateChatList .User:hover {
background: #DCDBED;
margin: 0px 0px 0px 15px !important;
-moz-transition: all linear 400ms;
-ms-transition: all linear 400ms;
-o-transition: all linear 400ms;
transition: all linear 400ms; 
}
 
.User .username {
background-color: transparent;
color: #070046;
border: 0px solid black;
border-radius: 0px;
}

.User .username:hover {
color: #070046 !important;
}
 
.ChatHeader {
background: white !important;
border: 0px solid black !important;
border-radius: 0px !important;
}
 
.ChatHeader img {
border-radius: 0px;
}
 
.ChatHeader .private {
color: #070046;
}
 
.Rail .private {
background-color: transparent;
color: #070046;
background-image: none;
}
 
.PrivateChatList .User img {
border-radius: 0px;
}
 
.PrivateChatList .User:hover {
background: #DCDBED;
}
 
.Chat .me-message {
color: black !important;
background: transparent;
border: 0px solid aqua;
border-radius: 0px;
}
 
.Rail .selected {
box-shadow: none;
background: transparent;
}
 
.User.away .status {
color: darkgrey;
}
 
.Chat li {
background: black;
color: black;
}
 
.Chat .time {
color: black;
font-size: 13px;
}
 
.Chat {
background: white !important;
border: 0px solid black !important;
border-bottom: none !important;
border-top-left-radius: 0px !important;
border-right: 4px solid #070046 !important;
}
 
.ChatWindow .WikiaPage {
background: black;
border: none !important;
}
 
#WikiaPage {
border: 0px solid black;
background: url() !important;
}
 
.ChatWindow {
background: #070046 !important;
text-shadow: 0px 0px 0px black !important;
}

.UserStatsMenu {
text-shadow: 0px 0px 0px black !important;

/* End of Basic Chat Skin (2Actimv) */