MediaWiki:Common.css: Difference between revisions
From Zaparoo Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.bg-ws { | .bg-ws { | ||
Line 15: | Line 9: | ||
} | } | ||
@media screen and (min-width: 768px) { | |||
# | #toc.toc { | ||
float: none; | |||
} | } | ||
} | } | ||
Revision as of 14:02, 28 July 2024
/* CSS placed here will be applied to all skins */
.bg-ws {
background-color: #080F24;
border-bottom: 4px solid transparent;
border-image: linear-gradient(to right, rgb(255, 185, 69) 0%, rgb(255, 97, 0) 20%, rgb(255, 12, 64) 40%, rgb(222, 0, 193) 60%, rgb(124, 20, 255) 80%, rgb(0, 144, 255) 100%);
border-image-slice: 100%;
border-image-slice: 1;
}
@media screen and (min-width: 768px) {
#toc.toc {
float: none;
}
}