MediaWiki:Common.css: Difference between revisions
Appearance
RikThePixel (talk | contribs) No edit summary |
RikThePixel (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
justify-content: center; | justify-content: center; | ||
background-color: var(--background-color-interactive); | background-color: var(--background-color-interactive); | ||
} | } | ||
| Line 20: | Line 19: | ||
flex: 1; | flex: 1; | ||
padding: 0.75rem 1rem; | padding: 0.75rem 1rem; | ||
text-color: var(--color-base); | |||
} | } | ||
Revision as of 22:55, 6 January 2026
.scamp-link-button {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--background-color-interactive);
}
.scamp-link-button:hover {
background-color: var(--background-color-interactive--hover);
}
.scamp-link-button > p {
display: contents;
margin: 0;
}
.scamp-link-button > p > a {
text-align: center;
flex: 1;
padding: 0.75rem 1rem;
text-color: var(--color-base);
}
.scamp-link-button > p > a.external {
background-image: none;
padding: 0.75rem 1rem;
}