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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.mw-parser-output .lw-actions { | |||
.lw-actions { | display:flex; | ||
justify-content:center; | |||
align-items:center; | |||
flex-wrap:wrap; | |||
gap:12px; | |||
margin:18px 0 28px 0; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
flex-wrap: wrap; | |||
gap: 12px | |||
margin: 18px | |||
} | } | ||
.mw-parser-output .lw-actions .pill { | |||
.lw-actions | display:inline-flex; | ||
align-items:center; | |||
justify-content:center; | |||
border | 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; | ||
.lw-actions a | |||
} | } | ||
.mw-parser-output .lw-actions a:hover .pill { | |||
border-color:#9fb39a; | |||
. | box-shadow:0 1px 4px rgba(0,0,0,.08); | ||
.lw-actions a | |||
. | |||
border-color: # | |||
} | } |
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); }