User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
/* This controls the page colour directly behind the top navigation */ | /* This controls the page colour directly behind the top navigation */ | ||
#mw-page-base { | #mw-page-base { | ||
background-color: | background-color: rgba(0, 0, 0, 0); | ||
background-image: none; | background-image: none; | ||
background-position: unset; | background-position: unset; |
Revision as of 20:53, 15 September 2024
@media screen
{
/*************/
/* Main Page */
/*************/
body
{
background-image: url("https://waifu2x.booru.pics/outfiles/f0f2bd6acf60323030b700417f61dfba7f40cbb6_s2_n0_y1.png");
background-size:cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
/* This controls the page colour directly behind the top navigation */
#mw-page-base {
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-position: unset;
height: 5em;
}
/*******************/
/* Navigation, Top */
/*******************/
#mw-head
{
position: absolute;
top: 0;
right: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0);
}
}