User:LightSwitch/common.css: Difference between revisions

From Growtopia
Jump to navigationJump to search
>LightSwitch
No edit summary
>LightSwitch
Removing all content from page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Button (similar to the one in NewsBox) */
.navButton {
    background: #A10164;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    text-shadow: 1.5px 1.5px rgba(0,0,0,0.7);
    margin-bottom: 5px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
}


.navButton a {
    color: #FFF;
    text-decoration: none;
}
.navButton a:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
}
.navButton a:after {
    display: none !important;
}

Latest revision as of 03:26, 2 October 2020