User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
#p-personal ul | #p-personal ul | ||
{ | { | ||
padding | padding: 0px; | ||
} | } | ||
.vector-user-menu-legacy .vector-menu-content-list | .vector-user-menu-legacy .vector-menu-content-list | ||
{ | { | ||
padding | padding: 0px; | ||
background-color: #F08080; | background-color: #F08080; | ||
} | } |
Revision as of 21:02, 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);
}
/********************/
/* Navigation, User */
/********************/
#p-personal ul
{
padding: 0px;
}
.vector-user-menu-legacy .vector-menu-content-list
{
padding: 0px;
background-color: #F08080;
}
/********************/
/* Navigation, Side */
/********************/
#mw-panel
{
position: absolute;
top: 5em;
left: 0;
width: 10em;
}
}