2020.4.20 21:52

This commit is contained in:
JackMyth 2020-04-20 21:52:54 +08:00
parent b1e570f553
commit c7d27c69fd
1 changed files with 6 additions and 0 deletions

View File

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