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

@import "//dev.wikia.com/load.php?mode=articles&articles=MediaWiki:ModernProfile/Masthead.css|MediaWiki:ModernProfile/Wall.css&only=styles";

/** MASTHEAD **/
.UserProfileMasthead .masthead-info {
    background:#000000 url('https://vignette.wikia.nocookie.net/goblin-slayer/images/0/04/UserProfileMastheadTheme.png/revision/latest?cb=20180207173658') no-repeat right top;  
    overflow:hidden;   
}
 
.UserProfileMasthead .wikis span,
.UserProfileMasthead .details span {
    color: #f03333;
    font-family: Trebuchet MS;
}
 
.tally {
    color: #ff1a1a;
}
 
.UserProfileMasthead .details li,
.UserProfileMasthead .wikis ul li a {
    color: #000000;
    font-weight: 500;
    font-family: Trebuchet MS;
}
 
.UserProfileMasthead .tally a {
    color: #ff1a1a;
    font-weight: 1000;
    font-family: Trebuchet MS;
}
 
.UserProfileMasthead .masthead-info-lower:before {
    border-color: #f04c4c #ff7a7a transparent transparent;
    font-family: Trebuchet MS;
}
 
.WikiaUserPagesHeader {
    background: linear-gradient(#eb0000, #ff7a7a, transparent);
}
 
.avatar {
    border-radius: 6px;
    border: 1px solid #ff7a7a;
    border-radius: 100% !important;
    }
 
.UserProfileMasthead .masthead-avatar .avatar {
	border-radius: 100% !important;
	box-shadow: 0 0 10px !important;
	border: 2px solid #f04c4c;
    }
 
.UserProfileMasthead .masthead-avatar:hover img {
	border-radius: none !important;
	box-shadow: 0 0 10px black;
}
.UserProfileMasthead .masthead-avatar .sprite.edit-pencil {
	display: none;
}