Destruction Simulator Wiki
No edit summary
No edit summary
Line 199: Line 199:
   
 
[href*=":Marsium"]:hover {
 
[href*=":Marsium"]:hover {
-webkit-animation: marhover 2.5s infinite;
+
-webkit-animation: marshover 2.5s infinite;
 
animation: mars 2.5s infinite;
 
animation: mars 2.5s infinite;
 
font-family: 'Audiowide', cursive !important;
 
font-family: 'Audiowide', cursive !important;
 
}
 
}
 
 
@-webkit-keyframes marhover {
+
@-webkit-keyframes marshover {
 
0%{color: Red; text-shadow: Red 0 0 10px;}
 
0%{color: Red; text-shadow: Red 0 0 10px;}
 
50%{color: Purple; text-shadow: Purple 0 0 10px;}
 
50%{color: Purple; text-shadow: Purple 0 0 10px;}

Revision as of 18:34, 13 October 2018

/* Imports */

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

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

.UserProfileMasthead .masthead-info-lower:before{
    content:none;
}

.UserProfileMasthead .links {
	position: absolute;
	left: 600px;
	width: 100px;
	margin-top: -20px;
	font-weight: bold;
	text-shadow: 0 1px 2px white;
}

.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;
}
 
.UserProfileMasthead .masthead-info-lower:before{
    content:none;
}
 
.UserProfileMasthead {
margin-bottom: -53.4px;
margin-right: 20px;
}
 
.tabs li[data-id="profile"],
.tabs li[data-id="following"],
.tabs li[data-id="wall"],
.tabs li[data-id="blog"],
.tabs li[data-id="contribs"] {
border-radius: 0px 0px 0px 0px !important;
cursor: pointer;
background: rgba(255, 255, 255, 0.6);
position: absolute;
}
 
.tabs li[data-id="profile"]:hover,
.tabs li[data-id="following"]:hover,
.tabs li[data-id="wall"]:hover,
.tabs li[data-id="blog"]:hover,
.tabs li[data-id="contribs"]:hover {
background: rgba(255, 255, 255, 0.4) !important;
transition: 0.4s linear all;
border-radius: 0px 10px 0px 0px !important;
}
 
.tabs .selected a {
background: rgba(0, 0, 0, 0) !important;
border: 0px solid gray;
border-bottom: 2px solid #0148c2;
cursor: pointer;
border-radius: 0px 0px 0px 0px !important;
}

.tabs li[data-id="profile"] { 
margin-left: 180px;
}

.tabs li[data-id="wall"] { 
margin-left: 248px;
}

.tabs li[data-id="following"] { 
display: none;
}

.tabs li[data-id="blog"] { 
margin-left: 361px;
}

.tabs li[data-id="contribs"] { 
margin-left: 415px;
}

.UserProfileMasthead .wikis span {
	display: none;
}

.wikis a {
	display: none;
}

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

/*/ Marsium Colors /*/
[href*=":Marsium"] {
    -webkit-animation: mars 2.5s infinite;
    animation: mars 2.5s infinite;
    font-family: 'Audiowide', cursive !important;
}
 
@-webkit-keyframes mars {
    0%{color: Red; text-shadow: Red 0 0 5px;}
    50%{color: Purple; text-shadow: Purple 0 0 5px;}
    100%{color: Red; text-shadow: Red 0 0 5px;}
}

[href*=":Marsium"]:hover {
    -webkit-animation: marshover 2.5s infinite;
    animation: mars 2.5s infinite;
    font-family: 'Audiowide', cursive !important;
}
 
@-webkit-keyframes marshover {
    0%{color: Red; text-shadow: Red 0 0 10px;}
    50%{color: Purple; text-shadow: Purple 0 0 10px;}
    100%{color: Red; text-shadow: Red 0 0 10px;}
}

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


/* RobloxWikis Styling */

.RobloxWikis-Notice {
	background: repeating-linear-gradient(-45deg, #002080, #002080, 10px, #2d4fb2 10px, #2d4fb2 20px) !important;
	color: white !important;
	transition: all 0.5s;
}
.RobloxWikis-Notice:hover {
	filter: grayscale(50%);
}
.RobloxWikis-TableAll tr {
	color: black !important;
	transition: all 0.2s;
}

.RobloxWikis-OddRow {
	background: #002080 !important;
}
.RobloxWikis-EvenRow {
	background: #2d4fb2 !important;
}
.RobloxWikis-TableAll .extiw span {
	color: rgb(189, 233, 253)
 !important;
}
.RobloxWikis-Head {
	background: #002080 !important;
}
.RobloxWikis-HeadButton {
	background-color: #2d4fb2 !important;
}
.TestHeading{
    background-color: #fafafa;
	border-radius: 5px;
	box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.1);
	margin: 10px
}
 
.RobloxWikis-HeadButton span {
    background: 0 !important;
}


/* Other */

.page-Rules #WikiaArticleComments {
display: none;
}