diff --git a/steamui/skins/Threshold Miku/main.css b/steamui/skins/Threshold Miku/main.css index ecc7880..973a7db 100644 --- a/steamui/skins/Threshold Miku/main.css +++ b/steamui/skins/Threshold Miku/main.css @@ -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*/ }