If you plan to make a YouTube video or other content using bootlegs downloaded from our site, although we can't and won't force you to do anything, we greatly appreciate attribution for the large amounts of time and effort we spend finding these bootlegs. Thank you!
MediaWiki:Vector.css: Difference between revisions
(test) |
(No difference)
|
Revision as of 07:13, 1 June 2024
/* All CSS here will be loaded for users of the Vector skin */
body.skin-vector-legacy {
background-position: top left;
background-repeat: repeat-x;
background-size: 100% 5em;
background-color: rgb(238, 235, 245);
background-image: linear-gradient(#FFFFFF 2.5em,rgb(238, 235, 245) 5em);
}
body.skin-vector-legacy #mw-page-base {
background: none;
background-image: none;
}
/*body.skin-vector-legacy .vector-menu-tabs .mw-list-item {
background-image: linear-gradient(to top, #77c1f6 0, #e8f2f8 1px, #e8f2f8 50%, rgba(255,255,255,0) 100%);
}
body.skin-vector-legacy .vector-menu-tabs .selected {
background: none;
background-image: linear-gradient(to top, #ffffff 0, #fff 50%, rgba(255,255,255,0) 100%);
}*/