Jump to content

Template:Infobox RP/styles.css

From BadWolfMC Wiki
/* 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, #17b4e6, #5555ff);
  color: #fff !important;
  border: 3px solid #5555ff;
  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;
}