User:Bongolium500/fandomdesktop.css: Difference between revisions

From Jenny Everywhere Wiki
No edit summary
No edit summary
Line 1: Line 1:
body {
/* suppress header background*/
    background: url(https://static.wikia.nocookie.net/jennyeverywhere/images/0/08/Site-background-dark/revision/latest?cb=20210721225415);
 
     /*background-position: 50% 20%;*/
.fandom-community-headerbackground {
     background-size: cover;
     background-image: none;
     background-repeat: no-repeat;
}
     background-attachment: fixed;
 
.fandom-community-headerbackground::before {
     background-image: none;
     background-color: none;
     background: none;
}
}

Revision as of 13:17, 26 July 2021

/* suppress header background*/

.fandom-community-headerbackground {
    background-image: none;
}

.fandom-community-headerbackground::before {
    background-image: none;
    background-color: none;
    background: none;
}