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;
}
/* TEMPORARY until skin update */
.content {
border-left: none;
border-top: 5px solid var(--red);
border-bottom: 5px solid var(--red);
}
/* Temporary classes for News indicator positioning for logged out users */
000
1:0
Return to MediaWiki:Common.css.