Meta:Main Page/styles.css: Difference between revisions
From WikiOasis Meta
More actions
Tali64³ changed the content model of the page User:Tali64³/Main page redesign/styles.css from "CSS" to "Sanitized CSS": For TemplateStyles |
Buttons |
||
| Line 1: | Line 1: | ||
.mp-button { | |||
background: rgba(255, 255, 255, 0.15); | |||
border: 1px solid rgba(255, 255, 255, 0.2); | |||
border-radius: 50px; | |||
color: white; | |||
display: inline-block; | |||
font-size: clamp(0.9rem, 4vw, 1rem); | |||
font-weight: 600; | |||
margin: 0.25rem; | |||
text-align: center; | |||
transition: all 0.3s ease; | |||
width: min(280px, 80vw); | |||
} | |||
.mp-button:hover { | |||
background: rgba(255, 255, 255, 0.25); | |||
} | |||
.mp-card { | .mp-card { | ||
border-radius: min(16px, 4vw); | border-radius: min(16px, 4vw); | ||