Skip to content

Custom background by shishiostyles

Screenshot of Custom background

Details

Authorshishiostyles

LicenseNo License

Categoryhttps://myanimelist.net/

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Custom Background for MyAnimeList
@namespace      Shishio
@version        3
@description    What the name says :D 
@author         Shishio-kun @MyAnimeList
==/UserStyle== */


@-moz-document regexp(".*myanimelist\\.net/(?!animelist|mangalist|editlist).*") 
{ 


/* CHANGE MAIN BACKGROUND HERE

note to editors: html:after can replace body:after too
*/ 
.page-common #headerSmall,
body:after
{

background-image: url(https://imgur.com/i4iJpX3.png) !important;

background-attachment: fixed !important;
background-size: cover !important;
background-color: inherit !important;
background-position: top center !important;
}
  
   
/* OTHER CODES
Please don't touch these unless you know what you're doing or been directed to.
    
note to editors: html:after can replace body:after too
*/   

.dark-mode .ownlist_style_theme .customize-content-left{
background:#1A1A1A;
}


body:after  {
content: "";
display: block !important;

background-size: cover;
height: 100% !important;
width: 100% !important;
position: fixed !important;
top: 0px !important;  
left: 0px !important;
z-index: -3 !Important;
}  


.page-common #headerSmall>a.link-mal-logo {
    background-image: url(https://imgur.com/xsmIYYM.png) !important;
    background-repeat: no-repeat;
    background-position: top left;
}
    .page-common #header-menu .header-menu-unit:nth-of-type(2),
    .dark-mode .page-common #header-menu .header-menu-unit:nth-of-type(2) ,
    .page-common #header-menu .header-menu-unit:nth-of-type(4),
    .dark-mode .page-common #header-menu .header-menu-unit:nth-of-type(4) ,
    .page-common #header-menu .header-menu-unit:nth-of-type(6),
    .dark-mode .page-common #header-menu .header-menu-unit:nth-of-type(6) {
        background-color: transparent !important;}


}

Reviews

No reviews yet.