Template:Home/Actions.css: Difference between revisions
Template page
More actions
Eloise Zomia (talk | contribs) Undo revision 214 by Eloise Zomia (talk) Tags: Undo Reverted |
Eloise Zomia (talk | contribs) Undo revision 355 by Eloise Zomia (talk) Tag: Undo |
||
| (9 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: 12px | margin:18px 0 28px 0; | ||
margin: 18px | |||
} | } | ||
.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: 9px 14px; | min-width:13ch; | ||
min-width: 13ch; | border:1px solid #cfd7c9; | ||
border: 1px solid #cfd7c9; | border-radius:999px; | ||
border-radius: 999px; | background:#fff; | ||
background: #fff; | color:#2d5016; | ||
color: #2d5016; | font-weight:600; | ||
font-weight: 600; | line-height:1.1; | ||
line-height: 1.1; | text-decoration:none; | ||
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: 0 1px | box-shadow:0 1px 4px rgba(0,0,0,.08); | ||
} | } | ||
Latest revision as of 15:02, 27 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);
}