User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
/* This controls the page colour directly behind the top navigation */ | |||
#mw-page-base { | |||
background-color: #F08080; | |||
height: 5em; | |||
} | } | ||
Revision as of 20:49, 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: #F08080;
height: 5em;
}
/*******************/
/* Navigation, Top */
/*******************/
#mw-head
{
position: absolute;
top: 0;
right: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0);
}
}