User:SS.Eggon/skin.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Ảnh nền , Khung Profile , Khung trong suốt */
div.WikiaSiteWrapper { 		
background-image: url("http://i1.pixiv.net/c/1200x1200/img-master/img/2015/01/19/00/35/53/48253260_p0_master1200.jpg");		
background-repeat: no-repeat;		
background-attachment: fixed;
background-position: center;		
background-size: cover;		
}
.WikiaPage {
border: 1px solid #7CFC00;
margin: 0 auto;
position: relative;
border-radius: 10px;
width: 900px;
z-index: 1;
}
.WikiaPage .WikiaPageBackground {		
/*background: transparent;*/		
height: 100%;		
left: 0;		
opacity: 0.1;		
position: absolute;		
top: 0;		
border-radius: 10px;		
width: 100%;		
}
.WikiaRail {
    overflow: hidden;
    width: 0px;
    height: 0px;
}
.UserProfileMasthead .masthead-avatar .avatar {box-shadow:0px 0px 80px #00EE00;border:none!important;}
.UserProfileMasthead .masthead-info hgroup {
    background-color: rgba(28,28,28,0.7);
    background-image: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: white;
    width: 250px;
    border-bottom-right-radius: 30px;
}