Add new mark

This commit is contained in:
Jack-Myth 2020-03-17 13:03:38 +08:00
parent 938c30f67b
commit e19f1e6615
2 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ div[class^="gamelistbar_Container"]:after
background-position:-48px -31px;
background-size: calc(100% + 48px) calc(100% + 80px);
background-attachment: fixed;
filter: blur(5px);
/*TMC2:BeginGameListBlur*/filter: blur(5px);/*TMC2:EndGameListBlur*/
}
@ -163,7 +163,7 @@ div[class^="library_MainPanel"]:after
background-position:-48px -31px;
background-size: calc(100% + 48px) calc(100% + 80px);
background-attachment: fixed;
filter: blur(10px) brightness(60%);
/*TMC2:BeginMainContent*/filter: blur(10px) brightness(60%);/*TMC2:EndMainContent*/
}
div[class^="libraryhome_UpdatesContainer"]

View File

@ -1,8 +1,8 @@
#root
{
background: url("images/MainBG.jpg");
background-position: -240px -31px;
background-size: calc(100% + 240px) calc(100% + 80px);
background-position: -48px -31px;
background-size: calc(100% + 48px) calc(100% + 80px);
background-repeat: no-repeat;
}
@ -23,10 +23,10 @@ div[class^="gamelistbar_Container"]:after
bottom: 0;
z-index: -2;
background: url("images/MainBG.jpg");
background-position:-240px -31px;
background-size: calc(100% + 240px) calc(100% + 80px);
background-position:-48px -31px;
background-size: calc(100% + 48px) calc(100% + 80px);
background-attachment: fixed;
filter: blur(5px);
/*TMC2:BeginGameListBlur*/filter: blur(5px);/*TMC2:EndGameListBlur*/
}
@ -160,10 +160,10 @@ div[class^="library_MainPanel"]:after
bottom: 0;
z-index: -1;
background: url("images/MainBG.jpg");
background-position:-240px -31px;
background-size: calc(100% + 240px) calc(100% + 80px);
background-position:-48px -31px;
background-size: calc(100% + 48px) calc(100% + 80px);
background-attachment: fixed;
filter: blur(10px) brightness(60%);
/*TMC2:BeginMainContent*/filter: blur(10px) brightness(60%);/*TMC2:EndMainContent*/
}
div[class^="libraryhome_UpdatesContainer"]