From e19f1e6615293f7c6973b71bdfd827df6a3ca10a Mon Sep 17 00:00:00 2001 From: Jack-Myth Date: Tue, 17 Mar 2020 13:03:38 +0800 Subject: [PATCH] Add new mark --- .../steamui/skins/Threshold Miku/main.css | 4 ++-- steamui/skins/Threshold Miku/main.css | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Customization/Collapsed Sidebar/steamui/skins/Threshold Miku/main.css b/Customization/Collapsed Sidebar/steamui/skins/Threshold Miku/main.css index 0cab428..538f81c 100644 --- a/Customization/Collapsed Sidebar/steamui/skins/Threshold Miku/main.css +++ b/Customization/Collapsed Sidebar/steamui/skins/Threshold Miku/main.css @@ -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"] diff --git a/steamui/skins/Threshold Miku/main.css b/steamui/skins/Threshold Miku/main.css index 6271380..538f81c 100644 --- a/steamui/skins/Threshold Miku/main.css +++ b/steamui/skins/Threshold Miku/main.css @@ -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"]