Template:Infobox RP/styles.css
Appearance
/* BadWolfMC RP Infobox button */
.bwmc-btn a {
display: inline-block;
padding: 20px 20px;
border-radius: 10px;
font-size: 2em;
font-weight: 600;
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.4;
background: linear-gradient(180deg, #4a90e2, #3a7ed6);
color: #8099da !important;
border: 3px solid #003b6f;
box-shadow: 0 2px 5px rgba(0,0,0,.25);
text-decoration: none !important;
transition: background 0.15s ease, transform 0.15s ease;
}
.bwmc-btn a:hover {
background: linear-gradient(180deg, #5aa0f2, #4a90e2);
transform: translateY(-1px);
}
.bwmc-btn a.external {
background-image: none !important; /* remove the little external-link icon */
padding-right: 20px;
}