Add new mark
This commit is contained in:
parent
938c30f67b
commit
e19f1e6615
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue