MediaWiki:Common.css: Difference between revisions
From Zaparoo Wiki
No edit summary |
No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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(226, 22, 178) 50%, rgb(0, 144, 255) 100%); | |||
border-image-slice: 100%; | |||
border-image-slice: 1; | |||
} | } | ||
# | @media screen and (min-width: 768px) { | ||
#toc.toc { | |||
float: none; | |||
} | |||
} | } | ||
.mw-wiki-logo { | |||
background-position: center center; | |||
background- | |||
} | } | ||
Latest revision as of 23:54, 29 November 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(226, 22, 178) 50%, rgb(0, 144, 255) 100%);
border-image-slice: 100%;
border-image-slice: 1;
}
@media screen and (min-width: 768px) {
#toc.toc {
float: none;
}
}
.mw-wiki-logo {
background-position: center center;
}