MediaWiki:Mainpage.css: Difference between revisions

From Blockate Wiki
no edit summary
No edit summary
No edit summary
Line 18:
font-family:rubik;
}
 
/* discord */
.discord-button {
width: 100%;
}
 
.discord-button a:hover {
text-decoration: none;
}
.discord-button hover > a {
text-shadow: 0 0 6px rgba(255,255,255,0.6);
}
.discord-button a {
transition: text-shadow 0.4s ease;
}
 
.discord-text {
text-align: center;
padding: 0.5em;
font: Rubik;
display: block;
border-radius: 6px;
background-color:#4A56E5;
transition: all 0.4s ease;
color: white;
}
.discord-text a {
transition: text-shadow 0.4s ease;
}
.discord-text:hover {
background-color:#4F5CEF;
text-shadow: 0 0 6px rgba(255,255,255,0.6);
}
 
.discord-text:active {
background-color:#5C69F5;
}
 
/* container classes */
Line 63 ⟶ 26:
border-radius: 3px;
overflow: hidden;
background-color: #f9feff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
Line 96 ⟶ 58:
}
 
.social-button:hover, a:focus .social-button {
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), inset 0 4px 15px rgba(0, 0, 0, 0.1);
text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
Cookies help us deliver our services. By using our services, you agree to our use of cookies.