Template:Home/Actions.css: Difference between revisions
Template page
More actions
Eloise Zomia (talk | contribs) No edit summary |
Eloise Zomia (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.mw-parser-output .lw-actions { | |||
.lw-actions { | display:flex; | ||
display: flex; | justify-content:center; | ||
justify-content: center; | align-items:center; | ||
align-items: center; | flex-wrap:wrap; | ||
flex-wrap: wrap; | gap:12px; | ||
gap: | margin:18px 0 28px 0; | ||
margin: | |||
} | } | ||
.mw-parser-output .lw-actions .pill { | |||
.lw-actions | display:inline-flex; | ||
display: inline-flex; | align-items:center; | ||
align-items: center; | justify-content:center; | ||
justify-content: center; | padding:9px 14px; | ||
padding: | min-width:13ch; | ||
min-width: | border:1px solid #cfd7c9; | ||
border: 1px solid #cfd7c9; | border-radius:999px; | ||
border-radius: 999px | background:#fff; | ||
color:#2d5016; | |||
background | font-weight:600; | ||
color: #2d5016; | line-height:1.1; | ||
font-weight: 600; | text-decoration:none; | ||
line-height: 1.1; | |||
text-decoration: none | |||
} | } | ||
.mw-parser-output .lw-actions a { | |||
.lw-actions a | text-decoration:none !important; | ||
} | } | ||
.lw-actions a: | .mw-parser-output .lw-actions a:hover .pill { | ||
border-color:#9fb39a; | |||
box-shadow: | box-shadow:0 1px 4px rgba(0,0,0,.08); | ||
} | } |
Latest revision as of 06:48, 26 August 2025
.mw-parser-output .lw-actions { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:12px; margin:18px 0 28px 0; } .mw-parser-output .lw-actions .pill { display:inline-flex; align-items:center; justify-content:center; padding:9px 14px; min-width:13ch; border:1px solid #cfd7c9; border-radius:999px; background:#fff; color:#2d5016; font-weight:600; line-height:1.1; text-decoration:none; } .mw-parser-output .lw-actions a { text-decoration:none !important; } .mw-parser-output .lw-actions a:hover .pill { border-color:#9fb39a; box-shadow:0 1px 4px rgba(0,0,0,.08); }