MediaWiki
Common.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
html { /*global CSS variables*/
--main-color: #8b0024;
--second-color: #e05176;
--button-color: #367fa9;
--link-color: #0099db;
--radius: 5px;
}
html {
scroll-behavior: smooth;
scroll-padding: calc(110px + 2rem);
}
:has(:target) {
scroll-padding: calc(110px + 2rem);
}
/* Temporary template:anchor_link parent positioning until TemplateData adds :has() support */
:has(> a > span.anchor-visible) {
position: relative;
000
1:0
Return to MediaWiki:Common.css.