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 classes for News indicator positioning for logged out users */
@media only screen and (min-width: 701px) {
.indicator-right {
position: relative;
}
.indicator-right .mw-indicators.mw-body-content {
position: absolute;
000
1:0
Return to MediaWiki:Common.css.