Destruction Simulator Wiki
No edit summary
No edit summary
Line 127: Line 127:
 
transform: translate(0, -3px);
 
transform: translate(0, -3px);
 
transition: 0.6s all;
 
transition: 0.6s all;
  +
}
  +
  +
/* For BillyJoeTheThird */
  +
  +
#wds-icons-dropdown-tiny {
  +
transition: all 0.3s;
  +
}
  +
#wds-icons-dropdown-tiny:hover {
  +
transform: rotate(180deg)
 
}
 
}

Revision as of 23:16, 7 September 2018

/* Imports */

@import url('https://fonts.googleapis.com/css?family=Baloo+Tammudu');

/* Wordmark */

.wds-community-header__wordmark img {
    padding: 2px;
}

.wds-community-header__wordmark img:hover {
    transform: scale(1.05);
    transition: 0.4s linear all;
}

/* Extra Classes */
.movehover:hover {
transform: translate(0, -5px);
transition: 0.8s all;
}

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

/* Profile Masthead */
.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);
}
.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-avatar .avatar {
border: solid 5px white !important;
}


/* Details */

.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;
}


/* Name Colors */
/*/ 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;
}

/* Span */
.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 */

.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)
}
/* Portable Infoboxes */

.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;
}

/* For BillyJoeTheThird */

#wds-icons-dropdown-tiny {
	transition: all 0.3s;
}
#wds-icons-dropdown-tiny:hover {
	transform: rotate(180deg)
}