Destruction Simulator Wiki
No edit summary
No edit summary
Line 17: Line 17:
   
 
.UserProfileMasthead .masthead-info {
 
.UserProfileMasthead .masthead-info {
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://vignette.wikia.nocookie.net/destruction-simulator/images/d/d5/Destruction.jpeg/revision/latest/scale-to-width-down/2120?cb=20180902215750') center fixed !important;
+
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('https://vignette.wikia.nocookie.net/destruction-simulator/images/d/d5/Destruction.jpeg/revision/latest/scale-to-width-down/2120?cb=20180902215750') center !important;
 
background-size: cover !important;
 
background-size: cover !important;
 
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

Revision as of 02:43, 7 September 2018

@import url('https://fonts.googleapis.com/css?family=Baloo+Tammudu');
.wds-community-header__wordmark img {
    padding: 2px;
}
.wds-community-header__wordmark img:hover {
    transform: scale(1.05);
    transition: 0.4s linear all;
}
.movehover:hover {
transform: translate(0, -5px);
transition: 0.8s all;
}

.mainnav a[href="#"] {
    color: white !important;
}

.UserProfileMasthead .masthead-info {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('https://vignette.wikia.nocookie.net/destruction-simulator/images/d/d5/Destruction.jpeg/revision/latest/scale-to-width-down/2120?cb=20180902215750') center !important;
    background-size: cover !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.contributions-details a {
    color: white !important;
}
.discussion-details em {
    color: white;
}
.discussion-label {
    color: white;
}
.details span {
    color: white !important;
}
.details {
    color: white;
}
.wikis a {
    color: white;
}

.wikis span {
    color: white !important;
}


/*/ HoneyNutC18 Colors /*/
a[href*="/wiki/User:HoneyNutC18"],
a[href*="/wiki/Message_Wall:HoneyNutC18"],
a[href*="/wiki/User_blog:HoneyNutC18"] {
    text-shadow: black 0 0 1px;
    font-family: Impact !important;
    font-weight: bold !important;
}
.wikis span {
    color: white !important;
}
#WikiaPage a:hover {
color: skyblue !important;
text-shadow: 0 1px 5px blue;
-webkit-transition: 0.4s linear;
-moz-transition: 0.4s linear;
-o-transition: 0.4s linear;
transition: 0.4s linear;
}
.portable-infobox{
    border-radius: 20px;
    box-shadow: inset -3px -1px 12px 0px rgba(0, 0, 0, 0.68);
}
/* Scrollbar */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.5); 
    border-radius: 0px;
    background-color:white;
}
::-webkit-scrollbar-thumb {
    background: #0148c2; 
    border-radius: 8px;
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.5)
}
.pi-title {
    box-shadow: inset -5px 0px 5px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.portable-infobox img:hover{
transform: translate(0, -3px);
transition: 0.6s all;
}
.UserProfileMasthead .masthead-info hgroup {
   border-radius: 0px !important;
}

.UserProfileMasthead .masthead-info {
border-radius: 0px !important;
box-shadow: 0px !important;
}

.UserProfileMasthead .masthead-avatar {
z-index: 1;
}

.UserProfileMasthead .masthead-info {
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://vignette.wikia.nocookie.net/destruction-simulator/images/d/d5/Destruction.jpeg/revision/latest/scale-to-width-down/2120?cb=20180902215750') center fixed !important;
    background-size: cover !important;
}

.UserProfileMasthead .masthead-avatar .avatar {
border: solid 5px white !important;
}