Community Central
Community Central
There is beauty in simplicity.
~ Anonymous

This series of skins is for users who like minimalist wallpapers. There are three skins, each based off of a different character: Leonardo Watch (Kekkai Sensen), EVA Unit-01 (Neon Genesis Evangelion) and D.Va (Overwatch).

If you're interested in this chat skin, simply paste the code on the right into your global.css (global) or your chat.css (Community Central/other individual wiki).

Please note that the skins do replace the chat's wordmark with a customized FANDOM logo. If you wish to keep your wiki's logo in the chat, please paste the following code in your wiki's chat.css or your personal chat.css:

/* Remove custom chat wordmark */
.ChatWindow #WikiaPage .Rail .public .wordmark {
    content: none !important;
    width: auto !important;
    height: auto !important;
}
.ChatHeader .wordmark img {
    content: none !important;
    width: auto !important;
    height: auto !important;
}
 
@-moz-document url-prefix() {
    .ChatWindow #WikiaPage .Rail .public .wordmark,
    .ChatHeader .wordmark img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: none !important;
        background-size: auto !important;
        padding-top: auto !important;
    }
}

To import a chat skin, paste the code of your choice into your wiki's chat.css or your personal chat.css:

@import url("/load.php?mode=articles&only=styles&articles=u:c:User:Americhino/MinimalistLeonardoChatSkin.css");

@import url("/load.php?mode=articles&only=styles&articles=u:c:User:Americhino/MinimalistEVA01ChatSkin.css");

@import url("/load.php?mode=articles&only=styles&articles=u:c:User:Americhino/MinimalistDVaChatSkin.css");

Found a bug? Want to suggest a skin?

Simply comment below or leave a message on my wall! Should I make more series of chat skins? Thanks everyone!