Template:Infobox RP/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
padding: 10px 20px; | padding: 10px 20px; | ||
border-radius: 10px; | border-radius: 10px; | ||
font-size: | font-size: 2.05em; | ||
font-weight: 600; | font-weight: 600; | ||
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | ||
Revision as of 08:57, 1 November 2025
/* BadWolfMC RP Infobox button */
.bwmc-btn a {
display: inline-block;
padding: 10px 20px;
border-radius: 10px;
font-size: 2.05em;
font-weight: 600;
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background: linear-gradient(180deg, #4a90e2, #3a7ed6);
color: #699cfa !important;
border: 1px solid #2e6ec5;
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;
}