User:LightSwitch/common.css: Difference between revisions
From Growtopia
Jump to navigationJump to search
>LightSwitch No edit summary |
>LightSwitch No edit summary |
||
| Line 1: | Line 1: | ||
.noLink a { | |||
color: #FFF; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
.noLink a:hover { | |||
text-decoration: none; | |||
} | |||
.noLink a:after { | |||
display: none !important; | |||
} | |||
/* Button (similar to the one in NewsBox) */ | /* Button (similar to the one in NewsBox) */ | ||
.navButton { | .navButton { | ||
Revision as of 10:17, 11 July 2020
.noLink a {
color: #FFF;
text-decoration: none;
font-weight: bold;
}
.noLink a:hover {
text-decoration: none;
}
.noLink a:after {
display: none !important;
}
/* 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;
}