MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
background-size: cover; | background-size: cover; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
.vector-header-container { | |||
background: | |||
linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%), | |||
url('resources/assets/GrazingField.png'); | |||
background-size: cover; | |||
background-attachment: fixed; | |||
} | |||
.mw-header { | |||
background: | |||
linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%), | |||
url('resources/assets/GrazingField.png'); | |||
background-size: cover; | |||
background-attachment: fixed; | |||
} | |||
@media screen and (max-width: 2000px) { | |||
.mw-page-container { | |||
background: url('resources/assets/Content-1080p-3.png'); | |||
background-position: top; | |||
background-repeat: repeat-y; | |||
background-attachment: fixed; | |||
} | |||
} | } | ||
Revision as of 20:20, 21 October 2024
/* CSS placed here will be applied to all skins */
body {
background:
linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%),
url('resources/assets/GrazingField.png');
background-size: cover;
background-attachment: fixed;
}
.vector-header-container {
background:
linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%),
url('resources/assets/GrazingField.png');
background-size: cover;
background-attachment: fixed;
}
.mw-header {
background:
linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%),
url('resources/assets/GrazingField.png');
background-size: cover;
background-attachment: fixed;
}
@media screen and (max-width: 2000px) {
.mw-page-container {
background: url('resources/assets/Content-1080p-3.png');
background-position: top;
background-repeat: repeat-y;
background-attachment: fixed;
}
}
/*
body { background-color: #e6e6e6; }
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }
#bodyContent { background-color: #f2f2f2; }
#firstHeading { background-color: #f2f2f2; }
#catlinks { background-color: #f2f2f2; }
#mw-head-base { background-color: #f2f2f2; }
#mw-panel { background-color: #f2f2f2; }
.mw-collapsible .mw-collapsible-toggle {
float: left;
}
.mw-collapsible-toggle-default::before,
.mw-collapsible-toggle-default::after {
display: none;
}
*/