/***** CSS placed here will be applied to all skins on the entire site. *****/

/**********************************/
/*        Admin Tag CSS           */
/**********************************/
 
/* Profile */
a[href="/wiki/User:Hestia_Knife"] { 
    color:#ff3399 !important;
    font-weight: bold !important;
    text-shadow: #660033 0 0 1px !important;
}

a[href="/wiki/User:MrCents_04"] { 
    color:#000099 !important;
    font-weight: bold !important;
    text-shadow: #00001a 0 0 1px !important;
}

a[href="/wiki/User:MrJigen"] { 
    color:#F00 !important;
    font-weight: bold !important;
    text-shadow: #b3002d 0 0 1px !important;
}

a[href="/wiki/User:Nekokokokoko"] { 
    color:#007399 !important;
    font-weight: bold !important;
    text-shadow: #00131a 0 0 1px !important;
}

a[href="/wiki/User:Ngamer11"] { 
    color:#009933 !important;
    font-weight: bold !important;
    text-shadow: #001a09 0 0 1px !important;
}

a[href="/wiki/User:Bagwis"] { 
    color:#4d0099 !important;
    font-weight: bold !important;
    text-shadow: #0d001a 0 0 1px !important;
}

/* Message Wall */
a[href="/wiki/Message_Wall:Hestia_Knife"] { 
    color:#ff3399 !important;
    font-weight: bold !important;
    text-shadow: #660033 0 0 1px !important;
}

a[href="/wiki/Message_Wall:MrCents_04"] { 
    color:#000099 !important;
    font-weight: bold !important;
    text-shadow: #00001a 0 0 1px !important;
}

a[href="/wiki/Message_Wall:MrJigen"] { 
    color:#F00 !important;
    font-weight: bold !important;
    text-shadow: #b3002d 0 0 1px !important;
}

a[href="/wiki/Message_Wall:Nekokokokoko"] { 
    color:#007399 !important;
    font-weight: bold !important;
    text-shadow: #00131a 0 0 1px !important;
}

a[href="/wiki/Message_Wall:Ngamer11"] { 
    color:#009933 !important;
    font-weight: bold !important;
    text-shadow: #001a09 0 0 1px !important;
}

a[href="/wiki/Message_Wall:Bagwis"] { 
    color:#4d0099 !important;
    font-weight: bold !important;
    text-shadow: #0d001a 0 0 1px !important;
}
 
/* Messages */
body.ChatWindow section#WikiaPage > .Chat li[data-user="Hestia_Knife"] .username,
body.ChatWindow section#WikiaPage > .Chat li[data-user="MrCents_04"] .username,
body.ChatWindow section#WikiaPage > .Chat li[data-user="MrJigen"] .username,
body.ChatWindow section#WikiaPage > .Chat li[data-user="Nekokokokoko"] .username,
body.ChatWindow section#WikiaPage > .Chat li[data-user="Ngamer11"] .username,
body.ChatWindow section#WikiaPage > .Chat li[data-user="Bagwis"] .username {
	color: #c81919;
    font-weight: bold;
    text-shadow: #b3002d 0 0 2px
}
 
/* User's rail */
body.ChatWindow #Rail li[data-user="Hestia_Knife"] .username,
body.ChatWindow #Rail li[data-user="MrCents_04"] .username,
body.ChatWindow #Rail li[data-user="MrJigen"] .username,
body.ChatWindow #Rail li[data-user="Nekokokokoko"] .username,
body.ChatWindow #Rail li[data-user="Ngamer11"] .username,
body.ChatWindow #Rail li[data-user="Bagwis"] .username {
	color: #c81919;
    font-weight: bold;
    text-shadow: #b3002d 0 0 2px
}


/* Admin Tag */
.WikiaPage a[href$="User:Hestia_Knife"]:after,
.WikiaPage a[href$="User:MrCents_04"]:after,
.WikiaPage a[href$="User:MrJigen"]:after,
.WikiaPage a[href$="User:Nekokokokoko"]:after,
.WikiaPage a[href$="User:Ngamer11"]:after, 
.WikiaPage a[href$="User:Bagwis"]:after,{
    background-color: #A7000A;
    border: 1px solid #821c21;
    color: #fff;
    content: "Admin";
    font-weight: bold;
    margin-left: 5px;
    padding: 0 2px;
    border-radius:2px; 
}

/**********************************/
/*     End of Personalised CSS    */
/**********************************/