├── .editorconfig ├── LICENSE ├── README.md ├── assets ├── frappe.png ├── latte.png ├── macchiato.png ├── mocha.png └── ss.png ├── install.sh └── themes ├── frappe ├── custom.styles └── resource │ └── webkit.css ├── latte ├── custom.styles └── resource │ └── webkit.css ├── macchiato ├── custom.styles └── resource │ └── webkit.css └── mocha ├── custom.styles └── resource └── webkit.css /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig helps developers define and maintain consistent 2 | # coding styles between different editors and IDEs 3 | # EditorConfig is awesome: https://EditorConfig.org 4 | 5 | root = true 6 | 7 | [*] 8 | charset = utf-8 9 | indent_size = 2 10 | indent_style = space 11 | end_of_line = lf 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | # go 16 | [*.go] 17 | indent_style = tab 18 | indent_size = 4 19 | 20 | # python 21 | [*.{ini,py,py.tpl,rst}] 22 | indent_size = 4 23 | 24 | # rust 25 | [*.rs] 26 | indent_size = 4 27 | 28 | # documentation, utils 29 | [*.{md,mdx,diff}] 30 | trim_trailing_whitespace = false 31 | 32 | # windows shell scripts 33 | [*.{cmd,bat,ps1}] 34 | end_of_line = crlf 35 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Catppuccin 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
Copyright © 2021-present Catppuccin Org 13 | -------------------------------------------------------------------------------- /assets/frappe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/steam/9506ade7008b2cf5a94d54d27e3a28a03fee493e/assets/frappe.png -------------------------------------------------------------------------------- /assets/latte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/steam/9506ade7008b2cf5a94d54d27e3a28a03fee493e/assets/latte.png -------------------------------------------------------------------------------- /assets/macchiato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/steam/9506ade7008b2cf5a94d54d27e3a28a03fee493e/assets/macchiato.png -------------------------------------------------------------------------------- /assets/mocha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/steam/9506ade7008b2cf5a94d54d27e3a28a03fee493e/assets/mocha.png -------------------------------------------------------------------------------- /assets/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/steam/9506ade7008b2cf5a94d54d27e3a28a03fee493e/assets/ss.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -euo pipefail 3 | IFS=$'\n\t' 4 | 5 | rose="\033[38;2;237;135;150m" 6 | orange="\033[38;2;245;169;127m" 7 | peach="\033[38;2;238;212;159m" 8 | green="\033[38;2;166;218;149m" 9 | blue="\033[38;2;125;196;228m" 10 | pink="\033[38;2;198;160;246m" 11 | white="\033[38;2;255;255;255m" 12 | 13 | function welcome() { 14 | echo -e "${rose} ⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣴⣶⣶⣿⣿⣿⣿⣷⣶⣦⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀" 15 | echo -e "${orange}⠀⠀⠀⠀⠀⠀⣠⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣄⠀⠀⠀⠀⠀⠀" 16 | echo -e "${peach}⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠿⢿⣿⣿⣷⣄⠀⠀⠀⠀" 17 | echo -e "${green}⠀⠀⢠⣾⣿⣿⠀⠀⠀⠉⠛⢿⣿⠿⠿⠿⠿⠿⢿⠟⠁⠀⠀⠀⢿⣿⣿⣿⣷⡀⠀⠀" 18 | echo -e "${blue}⠀⢠⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⡄⠀" 19 | echo -e "${pink}⢀⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣷⠀" 20 | echo -e "${rose}⢸⣿⣿⣿⣿⡿⠁⠀⠀⠀⠀⠀${white}⣠⣶⠶⣶⡄⠀⠀⢠⠾⠿⠶⡄⠀${rose}⠈⢿⣿⣿⣿⣿⡇" 21 | echo -e "${orange}⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀${white}⠋⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀${orange}⠘⣿⣿⣿⣿⣷" 22 | echo -e "${peach}⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀${pink}⠘⠻⠟⠀⠀⠀⠀⠀⠀⠀${peach}⣿⣿⣿⣿⡿" 23 | echo -e "${green}⢹⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀${white}⠐⠦⠴⠓⠚⠀⠀⠀⠀⠀${green}⢠⣿⣿⣿⣿⡇" 24 | echo -e "${blue}⠈⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣾⣿⣿⣿⡿⠀" 25 | echo -e "${pink}⠀⠘⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣿⣿⣿⣿⣿⠃⠀" 26 | echo -e "${rose}⠀⠀⠘⢿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⢠⣀⡀⣀⡀⠀⢰⣿⣿⣿⣿⣿⡿⠁⠀⠀" 27 | echo -e "${orange}⠀⠀⠀⠀⠻⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀${rose}⠸⣿⠟⠻⠇⠀⠀⣿⣿⣿⡿⠋⠀⠀⠀⠀" 28 | echo -e "${peach}⠀⠀⠀⠀⠀⠀⠙⠿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠟⠋⠀⠀⠀⠀⠀⠀${white}" 29 | echo 30 | echo "Welcome to Catppuccin for steam!" 31 | echo "Let's get your theme set up :3 " 32 | echo 33 | } 34 | 35 | function install-theme() { 36 | flavors=( 37 | 'frappe' 38 | 'latte' 39 | 'mocha' 40 | 'macchiato' 41 | ) 42 | 43 | PS3="Please select a flavor (TIP: You can input a number if you'd like): " 44 | select opt in "${flavors[@]}"; do 45 | if [[ -n $opt ]]; then 46 | break 47 | else 48 | echo "Please input a valid flavor!" 49 | fi 50 | done 51 | 52 | steamdirs=( 53 | "$HOME/.steam" 54 | "$HOME/.var/app/com.valvesoftware.Steam/.steam/" 55 | ) 56 | 57 | for dir in "${steamdirs[@]}"; do 58 | if [ -d "$dir" ]; then 59 | read -p "Would you like to remove any previous installation of Catppuccin? [y/n] " -n 1 -r 60 | echo 61 | if [[ $REPLY =~ ^[Yy]$ ]]; then 62 | rm -fr "$dir/steam/skins/Catppuccin-"* 63 | fi 64 | cd "$(mktemp -d)" 65 | mkdir -p "$dir/steam/skins/Catppuccin-$opt" 66 | install_path="$dir/steam/skins/Catppuccin-$opt" 67 | git clone https://github.com/minischetti/metro-for-steam "$install_path" 68 | git clone https://github.com/redsigma/UPMetroSkin 69 | cp -r UPMetroSkin/"Unofficial 4.x Patch"/"Main Files [Install First]"/* "$install_path" 70 | curl --url "https://raw.githubusercontent.com/catppuccin/steam/main/themes/$opt/resource/webkit.css" -o "$install_path/resource/webkit.css" 71 | curl --url "https://raw.githubusercontent.com/catppuccin/steam/main/themes/$opt/custom.styles" -o "$install_path/custom.styles" 72 | echo "Thanks for installing Catppuccin $opt for Steam :3" 73 | break 74 | else 75 | echo "Sorry, i couldn't find your steam installation." 76 | echo "Please input the path to your steam install" 77 | echo "e.g. $HOME/steam" 78 | read -r -p "==> " steam 79 | read -p "Would you like to remove any previous installation of Catppuccin? [y/n] " -n 1 -r 80 | echo 81 | if [[ $REPLY =~ ^[Yy]$ ]]; then 82 | rm -fr "$steam/steam/skins/[cC]atppuccin-"* 83 | fi 84 | cd "$(mktemp -d)" 85 | mkdir -p "$steam/steam/skins/Catppuccin-$opt" 86 | install_path="$steam/steam/skins/Catppuccin-$opt" 87 | git clone https://github.com/minischetti/metro-for-steam "$install_path" 88 | git clone https://github.com/redsigma/UPMetroSkin 89 | cp -r UPMetroSkin/"Unofficial 4.x Patch"/"Main Files [Install First]"/* "$install_path" 90 | curl --url "https://raw.githubusercontent.com/catppuccin/steam/main/themes/$opt/resource/webkit.css" -o "$install_path/resource/webkit.css" 91 | curl --url "https://raw.githubusercontent.com/catppuccin/steam/main/themes/$opt/custom.styles" -o "$install_path/custom.styles" 92 | echo "Thanks for installing Catppuccin $opt for Steam :3" 93 | fi 94 | done 95 | } 96 | 97 | declare -A install_command 98 | dependencies=("curl" "git") 99 | install_command=( 100 | ["apt-get"]="sudo apt-get install" 101 | ["dnf"]="sudo dnf install" 102 | ["emerge"]="sudo emerge -a" 103 | ["nix-shell"]="nix-shell -p" 104 | ["pacman"]="sudo pacman -S" 105 | ["cave"]="cave resolve" 106 | ["apk"]="apk add" 107 | ["xbps-install"]="xbps-install" 108 | ["brew"]="brew install" 109 | ) 110 | 111 | function check_dependencies() { 112 | local pm="$1" 113 | local missing=() 114 | 115 | for package in "${dependencies[@]}"; do 116 | if ! command -v "$package" &>/dev/null; then 117 | missing+=("$package") 118 | fi 119 | done 120 | 121 | if [ "${#missing[@]}" -gt 0 ]; then 122 | echo "==> The following packages are missing:" 123 | echo "${missing[@]}" 124 | echo "" 125 | echo "==> Please install them with:" 126 | echo "> ${install_command[$pm]}" "${missing[@]}" 127 | exit 1 128 | else 129 | clear 130 | welcome 131 | install-theme 132 | fi 133 | } 134 | 135 | if command -v apt-get &>/dev/null; then 136 | check_dependencies "apt-get" 137 | elif command -v dnf &>/dev/null; then 138 | check_dependencies "dnf" 139 | elif command -v emerge &>/dev/null; then 140 | check_dependencies "emerge" 141 | elif command -v nix-shell &>/dev/null; then 142 | check_dependencies "nix-shell" 143 | elif command -v pacman &>/dev/null; then 144 | check_dependencies "pacman" 145 | elif command -v cave &>/dev/null; then 146 | check_dependencies "cave" 147 | elif command -v apk &>/dev/null; then 148 | check_dependencies "apk" 149 | elif command -v xbps-install &>/dev/null; then 150 | check_dependencies "xbps-install" 151 | elif command -v eopkg &>/dev/null; then 152 | check_dependencies "eopkg" 153 | elif command -v brew &>/dev/null; then 154 | check_dependencies "brew" 155 | else 156 | echo "==> Couldn't determine your package manager, install hints unavailable." 157 | echo "==> Please install the following packages, before running the script again:" 158 | echo ">" "${dependencies[@]}" 159 | exit 1 160 | fi 161 | -------------------------------------------------------------------------------- /themes/frappe/custom.styles: -------------------------------------------------------------------------------- 1 | "custom.styles"{ 2 | colors{ 3 | //===Base Catpuccin Colors (frappe)===// 4 | Rosewater="242 213 207 255" 5 | Flamingo="238 190 190 255" 6 | Pink="244 184 228 255" 7 | Mauve="202 158 230 255" 8 | Red="231 130 132 255" 9 | Maroon="234 153 156 255" 10 | Peach="239 159 118 255" 11 | Yellow="229 200 144 255" 12 | Green="166 209 137 255" 13 | Teal="129 200 190 255" 14 | Sky="153 209 219 255" 15 | Sapphire="133 193 220 255" 16 | Blue="140 170 238 255" 17 | Lavender="186 187 241 255" 18 | Text="198 208 245 255" 19 | Subtext1="181 191 226 255" 20 | Subtext0="165 173 206 255" 21 | Overlay2="148 156 187 255" 22 | Overlay1="131 139 167 255" 23 | Overlay0="115 121 148 255" 24 | Surface2="98 104 128 255" 25 | Surface1="81 87 109 255" 26 | Surface0="65 69 89 255" 27 | Base="48 52 70 255" 28 | Mantle="41 44 60 255" 29 | Crust="35 38 52 255" 30 | Focus="255 255 255 255" 31 | 32 | 33 | ///////////////////////// 34 | //===Specific Colors===// 35 | W10close_Red_h=Red 36 | W10close_Red_p=Red 37 | 38 | Grey1="40 40 40 255" 39 | Grey2="48 48 48 255" 40 | Grey3="75 75 75 255" 41 | 42 | green50="87 119 15 255" 43 | green=Green 44 | green_bright="0 255 0 255" 45 | 46 | ///////////////////////////////////// 47 | //======Base Background Color======// 48 | ClientBG=Base 49 | ClientBGTransparent=Base 50 | 51 | 52 | ///////////////////////// 53 | //======Scrollbar======// 54 | scroll=Overlay0 55 | scroll_a=Overlay2 56 | 57 | 58 | //////////////////// 59 | //======Text======// 60 | text=Text 61 | text_a=Rosewater 62 | url=Text 63 | url_a=Rosewater 64 | 65 | 66 | ///////////////////////////// 67 | //======Friends Panel======// 68 | // Not entirely sure what this does so I'll set everything to default text color 69 | Friends_InGame=Text 70 | Friends_Online=Text 71 | Friends_Offline=Text 72 | Friends_Golden=Text 73 | 74 | /////////////////////////////////////// 75 | //======Nickname/Balance Button======// 76 | ingameNick=Friends_InGame 77 | onlineNick=Friends_Online 78 | offlineNick=Friends_Offline 79 | 80 | // I won't change the ones that are set to none (for now) 81 | bgIngameNick=none 82 | bgOnlineNick=none 83 | bgOfflineNick=none 84 | 85 | bgIngameNearAvatar=Friends_InGame 86 | bgOnlineNearAvatar=Friends_Online 87 | bgOfflineNearAvatar=Friends_Offline 88 | 89 | textCash=Subtext0 90 | bgTextCash=none 91 | 92 | 93 | //////////////////////////////////// 94 | //======Steam Windows Border======// 95 | // Not changing for now, again, not sure how it would impact thngs 96 | frameBorder="15 15 15 255" 97 | frameBorder_a=frameBorder 98 | 99 | 100 | ////////////////////////////////// 101 | //======Top Bar Background======// 102 | Header_Dark=Base 103 | 104 | /////////////////////////////// 105 | //======Top Bar Buttons======// 106 | // TODO: I can't figure out how to make it highlight the one you have selected when you hover over it 107 | mainButton=Rosewater 108 | mainButton_h=Subtext0 // Main button hover 109 | mainButton_c=Subtext1 // Main button selected 110 | mainButton_d=Surface0 // I literally haven't the foggiest idea????? 111 | 112 | 113 | //////////////////////////////// 114 | //======Drop Menus===========// 115 | bgMenu=ClientBG 116 | 117 | itemMenu=Text 118 | itemMenu_a=Rosewater 119 | 120 | bgItemMenu=none 121 | bgItemMenu_a=none 122 | 123 | 124 | ////////////////////////////////// 125 | //======Tooltip Panel===========// 126 | titleToolTip=Text 127 | bgToolTip=ClientBG 128 | 129 | textToolTip=Subtext0 130 | bgTitleToolTip=none 131 | bgTextToolTip=none 132 | 133 | 134 | /////////////////////////////////////// 135 | //======Library Game/Music List======// 136 | bgGameList=Mantle 137 | bgMusicList=bgGameList 138 | 139 | game_installed=Text 140 | game_installed_hover=Subtext1 141 | game_installed_selected=Subtext0 142 | 143 | game_shortcut=game_installed 144 | game_shortcut_hover=game_installed_hover 145 | game_shortcut_selected=game_installed_selected 146 | 147 | game_mod=game_installed 148 | game_mod_hover=game_installed_hover 149 | game_mod_selected=game_installed_selected 150 | 151 | game_uninstalled=Subtext0 152 | game_uninstalled_hover=Subtext1 153 | game_uninstalled_selected=Text 154 | 155 | game_run=Focus 156 | game_run_hover=Focus 157 | game_run_selected=white 158 | 159 | 160 | //////////////////////////////////////// 161 | //======Steam Detail View Panels======// 162 | bgPanel=Mantle 163 | bgLaunchPanel=bgPanel 164 | 165 | titleGame=Subtext1 166 | bgTitleGame=none 167 | 168 | //Launch 169 | lastplayedLaunchPanel=text 170 | timeLaunchPanel=White75 171 | 172 | //Friends 173 | titleFriendsPanel=Subtext1 174 | bgTitleFriendsPanel=none 175 | 176 | //Achievements 177 | titleAchievementPanel=Subtext1 178 | bgTitleAchievementPanel=none 179 | 180 | recentAchievementPanel=Text 181 | bgRecentAchievementPanel=none 182 | 183 | progressAchievementPanel=Text 184 | bgProgressAchievementPanel=Focus 185 | 186 | //Workshop 187 | itemWorkshopPanel=Text 188 | bgItemWorkshopPanel=Crust 189 | 190 | //DLC 191 | textDLCPanel=Text 192 | highlightDLCPanel=Subtext1 193 | installedDLCPanel=Subtext0 194 | uninstalledDLCPanel=Text 195 | 196 | //News 197 | titleNewsPanel=Subtext1 198 | bgTitleNewsPanel=none 199 | 200 | textAuthorNewsPanel=text 201 | bgAuthorNewsPanel=none 202 | 203 | textNewsPanel=Text 204 | urlTextNewsPanel=textNewsPanel 205 | urlTextNewsPanel_a=Rosewater 206 | boldTextNewsPanel=Focus 207 | 208 | overlay_bgTitleNewsPanel=none 209 | overlay_titleNewsPanel=Subtext0 210 | overlay_titleNewsPanel_a=Rosewater 211 | overlay_authorNewsPanel=Subtext1 212 | 213 | 214 | ///////////////////////////////////////////////////////// 215 | //======Steam Detail View Links/Custom Categories======// 216 | titleColumn=Subtext1 217 | bgTitleColumn=none 218 | 219 | textColumn=Text 220 | textColumn_a=Rosewater 221 | bgTextColumn=none 222 | bgTextColumn_a=Rosewater 223 | tagColumn=White50 224 | bgTagColumn=none 225 | 226 | /////////////////////////////// 227 | //======Steam Grid View======// 228 | gridInstalled=Friends_Online 229 | gridRunning=Friends_InGame 230 | gridUninstalled=none 231 | gridUpdating=Focus 232 | gridShortcut=White 233 | gridMod=Friends_Golden 234 | 235 | ////////////////////////// 236 | //======List Panel======// 237 | bgList_a=Overlay0 238 | bgHeaderList=Overlay1 239 | bgHeaderList_a=bgHeaderList 240 | 241 | textHeaderList=Text 242 | textHeaderList_a=Rosewater 243 | 244 | textList=Text 245 | textList_a=Rosewater 246 | textList_d=Text 247 | 248 | 249 | ////////////////////////////////////////////// 250 | //======Divider / List Panel Separator======// 251 | Dividers=Lavender 252 | Separators=frameBorder 253 | 254 | 255 | ////////////////////////////// 256 | //======Downloads Page======// 257 | appName=text 258 | bgAppName=none 259 | 260 | statusDownload=text 261 | bgStatusDownload=none 262 | 263 | 264 | //////////////////////////////// 265 | //======Overlay Elements======// 266 | OverlayBackground="0 0 0 127.5" 267 | OverlayPanels="0 0 0 127.5" 268 | OverlayClock="255 255 255 255" 269 | 270 | 271 | /////////////////////////////////////// 272 | //======Compact Overlay Buttons======// 273 | OverlaySideButtons="255 255 255 255" 274 | OverlaySideButtons_h="255 255 255 144.75" 275 | OverlaySideButtons_c="255 255 255 144.75" 276 | OverlayHover05="255 255 255 12.75" 277 | 278 | 279 | ///////////////////////////// 280 | //======Notifications======// 281 | notifBG=ClientBG 282 | notifOverlayBG="5 5 5 229.5" 283 | 284 | 285 | ////////////////////////////////// 286 | //======Chat Window border======// 287 | chatframe=white50 288 | 289 | 290 | ////////////////////////// 291 | //======Search Bar======// 292 | TextEntry=Text 293 | 294 | 295 | ///////////////////////////////////////////////// 296 | //======Recent/Installed/Tools Categories======// 297 | CategoryBG=none 298 | CategoryText=Focus 299 | 300 | 301 | /////////////////////////////////////// 302 | //======URL Secure / Not Secure======// 303 | SecureURL=Rosewater 304 | NotSecureURL=Rosewater 305 | } 306 | } 307 | -------------------------------------------------------------------------------- /themes/latte/custom.styles: -------------------------------------------------------------------------------- 1 | // TODO: Latte theme is broken, because I can't figure out how to change the 2 | // buttons on the top bar 3 | 4 | // For now, I'm just darkening the top bar 5 | 6 | "custom.styles"{ 7 | colors{ 8 | //===Base Catpuccin Colors (macchiato)===// 9 | Rosewater="220 138 120 255" 10 | Flamingo="221 120 120 255" 11 | Pink="234 118 203 255" 12 | Mauve="136 57 239 255" 13 | Red="210 15 57 255" 14 | Maroon="230 69 83 255" 15 | Peach="254 100 11 255" 16 | Yellow="223 142 29 255" 17 | Green="64 160 43 255" 18 | Teal="23 146 153 255" 19 | Sky="4 165 229 255" 20 | Sapphire="32 159 181 255" 21 | Blue="30 102 245 255" 22 | Lavender="114 135 253 255" 23 | Text="76 79 105 255" 24 | Subtext1="92 95 119 255" 25 | Subtext0="108 111 133 255" 26 | Overlay2="124 127 147 255" 27 | Overlay1="140 143 161 255" 28 | Overlay0="156 160 176 255" 29 | Surface2="172 176 190 255" 30 | Surface1="188 192 204 255" 31 | Surface0="204 208 218 255" 32 | Base="239 241 245 255" 33 | Mantle="230 233 239 255" 34 | Crust="220 224 232 255" 35 | Focus="255 255 255 255" 36 | 37 | 38 | ///////////////////////// 39 | //===Specific Colors===// 40 | W10close_Red_h=Red 41 | W10close_Red_p=Red 42 | 43 | Grey1="40 40 40 255" 44 | Grey2="48 48 48 255" 45 | Grey3="75 75 75 255" 46 | 47 | green50="87 119 15 255" 48 | green=Green 49 | green_bright="0 255 0 255" 50 | 51 | ///////////////////////////////////// 52 | //======Base Background Color======// 53 | ClientBG=Surface2 54 | ClientBGTransparent=Surface2 55 | 56 | 57 | ///////////////////////// 58 | //======Scrollbar======// 59 | scroll=Overlay0 60 | scroll_a=Overlay2 61 | 62 | 63 | //////////////////// 64 | //======Text======// 65 | text=Text 66 | text_a=Rosewater 67 | url=Text 68 | url_a=Rosewater 69 | 70 | 71 | ///////////////////////////// 72 | //======Friends Panel======// 73 | // Not entirely sure what this does so I'll set everything to default text color 74 | Friends_InGame=Text 75 | Friends_Online=Text 76 | Friends_Offline=Text 77 | Friends_Golden=Text 78 | 79 | /////////////////////////////////////// 80 | //======Nickname/Balance Button======// 81 | ingameNick=Friends_InGame 82 | onlineNick=Friends_Online 83 | offlineNick=Friends_Offline 84 | 85 | // I won't change the ones that are set to none (for now) 86 | bgIngameNick=none 87 | bgOnlineNick=none 88 | bgOfflineNick=none 89 | 90 | bgIngameNearAvatar=Friends_InGame 91 | bgOnlineNearAvatar=Friends_Online 92 | bgOfflineNearAvatar=Friends_Offline 93 | 94 | textCash=Subtext0 95 | bgTextCash=none 96 | 97 | 98 | //////////////////////////////////// 99 | //======Steam Windows Border======// 100 | // Not changing for now, again, not sure how it would impact thngs 101 | frameBorder="15 15 15 255" 102 | frameBorder_a=frameBorder 103 | 104 | 105 | ////////////////////////////////// 106 | //======Top Bar Background======// 107 | Header_Dark=Base 108 | 109 | /////////////////////////////// 110 | //======Top Bar Buttons======// 111 | // TODO: I can't figure out how to make it highlight the one you have selected when you hover over it 112 | mainButton=Rosewater 113 | mainButton_h=Subtext0 // Main button hover 114 | mainButton_c=Subtext1 // Main button selected 115 | mainButton_d=Subtext1 // I literally haven't the foggiest idea????? 116 | 117 | 118 | //////////////////////////////// 119 | //======Drop Menus===========// 120 | bgMenu=Base 121 | 122 | itemMenu=Text 123 | itemMenu_a=Rosewater 124 | 125 | bgItemMenu=none 126 | bgItemMenu_a=none 127 | 128 | 129 | ////////////////////////////////// 130 | //======Tooltip Panel===========// 131 | titleToolTip=Text 132 | bgToolTip=Base 133 | 134 | textToolTip=Subtext0 135 | bgTitleToolTip=none 136 | bgTextToolTip=none 137 | 138 | 139 | /////////////////////////////////////// 140 | //======Library Game/Music List======// 141 | bgGameList=Mantle 142 | bgMusicList=bgGameList 143 | 144 | game_installed=Text 145 | game_installed_hover=Subtext1 146 | game_installed_selected=Subtext0 147 | 148 | game_shortcut=game_installed 149 | game_shortcut_hover=game_installed_hover 150 | game_shortcut_selected=game_installed_selected 151 | 152 | game_mod=game_installed 153 | game_mod_hover=game_installed_hover 154 | game_mod_selected=game_installed_selected 155 | 156 | game_uninstalled=Subtext0 157 | game_uninstalled_hover=Subtext1 158 | game_uninstalled_selected=Text 159 | 160 | game_run=Focus 161 | game_run_hover=Focus 162 | game_run_selected=white 163 | 164 | 165 | //////////////////////////////////////// 166 | //======Steam Detail View Panels======// 167 | bgPanel=Mantle 168 | bgLaunchPanel=bgPanel 169 | 170 | titleGame=Subtext1 171 | bgTitleGame=none 172 | 173 | //Launch 174 | lastplayedLaunchPanel=text 175 | timeLaunchPanel=White75 176 | 177 | //Friends 178 | titleFriendsPanel=Subtext1 179 | bgTitleFriendsPanel=none 180 | 181 | //Achievements 182 | titleAchievementPanel=Subtext1 183 | bgTitleAchievementPanel=none 184 | 185 | recentAchievementPanel=Text 186 | bgRecentAchievementPanel=none 187 | 188 | progressAchievementPanel=Text 189 | bgProgressAchievementPanel=Focus 190 | 191 | //Workshop 192 | itemWorkshopPanel=Text 193 | bgItemWorkshopPanel=Crust 194 | 195 | //DLC 196 | textDLCPanel=Text 197 | highlightDLCPanel=Subtext1 198 | installedDLCPanel=Subtext0 199 | uninstalledDLCPanel=Text 200 | 201 | //News 202 | titleNewsPanel=Subtext1 203 | bgTitleNewsPanel=none 204 | 205 | textAuthorNewsPanel=text 206 | bgAuthorNewsPanel=none 207 | 208 | textNewsPanel=Text 209 | urlTextNewsPanel=textNewsPanel 210 | urlTextNewsPanel_a=Rosewater 211 | boldTextNewsPanel=Focus 212 | 213 | overlay_bgTitleNewsPanel=none 214 | overlay_titleNewsPanel=Subtext0 215 | overlay_titleNewsPanel_a=Rosewater 216 | overlay_authorNewsPanel=Subtext1 217 | 218 | 219 | ///////////////////////////////////////////////////////// 220 | //======Steam Detail View Links/Custom Categories======// 221 | titleColumn=Subtext1 222 | bgTitleColumn=none 223 | 224 | textColumn=Text 225 | textColumn_a=Rosewater 226 | bgTextColumn=none 227 | bgTextColumn_a=Rosewater 228 | tagColumn=White50 229 | bgTagColumn=none 230 | 231 | /////////////////////////////// 232 | //======Steam Grid View======// 233 | gridInstalled=Friends_Online 234 | gridRunning=Friends_InGame 235 | gridUninstalled=none 236 | gridUpdating=Focus 237 | gridShortcut=White 238 | gridMod=Friends_Golden 239 | 240 | ////////////////////////// 241 | //======List Panel======// 242 | bgList_a=Overlay0 243 | bgHeaderList=Overlay1 244 | bgHeaderList_a=bgHeaderList 245 | 246 | textHeaderList=Text 247 | textHeaderList_a=Rosewater 248 | 249 | textList=Text 250 | textList_a=Rosewater 251 | textList_d=Text 252 | 253 | 254 | ////////////////////////////////////////////// 255 | //======Divider / List Panel Separator======// 256 | Dividers=Lavender 257 | Separators=frameBorder 258 | 259 | 260 | ////////////////////////////// 261 | //======Downloads Page======// 262 | appName=text 263 | bgAppName=none 264 | 265 | statusDownload=text 266 | bgStatusDownload=none 267 | 268 | 269 | //////////////////////////////// 270 | //======Overlay Elements======// 271 | OverlayBackground="0 0 0 127.5" 272 | OverlayPanels="0 0 0 127.5" 273 | OverlayClock="255 255 255 255" 274 | 275 | 276 | /////////////////////////////////////// 277 | //======Compact Overlay Buttons======// 278 | OverlaySideButtons="255 255 255 255" 279 | OverlaySideButtons_h="255 255 255 144.75" 280 | OverlaySideButtons_c="255 255 255 144.75" 281 | OverlayHover05="255 255 255 12.75" 282 | 283 | 284 | ///////////////////////////// 285 | //======Notifications======// 286 | notifBG=Base 287 | notifOverlayBG="5 5 5 229.5" 288 | 289 | 290 | ////////////////////////////////// 291 | //======Chat Window border======// 292 | chatframe=white50 293 | 294 | 295 | ////////////////////////// 296 | //======Search Bar======// 297 | TextEntry=Text 298 | 299 | 300 | ///////////////////////////////////////////////// 301 | //======Recent/Installed/Tools Categories======// 302 | CategoryBG=none 303 | CategoryText=Focus 304 | 305 | 306 | /////////////////////////////////////// 307 | //======URL Secure / Not Secure======// 308 | SecureURL=Rosewater 309 | NotSecureURL=Rosewater 310 | } 311 | } 312 | -------------------------------------------------------------------------------- /themes/latte/resource/webkit.css: -------------------------------------------------------------------------------- 1 | *{box-shadow:none!important} 2 | 3 | :root { 4 | 5 | --crust: 220,224,232; 6 | --mantle: 230,233,239; 7 | --base: 239,241,245; 8 | --surfaceone: 188,192,204; 9 | --surfacetwo: 172,176,190; 10 | --overlaytwo: 124,127,147; 11 | --text: 76,79,105; 12 | --blue: 30,102,245; 13 | --flamingo: 221,120,120; 14 | --rosewater: 220,138,120; 15 | 16 | /* Colors ( Only works with RGB ) */ 17 | --black: var(--mantle); 18 | --darkgrey: var(--crust); 19 | --grey: var(--surfacetwo); 20 | --lightgrey: var(--overlaytwo); 21 | --lightergrey: var(--text); 22 | --white: var(--text); 23 | --gamelist: var(--surfaceone), 255; /* Change The Color Of Your Game List Selections */ 24 | --scrollbar: var(--blue), 255; /* Change The Color Of Your Scrollbar */ 25 | --backdropblur: var(--surfacetwo), 0.3; 26 | --libraryhome: var(--flamingo), 255; /* Library Name Text Color */ 27 | --titlehover: 00, 00, 00, 00; 28 | --gamehover: 255, 255, 255; 29 | --offline: 145, 145, 145; 30 | --ingame: 130, 186, 0; 31 | --link: var(--rosewater); 32 | 33 | 34 | 35 | /* Make Your Own Library Name */ 36 | --FontSize: 15px; 37 | --Font: "Yuzu"; /* Any custom fonts u have installed */ 38 | --FontStyle: uppercase; /* none to turn off. */ 39 | --LetterSpacing: 3px !important; 40 | --YourLibraryName: "Library" !important; 41 | --BackgroundColor: transparent; 42 | 43 | 44 | 45 | /* Hide/Show Categories ( Choose none / block ) */ 46 | --WhatsNew: block; 47 | --Recent: block; 48 | 49 | 50 | 51 | /* Hide/Show Game Icons */ 52 | --GameIcons: block; 53 | 54 | 55 | 56 | /* Change The Blur Amount ( Lower For Better Performance ) */ 57 | --FuckBlur: blur(50px); /* Use 10px For Low End PC's */ 58 | /* PC's what? -Oman395 */ 59 | 60 | 61 | /* Replace none with RGB Color To Disable Blur */ 62 | --FlatColor: var(--base); 63 | 64 | 65 | 66 | /* Disable/Enable Game Cover Hover Effects ( Choose none / show) */ 67 | --CoverHover: show; 68 | 69 | 70 | 71 | /* Hide/Show Friend In-Game Icon ( Choose none / show ) */ 72 | --FriendInGameIcon: none; 73 | --FriendInGameIconPosition: -12px; /* Set 12px If Icon Is Enabled */ 74 | 75 | } 76 | 77 | @media only screen and (min-width:3000px){ 78 | .responsive_page_content{-webkit-transform:scale(2)!important;-webkit-transform-origin:50% 00% 0!important} 79 | .modal_frame{width:66%!important;height:80%!important} 80 | #footer{display:none!important} 81 | } 82 | @media only screen and (min-width:4000px){ 83 | .responsive_page_content{-webkit-transform:scale(2)!important;-webkit-transform-origin:50% 00% 0!important} 84 | .modal_frame{width:66%!important;height:80%!important} 85 | #footer{display:none!important} 86 | } 87 | html{background:#1e1e1f!important} 88 | div.bb_code, .bb_wysiwyg pre, blockquote.bb_blockquote, .bb_wysiwyg blockquote{border-radius:10px!important;background:#1e1e1f!important;border:0px!important} 89 | #modalContent.modal.frame{position:absolute!important;border-radius:4px!important;width:100%!important;height:100%!important;margin:0!important;display:flex!important} 90 | .store_nav .tab img.foryou_avatar{border-radius:35px!important} 91 | .store_nav .tab{border-right:0!important} 92 | .dailydeal_countdown{font-size:20px!important;background-color:#4f95bd!important;padding-top:5px!important;padding-bottom:3px!important} 93 | .light_container.bezel{background:#1e1e1f!important} 94 | .browse_ctn_background{background:#1e1e1f!important} 95 | .miniprofile_ingame{background:#2e2e2f!important;border-radius:4px!important;margin-top:5px!important} 96 | .home_page_body_ctn.has_takeover .page_background_holder{background-color:transparent!important} 97 | .curator_featured .screenshots>div{border-radius:4px!important} 98 | .lists_more_container .item>div div{background-color:#1e1e1f!important;border-radius:4px!important} 99 | .lists_more_container .item{border-radius:4px!important} 100 | .curator_featured .contents{border-radius:4px!important} 101 | .ds_options > div{border-radius:10px!important} 102 | .tag_square{margin:2px!important} 103 | .game_rating_area{border-radius:4px!important;margin-bottom: 15px!important} 104 | #package_header_container{border-radius:4px!important;margin-bottom:4px!important} 105 | .blotter_day_header_divider{display:none!important} 106 | .blotter_day_header_date{left:245px!important} 107 | .blotter_workshopitem.guide{background-image:none!important;background-color:#161616} 108 | .blotter_workshopitem{background-image:none!important} 109 | .broadcast_footer{background:transparent!important} 110 | .btnv6_white_transparent > span{border-radius:4px!important;color:#4F95BD!important;background:#2e2e2f!important;border:1px solid #2e2e2f!important} 111 | .btnv6_white_transparent > span:hover{border-radius:4px!important;color:black!important;background:#4F95BD!important;border:1px solid #4F95BD!important} 112 | .home_broadcast_more_ctn_stretch_bg{background:transparent!important} 113 | .home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn{background:#151515!important;border-radius:10px!important} 114 | .home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn .home_section_title{background:transparent!important} 115 | .blotter_playerAvatarSmall img{border-radius:50%!important} 116 | .blotter_playerAvatarSmall{border-radius:50%!important} 117 | .discount_block.discount_block_spotlight .bundle_base_discount{color:#151515!important;border-radius:40px!important;margin-right:5px!important} 118 | .discount_block.no_discount.daily_deal_discount .bundle_base_discount{color:#151515!important;border-radius:40px!important;margin-right:5px!important} 119 | .browse_content .recommendation{border-bottom:0!important;border-radius:4px!important} 120 | .browse_filters a.selected,.browse_filters a:hover{border-radius:4px!important} 121 | .browse_tabs a.selected,.browse_tabs a:hover{background-color:#2e2e2f!important;border-radius:4px!important} 122 | .navigation_bar>a.selected{border-radius:4px!important} 123 | .navigation_bar>*{border-radius:4px!important} 124 | .game_area_dlc_row.even{border-radius:4px!important} 125 | #dlc_footer #dlc_show_all_link{border-radius:4px!important} 126 | #dlc_footer #dlc_show_all_link:hover{border-radius:4px!important} 127 | .navigation_bar>div.nav_right_side>div.curator_report a{border-radius:4px!important} 128 | .page_content_ctn.dlc_associated_franchise{background:#1e1e1f!important} 129 | .background_header_ctn.page_background{display:none!important} 130 | .curator_featured>div{border:0!important;border-radius:4px!important;background:#2e2e2f!important} 131 | .mature_content_notice{border-radius:4px!important} 132 | .market_multi_warning_tooltip{background-color:#303030!important;border:1px solid #303030!important} 133 | body.v6 .page_content.browse_reviews{background:#1e1e1f!important} 134 | .appHubIconHolder.greyOverlay{display:none!important} 135 | .forum_topic_tooltip{background-color:#454545!important;border:1px solid #303030!important} 136 | .apphub_Card.interactable:hover .apphub_CardContentDiscussionType{background-color:transparent!important} 137 | .capsule.header img{border-radius:4px!important} 138 | .capsule.headerv5,.capsule.headerv5 img{border-radius:4px!important} 139 | .detailBox .commentthread_comment:not(.hidden_post):hover,.group_comments .commentthread_comment:not(.hidden_post):hover,.profile_comment_area .commentthread_comment:not(.hidden_post):hover{border-radius:4px!important} 140 | .daily_deal .dailydeal_desc{font-size:11px!important;color:#c4e4f2!important} 141 | .dailydeal_countdown.ttip{color:#c4e4f2!important;background-color:#4f95bd!important;display:inline-block!important;font-size:10px!important;background:#ff7b00!important;line-height:13px!important;padding:0 4px!important;margin-top:4px!important;border-radius:4px!important} 142 | img{border-radius:4px!important} 143 | .tab_item_discount .discount_pct,.tab_item_discount.no_discount .bundle_base_discount{border-radius:4px!important} 144 | .discount_block .discount_pct,.discount_pct{border-radius:4px!important} 145 | .discount_block .discount_original_price{border-radius:4px!important} 146 | .searchbox_news{border:1px solid #000!important;background-color:#5398c300!important;border-radius:4px!important} 147 | body.recommendgame #review_create{background:#1e1e1f!important;padding:16px!important} 148 | #review_create .input_box{border:1px solid #000!important;border-radius:4px!important;background-color:#222b3500!important} 149 | .newmodal_header{background:#1d1d1d!important} 150 | #footerText{padding-bottom:26px!important} 151 | .recommended_creators_ctn .recommended_creators_container{background:#3d3d3e!important;border-top:1px solid #3d3d3e!important;border-radius:4px!important} 152 | .recommended_creators_ctn .store_capsule{background-image:none!important;border-radius:4px!important} 153 | .mainLoginPanel{background:#161617!important} 154 | a.gutter_item { 155 | color: rgb(var(--link)) !important; 156 | } 157 | a.gutter_item:hover { 158 | filter:brightness(0.8) !important; 159 | } 160 | .gutter_header { 161 | color: rgb(var(--text)) !important; 162 | } 163 | a.pulldown_desktop { 164 | color: rgb(var(--text)) !important; 165 | } 166 | .home_page_content_title { 167 | color: rgb(var(--text)) !important; 168 | } 169 | body.v6.summer2018_home .gutter_header a:hover .home_page_gutter_giftcard{background:#30343f00!important} 170 | body.v6.summer2018_home .home_page_gutter_giftcard{background:#1c202a00!important} 171 | .FeaturedBlock.First{background:#1e1e1f!important} 172 | .home_page_body_ctn{background:rgb(var(--base))!important} 173 | body.v6.summer2018_home .home_page_body_ctn{background:#1e1e1f!important} 174 | .responsive_page_content{background:rgb(var(--base))!important} 175 | .compact .wishlist_row .capsule img{width:162px!important;height:78px!important} 176 | .discovery_queue img{border-radius:4px!important} 177 | .home_ctn{background:rgb(var(--base))!important} 178 | .home_ctn.apps_recommended_by_curators_ctn{background:#1e1e1f!important} 179 | .home_ctn.discovery_queue_ctn{background:#161617!important;border-radius:4px!important} 180 | .home_ctn.tab_container{background:#161617!important} 181 | body.v6 .page_content_ctn.dark{background:#1e1e1f!important} 182 | body.v6.infinite_scrolling #footer.small_footer{background:#161617!important} 183 | body.v6 #footer{background:#161617!important} 184 | .curator_buttons_ctn{background:#161617!important} 185 | body.flat_page #footer{background:#161617!important} 186 | div#global_header{max-height:74px!important} 187 | div#global_header .content{height:74px!important;left:-1%!important} 188 | div#global_header div.logo{padding-top:15px!important} 189 | div#global_header .menuitem{padding-top:29px!important} 190 | div#global_actions #global_action_menu{padding-top:18px!important} 191 | div#global_actions .user_avatar{display:inline-block!important;margin-left:3px!important;margin-top:15px!important;border-radius:40px!important} 192 | body.v6 #global_header,body.v6 #global_header .content,body.v6 .supernav_content{background:#161617!important} 193 | .global_header_toggle_button.green,.global_header_toggle_button.has_notifications{background-color:#3d3d3e!important;transition:background .6s!important} 194 | .global_header_toggle_button.green,.global_header_toggle_button.has_notifications:hover{background-color:#5c7e10!important;transition:background .6s!important} 195 | .header_installsteam_btn_gray .header_installsteam_btn_content,.header_installsteam_btn_gray .header_installsteam_btn_leftcap,.header_installsteam_btn_gray .header_installsteam_btn_rightcap{background-color:#3d3d3e!important;color:#fff!important} 196 | .review_box .avatar{border-radius:50px!important} 197 | .friends_container{background:#1e1e1f!important;background-color:#1e1e1f!important;border-radius:4px!important} 198 | .friend_block_v2{top:10px!important;height:55px!important;margin-bottom:5px!important;line-height:1px!important;backgroun!importantd-color:transparent!important} 199 | .avatars img{border-radius:80px!important} 200 | .header_notification_btn{background-color:#3d3d3e!important} 201 | .header_notification_btn:hover{background-color:#3d3d3e!important} 202 | .popup_block_new .popup_body{border:0!important;position:relative!important;background-color:rgb(var(--surfaceone))!important;color:rgb(var(--text))!important} 203 | div#global_header .submenuitem{background:#1a1a1a!important} 204 | .supernav_content{background:#1a1a1a!important} 205 | .home_discounts_ctn .see_more_link, .home_category_games_ctn .see_more_link, .home_category_ctn .see_more_link{bottom:-5px!important;background:#2e2e2f!important;border-radius:4px!important;padding:4px!important;color:#4f95bd!important} 206 | .home_category_games_ctn .see_more_link:hover, .home_discounts_ctn .see_more_link:hover, .home_category_ctn .see_more_link:hover{bottom:-5px!important;background:#4f95bd!important;border-radius:4px!important;padding:4px!important;color:black!important} 207 | .hero_capsule{border-radius:4px!important} 208 | .hero_data{border-radius:4px!important;background:#151515!important} 209 | .hero_capsule .ds_flag{left:2px!important} 210 | #store_nav_area .store_nav_bg,.home_page_body_ctn.has_takeover #store_nav_area .store_nav_bg{background:rgb(var(--surfaceone))!important;border-radius:4px!important} 211 | .searchbox{background-image:none!important;background-color:rgb(var(--base))!important;border-radius:20px!important;border:0!important;margin-top:1px!important} 212 | a#store_search_link img{background-image:none!important;border-radius:4px!important;display:none!important} 213 | a#store_search_link img:hover{background-image:none!important;border-radius:4px!important;display:none!important} 214 | input#store_nav_search_term{color:rgb(var(--text))!important;font-size:1em!important} 215 | input::-webkit-input-placeholder{opacity:0!important} 216 | .store_header_btn_gray a{color:rgb(var(--rosewater)) !important;background:inherit !important} 217 | .store_header_btn_gray{background:rgb(var(--surfaceone))!important;} 218 | .store_header_btn_gray:hover{background:rgb(var(--surfacetwo))!important;} 219 | .store_nav .tab.focus,.store_nav .tab.focus>span,.store_nav .tab:hover,.store_nav .tab:hover>span{background:rgb(var(--surfacetwo))!important;color:rgb(var(--text))!important;border-radius:4px!important;color:rgb(var(--text))!important} 220 | .store_nav .tab > span { 221 | color: rgb(var(--text)) !important; 222 | } 223 | body.v6 #footer_nav .popup_block_new .popup_body,body.v6 .store_nav .popup_block_new .popup_body{background:rgb(var(--surfaceone))!important;border-radius:4px!important} 224 | .creator .responsive_page_template_content .popup_menu .popup_menu_item,.curator .responsive_page_template_content .popup_menu .popup_menu_item,.footer_content .popup_menu .popup_menu_item,.search_area .popup_body .match,.search_area .popup_body .match .match_name,.store_nav .popup_menu .popup_menu_item{color:#b8b6b4!important;border-radius:4px!important} 225 | .creator .popup_menu .popup_menu_item.focus,.creator .popup_menu .popup_menu_item:hover,.curator .popup_menu .popup_menu_item.focus,.curator .popup_menu .popup_menu_item:hover,.footer_content .popup_menu .popup_menu_item.focus,.footer_content .popup_menu .popup_menu_item:hover,.search_area .popup_body .match:hover,.search_area .popup_body .match:hover .match_name,.store_nav .popup_menu .popup_menu_item.focus,.store_nav .popup_menu .popup_menu_item:hover{color:#fff!important;background-color:#404040!important;border-radius:4px!important} 226 | .store_nav .tab.focus,.store_nav .tab.focus>span,.store_nav .tab:hover,.store_nav .tab:hover>span{text-shadow:none!important;border-radius:4px!important} 227 | .searchbox input{color:#b8b6b4!important;margin-top:0!important} 228 | .search_suggest .match{border-top:0!important} 229 | .game_hover_box{background:#353536!important;color:#b8b6b4!important;border-radius:4px!important} 230 | .game_hover_box h4{color:#fff!important;border-radius:4px!important} 231 | .hover_screenshots .screenshot{border-radius:4px!important} 232 | .hover_body .hover_review_summary{color:#c6d4df!important;background-color:#1e1e1f!important;border-radius:4px!important} 233 | .hover_tag_row .app_tag{background-color:#1e1e1f!important;color:#c6d4df!important;border-radius:4px!important} 234 | .game_hover .hover_arrow_left,.game_hover .hover_arrow_right{background:0 0!important;border-radius:4px!important} 235 | .ds_options_tooltip{background:#353536!important} 236 | .ds_options_tooltip>.option{color:#4f94bc!important} 237 | .store_main_capsule{background-image:none!important;background:rgb(var(--mantle))!important;border-radius:4px!important;color:rgb(var(--text))!important} 238 | div.store_header_btn{border-radius:4px!important} 239 | .store_main_capsule .screenshots>div>div{width:162px!important;height:69px!important;background-size:cover!important;background-position:center center!important;display:inline-block!important;opacity:.6!important;padding:0!important;margin:0!important;border-radius:4px!important} 240 | .capsule.main_capsule{flex-shrink:0!important;position:relative!important;z-index:2!important;margin-right:10px!important;width:616px!important;height:353px!important;background-position:center center!important;background-size:cover!important;border-radius:4px!important} 241 | .carousel_container.maincap .capsule .screenshot{border-radius:4px!important} 242 | .carousel_container.spotlight .carousel_items>* .store_capsule.daily_deal{background:rgb(var(--mantle))!important;border-radius:4px!important} 243 | .carousel_container.spotlight .carousel_items>* .store_capsule{background-image:none!important;background:rgb(var(--mantle))!important;border-radius:4px!important} 244 | .spotlight_content{background:rgb(var(--mantle))!important} 245 | .home_area_spotlight.underlined_links{background-color:#161617!important;height:390px!important;border-radius:4px!important} 246 | .spotlight_weeklong_ctn{width:304px!important;height:350px!important;text-align:center!important;border:1px solid rgba(0,0,0,0)!important;position:relative!important;z-index:1!important;border-radius:4px!important} 247 | .spotlight_text_overlay{position:absolute!important;top:0!important;left:0!important;width:304px!important;height:350px!important;z-index:2!important;border-radius:4px!important} 248 | .spotlight_img{border-radius:4px!important} 249 | .spotlight_content{border-radius:4px!important} 250 | .arrow.left{background:#161617!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important} 251 | .arrow.right{background:#161617!important;border-top-right-radius:4px!important;border-bottom-right-radius:4px!important} 252 | .store_capsule .discount_block.discount_block_large .discount_prices{background:rgb(var(--mantle))!important;border-radius:4px!important} 253 | .discount_block_large .discount_prices{background:#000!important} 254 | .hover_details_block,.hover_details_block_full{background-color:#1e1e1f!important} 255 | .friends_recently_purchased .friends_container{border-top:0!important;background:#2e2e2f!important} 256 | .friends_recently_purchased .store_capsule{background-image:none!important;background:rgb(var(--mantle))!important} 257 | .discovery_queue_ctn .begin_exploring{background:0 0!important;color:transparent!important} 258 | .discovery_queue_ctn .begin_exploring::after{background:0 0!important} 259 | .big_button{background-image:none!important;background:#3d3d3e!important;border-radius:10px!important} 260 | .big_button:hover{background: #151515 !important;border-radius: 10px !important} 261 | .carousel_items.curator_featured_tags{border-radius:4px!important} 262 | .curator_page.focus{border-radius:4px!important} 263 | .curator_page .actions{border-radius:4px!important} 264 | a.follow_button.btn_green_white_innerfade.btn_medium{color:#d2e885!important;border-radius:4px!important} 265 | a.following_button.btn_green_white_innerfade.btn_medium{text-decoration:none!important;color:#d2e885!important;border-radius:4px!important} 266 | .home_rightcol{border-radius:4px!important} 267 | .tab_item{margin:5px!important;border-radius:4px!important} 268 | .tab_item.focus{margin-right:0!important; margin:5px!important;border-radius:4px!important} 269 | img.tab_item_cap_img{border-radius:4px!important} 270 | .tab_review_summary{border-radius:4px!important} 271 | .tab_preview .screenshot{border-radius:4px!important} 272 | .tab_preview{border-radius:4px!important} 273 | .carousel_items.store_capsule_container{border-radius:4px!important} 274 | .screenshot_container{display:none!important} 275 | .share{border-radius:4px!important} 276 | .newshr{background-image:none!important} 277 | .apphub_Card.interactable{border-radius:4px!important} 278 | .apphub_Card.interactable:hover{border:1px solid transparent!important} 279 | .apphub_Card.interactable:hover .apphub_CardContentAuthorBlock{background-color:transparent!important} 280 | .apphub_CardContentAuthorBlock{border-top:0!important} 281 | .appHubNewsIconHolder{border-radius:4px!important} 282 | .community_home_search_box{border:0!important;border-radius:4px!important} 283 | .community_home_shortcut_content{border-radius:4px!important} 284 | .community_home_app_shortcuts{border:0!important;border-radius:4px!important} 285 | .community_home_app_shortcuts .community_home_shortcut_content{border-radius:4px!important} 286 | .apphub_CardContentType{border-radius:4px!important;background:#2e2e2f!important} 287 | .steam_curator_for_app_highlighted .steam_curator_for_app{background:0 0!important} 288 | .most_recommended .steam_curator_recommendation .steam_curator_for_app_img{filter:none!important} 289 | .most_recommended .steam_curator_recommendation{border-radius:4px!important;background:#2e2e2f!important} 290 | .tag_browse_tag.active{border-radius:4px!important;background:#2e2e2f!important} 291 | .browse_tag_game_total,.browse_tag_games{border-radius:4px!important} 292 | .tag_browse_tag{border-radius:4px!important} 293 | .tab_see_more{border-radius:4px!important} 294 | .curator_page{background:#2e2e2f!important} 295 | .giant_curator_capsule img{border-radius:4px!important} 296 | .curator.giant.capsule img{border-radius:4px!important} 297 | .curator_block{border-radius:4px!important} 298 | .apps_recommended_by_curators_ctn.home_ctn{background:#1e1e1f!important} 299 | .marketingmessage_container{border-radius:4px!important} 300 | a.home_marketing_message{border-radius:4px!important} 301 | .carousel_container .carousel_thumbs>div{border-radius:50%!important;width:15px!important;height:15px!important} 302 | .home_marketing_message>span{border-radius:4px!important} 303 | .home_content .item img,.home_content a.home_content_item img{border-radius:4px!important} 304 | .home_content.single{border-radius:4px!important} 305 | .home_content.single_buttonbar{border-radius:4px!important} 306 | .home_content.single .gamelink img{border-radius:4px!important} 307 | .btn_green_white_innerfade{border-radius:4px!important;background:#3d3d3e!important} 308 | .btn_green_white_innerfade>span{border-radius:4px!important;background:#3d3d3e!important;color:#d9dadd!important} 309 | .btn_green_white_innerfade>span:hover{border-radius:4px!important;background:#3d3d3e!important} 310 | .btn_green_white_innerfade:hover{border-radius:4px!important;background:#3d3d3e!important} 311 | .btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;background:#3d3d3e!important} 312 | .btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important;background:#3d3d3e!important;color:#d9dadd!important} 313 | .curator_page .followers span{display:unset!important;padding-right:5px!important;font-size:16px!important} 314 | .curator_page .actions>div:not(:first-child){margin-top:.5vh!important} 315 | .curator_page .socialmedia img{width:21px!important;height:21px!important} 316 | .btw_wrapper{border-radius:4px!important} 317 | .btn_grey_white_innerfade{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 318 | .btn_grey_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 319 | .btn_grey_white_innerfade>span{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 320 | .btn_grey_white_innerfade:hover{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 321 | .btn_grey_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 322 | .btn_grey_white_innerfade>span:hover{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 323 | .btn_grey_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 324 | .followers{padding-left:11px!important} 325 | .recently_updated .store_capsule{background-image:none!important;background:rgb(var(--mantle))!important;border-radius:4px!important} 326 | .recently_updated .store_capsule .recently_updated_desc{border-top:0!important;border-radius:4px!important} 327 | .hardware_ctn.double .hardware_content .left,.hardware_ctn.double .hardware_content .right{display:none!important} 328 | .home_tab.active .tab_content{border:0!important;border-top-left-radius:4px!important;background-color:#161617!important} 329 | .tab_item.focus{background:#2e2e2f!important} 330 | .tab_item.focus .tab_item_name{color:#d9dadd!important} 331 | .tab_item_details{color:#4f94bc!important} 332 | .tab_item.focus .discount_block .discount_final_price{color:#acdbf5!important} 333 | #tab_preview_container{border-radius:4px!important;top:15px!important;background:#2e2e2f!important} 334 | body.v6 .home_rightcol .tab_preview h2{color:#fff!important} 335 | .tab_review_summary{background-color:#161617!important} 336 | .tab_preview .tags>a{background-color:#161617!important} 337 | .store_capsule{background:rgb(var(--mantle))!important;border-radius:4px!important} 338 | .home_marketing_message,.home_marketing_message:hover{background:#2e2e2f!important} 339 | .home_page_content .more_content_title span{background:#00000000!important} 340 | .home_page_content .more_content_title{background-image:none!important} 341 | .btn_border_2px{border-radius:4px!important;border:0!important} 342 | .home_page_sign_in_ctn{background:rgba(0,0,0,0)!important} 343 | .header_installsteam_btn_green .header_installsteam_btn_content,.header_installsteam_btn_green .header_installsteam_btn_leftcap,.header_installsteam_btn_green .header_installsteam_btn_rightcap{background-color:#3d3d3e!important;color:#fff!important} 344 | .page_header_ctn{background:0 0!important} 345 | .page_header_ctn{background:0 0!important} 346 | .responsive_page_content{overflow-x:hidden!important} 347 | .home_ctn.discovery_queue_ctn{background:#161617!important;border-radius:4px!important} 348 | body.v6.newonsteam .newonsteam_headercaps>a{background:#2e2e2f!important} 349 | .tabarea .tab.active .tab_content{background:#161617!important} 350 | .tabarea .tab .tab_content{border-radius:4px!important} 351 | .contenthub_specials_ctn{background:rgba(64,120,152,0)!important;border-radius:4px!important} 352 | .contenthub_featured_item_spotlight{background:rgba(64,120,152,0)!important} 353 | .contenthub_page_background{background-image:none!important} 354 | .quadscreenshot_carousel .main{background-color:#2e2e2f!important} 355 | .contenthub_page .tabarea .tab.active .tab_content:hover{background:#161617!important} 356 | .tabarea .tab.active{background:#161617!important} 357 | .tabarea .tab{border-radius:4px!important} 358 | .tabarea .tab .tab_content{background:rgba(0,0,0,0)!important} 359 | .tabarea .tab .tab_content:hover{background:rgba(0,0,0,0)!important} 360 | .page_header_ctn.search{background:0 0!important} 361 | #term{background-color:#303031!important;border-radius:4px!important;border:1px solid rgba(30,30,31,.52)!important} 362 | .searchbar_left>button{height:26px!important;padding-top:3px!important} 363 | .store_capsule_frame{background:0 0!important;border:4px!important} 364 | .curator_list_ctn{background:#161617!important} 365 | .tabarea_v7 .tab.active{background:#161617!important;color:#fff!important} 366 | .curators_searchbox{border-radius:4px!important;border:1px solid rgba(30,30,31,.52)!important} 367 | body.v6{background:#161617!important} 368 | .steam_curator_recommended_game_names{max-width:367px!important} 369 | .game_page_background.game{background-image:none!important} 370 | .block_content.block_content_inner.dark{background-color:#161617!important} 371 | .chartdiv{background-color:#161617!important} 372 | .sale_page_three_section_top_block{background-color:#1e1e1f!important} 373 | .game_background_glow{background:0 0!important} 374 | .store_capsule:hover{background:#2e2e2f!important;border-radius:4px!important} 375 | .page_background{background-image:none!important} 376 | div#footer_spacer{background:#161617!important} 377 | div#footer,div#global_header,div#main,div.page_area{background:#1e1e1f!important} 378 | div#global_header{background:#161617!important} 379 | div#global_header .content{background:#161617!important} 380 | .community_home_search_apps{border-radius:20px!important;background-color:#2e2e2f!important;border:0!important} 381 | .community_home_search_players{border-radius:20px!important;border:0!important;background-color:#2e2e2f!important} 382 | .community_home_shortcut_content{background:#161617!important} 383 | .apphub_responsive_tab .responsive_tab_control .responsive_tab_control_inner,.apphub_sectionTab.active>span{border-radius:4px!important;background:#2e2e2f!important;color:#fff!important} 384 | .apphub_responsive_tab .responsive_tab_control,.apphub_sectionTab.active,.apphub_sectionTab.active:hover{background:0 0!important} 385 | .apphub_sectionTabsHR{background-color:transparent!important} 386 | .apphub_sectionTab:hover{background:0 0!important} 387 | .btn_darkblue_white_innerfade>span{border-radius:4px!important;background:#3d3d3e!important;color:#fff!important} 388 | .btn_darkblue_white_innerfade{background:0 0!important;padding:0!important;border-radius:4px!important} 389 | .btn_darkblue_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;background:#3d3d3e!important;color:#fff!important} 390 | .btn_grey_grey_outer_bevel:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important;background:#3d3d3e!important;color:#fff!important} 391 | .btn_grey_grey_outer_bevel{border-radius:4px!important;background:#3d3d3e!important;color:#fff!important;padding:0!important} 392 | .btn_grey_grey_outer_bevel>span{background:0 0!important;border-radius:4px!important} 393 | .btn_grey_grey_outer_bevel:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;background:#3d3d3e!important;color:#fff!important} 394 | .apphub_background{background:#1e1e1f!important} 395 | .popup_block .popup_body{background-color:#1a1a1a!important} 396 | div#game_select_suggestions_ctn{background:#1a1a1a00!important} 397 | .apphub_Card{background-color:#161617!important} 398 | .apphub_CardContentNewsFade{background-image:none!important;background:linear-gradient(to bottom,#16161700,#161617)!important} 399 | .apphub_CardContentMain .UserReviewCardContent_Footer .gradient{background:linear-gradient(to bottom,#16161700,#161617)!important} 400 | .apphub_CardContentGuideTitle{background-color:#1e1e1f!important} 401 | input.community_home_search_app_input{background-color:#2e2e2f!important} 402 | .community_home_search_apps_image{display:none!important} 403 | .community_home_search_players{background:#2e2e2f!important} 404 | input.community_home_search_players_input{background-color:#2e2e2f!important} 405 | .community_home_search_players_image{display:none!important} 406 | .element{position:relative!important;top:50%!important;transform:translate(-50%)!important} 407 | .modal{max-height:calc(100% - 100px)!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important} 408 | .newmodal{border-radius:4px!important;background-color:#262627!important;border:2px solid #262627!important} 409 | .mediaTop .mediaSidebar{background-color:#262627!important;height:-webkit-fill-available!important} 410 | .mediaTop{background-color:#262627!important} 411 | .mediaBodyNoBackground{background-color:#262627!important} 412 | body.headerOverride{background:#1e1e1f!important} 413 | .pagecontent{background:#1e1e1f!important} 414 | body.flat_page:not(.iframe){background:#1e1e1f!important} 415 | .BroadcastInfoWrapper{background:#1e1e1f!important} 416 | .detailBox.altFooter{background:0 0!important} 417 | .detailBox{background:0 0!important} 418 | .commentthread_area .commentthread_header{background:#161617!important} 419 | .workshop_item_header{background:#161617!important} 420 | .sectionTab.active>span{background:#161617!important} 421 | .sectionTab.active{background:0 0!important} 422 | .sectionTab,a.sectionTab{background-color:rgba(0,0,0,0)!important} 423 | .sectionTab:hover{background-color:rgba(0,0,0,0)!important} 424 | .friendBlock{background:#1e1e1f!important} 425 | .miniprofile_top{border:0!important;background:#2e2e2f!important;border-radius:4px!important} 426 | .miniprofile_player .playername{padding-top:10px!important} 427 | #contextselect{background-image:none!important} 428 | .friend_blocks_twoxtwo .friend_name{margin-top:10px!important} 429 | .friend_blocks_twoxtwo .friend_block_holder{border-radius:4px!important} 430 | .miniprofile_favorite_badge{background:#1e1e1f!important;border:0!important} 431 | .miniprofile_arrow.right{display:none!important} 432 | .miniprofile_arrow.left{display:none!important} 433 | .miniprofile_arrow{display:none!important} 434 | .apphub_BackToTopButton{background-image:none!important;background-color:#3d3d3e!important;color:#fff!important} 435 | .apphub_BackToTop:hover .apphub_BackToTopButton{background-image:none!important} 436 | .group_content.bottomless{background:0 0!important} 437 | .discussionSearchTextContainer{background-image:none!important} 438 | .discussionSearchTextContainer{border-radius:40px!important;background-color:#151515!important;border:0!important;color:#fff!important;height:28px!important} 439 | input.discussionSearchText{position:static!important;padding:4px!important} 440 | .discussionSearchTextSubmitImg{top:5px!important;left:266px!important} 441 | .discussions_header{border-bottom:5px solid transparent!important} 442 | a.recent_game_discussion{border-radius:4px!important;background-color:#2e2e2f!important} 443 | a.recent_game_discussion:hover{border-radius:4px!important;background-color:#151515!important} 444 | .discussions_forum_row{border-radius:4px!important;background-color:#2e2e2f!important} 445 | .discussions_forum_row:hover{border-radius:4px!important;background-color:#151515!important} 446 | .discussion_tab_content_rule{border-top:0!important} 447 | a.recent_game_discussion.quasi_official_group:hover{background:#151515!important} 448 | .community_tooltip{background:#151515!important;color:white!important} 449 | .discussion_tab_content_area h2.discussion_primary_header{font-size:40px!important} 450 | .discussion_tab_content_area h2{font-size:25px!important} 451 | .forum_paging{background:#161617!important;border-radius:4px!important} 452 | .forum_topic{background-color:#2e2e2f!important} 453 | .blotter_appselect_activeoption{background-image:none!important;border-radius:4px!important;color:#fff!important;background:#3d3d3e!important} 454 | .blotter_appselect_options{background:#1a1a1a!important;border-radius:4px!important;border:0!important;padding-top:3px!important} 455 | #blotter_appselect_app_filter{border-radius:4px!important;background-color:#282828!important;border:0!important} 456 | .blotter_status_entry .commentthread_entry .commentthread_entry_quotebox{border-radius:4px!important;background-color:#282828!important;border:0!important} 457 | div#headerSearch.friend_activity_header_search{border-radius:4px!important;background-color:#282828!important;border:0!important} 458 | .profileFriendSearchBox{border-radius:4px!important;background-color:#282828!important;border:0!important} 459 | #profileFriendSearchSubmitImg{border-left:0!important} 460 | .blotter_appselect{border-radius:4px!important;min-width:0!important} 461 | .blotter_appselect div.option,.blotter_appselect_options div.option{padding-right:7px!important;border-radius:4px!important;cursor:pointer!important} 462 | #findItemsSearchBox{border-radius:4px!important;background-color:#2a3f5a00!important;border:1px solid #000!important} 463 | .blotter_daily_rollup{background-color:#161617!important} 464 | .blotter_comment_thread .commentthread_entry_quotebox{border-radius:4px!important;background-color:#282828!important;border:0!important} 465 | .forumtopic_comments .commentthread_comment{background-color:#161617!important;color:#acb2b8!important;margin-bottom:2px!important;padding:12px 8px 20px 60px!important;border:1px solid #161617!important;overflow:hidden!important;border-radius:4px!important} 466 | .forum_op{position:relative!important;padding:7px 12px 21px 63px!important;margin-bottom:8px!important;max-width:565px!important;background-color:#161617!important;background-image:none!important;background-repeat:no-repeat!important;background-position:top left!important;border:0!important;border-radius:4px!important} 467 | .blotter_block{position:relative!important;background:#161617!important;border-radius:4px!important} 468 | .dynamiclink_box{border:1px solid #2e2e2f!important;background-color:#2e2e2f!important} 469 | .profile_header_bg_texture{background-color:rgba(23,23,23,.85)!important;background-image:none!important;width:950px!important} 470 | .profile_header_bg{background-image:none!important;padding-bottom:0!important} 471 | .profile_background_holder_content{border-radius:4px!important} 472 | .playerAvatar.profile_header_size.in-game{max-width:40%!important;float:left!important;margin-right:18px!important;position:relative!important;width:166px!important;height:166px!important;border-radius:80px!important;background:-webkit-linear-gradient(top,rgba(143,185,59,1) 5%,rgba(110,140,49,1) 95%)!important;background:linear-gradient(to bottom,rgba(143,185,59,1) 5%,rgba(110,140,49,1) 95%)!important;filter:none!important} 473 | .playerAvatar.profile_header_size.online{max-width:40%!important;float:left!important;margin-right:18px!important;position:relative!important;width:166px!important;height:166px!important;border-radius:80px!important;background-color:#57cbde!important;background:-webkit-linear-gradient(top,rgba(83,164,196,1) 5%,rgba(69,128,151,1) 95%)!important;background:linear-gradient(to bottom,rgba(83,164,196,1) 5%,rgba(69,128,151,1) 95%)!important;filter:none!important} 474 | .playerAvatar.profile_header_size.offline{max-width:40%!important;float:left!important;margin-right:18px!important;position:relative!important;width:166px!important;height:166px!important;border-radius:80px!important;background:-webkit-linear-gradient(top,rgba(106,106,106,1) 5%,rgba(85,85,85,1) 95%)!important;background:linear-gradient(to bottom,rgba(106,106,106,1) 5%,rgba(85,85,85,1) 95%)!important;filter:none!important} 475 | .responsive .profile_header .playerAvatar.profile_header_size{max-width:40%!important;float:left!important;margin-right:18px!important;position:relative!important;width:166px!important;height:166px!important;border-radius:80px!important} 476 | .playerAvatar.profile_header_size .playerAvatarAutoSizeInner img{background:0 0!important;filter:none!important;display:block!important;padding:0!important;width:100%!important;height:100%!important;border-radius:80px!important} 477 | .profile_header_badgeinfo{float:right!important} 478 | .profile_header_badgeinfo_badge_area{width:268px!important} 479 | .profile_header_badge{border:0!important;border-radius:10px!important;background-color:transparent!important;height:70px!important;margin-bottom:13px!important} 480 | .profile_header_actions{white-space:nowrap!important} 481 | .btn_profile_action.btn_medium{margin-right:10px!important;border-radius:25px!important;text-align:center!important;background:#1e1e1f!important;border:0!important} 482 | .btn_profile_action.btn_medium:hover{margin-right:10px!important;border-radius:25px!important;text-align:center!important;background:#4f95bd!important;border:0!important} 483 | .groupadmin_content .rightbox_content_header{border-top-left-radius:4px!important;border-top-right-radius:4px!important} 484 | .profile_background_current{border-radius:4px!important;border-top:0!important;border-right:0!important;border-left:0!important;border-bottom:0!important} 485 | .btn_profile_action>span{background:transparent!important} 486 | .profile_rightcol{width:268px!important;float:right!important} 487 | .profile_friend_links.profile_count_link_preview_ctn.responsive_groupfriends_element{margin-bottom:40px!important} 488 | .profile_count_link.ellipsis{font-size:14px!important;margin-bottom:4px!important;min-height:29px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important} 489 | .profile_in_common.responsive_hidden{margin-bottom:6px!important} 490 | .profile_topfriends.profile_count_link_preview{display:block!important} 491 | .friendBlock.persona.in-game{background:0 0!important;color:#90ba3c!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(0,0,0,0)!important} 492 | .friendBlock.persona.online{background:0 0!important;color:#57cbde!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(0,0,0,0)!important} 493 | .friendBlock.persona.offline{background:0 0!important;color:#898989!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(0,0,0,0)!important} 494 | .friendBlock.persona.in-game:hover{background:0 0!important;color:#90ba3c!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(84,133,183,.2)!important;border-radius:4px!important} 495 | .friendBlock.persona.online:hover{background:0 0!important;color:#57cbde!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(84,133,183,.2)!important;border-radius:4px!important} 496 | .friendBlock.persona.offline:hover{background:0 0!important;color:#898989!important;height:36px!important;padding:4px 0 4px 4px!important;margin-bottom:4px!important;font-size:11px!important;line-height:13px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;position:relative!important;background-color:rgba(84,133,183,.2)!important;border-radius:4px!important} 497 | .profile_content.has_profile_background{margin-top:0!important} 498 | .gray_bevel.for_text_input{border-radius:4px!important;background-color:#2a3f5a00!important;border:1px solid #000!important} 499 | #about_header_area{background-image:none!important;background:#1e1e1f!important} 500 | .blotter_screenshot_image{background-color:#121212!important} 501 | .about_boxes_box_top{background:0 0!important;border-radius:4px!important} 502 | .about_boxes_box_bottom{background:0 0!important;border-radius:4px!important} 503 | .about_boxes_box_mid{background:#1e1e1f!important;border-radius:4px!important} 504 | .about_install_ctn{border-radius:4px!important;background:#2e2e2f!important} 505 | .about_box_wide{border:0!important;border-radius:4px!important;background:#1e1e1f!important;padding:5px 5px 15px 5px!important;margin:0!important} 506 | .about_box_wide.linux{border-radius:4px!important} 507 | .about_boxes_box_header_bg{border-radius:4px!important;background:#2a3f5a00!important;border:0!important;height:100%!important} 508 | .about_boxes_box_content_ctn{padding-bottom:4px!important;border-radius:4px!important} 509 | .help_wizard_button{background:#2e2e2f!important;border-color:#2e2e2f!important} 510 | .help_wizard_button_large>span{margin:10px 14px 10px 14px!important} 511 | #help_search_support_input{border-radius:0!important;background:#2a3f5a00!important;border:1px solid #000!important} 512 | .help_purchase_detail_box{background-color:#1e1e1f!important} 513 | .profile_small_header_bg{background-image:none!important} 514 | .btn_grey_black{border-radius:4px!important} 515 | .games_list_tabs{border-radius:4px!important} 516 | .games_list_tab.first_tab,a.games_list_tab.first_tab{border-radius:4px!important} 517 | .filter_ctn.inventory_filters #filter_control{border-radius:4px!important;background:#2a3f5a00!important;border:1px solid #000!important} 518 | .friends_header_bg{background:0 0!important} 519 | .friends_search_text_box,.groups_search_text_box{border-radius:4px!important;background:0 0!important;background-color:#303031!important;border:1px solid rgba(30,30,31,.52)!important} 520 | .friends_header_avatar{border-radius:35px!important} 521 | .friends_header_avatar img{border-radius:35px!important} 522 | .friends_header_name{padding-top:12px!important} 523 | .friends_nav a.active{background-color:rgba(255,255,255,.1)!important;border-radius:4px!important} 524 | .friends_nav a:hover{background-color:rgba(255,255,255,.1)!important;border-radius:4px!important} 525 | .friends_nav a{margin-bottom:2px!important;border-radius:4px!important} 526 | .group_block{background:#262627!important} 527 | .profile_friends.title_bar,.profile_groups.title_bar{margin-top:4px!important;border-radius:4px!important} 528 | .friends_nav .hr{height:0px!important;background-color:transparent!important;border-bottom:0!important} 529 | .friends_search_text_box,.groups_search_text_box{background-color:#2e2e2f!important;border-radius:20px!important;border:0!important} 530 | .profile_friends.title_bar,.profile_groups.title_bar{background-color:rgba(255,255,255,.1)!important} 531 | .player_avatar{border-radius:35px!important} 532 | .player_avatar img{border-radius:35px!important} 533 | .friend_block_link_overlay{border-top-style:solid!important;border-bottom-style:solid!important;border-left-style:solid!important;border-right-style:solid!important;border-width:1px!important} 534 | .profile_content{background-image:none!important;background:#1e1e1f!important} 535 | .guideTop .workshopItemControls{background-color:#161617!important} 536 | .guideTop{background-color:#1e1e1f!important} 537 | .friend_reviews .review_box{border-left:1px solid #181819!important;border-top:1px solid #181819!important;background:#181819!important} 538 | .review_box.short{background:#181819!important} 539 | .home_area_spotlight{background-image:none!important} 540 | .spotlight_weeklong_subtitle{color:#fff!important} 541 | .tab_item.focus::after{background:#2e2e2f!important} 542 | .discovery_queue_overlay_bg{background:0 0!important} 543 | .discovery_queue_customize_ctn{background:#1e1e1f!important;border:0!important} 544 | .discovery_queue_customize_ctn>.btn_medium{border-radius:4px!important;text-decoration:none!important;color:#67c1f5!important} 545 | .discovery_queue_overlay_message{color:transparent!important} 546 | .btn_small_thin>span,input.btn_small_thin{border-radius:4px!important} 547 | .btnv6_blue_hoverfade{text-decoration:none!important;color:#67c1f5!important;background:#2e2e2f!important;border-radius:4px!important} 548 | .explore_rightcol_box{background-color:rgba(255,255,255,.1)!important;border-radius:4px!important} 549 | .group_block_medium img{border-radius:4px!important} 550 | .profile_group_avatar img{border-radius:4px!important} 551 | .search_results_none{border-radius:4px!important} 552 | #search_results.profile_friends.search_results{margin-top:0!important} 553 | .noCoplayHistory{border-radius:4px!important;border:0!important} 554 | body.v6 .discount_block{background:transparent!important} 555 | .profile_friends.responsive_friendblocks{border-radius:4px!important} 556 | .invite_section_ctn.invite_link{background-image:none!important} 557 | .invite_section_ctn .header_row{border-top-left-radius:4px!important;border-top-right-radius:4px!important;padding-top: 10px!important;padding-bottom: 10px!important;background-color:rgba(255,255,255,.1)!important} 558 | .invite_section_ctn .content{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important} 559 | .profile_small_header_texture{background-image:none!important;background-color:#1e1e1f!important} 560 | .sale_capsule_image_hover{border:1px solid #151515!important;border-radius:4px!important} 561 | .gameListRow.followed{border-radius:4px!important} 562 | .home_category_ctn .home_category_title_ctn{border-radius:4px!important} 563 | .home_category_games_ctn{border-radius:4px!important} 564 | .home_discounts_ctn{background:#1e1e1f!important} 565 | .home_discounts_ctn .home_discount_line{height:0px!important} 566 | .gameListRowLogo.ds_flagged img{border-radius:4px!important} 567 | .gameListRowLogo.ds_flagged .ds_flag{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important;background:rgba(0,0,0,.2) no-repeat 4px 4px/* #d3deea*/!important} 568 | .sectionTab{background-color:#262627!important;border-radius:4px!important} 569 | .sectionTab.active{background:rgba(0,0,0,.2)!important;border-radius:4px!important} 570 | .sectionTab:hover{background:rgba(0,0,0,.2)!important;border-radius:4px!important} 571 | .responsive_tab_baseline{background-color:rgba(0,0,0,0)!important;max-width:0!important;height:0!important} 572 | .gameListRow{border-radius:4px!important} 573 | .gameListRowLogo img{border-radius:4px!important} 574 | .gray_bevel.for_text_input{border-radius:4px!important;background-color:rgba(0,0,0,.2)!important;border:0!important} 575 | .popup_block2 .popup_body2{border-radius:4px!important} 576 | .pullup_item{border-radius:4px!important} 577 | .shadow_content{border-radius:4px!important;margin:0px!important} 578 | .popup_menu2 a.popup_menu_item2{border-radius:4px!important} 579 | .filter_section{border-radius:4px!important} 580 | .wishlist .controls div{border-radius:4px!important} 581 | .dropdown_container{border-radius:4px!important} 582 | .dropdown_container .item{border-radius:4px!important} 583 | .wishlist_header img{border-radius:35px!important} 584 | body.v6 .wishlist_header h2{margin-top:2px!important} 585 | #wishlist_search{border-radius:4px!important;/*box-sizing:none!important;*/background-color:#262627!important;border:0!important} 586 | #wishlist_search:hover{border:0!important} 587 | .wishlist_row{border-radius:4px!important;background-color:#2e2e2f!important} 588 | .wishlist_row .tag{border-radius:4px!important} 589 | .wishlist_row .capsule img{border-radius:4px!important} 590 | .wishlist_row .purchase_area{border-radius:4px!important;background-color:rgba(0,0,0,0)!important} 591 | .discount_block{border-radius:4px!important} 592 | .game_area_purchase_game_dropdown_selection{background:transparent!important;line-height:36px!important} 593 | .steamawards_app_banner_ctn{border:1px solid #1e1e1f!important;border-radius:4px!important} 594 | .discount_block.no_discount .discount_prices{border-radius:4px!important;background:0 0!important} 595 | .discount_block_large .discount_prices{border-radius:4px!important} 596 | .discount_block .discount_prices{background:0 0!important;border-radius:4px!important;vertical-align:0px!important} 597 | .btnv6_green_white_innerfade{border-radius:4px!important;padding:3px!important;text-decoration:none!important;color:#d2e885!important;background:rgba(121,153,5,1)!important} 598 | .btnv6_blue_blue_innerfade{border-radius:4px!important;padding:3px!important;text-decoration:none!important;color:#a4d7f5!important;background:rgba(47,137,188,1)!important} 599 | .btnv6_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;background:rgba(83,105,4,1)!important;color:#fff!important} 600 | .btnv6_blue_blue_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{border-radius:4px!important;background:#23678e!important;color:#fff!important} 601 | .btn_medium>span,input.btn_medium{padding:0 15px!important;line-height:30px!important} 602 | #rightContents .box{border-radius:4px!important;background:rgba(0,0,0,.2)!important} 603 | .review_list h1{border-bottom:none!important} 604 | .review_box .header{border-top-left-radius:4px!important;border-top-right-radius:4px!important;border-bottom:0!important;background:rgba(0,0,0,.2)!important} 605 | .review_box .leftcol img{border-radius:4px!important} 606 | a.activetrigger,a.trigger{border-radius:4px!important;background:0 0!important;background-color:#000!important} 607 | .dselect_container a,.dselect_container a:active,.dselect_container a:hover,.dselect_container a:visited{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important} 608 | .block_content.block_content_inner.dark{border-radius:4px!important} 609 | .popup_body.popup_menu.shadow_content{border-radius:4px!important} 610 | .profile_customization{border-radius:4px!important;background-image:none!important;background-color:#282828!important} 611 | .workshop_showcase_item img.workshop_showcase_item_image{border-radius:4px!important} 612 | .guide_showcase_appinfo .workshop_showcase_app img{border-radius:4px!important} 613 | .favoritegroup_showcase_group .favoritegroup_avatar img{border-radius:4px!important} 614 | .recent_game{background-color:#282828!important} 615 | .game_info .game_info_cap img{border-radius:4px!important} 616 | .favoritegame_showcase .game_info_stats,.recent_game .game_info_stats{background-color:transparent!important;border-radius:4px!important;border-top:0!important} 617 | .game_info_achievements_badge .game_info_badge_border{border-radius:4px!important} 618 | .game_info_badge_border{border:0!important;border-radius:4px!important;background-color:rgba(0,0,0,0)!important} 619 | .achievement_progress_bar_ctn{padding:0!important;border:0!important;border-radius:5px!important} 620 | .game_info_achievement,.game_info_achievement img{border-radius:4px!important} 621 | .game_info_achievement{border-radius:5px!important} 622 | .game_info_stats_rule{border-top:0!important;background-color:rgba(0,0,0,0)!important;height:0!important} 623 | .screenshot_showcase_screenshot{border-radius:4px!important;border:1px transparent solid!important} 624 | .showcase_content_bg{border-radius:4px!important;background-color:#282828!important} 625 | .showcase_gamecollector_game img.game_capsule{border-radius:4px!important} 626 | .commentthread_header,.profile_leftcol_header{border-bottom:0!important;border-radius:4px!important;background-color:transparent!important} 627 | .commentthread_subscribe_checkbox{border:0!important;border-radius:4px!important;background:#282828!important;margin-bottom:2px!important} 628 | .profile_comment_area .commentthread_footer{border-top:0!important} 629 | .profile_comment_area .commentthread_comment_container{border-bottom:0!important} 630 | .profile_comment_area .commentthread_textarea{background-color:#282828!important} 631 | .profile_comment_area .commentthread_header,.profile_leftcol_header{background-color:transparent!important} 632 | .profile_comment_area .commentthread_entry_quotebox{border-bottom:0!important;border:0!important;background-color:#282828!important;border-radius:4px!important} 633 | .commentthread_entry_quotebox{background-color:#282828!important;border-radius:4px!important;border-left:0!important;border-top:0!important;border-right:0!important;border-bottom:0!important;margin-bottom:-2px!important} 634 | .commentthread_footer,.commentthread_header{margin-bottom:0!important;padding-bottom:0!important} 635 | .invite_row{border-radius:4px!important;background:rgba(0,0,0,.2)!important} 636 | .invite_block_name{margin-top:10px!important} 637 | span.invite_action_txt{border-radius:4px!important} 638 | .event_title{font-weight:400!important} 639 | .community_search_text_box{background:0 0!important;background-color:#2e2e2f!important;border:0!important;border-radius:20px!important;color:#fff!important} 640 | input[type=number],input[type=password],input[type=text],select{border:2px solid transparent!important;border-radius:20px!important} 641 | #search_players_form input[type=submit]{margin-top:5px!important;margin-left:5px!important} 642 | .search_row{border-radius:4px!important} 643 | body.flat_page{background:#1e1e1f!important} 644 | body.flat_page #footer_spacer,body.headerless_page #footer_spacer{border-radius:4px!important;background:#1e1e1f!important} 645 | .search_match_info{border-radius:4px!important} 646 | .search_group_avatar_holder img{border-radius:4px!important} 647 | .grouppage_content_area .community_search_container>h2{color:#fff!important} 648 | .recentAchievementsImg{border-radius:4px!important} 649 | .game_purchase_action_bg{height:35px!important;background-color:#252525!important;padding:1px 1px 2px 0!important;border-radius:6px!important;-moz-border-radius:2px!important} 650 | .game_purchase_action_bg>*{margin-left:1px!important} 651 | .game_purchase_discount .discount_prices{background:#252525!important;vertical-align:6px!important} 652 | .game_purchase_discount{height:36px!important} 653 | .game_purchase_discount .bundle_base_discount,.game_purchase_discount .discount_pct{border-radius:4px!important;height:36px!important;line-height:32px!important} 654 | .game_purchase_action .game_purchase_price{background-color:transparent!important;color:#fff!important} 655 | .highlight_movie{border-radius:4px!important;background-color:transparent!important} 656 | .highlight_player_item img{border-radius:4px!important} 657 | .highlight_strip_item img{border-radius:4px!important;background-color:transparent!important} 658 | .highlight_strip_item{background-color:transparent!important} 659 | img.game_header_image_full{border-radius:4px!important;width:324px!important;margin-left:-5px!important} 660 | body.v6 .game_area_already_owned.page_content{border-radius:4px!important} 661 | .game_area_play_stats{border-radius:4px!important} 662 | #recommendation_success .review_box .thumb{border-radius:4px!important} 663 | #review_create h1,.reviewDate{border-top:0!important} 664 | .game_area_purchase_game_wrapper .game_area_purchase_game{border-radius:4px!important} 665 | .game_area_purchase_game>a{border-radius:4px!important} 666 | .btn_medium>span.subscribeText{padding-left:35px!important} 667 | .game_area_purchase_not_refundable{color:#fff!important;background:#2e2e2f!important;border-radius:4px!important} 668 | .game_purchase_area_friends_want{background:#2e2e2f!important;color:#fff!important;border-radius:4px!important} 669 | .highlight_selector{background-image:none!important} 670 | #game_highlights{background:0 0!important;border-radius:4px!important} 671 | .queue_ctn{width:940px;border-radius:4px!important;background:0 0!important} 672 | .glance_details img:hover{border:0!important;border-radius:4px!important} 673 | .game_area_dlc_bubble{border-radius:4px!important} 674 | .ds_flag.ds_completetheset{border-radius:4px!important} 675 | .game_description_column h2,.recommendation_bodytext h2{background-image:none!important} 676 | .game_description_column .block .block_header h4{background-image:none!important} 677 | .game_description_column .block .block_content a{border-radius:4px!important} 678 | .game_description_column .block .block_content a img{border-radius:4px!important} 679 | .game_area_already_owned .ds_flag{border-radius:4px!important;background:0 0!important} 680 | #review_create .avatar>img{border-radius:50px!important} 681 | #review_create .avatar{border-radius:50px!important} 682 | #review_create .input_box{border:0!important;border-radius:4px!important;background-color:#2b2b2b!important} 683 | .review_controls{background-color:transparent!important;border-radius:4px!important} 684 | .review_box .vote_header .thumb{border-radius:4px!important} 685 | .review_box .short_header .hours,.review_box .short_header .persona_name,.review_box .short_header .thumb{border-radius:4px!important} 686 | .review_box a.vote_header{border-radius:4px!important} 687 | .review_box .hr{height:0!important} 688 | .review_box{background-image:none!important;border-radius:4px!important} 689 | .sysreq_tabs{padding-left:0!important;background:0 0!important;border-radius:4px!important} 690 | .game_description_column h2,.recommendation_bodytext h2{background-image:none!important} 691 | .sysreq_tab.active{background-color:#2e2e2f!important;border-radius:4px!important} 692 | .sysreq_tab:hover{background-color:#2e2e2f!important;border-radius:4px!important} 693 | body.v6 #footer .rule{border-top:0 solid #29363d!important} 694 | .review_box.short{background:#2e2e2f!important;border-radius:4px!important} 695 | .rightcol.game_meta_data .block{background:#2e2e2f!important;border-radius:4px!important} 696 | .rightcol.game_meta_data .block.heading{border-radius:4px!important} 697 | .short_header{background-color:#2e2e2f!important;border-top-left-radius:4px!important;border-top-right-radius:4px!important} 698 | .short_header:hover{background-color:#252525!important;border-top-left-radius:4px!important;border-top-right-radius:4px!important} 699 | .discount_block.no_discount .bundle_base_discount{border-right:0!important} 700 | .queue_controls_description{color:#ffcc6a!important;background:0 0!important;margin-top:-28px!important} 701 | .btn_next_in_queue .next_in_queue_content{padding:25px 15% 0 28%!important} 702 | .btn_next_in_queue{background:0 0!important;background-color:#584d31!important;width:230px!important;height:80px!important;margin-bottom:-10px!important;margin-right:-15px!important;margin-top:-35px!important;border-radius:50px!important} 703 | .btn_next_in_queue{background:0 0!important;background-color:#695833!important;width:230px!important;height:80px!important;margin-bottom:-10px!important;margin-right:-15px!important;margin-top:20px!important;border-radius:50px!important} 704 | .btn_next_in_queue span{color:#ffcc6a!important} 705 | .btn_next_in_queue:hover span{color:#ffcc6a!important} 706 | .game_area_comingsoon{border-radius:4px!important} 707 | .game_page_autocollapse_fade{background:0 0!important} 708 | .game_purchase_action_bg > *{border-radius:4px!important} 709 | .game_page_autocollapse_readmore{background:rgba(47,137,188,1)!important;color:#a4d7f5!important;padding-left:5px!important;padding-right:5px!important;border-radius:4px!important} 710 | .game_page_autocollapse_readmore:hover{background:rgba(23,67,92,1)!important;color:#fff!important;padding-left:5px!important;padding-right:5px!important;border-radius:4px!important} 711 | .game_page_autocollapse_ctn.collapsed{padding-bottom:25px!important} 712 | .game_description_column .block .block_header .right a{background-color:rgba(47,137,188,1)!important;color:#a4d7f5!important;padding:4px 6px!important;border-radius:4px!important} 713 | .game_description_column .block .block_header .right a:hover{background-color:rgba(23,67,92,1)!important;color:#fff!important;border-radius:4px!important} 714 | .no_curators_followed{background:282828!important;border-radius:4px!important} 715 | .review_ctn{border-top:0!important} 716 | .slider_ctn.store_autoslider{background:0 0!important;border-radius:4px!important} 717 | .highlight_ctn .slider .handle,.highlight_ctn .slider_ctn .slider_left,.highlight_ctn .slider_ctn .slider_right{background-color:rgba(0,0,0,.4)!important;border-radius:4px!important} 718 | .game_area_details_specs{border-radius:4px!important} 719 | .game_area_details_specs a.name{color:white!important;background:#1e1e1f!important;border-radius:4px!important} 720 | .game_area_details_specs a.name:hover{background:#151515!important} 721 | .DRM_notice{border-radius:4px!important} 722 | .block a.linkbar{border-radius:4px!important} 723 | .glance_ctn{background:0 0!important;padding-bottom:13px!important;padding-left:5px!important;border-radius:4px!important} 724 | .sale_page_n_section .broadcast_wrapper .broadcastwrapper{border-radius:4px!important} 725 | .sale_page_n_section_block{border-radius:4px!important} 726 | .sale_page_n_section_button{border-radius:25px!important} 727 | .promotion_curator_container{border-radius:4px!important} 728 | .promotion_follow_controls{padding:1px 1px 1px 1px!important;border-radius:4px!important} 729 | .promotion_curator_socialmedia_accounts{border-radius:4px!important} 730 | .sale_page_purchase_item{border-radius:4px!important} 731 | .sale_page_purchase_content .bundle_contents_preview{border-radius:4px!important} 732 | .ds_flag.ds_owned_flag{border-radius:4px!important} 733 | .ds_flag.ds_wishlist_flag{border-radius:4px!important} 734 | .ds_flag.ds_incart_flag{border-radius:4px!important} 735 | .ds_flag.ds_ignored_flag{border-radius:4px!important} 736 | div.early_access_header{border-radius:4px!important} 737 | .game_area_dlc_row.odd{border-radius:4px!important} 738 | div.early_access_banner{border-radius:4px!important} 739 | h2 span.note{background:rgba(47,137,188,1)!important;color:#a4d7f5!important;padding:0!important;padding-top:4px!important;padding-bottom:1px!important;padding-left:5px!important;padding-right:5px!important;border-radius:4px!important} 740 | h2 span.note:hover{background:rgba(23,67,92,1)!important;color:#fff!important;padding:0!important;padding-top:4px!important;padding-bottom:1px!important;padding-left:5px!important;padding-right:5px!important;border-radius:4px!important} 741 | .review_box.partial .content .gradient{background:0 0!important} 742 | .early_access_review{background-color:rgba(0,0,0,0)!important;border-radius:4px!important} 743 | #review_histograms_container{border-top-left-radius:4px!important;border-top-right-radius:4px!important} 744 | .review_histogram_section .user_reviews_summary_bar{border-bottom:10px!important} 745 | .review_histogram_section.recent{border-top-right-radius:4px!important} 746 | .user_reviews_header{background-image:none!important} 747 | .user_reviews_filter_menu_flyout{border-top-right-radius:4px!important;border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important} 748 | .user_reviews_filter_options{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important} 749 | .user_reviews_filter_menu{border-left:0!important} 750 | #review_recent_events_container.high_volume_all{border-radius:4px!important} 751 | .item_store_items_game_page_container{border-radius:4px!important} 752 | .item_def_icon_container{border-radius:4px!important} 753 | .rightcol .panel{border-radius:4px!important} 754 | .rightcol .review_box.partial .content .gradient{background:0 0!important;border-radius:4px!important} 755 | a.communitylink_achievement.communitylink_achivement_plusmore{border-radius:4px!important} 756 | .communitylink_achievement{border-radius:4px!important} 757 | #game_area_metascore .score{border-radius:4px!important} 758 | .friend_activity .friend_block_avatar img,.friend_block_holder .friend_block_avatar img,.playerAvatar img{border-radius:50px!important} 759 | .review_box.partial .view_more a{background:rgba(47,137,188,1)!important;color:#a4d7f5!important} 760 | .review_box.partial .view_more a:hover{background:rgba(23,67,92,1)!important;color:#fff!important} 761 | .user_reviews_active_filters .active_filter{border-radius:4px!important;background-repeat:no-repeat;background-image:none!important} 762 | .block.recommendation_reasons hr{height:0!important;background-color:rgba(0,0,0,0)!important} 763 | div.early_access_announcements .post .hr{background-color:rgba(0,0,0,0)!important;height:0!important} 764 | .steam_curator_icon.medium{border-left:0!important} 765 | div.early_access_announcements .post .more{color:#a4d7f5!important;padding-top:6px!important;padding-bottom:0!important;padding-left:5px!important;padding-right:5px!important;background:rgba(47,137,188,1)!important;border-radius:4px!important} 766 | .referring_curator{border-radius:4px!important} 767 | div.early_access_announcements .post .more:hover{color:#fff!important;padding-top:6px!important;padding-bottom:3px!important;padding-left:5px!important;padding-right:5px!important;background:rgba(23,67,92,1)!important;border-radius:4px!important} 768 | .btnv6_lightblue_blue{border-radius:4px!important;padding:4px!important;border:1px #282828!important;color:#000!important;background:#7cbef8!important} 769 | .btnv6_lightblue_blue>span{border-radius:4px!important;border:1px #282828!important;color:#000!important;background:#7cbef8!important} 770 | .btnv6_lightblue_blue:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#000!important;border:1px #282828!important;background:#477ead!important} 771 | .btnv6_lightblue_blue:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{background:#477ead!important;color:#000!important;border:1px #282828!important;border-radius:4px!important} 772 | .enable_review_comments input,.review_received_comp input{vertical-align:text-top;border-radius:4px!important;background:#282828!important} 773 | .game_area_offsite_purchase,.game_area_purchase_game{border-radius:4px!important} 774 | .friend_activity .friend_block_avatar,.friend_block_holder .friend_block_avatar,.playerAvatar{border-radius:40px!important;padding:0!important} 775 | .appHubIconHolder.ignored,.appHubIconHolder.offline,.avatar_block_status_offline,.friend_activity.friend_status_offline .friend_block_avatar,.friend_block_holder.friend_status_offline .friend_block_avatar,.playerAvatar.offline{border-radius:40px!important} 776 | .appHubIconHolder.offline img,.avatar_block_status_offline img,.friend_status_offline .friend_block_avatar img,.playerAvatar.offline img{border-radius:40px!important} 777 | .appHubIconHolder.online,.avatar_block_status_online,.friend_activity.friend_status_online .friend_block_avatar,.friend_block_holder.friend_status_online .friend_block_avatar,.playerAvatar.online{border-radius:40px!important} 778 | .appHubIconHolder.online img,.avatar_block_status_online img,.friend_status_online .friend_block_avatar img,.playerAvatar.online img{border-radius:40px!important} 779 | .appHubIconHolder.in-game,.avatar_block_status_in-game,.friend_activity.friend_status_in-game .friend_block_avatar,.friend_block_holder.friend_status_in-game .friend_block_avatar,.playerAvatar.in-game{border-radius:40px!important} 780 | .appHubIconHolder.in-game img,.avatar_block_status_in-game img,.friend_status_in-game .friend_block_avatar img,.playerAvatar.in-game img{border-radius:40px!important} 781 | .appHubIconHolder.golden,.avatar_block_status_golden,.friend_activity.friend_status_golden .friend_block_avatar,.friend_block_holder.friend_status_golden .friend_block_avatar,.playerAvatar.golden{border-radius:40px!important} 782 | .group_content_rule{background-image:none!important} 783 | .group_content{background:0 0!important} 784 | .group_content.bottomless{background:#252525!important;margin-bottom:50px!important;border-radius:4px!important;padding-left:7px!important} 785 | .commentthread_entry{background-color:rgba(0,0,0,0)!important} 786 | .group_comments .commentthread_entry{background:0 0!important} 787 | .commentthread_header .commentthread_count{background-image:none!important;margin-left:15px!important;margin-top:4px!important} 788 | .commentthread_paging{margin-top:3px!important;margin-right:4px!important} 789 | .commentthread_footer,.commentthread_header{padding-bottom:15px!important;padding-top:10px!important;border-radius:4px!important} 790 | .forum_topic_overlay{border-radius:4px!important} 791 | .forum_topic_overlay:hover{background:#15151563!important} 792 | .forum_topic{border-radius:4px!important} 793 | .grouppage_membertiles_overlay{top:0!important;padding-bottom:12px!important;background:#1e1e1f!important;opacity:.9!important} 794 | .grouppage_member_tiles{right:-1px!important;height:230px!important;padding-bottom:12px!important;padding-top:0!important;background:0 0!important;border-radius:5px!important} 795 | .grouppage_header{border-bottom:4px!important;background:0 0!important} 796 | .grouppage_header_name{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important} 797 | .grouppage_header_label{background-color:rgba(0,0,0,.6)!important;border-top-right-radius:4px!important} 798 | .grouppage_friendsingroup{top:125px!important;padding:1px!important;background-color:rgba(0,0,0,.6)!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important} 799 | .btn_blue_white_innerfade{border-radius:4px!important;border:1px #282828!important;text-decoration:none!important;color:#1b1b1b!important;background:rgba(102,192,244,.8)!important} 800 | .btn_blue_white_innerfade>span{border-radius:4px!important;background:rgba(102,192,244,.8)!important;color:#1b1b1b!important;border:1px #282828!important} 801 | .btn_blue_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#fff!important;border-radius:4px!important;background:#2b527e!important;border:1px #282828!important} 802 | .btn_blue_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{text-decoration:none!important;color:#fff!important;border-radius:4px!important;background:#2b527e!important;border:1px #282828!important} 803 | .grouppage_join_area{padding:1px!important;background-color:transparent!important;border-radius:4px!important} 804 | .notice_box_content_blue_box{border-radius:4px!important} 805 | .group_tabs{width:950px!important;border-radius:4px!important;padding-left:2px!important} 806 | .group_tab{background:0 0!important;border-radius:4px!important;-moz-border-radius:4px!important} 807 | a.group_tab:hover{background:#67c1f5!important;border-radius:4px!important} 808 | .group_tab.active{height:35px!important;background:0 0!important;border-radius:4px!important} 809 | .group_tab.active>span{height:35px!important;background:rgba(102,192,244,.8)!important;border-radius:4px!important} 810 | .rightbox{border-radius:4px!important} 811 | .joinchat_bg{position:relative;width:257px!important;height:36px!important;background:#1c1c1c!important;border-radius:4px!important} 812 | .joinchat_bg .joinchat_button{top:2px!important;color:#fff!important;background:rgba(102,192,244,.8)!important;border-radius:4px!important} 813 | .joinchat_bg .joinchat_membercount{top:1px!important;color:#6a9fce!important} 814 | .rightbox .rule{height:0!important;background-color:rgba(0,0,0,0)!important;border-top:0!important} 815 | .group_associated_game{background-color:#1e1e1f!important;border-radius:4px!important} 816 | .group_associated_game_icon{background-color:transparent!important} 817 | .group_overview_announcement_readmore{border-top:0px!important} 818 | .calendarBox{border-radius:4px!important} 819 | .member_block{background-color:#2e2e2f!important;border-radius:4px!important} 820 | .member_block:hover{background-color:#151515!important;border-radius:4px!important} 821 | .member_block .rank_icon{background-color:transparent!important} 822 | .group_paging{border-radius:4px!important} 823 | .announcement{border-radius:4px!important} 824 | a.readmore_link{border-radius:4px!important;background:#0e5984!important} 825 | .pagebtn, a.pagebtn{background-color:#2e2e2f!important} 826 | .announcement_control_container{border-radius:4px!important} 827 | .forum_topic_pinned_notice{border-radius:4px!important} 828 | .forum_paging_summary{border-radius:4px!important} 829 | .forumtopic_comments .commentthread_comment_text a{border-radius:4px!important} 830 | .forum_newtopic_header{border-radius:4px!important} 831 | .forum_newtopic_box{border-radius:4px!important} 832 | .commentthread_comment_edit_textarea_ctn,.gray_bevel,input.gray_bevel,textarea.gray_bevel{border:0!important;border-radius:4px!important} 833 | .btn_grey_black{border-radius:4px!important;text-decoration:none!important;color:#67c1f5!important} 834 | .btn_grey_black>span{border-radius:4px!important} 835 | .btn_grey_black:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#fff!important;border-radius:4px!important} 836 | .btn_grey_black:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important} 837 | .btn_grey_black.btn_active,btn_grey_black.active{text-decoration:none!important;color:#fff!important;border-radius:4px!important} 838 | .btn_grey_black.btn_active>span,btn_grey_black.active>span{border-radius:4px!important} 839 | .btn_small>span,input.btn_small{border-radius:4px!important} 840 | .btn_small>span,input.btn_small:hover{border-radius:4px!important} 841 | .btn_green_white_innerfade{border-radius:4px!important;text-decoration:none!important;color:#d2e885!important} 842 | .btn_green_white_innerfade>span{border-radius:4px!important} 843 | .btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover{text-decoration:none!important;color:#fff!important;border-radius:4px!important} 844 | .btn_green_white_innerfade:not(.btn_disabled):not(:disabled):not(.btn_active):not(.active):hover>span{border-radius:4px!important} 845 | .eventLogo{border-radius:4px!important} 846 | .grouppage_logo{background-image:none!important} 847 | .curator_summary_box{border-radius:4px!important} 848 | .curator_store_link_ctn{border-radius:4px!important} 849 | #widget{border:0!important;background:#1e1e1f!important;border-radius:4px!important} 850 | .btn_addtocart .btn_addtocart_left,.btn_addtocart .btn_addtocart_right{background:0 0!important} 851 | .btn_addtocart .btn_addtocart_content{color:#d2e885!important;background:rgba(121,153,5,1)!important;border-radius:4px!important} 852 | .rightbox_list_selection_background{left:-10px!important;background:#2e2e2f!important;border-radius:4px!important} 853 | .bundle_contents_preview{border-radius:4px!important} 854 | .group_content_header .group_content_header_viewmore{border-radius:4px!important;background-color:rgba(47,137,188,1)!important;color:#fff!important} 855 | .forumtopic_answer.answer_ctn{border-radius:4px!important} 856 | .forumtopic_comments .commentthread_answer_bar{border-radius:4px!important} 857 | img#blotter_nofriends_block{border-radius:4px!important} 858 | #instructions_main_container{border:0!important;border-radius:4px!important} 859 | #BG_top_workshop{background-image:none!important;width:0!important;height:0!important} 860 | .responsive_tab_baseline{background-color:transparent!important;height:0!important} 861 | .sectionTabsHR{background-color:transparent!important;margin-bottom:0!important} 862 | #footer{border-radius:4px!important} 863 | #friendactivity_right_column .box{border-radius:4px!important} 864 | .blotter_eventsblock{border-radius:4px!important} 865 | .friends_add_block{border-radius:4px!important} 866 | .profile_options_divider{height:0!important;border-top:0!important} 867 | .blotter_status_entry .commentthread_entry{border-radius:4px!important;border-bottom:0!important} 868 | #blotter_statuspost_submit>span{border-radius:4px!important} 869 | #blotter_statuspost_submit{border-radius:4px!important} 870 | .blotter_day{border-radius:4px!important} 871 | .gameLogo{border-radius:4px!important} 872 | .blotter_group_announcement_header_ogg{border-bottom:0!important;border-radius:4px!important} 873 | .blotter_comment_thread .commentthread_area{border-radius:4px!important} 874 | .blotter_comment_thread{border-top:0 solid #121b27!important;border-radius:4px!important} 875 | .blotter_group_announcement_header{border-bottom:0!important;border-radius:4px!important} 876 | .blotter_screenshot_gallery_image,.blotter_screenshot_gallery_image_selected{border-radius:4px!important} 877 | #blotter_appselect_app_options .blotter_appselect_options{border-radius:4px!important} 878 | .blotter_author_block{border-bottom:0!important;border-radius:4px!important} 879 | .blotter_screenshot>.blotter_author_block{border-radius:4px!important} 880 | .blotter_comment_thread .commentthread_comment_container{margin-top:0!important} 881 | .blotter_group_announcement_content{background:rgba(0,0,0,.2)!important} 882 | span.bb_spoiler{border-radius:4px!important} 883 | #HeaderUserBreadcrumbs{border-bottom:0!important} 884 | .HeaderUserAvatar img{border-radius:40px!important} 885 | .avatarIcon_48 img{border-radius:40px!important} 886 | .avatarIcon_48_online{border-radius:40px!important} 887 | .avatarIcon_48_offline{border-radius:40px!important} 888 | .avatarIcon_48_ingame{border-radius:40px!important} 889 | #NoItemsContainer{background-color:rgba(0,0,0,.4)!important;border-radius:4px!important;border:0!important} 890 | .view_inventory_page.inventory_msg_ctn{border-radius:4px!important} 891 | .primary_panel_border{background:0 0!important} 892 | .rightSectionHolder{background:0 0!important;border-radius:4px!important} 893 | .games_list_tabs{border:0!important;border-top-left-radius:4px!important;border-top-right-radius:4px!important;-moz-border-radius-topleft:4px!important;-moz-border-radius-topright:4px!important} 894 | .games_list_tab.active{margin-left:1px!important;background-color:rgba(0,0,0,0)!important;border-radius:4px!important} 895 | .games_list_tab,a.games_list_tab{padding:0 12px!important;border-radius:4px!important;border-top:0!important} 896 | .games_list_tab_separator{width:0!important;background-color:rgba(0,0,0,0)!important;background-repeat:no-repeat} 897 | .games_list_tab.first_tab,a.games_list_tab.first_tab{border-radius:4px!important;margin-left:1px!important} 898 | .filter_ctn.inventory_filters #filter_control{border-radius:4px!important;border:0!important;background-color:rgba(0,0,0,.4)!important} 899 | .inventory_iteminfo{border:2px solid transparent!important} 900 | .view_inventory_page .inventory_page_right{border-radius:4px!important} 901 | .inventory_iteminfo .item_desc_content{background-image:none!important} 902 | #iteminfo0 .item_desc_content,#iteminfo1 .item_desc_content{border-top-left-radius:4px!important;border-top-right-radius:4px!important;background-color:#181818!important} 903 | .item_market_actions{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important} 904 | .trade_item_box{background-color:transparent!important;border:1px solid transparent!important} 905 | .itemHolder{background-color:transparent!important;border-radius:4px!important;background-image:none!important} 906 | .market_dialog_contents .item,.trade_item_box .item{background-color:rgba(0,0,0,0)!important;border-radius:4px!important} 907 | .badge_row{border-radius:4px!important;border-top:1px solid transparent!important;border-right:1px solid transparent!important;border-bottom:1px solid transparent!important;border-left:1px solid transparent!important;background-color:#181818!important;background:#181818!important} 908 | .badge_row_inner{background-color:#181818!important;border-radius:4px!important;background:#181818!important} 909 | .badge_title_rule{height:0!important;border-top:0!important;background-color:rgba(0,0,0,0)!important} 910 | .badge_empty{border:1px solid transparent!important;border-radius:4px!important} 911 | .badge_progress_card.unowned{border:0!important;border-radius:4px!important} 912 | .profile_xp_block{border:0!important;border-color:#181818!important;background-color:#181818!important} 913 | .profile_xp_block_remaining_bar_progress{border-radius:4px!important;background-image:none!important} 914 | .main_content_ctn{border:0!important} 915 | .games_list_tab_row_separator{border-top:0!important} 916 | .browseApps{background-color:#2e2e2f!important;border-radius:4px!important} 917 | .browseAppsTitleContainer{border-radius:4px!important;background:#2e2e2f!important;background-color:#2e2e2f!important} 918 | .searchApps{border-radius:20px!important;background:#1e1e1f!important} 919 | .workshopAppsRow{border-bottom:0!important;background:0 0!important} 920 | .primary_panel{background:#2e2e2f!important;border-radius:4px!important} 921 | .avatar_workshop_overlay{background:0 0!important} 922 | .current_player_workshop_link{padding-left:60px!important} 923 | .joinGroup{border-radius:4px!important;width:240px!important;height:80px!important;background:#1e1e1f!important} 924 | .joinGroupTitle{margin-left:50px!important} 925 | #ig_bottom .sidebar .detailPanel,#ig_bottom .sidebar .panel{background:#2e2e2f!important;border-radius:4px!important} 926 | .subscribeRSS{padding-top:15px!important;padding-bottom:5px!important} 927 | .right_column .panel{background:#2e2e2f!important;border-radius:4px!important} 928 | .workshop_header{border-radius:4px!important} 929 | .workshop_browse_menu_area{border-radius:4px!important;background:#1e1e1f!important;text-align:left} 930 | .workshop_browse_search{height:34px!important;background-color:#2e2e2f!important;border-left:0!important;border-top:0!important;border-right:0!important;border-bottom:0!important} 931 | .apphub_HeaderTop.workshop{background-image:none!important} 932 | #ButtonContainer{margin-top:5px!important;border-radius:4px!important} 933 | #MessageContent{margin-top:5px!important} 934 | .profile_subpage_general .maincontent{border-left:0 solid!important;border-right:0 solid!important} 935 | .tradeoffer_items_ctn.active{border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;background:#2e2e2f!important} 936 | .tradeoffer_items_ctn{border:0 solid!important;background-color:#151515!important} 937 | .tradeoffer_items_rule{background:0 0!important} 938 | .tradeoffer_rule{border-top:0!important;height:0!important} 939 | .tradeoffer_items_banner.accepted{border-radius:4px!important} 940 | .quote_arrow{background-image:none!important} 941 | .rightcol_controls_rule{height:0!important;border-top:0!important} 942 | ::-webkit-scrollbar-track{background-color:#1e1e1f!important;visibility:hidden!important;border-radius:10px!important} 943 | ::-webkit-scrollbar-thumb{background-color:rgb(var(--scrollbar))!important;border:5px solid #1e1e1f!important;border-radius:10px!important} 944 | ::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--scrollbar))!important;border:5px solid #1e1e1f !important;border-radius:10px!important} 945 | ::-webkit-scrollbar{width:18px!important;border-radius:10px!important} 946 | .DialogBody::-webkit-scrollbar{display:none!important} 947 | .maincontent{background-image:none!important;background-color:#1e1e1f!important} 948 | .maincontent #topSummaryBoxContent{background-color:#161617!important;padding:10px 10px 20px 20px!important;margin:0 0 20px 0!important;border-radius:4px!important} 949 | #subtabs{background:0 0!important;height:10px!important} 950 | #personalAchieve{padding:20px 0 0 0!important} 951 | .achieveTxtHolder{background-color:#181819!important;padding:0 10px!important} 952 | .achievementProgressBar{border-radius:40px!important} 953 | .achieveBarProgress{border-radius:10px!important} 954 | .achieveBar{border-radius:10px!important} 955 | .profile_small_header_texture>h1,h2{padding-left:-40px!important} 956 | .profile_small_header_texture>.profile_small_header_additional{right:36px!important} 957 | #headerContent{margin:20px 0!important;padding:15px 20px!important;background-color:#161617!important;border-radius:4px!important} 958 | #compareAvatar{margin:20px 0!important;padding:0 32px 0 16px!important} 959 | .achieveTxtHolder{min-height:64px!important;border:0!important;border-radius:40px!important} 960 | .achieveTxt{padding:17px 6px 6px 10px!important} 961 | .achieveFill{top:0!important;left:0!important;bottom:0!important;background:#2e2e2f!important} 962 | h2.pageheader{padding-left:0!important} 963 | .newsrightcol .block .block_header{padding:5px 10px!important} 964 | .block a.linkbar{padding:5px 10px!important;background:#1e1e1f!important} 965 | .block_sub_header_channels{padding:0 0 0 10px!important} 966 | .posttitle{font-size:18px!important} 967 | .tabOff,.tabOn{background:#2e2e2f!important;border-radius:4px!important} 968 | .flat_page .modal_frame{width:97%!important;left:0!important;margin:0 40px 0 10px!important} 969 | #modalContentFrameContainer{height:100%!important;overflow:scroll!important} 970 | #modalContentFrameContainer .modalContent_iFrame{height:900%!important} 971 | .favorite_game_cap a img{border-radius:4px!important} 972 | .showcase_gamecollector_game a img{border-radius:4px!important} 973 | .showcase_achievement a img{border-radius:4px!important} 974 | .profile_leftcol_header>h2{padding-left:0!important} 975 | .recent_game>.recent_game_content{padding:15px 15px!important} 976 | .recent_game>.recent_game_content>.game_name{padding-left:10px!important} 977 | .recent_game .game_info .game_info_cap img{border-radius:4px!important} 978 | .favoritegame_showcase .game_info_stats,.recent_game .game_info_stats{padding:10px 0 10px!important} 979 | .recent_game .achievement_icons{float:right!important} 980 | .sale_page_background{background-color:#1e1e1f!important} 981 | body.v6.winter_sale_home h2.winter{margin-left:-40px!important} 982 | .steamawards_card{border-radius:4px!important} 983 | .steamaward_card_background{border-radius:4px!important} 984 | .shadow_bottom,.shadow_left,.shadow_right,.shadow_top{display:none!important} 985 | .shadow_bl,.shadow_br,.shadow_ul,.shadow_ur{display:none!important} 986 | .friend_block_v2:hover{background:#2e2e2f!important;border-radius:4px!important} 987 | .most_recommended .steam_curator_recommendation .steam_curators_for_app{border-top:0px!important} 988 | .navigation_bar{border-bottom:0px!important} 989 | 990 | /* ------------------GAME PAGES------------------ */ 991 | 992 | /* Beta Button */ 993 | .libraryhome_BetaBar_1HcmY { 994 | margin-top: 5px !important; 995 | margin-right: 30px !important; 996 | border-radius: 30px !important; 997 | background: rgb(var(--lightgrey)) !important; 998 | } 999 | 1000 | /* Removes Play Button Glow */ 1001 | .appdetailsoverview_Glassy_2OOzY > div { 1002 | z-index: -1 !important; 1003 | } 1004 | 1005 | /* Removes Play Button Glow */ 1006 | .appdetailsplaysection_Container_3Yf8b { 1007 | z-index: 2 !important; 1008 | } 1009 | 1010 | .appactivityday_PartnerEvent_1AYE1 { 1011 | border: 0x !important; 1012 | border-image-source: none !important; 1013 | background: rgb(var(--backdropblur)) !important; 1014 | } 1015 | 1016 | .appactivityday_PartnerEventMediumImage_Container_1HZy7:hover { 1017 | background:none; 1018 | } 1019 | 1020 | .appactivityday_Event_UVeN0:first-child { 1021 | border-radius: 4px !important; 1022 | background: rgb(var(--backdropblur)) !important; 1023 | padding-left: 5px !important; 1024 | } 1025 | 1026 | .appactivityday_PartnerEventMediumImage_Container_1HZy7 { 1027 | background: none !important; 1028 | } 1029 | 1030 | .appactivityday_ScreenshotCaption_23HTp.appactivityday_HasCaption_tLc3y, .appactivityday_VideoTitle_1d0ij.appactivityday_HasCaption_tLc3y { 1031 | background-image: none !important; 1032 | border-bottom-left-radius: 4px !important; 1033 | backdrop-filter: blur(50px) 1034 | } 1035 | 1036 | /* Blurs The Backgrounds */ 1037 | .appdetailsoverview_Container_27RcN { 1038 | backdrop-filter: var(--FuckBlur) !important; 1039 | background: rgb(var(--FlatColor)) !important; 1040 | display: block!important; 1041 | } 1042 | 1043 | /* Blurs The Backgrounds */ 1044 | .appdetailsoverview_Glassy_2OOzY .appdetailsoverview_BackdropGlass_Jbe-- { 1045 | backdrop-filter: var(--FuckBlur) !important; 1046 | background: rgb(var(--FlatColor)) !important; 1047 | } 1048 | 1049 | /* Changes Blur Color & Depth For Games Page */ 1050 | .appdetailsoverview_Glassy_2OOzY .appdetailsoverview_ColumnContainer_OhSdL { 1051 | backdrop-filter: blur(0px) !important; 1052 | background: rgb(var(--FlatColor)) !important; 1053 | } 1054 | 1055 | /* Game Page Launch Game Bar */ 1056 | .appdetailsplaysection_StickyHeader_39Rhe .appdetailsplaysection_Glassy_3DeO9 { 1057 | backdrop-filter: var(--FuckBlur) !important; 1058 | background: rgb(var(--FlatColor)) !important; 1059 | } 1060 | 1061 | .appdetailscommunityfeed_ArtItem_1aP1b .appdetailscommunityfeed_BottomSection_3uabi { 1062 | background: none !important; 1063 | color: #2db9ff !important; 1064 | backdrop-filter: blur(50px) !important; 1065 | } 1066 | 1067 | .appdetailsplaysection_DetailsProgressContainer_25YVD { 1068 | border-radius: 6px !important; 1069 | background-color: rgb(var(--grey)) !important; 1070 | margin-top: 6px !important; 1071 | } 1072 | 1073 | .appdetailsplaysection_DetailsProgressContainer_25YVD .appdetailsplaysection_DetailsProgressBar_1FnTq { 1074 | border-radius: 6px !important; 1075 | } 1076 | 1077 | .appdetailsachievementssection_AchievementProgressContainer_3ns91 { 1078 | background-color: rgb(var(--darkgrey)) !important; 1079 | border-radius: 6px !important; 1080 | } 1081 | 1082 | .appdetailsachievementssection_AchievementProgressContainer_3ns91 .appdetailsachievementssection_AchievementProgress_3Rm36 { 1083 | border-radius: 6px !important; 1084 | } 1085 | 1086 | 1087 | .appdetailsplaysection_GameStat_1kiZK .appdetailsplaysection_GameStatIcon_1tIg- { 1088 | margin: 0px !important; 1089 | } 1090 | 1091 | /* Hover Over What's New Game */ 1092 | .libraryhomenewupdates_PartnerEventRowCapsule_Container_B-vCd.libraryhomenewupdates_HoversEnabled_278jF:hover .libraryhomenewupdates_EventSummaryContainer_3Rb_j { 1093 | background-color: transparent !important; 1094 | border-radius: 4px !important; 1095 | backdrop-filter: blur(12px) !important; 1096 | } 1097 | 1098 | /* Background Hover Over What's New Game */ 1099 | .libraryhomenewupdates_PartnerEventRowCapsule_Container_B-vCd .libraryhomenewupdates_PartnerEventRowCapsule_MainImageContainer_SPz0i { 1100 | background-color: transparent !important; 1101 | } 1102 | 1103 | /* Game Page Catogory Background */ 1104 | .collectionview_OuterContainer_2sNr7 { 1105 | background: rgb(var(--darkgrey)) !important; 1106 | } 1107 | 1108 | /* Game Page Background */ 1109 | .libraryhome_InnerContainer_2AUVZ { 1110 | background: rgb(var(--darkgrey)) !important; 1111 | } 1112 | 1113 | /* Game Page What's New Line */ 1114 | .pageablecontainer_HeaderPageControls_2ce8e .pageablecontainer_Rule_3kmsu { 1115 | display: none !important; 1116 | } 1117 | 1118 | /* Game Page Buttons */ 1119 | .pageablecontainer_PageClickContainer_3E421 .pageablecontainer_PageLeft_1L7no, .pageablecontainer_PageClickContainer_3E421 .pageablecontainer_PageRight_1qFMs { 1120 | width: 18px !important; 1121 | height: 18px !important; 1122 | padding: 5px !important; 1123 | font-size: 0px !important; 1124 | background: rgb(var(--lightgrey)) !important; 1125 | border-radius: 40px !important; 1126 | } 1127 | 1128 | /* Game Page Game Titles */ 1129 | .libraryhomenewupdates_GameIconAndName_3_xMy { 1130 | background-color: rgb(var(--grey)) !important; 1131 | border-radius: 4px !important; 1132 | } 1133 | 1134 | /* Game Tags Title Line */ 1135 | .collectionview_Container_2q70u .collectionview_Header_2rqTS .collectionview_Rule_1grg9 { 1136 | display: none !important; 1137 | } 1138 | 1139 | /* Game Page Game Collection Tags */ 1140 | .gamelistsearchbar_SearchFilterInput_172OF .gamelistsearchbar_FilterTag_3gzh_ { 1141 | background-color: rgb(var(--black)) !important; 1142 | border-radius: 4px !important; 1143 | } 1144 | 1145 | /* Your Collection Page */ 1146 | .allcollections_ScrollContainer_u1xD3 { 1147 | background: rgb(var(--darkgrey)) !important; 1148 | } 1149 | 1150 | /* Your Collection Page Tile Backgrounds */ 1151 | .allcollections_Collection_3IWn- { 1152 | background: rgb(var(--black)) !important; 1153 | } 1154 | 1155 | /* Recent Friend Activity Game Images */ 1156 | .libraryhomefriendsactivity_HeroImageClipper_3RqCl { 1157 | border-radius: 4px; 1158 | } 1159 | 1160 | /* Changes Blur Color For Games Page */ 1161 | .appdetails_ScrollContainer_2l416 { 1162 | background-color: rgb(var(--darkgrey)) !important; 1163 | } 1164 | 1165 | /* Changes Blur Color For Games Page */ 1166 | .appdetails_Glassy_3Fmxx.appdetails_ScrollContainer_2l416 { 1167 | background-image: radial-gradient(100% 100% at 45% 35%, rgb(var(--darkgrey)) 0%, rgb(var(--darkgrey)) 100%) !important; 1168 | } 1169 | 1170 | /* Changes Background Game Page Communnity Photos */ 1171 | .appdetailscommunityfeed_CommunityItem_3QS6O { 1172 | background-color: rgb(var(--backdropblur)) !important; 1173 | } 1174 | 1175 | .comment_thread_ActivityCommentThread_39nna { 1176 | background: transparent !important; 1177 | } 1178 | 1179 | .appactivityday_PartnerEventLargeImage_Container_Libri { 1180 | background: transparent !important; 1181 | border: 0px !important; 1182 | border-image-source: none !important; 1183 | } 1184 | 1185 | .spotlightgameplaysummary_SummaryCarouselContainer_wgbDI { 1186 | background: transparent !important; 1187 | } 1188 | 1189 | .spotlightgameplaysummary_SummaryCarouselContainer_wgbDI:after { 1190 | box-shadow: none !important; 1191 | } 1192 | 1193 | .appdetailsspotlight_NewDLCContainer_3Exow { 1194 | background: transparent !important; 1195 | } 1196 | 1197 | .appactivityday_PartnerEventLargeImage_Container_Libri:hover { 1198 | background: transparent !important; 1199 | } 1200 | 1201 | .posttextentry_PostTextEntry_3x31A .posttextentry_Controls_37e7D .posttextentry_PostButton_2JSyA { 1202 | background-color: rgb(var(--crust)) !important; 1203 | border-radius: 4px !important; 1204 | } 1205 | 1206 | .posttextentry_PostTextEntry_3x31A .posttextentry_Controls_37e7D button.posttextentry_EmoticonButton_bACIu { 1207 | background-color: rgb(var(--crust)) !important; 1208 | border-radius: 4px !important; 1209 | } 1210 | 1211 | .posttextentry_PostTextEntry_3x31A .posttextentry_PostTextEntryArea_1JlC2 { 1212 | background: rgb(var(--crust)) !important; 1213 | } 1214 | 1215 | .posttextentry_PostTextEntry_3x31A .posttextentry_PostTextEntryArea_1JlC2:focus { 1216 | background: rgb(var(--crust)) !important; 1217 | } 1218 | 1219 | /* Changes Background Game Page Communnity Guide */ 1220 | .appdetailscommunityfeed_Guide_-85o5 .appdetailscommunityfeed_TopSectionInner_1dJuv { 1221 | background: transparent !important; 1222 | } 1223 | 1224 | /* Removes Background Game Page Communnity Photos */ 1225 | .appdetailscommunityfeed_AuthorSection_1ul9Z { 1226 | background: transparent !important; 1227 | padding: 0px !important; 1228 | } 1229 | 1230 | /* Removes Padding Social Background */ 1231 | .appdetailsprimarylinkssection_LinksSection_3-V8v { 1232 | margin-bottom: 0px !important; 1233 | } 1234 | 1235 | /* Removes Image Blur */ 1236 | .appdetailssection_AppDetailsSectionContainer_31ptF.appdetailssection_RightColumnSection_3KfxI { 1237 | border: 1px solid transparent !important; 1238 | border-image-width: 1px !important; 1239 | background: none !important; 1240 | } 1241 | 1242 | 1243 | .appdetailssection_AppDetailsSectionContainer_31ptF { 1244 | z-index: 1 !important; 1245 | } 1246 | 1247 | 1248 | .spotlight_MajorEventContainer_dVJB2{ 1249 | border: 1px solid transparent !important; 1250 | border-image-source: none !important; 1251 | } 1252 | 1253 | 1254 | .spotlight_MajorEventBackground_388Iu { 1255 | border-radius: 10px !important; 1256 | } 1257 | 1258 | 1259 | .spotlight_MajorEventHeader_1HL2n { 1260 | background-color: transparent !important; 1261 | } 1262 | 1263 | /* Removes Game Page Social Background */ 1264 | .appdetailsprimarylinkssection_LinksSection_3-V8v > div { 1265 | background: none !important; 1266 | } 1267 | 1268 | /* Removes Game Page Community Header Background */ 1269 | .appdetailscommunityfeed_HeaderStyles_2lNdD { 1270 | background: none !important; 1271 | color: white !important; 1272 | } 1273 | 1274 | /* Removes Play/Install Background */ 1275 | .appdetailsplaysection_Glassy_3DeO9.appdetailsplaysection_PlayBar_3fLo1 { 1276 | background: none !important; 1277 | } 1278 | 1279 | /* Game Page Content Background */ 1280 | .appactivityday_Event_UVeN0 .appactivityday_EventBody_NEMXh { 1281 | background: none !important; 1282 | } 1283 | 1284 | /* Game Page Achievements Background */ 1285 | .appdetailssection_Highlight_38t1m { 1286 | background: none !important; 1287 | } 1288 | 1289 | /* Game Page Header Background */ 1290 | .libraryhome_UpdatesContainer_17uEB { 1291 | display: var(--WhatsNew) !important; 1292 | background: rgb(var(--darkgrey)) !important; 1293 | padding-top: 15px !important; 1294 | padding-bottom: 275px !important; 1295 | } 1296 | 1297 | .libraryhome_LibraryHomeSection_1NCHR { 1298 | display: var(--Recent) !important; 1299 | } 1300 | 1301 | .appportrait_RecentGameFooter_2d1hS { 1302 | border-radius: 4px !important; 1303 | } 1304 | 1305 | /* the section below "What's new" */ 1306 | .libraryhome_LibraryHome_3Sb2o { 1307 | background-image: none !important; 1308 | } 1309 | 1310 | .appportrait_LibraryItemBoxShine_MyNb5 { 1311 | transition-property: transform, opacity !important; 1312 | transition-duration: 0.6s !important; 1313 | transition-timing-function: cubic-bezier !important; 1314 | display: var(--CoverHover) !important; 1315 | } 1316 | 1317 | .appgrid_SortingDropDownContainer_1ZpBQ > div { 1318 | background: rgb(var(--grey)) !important; 1319 | border-radius: 4px !important; 1320 | border: 0px !important; 1321 | } 1322 | 1323 | .tooltip_TextToolTip_SeaN1 { 1324 | background-color: #151515 !imp; 1325 | border-radius: 4px !important; 1326 | } 1327 | 1328 | .DialogDropDownMenu._DialogInputContainer { 1329 | background: rgb(var(--grey)) !important; 1330 | border-radius: 4px !important; 1331 | border: 0px !important; 1332 | margin-top: 4px !important 1333 | } 1334 | 1335 | .DialogDropDownMenu._DialogInputContainer { 1336 | background: rgb(var(--grey)) !important; 1337 | border-radius: 4px !important; 1338 | border: 0px !important; 1339 | margin-top: 4px !important; 1340 | } 1341 | 1342 | .appportrait_LibraryItemBox_WYgDg { 1343 | border-top: 1px solid rgba(0, 0, 0, 0.5) !important; 1344 | border-radius: 4px !important; 1345 | } 1346 | 1347 | /* Scroll To Top */ 1348 | .smartscrollcontainer_ScrollToTopButton_1J21t div { 1349 | background: rgb(var(--backdropblur)) !important; 1350 | border-radius: 20px !important; 1351 | bottom: 5px !important; 1352 | backdrop-filter: blur(50px) !important; 1353 | } 1354 | 1355 | .libraryhomenewupdates_PartnerEventRowCapsule_Container_B-vCd .libraryhomenewupdates_EventTimeSpan_3OSZu { 1356 | background-color: rgba(var(--backdropfilter)) !important; 1357 | backdrop-filter: blur(50px) !important; 1358 | border-radius: 4px !important; 1359 | color: rgba(var(--online)) !important; 1360 | } 1361 | 1362 | .libraryhome_Container_2gSXC { 1363 | background: rgb(var(--darkgrey)) !important; 1364 | } 1365 | 1366 | .offline .steamavatar_avatarStatus_3xUpb.avatarStatus.none { 1367 | display: none !important; 1368 | } 1369 | 1370 | /* MINI PROFILES*/ 1371 | 1372 | /* Changes User Avatar Game Page Communnity Photos */ 1373 | .steamavatar_avatar_3h-QR { 1374 | border-radius: 60px !important; 1375 | border: 0px !important; 1376 | height: 28px !important; 1377 | width: 28px !important; 1378 | } 1379 | 1380 | /* Changes User Miniprofile Avatar */ 1381 | .miniprofile_miniProfile_2QPdq .steamavatar_avatar_3h-QR { 1382 | border-radius: 60px !important; 1383 | border: 0px !important; 1384 | height: 90px !important; 1385 | width: 90px !important; 1386 | } 1387 | 1388 | .miniprofile_miniProfileBackgroundBlur_xUosY { 1389 | display: none !important; } 1390 | 1391 | .miniprofile_miniProfileBackground_3HzZh { 1392 | background: rgb(var(--black)) !important; 1393 | border-radius: 4px !important; } 1394 | 1395 | .miniprofile_miniProfile_2QPdq { 1396 | border: 0px !important; 1397 | border-radius: 0px !important; } 1398 | 1399 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfileHeader_3CZcH { 1400 | background: rgb(var(--black)) !important; 1401 | border-radius: 4px !important; } 1402 | 1403 | .miniprofile_miniProfileContent_1xTAT.miniprofile_notInOrWatchingGame_1NkB7 .miniprofile_miniProfileBottom_26ga2, 1404 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfileGameContainer_7-U6j { 1405 | background: transparent !important; 1406 | top: 10px !important; } 1407 | 1408 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.in-game .miniprofile_personaName_qiP8a:not(.miniprofile_hasNickname_2TAWS) .miniprofile_personaNameLabel_2VUw8, 1409 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.in-game .miniprofile_personaName_qiP8a.miniprofile_nickName_h_So5 .miniprofile_personaNameLabel_2VUw8 { 1410 | color: rgb(var(--ingame)) !important; 1411 | border-radius: 4px !important; } 1412 | 1413 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.online .miniprofile_nickname_1SWhp, 1414 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.online .miniprofile_persona_3c5GO, 1415 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.online .miniprofile_playerContent_2-pwJ .miniprofile_awayStatusLabel_1FgWI { 1416 | color: rgb(var(--online)) !important; 1417 | border-radius: 4px !important; } 1418 | 1419 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.miniprofile_online .miniprofile_nickname_1SWhp, 1420 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.miniprofile_online.online .miniprofile_persona_3c5GO, 1421 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.miniprofile_online.online .miniprofile_playerContent_2-pwJ .miniprofile_awayStatusLabel_1FgWI { 1422 | color: rgb(var(--online)) !important; 1423 | border-radius: 4px !important; } 1424 | 1425 | .online .steamavatar_avatarStatus_3xUpb { 1426 | background: rgb(var(--online)) !important; 1427 | border-radius: 50px !important; 1428 | width: 30px !important; 1429 | height: 30px !important; 1430 | left: -1px !important; 1431 | top: -1px !important; 1432 | z-index: -1 !important; 1433 | } 1434 | 1435 | .ingame .steamavatar_avatarStatus_3xUpb { 1436 | background: rgb(var(--ingame)) !important; 1437 | border-radius: 50px !important; 1438 | width: 30px !important; 1439 | height: 30px !important; 1440 | left: -1px !important; 1441 | top: -1px !important; 1442 | z-index: -1 !important; 1443 | } 1444 | 1445 | .awayOrSnooze .steamavatar_avatarStatus_1Pwr6 { 1446 | background: rgb(var(--snooze)) !important; 1447 | border-radius: 50px !important; 1448 | width: 30px !important; 1449 | height: 30px !important; 1450 | left: -1px !important; 1451 | top: -1px !important; 1452 | z-index: -1 !important; 1453 | } 1454 | 1455 | .golden .steamavatar_avatarStatus_3xUpb { 1456 | border-radius: 50px !important; 1457 | width: 30px !important; 1458 | height: 30px !important; 1459 | left: -1px !important; 1460 | top: -1px !important; 1461 | z-index: -1 !important; 1462 | } 1463 | 1464 | .watchingbroadcast .steamavatar_avatarStatus_3xUpb { 1465 | border-radius: 50px !important; 1466 | width: 30px !important; 1467 | height: 30px !important; 1468 | left: -1px !important; 1469 | top: -1px !important; 1470 | z-index: -1 !important; 1471 | } 1472 | 1473 | .offline .steamavatar_avatarStatus_3xUpb { 1474 | background: rgb(var(--offline)) !important; 1475 | border-radius: 50px !important; 1476 | width: 30px !important; 1477 | height: 30px !important;; 1478 | left: -1px !important; 1479 | top: -1px !important; 1480 | z-index: -1 !important; 1481 | } 1482 | 1483 | .online .X-Large .steamavatar_avatarStatus_3xUpb { 1484 | background: rgb(var(--online)) !important; 1485 | border-radius: 50px !important; 1486 | width: 92px !important; 1487 | height: 92px !important; 1488 | left: -1px !important; 1489 | top: -1px !important; 1490 | z-index: 1 !important; 1491 | } 1492 | 1493 | .ingame .X-Large .steamavatar_avatarStatus_3xUpb { 1494 | background: rgb(var(--ingame)) !important; 1495 | border-radius: 50px !important; 1496 | width: 92px !important; 1497 | height: 92px !important; 1498 | left: -1px !important; 1499 | top: -1px !important; 1500 | z-index: 1 !important; 1501 | } 1502 | 1503 | .awayOrSnooze .X-Large .steamavatar_avatarStatus_3xUpb { 1504 | background: rgb(var(--snooze)) !important; 1505 | border-radius: 50px !important; 1506 | width: 92px !important; 1507 | height: 92px !important; 1508 | left: -1px !important; 1509 | top: -1px !important; 1510 | z-index: 1 !important; 1511 | } 1512 | 1513 | .golden .X-Large .steamavatar_avatarStatus_3xUpb { 1514 | border-radius: 50px !important; 1515 | width: 92px !important; 1516 | height: 92px !important; 1517 | left: -1px !important; 1518 | top: -1px !important; 1519 | z-index: 1 !important; 1520 | } 1521 | 1522 | .watchingbroadcast .X-Large .steamavatar_avatarStatus_3xUpb { 1523 | border-radius: 50px !important; 1524 | width: 92px !important; 1525 | height: 92px !important; 1526 | left: -1px !important; 1527 | top: -1px !important; 1528 | z-index: 1 !important; 1529 | } 1530 | 1531 | .offline .X-Large .steamavatar_avatarStatus_3xUpb { 1532 | background: rgb(var(--offline)) !important; 1533 | border-radius: 50px !important; 1534 | width: 92px !important; 1535 | height: 92px !important; 1536 | left: -1px !important; 1537 | top: -1px !important; 1538 | z-index: 1 !important; 1539 | } 1540 | 1541 | /* mini profile status */ 1542 | 1543 | .miniprofile_avatarStatus { 1544 | display: none !important; } 1545 | 1546 | .miniprofile_miniProfileContent_1xTAT .miniprofile_playerAvatar_36eQg img { 1547 | border-radius: 50px !important; } 1548 | 1549 | .miniprofile_miniProfileContent_1xTAT .miniprofile_playerAvatar_36eQg { 1550 | border-radius: 50px !important; } 1551 | 1552 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.online .miniprofile_avatarStatus_1YdpX.miniprofile_miniProfileAvatarStatus_1k5Yk { 1553 | background: rgb(var(--online)) !important; 1554 | border-radius: 4px !important; } 1555 | 1556 | .miniprofile_miniProfileContent_1xTAT .miniprofile_miniProfilePlayer_2jZ0A.in-game .miniprofile_avatarStatus_1YdpX.miniprofile_miniProfileAvatarStatus_1k5Yk { 1557 | background: rgb(var(--ingame)) !important; 1558 | border-radius: 4px !important; } 1559 | 1560 | /* ------------------SIDEBAR GAME LIST------------------ */ 1561 | 1562 | /* Sidebar Background */ 1563 | .gamelistbar_Container_3x1Hk { 1564 | background-color: rgb(var(--black)) !important; 1565 | background-image: none !important; 1566 | } 1567 | 1568 | /* Sidebar Header Background */ 1569 | .gamelistbar_GameListHomeAndSearch_2TKEa { 1570 | background-color: rgb(var(--black)) !important; 1571 | } 1572 | 1573 | .gamelisthome_Bar_3pSPl.gamelisthome_Selected_eNLOx .SVGIcon_Home { 1574 | fill: rgb(var(--libraryhome)) !important; 1575 | transition: .8s !important; 1576 | } 1577 | 1578 | .gamelisthome_Bar_3pSPl .SVGIcon_Home { 1579 | transition: 1s !important; 1580 | } 1581 | 1582 | .gamelistentry_Container_2-04Z { 1583 | color: rgb(var(--lightgrey)) !important; 1584 | } 1585 | 1586 | .gamelistentry_Container_2-O4Z .gamelistentry_GameListEntryContainer_1vO6B { 1587 | margin-left: 12px !important; 1588 | } 1589 | 1590 | .gamelistentry_Container_2-O4Z.gamelistentry_Installed_2ws8D { 1591 | color: rgb(var(--lightergrey)) !important; 1592 | } 1593 | 1594 | .gamelistsectionheader_Container_2sYIg.gamelistsectionheader_HoverOverlay_2zGph { 1595 | background-color: rgb(var(--darkgrey)) !important; 1596 | color: rgb(var(--link)) !important; 1597 | } 1598 | 1599 | .gamelistentry_FriendIsPlaying_cNZ3w { 1600 | width: 15px !important; 1601 | height: 15px !important; 1602 | left: -23px !important; 1603 | } 1604 | 1605 | .gamelistsearchbar_Container_20QAC .DialogInput_ClearAction, .gamelistsearchbar_Container_20QAC .gamelistsearchbar_SearchFilterInputClear_38tIM { 1606 | background-color: red !important; 1607 | width: 20px !important; 1608 | height: 20px !important; 1609 | border-radius: 10px !important; 1610 | top: 6px !important; 1611 | } 1612 | 1613 | .gamelisthome_Bar_3pSPl.gamelisthome_Selected_eNLOx .gamelisthome_CollectionIconBox_2tyaV { 1614 | background-color: rgb(var(--libraryhome)) !important; 1615 | } 1616 | 1617 | .gamelisthome_CollectionIcon_nC-pL .gamelisthome_CollectionIconBox_2tyaV.gamelisthome_CollectionIcon_nC-pL .gamelisthome_CollectionIconBox_2tyaV { 1618 | background: rgb(var(--libraryhome)) !important; 1619 | } 1620 | 1621 | .gamelisthome_CollectionIcon_nC-pL .gamelisthome_CollectionIconBox_2tyaV { 1622 | background: rgb(var(--white)) !important; 1623 | } 1624 | 1625 | .gamelistsearchbar_Container_20QAC .DialogInput_ClearAction:hover { 1626 | background: red !important; 1627 | } 1628 | 1629 | /* Sidebar Minimum Width */ 1630 | .library_LeftListSizableContainer_9sPoV { 1631 | min-width: 272px !important; 1632 | } 1633 | 1634 | /* Removes Sidebar Header Shadow Image */ 1635 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_HeaderListFadeTop_2_ts8 { 1636 | display: none; 1637 | } 1638 | 1639 | /* Removes Sidebar Game Icons */ 1640 | .gamelistentry_Container_2-O4Z .gamelistentry_GameIcon_ga1hy { 1641 | display: var(--GameIcons) !important; 1642 | } 1643 | 1644 | /* Game Page Header Background */ 1645 | .libraryhome_UpdatesContainer_17uE { 1646 | background: rgb(var(--darkgrey)) !important; 1647 | } 1648 | 1649 | /* Filter Button Position */ 1650 | .gamelistdropdown_Bar_1ZS_x { 1651 | border-top: 0px; 1652 | margin-left: 5px !important; 1653 | } 1654 | 1655 | /* Removes Sidebar Divider */ 1656 | .library_LibraryWindowDivider_276E6 { 1657 | display: none; 1658 | } 1659 | 1660 | /* Sidebar Searchbar Filter Button */ 1661 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_AdvancedSearchContainer_vCCmY { 1662 | border-radius: 20px; 1663 | margin-left: 10px; 1664 | background-color: rgb(var(--darkgrey)) !important; 1665 | } 1666 | 1667 | /* Sidebar Searchbar */ 1668 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_AdvancedSearchContainer_vCCmY:hover { 1669 | border-radius: 20px; 1670 | margin-left: 10px; 1671 | } 1672 | 1673 | /* Sidebar Searchbar Color */ 1674 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_SearchInput_12vo5 .DialogTextInputBase { 1675 | background: rgb(var(--darkgrey)) !important; 1676 | border-radius: 30px !important; 1677 | padding-right: 20px !important; 1678 | } 1679 | 1680 | /* Sidebar Searchbar Hover Color */ 1681 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_SearchInput_12vo5 .DialogTextInputBase:hover { 1682 | background: rgb(var(--darkgrey)) !important; 1683 | border-radius: 30px !important; 1684 | padding-right: 20px !important; 1685 | } 1686 | 1687 | /* Sidebar Searchbar Position */ 1688 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_SearchInput_12vo5 .DialogInput_Wrapper { 1689 | margin-left: 5px !important; 1690 | } 1691 | 1692 | /* Home Button */ 1693 | .gamelisthome_Bar_3pSPl { 1694 | border-radius: 4px !important; 1695 | margin-left: 10px !important; 1696 | background-color: rgb(var(--BackgroundColor)) !important; 1697 | border: 1px solid transparent !important; 1698 | letter-spacing: var(--LetterSpacing) !important; 1699 | } 1700 | 1701 | /* Filter Button + Background */ 1702 | .gamelistdropdown_Bar_1ZS_x .gamelistdropdown_MenuHeader_2PF_m { 1703 | border-radius: 4px; 1704 | background-color: rgb(var(--darkgrey)) !important; 1705 | } 1706 | 1707 | /* Filter Button + Background Hover */ 1708 | .gamelistdropdown_Bar_1ZS_x .gamelistdropdown_MenuHeader_2PF_m:hover { 1709 | background-color: rgb(var(--darkgrey)) !important; 1710 | } 1711 | 1712 | /* Filter Back To Top Button */ 1713 | .gamelistdropdown_ScrollToTop_uE7Pj.gamelistdropdown_Visible_rkfSf { 1714 | margin-left: 5px !important; 1715 | border-radius: 20px !important; 1716 | } 1717 | 1718 | /* Filter Back To Top Button */ 1719 | .gamelistdropdown_Bar_1ZS_x { 1720 | border-radius: 20px; 1721 | margin-left: 5px; 1722 | } 1723 | 1724 | .gamelistdropdown_ScrollToTop_uE7Pj .SVGIcon_Arrow { 1725 | border: 0px !important; 1726 | } 1727 | 1728 | .gamelistdropdown_Bar_1ZS_x .gamelistdropdown_MenuHeader_2PF_m { 1729 | border: 0px !important; 1730 | } 1731 | 1732 | /* Sidebar Catogory Name Position */ 1733 | .gamelist_Container_1ijTa .ReactVirtualized__Grid { 1734 | margin-left: 0px !important; 1735 | } 1736 | 1737 | /* Sidebar Catogory Name Lines */ 1738 | .gamelistsectionheader_SectionRule_1PxXc { 1739 | display: none !important; 1740 | } 1741 | 1742 | /* Sidebar Catogory Name Selected */ 1743 | .gamelistsectionheader_Container_2sYIg.gamelistsectionheader_Selected_sXMOs { 1744 | background-color: rgb(var(--titlehover)) !important; 1745 | } 1746 | 1747 | /* Sidebar Game Name Hover */ 1748 | .gamelistentry_Container_2-O4Z:hover, .gamelistentry_Container_2-O4Z.gamelistentry_HoverOverlay_3cMVy { 1749 | background-color: rgb(var(--gamelist)) !important; 1750 | color: rgb(var(--link)) !important; 1751 | transition: 0s !important; 1752 | } 1753 | 1754 | /* Sidebar Game Name Selected */ 1755 | .gamelistentry_Selected_1UBpA { 1756 | background-color: rgb(var(--gamelist)) !important; 1757 | color: rgb(var(--white)) !important; 1758 | } 1759 | 1760 | /* Sidebar Game Name Selected Hover */ 1761 | .gamelistentry_Container_2-O4Z.gamelistentry_Selected_1UBpA:hover, .gamelistentry_Container_2-O4Z.gamelistentry_Selected_1UBpA.gamelistentry_HoverOverlay_3cMVy { 1762 | background: rgb(var(--gamelist)) !important; 1763 | color: rgb(var(--link)) 1764 | } 1765 | 1766 | .contextmenu_contextMenu_PP7LM { 1767 | background: rgb(var(--darkgrey)) !important; 1768 | border-radius: 4px !important; 1769 | margin-left: 0px !important; 1770 | padding: 2px !important; 1771 | margin-top: 5px !important; 1772 | } 1773 | 1774 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_AdvancedSearchContainer_vCCmY .gamelistsearchbar_AdvancedSearchPaneContainer_1dgAM.gamelistsearchbar_Visible_1v65x .gamelistsearchbar_AdvancedSearchPane_Woh0k:before { 1775 | display: none !important; 1776 | } 1777 | 1778 | .appfilterpane_Container_170Np .appfilterpane_FilterArea_1ennW .appfilterpane_FilterBucket_1axoi .DialogInput_Wrapper .DialogTextInputBase { 1779 | background: rgb(var(--darkgrey)) !important; 1780 | } 1781 | 1782 | .appfilterpane_Container_170Np .appfilterpane_FilterArea_1ennW .appfilterpane_FilterBucket_1axoi .DialogInput_Wrapper .DialogTextInputBase:hover { 1783 | background: rgb(var(--darkgrey)) !important; 1784 | } 1785 | 1786 | .appfilterpane_Container_170Np .appfilterpane_SaveButton_1bqGA:disabled, .appfilterpane_Container_170Np .appfilterpane_SaveButton_1bqGA:disabled:hover { 1787 | background: rgb(var(--darkgrey)) !important; 1788 | border-radius: 4px !important; 1789 | } 1790 | 1791 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_AdvancedSearchContainer_vCCmY.gamelistsearchbar_Extended_31r1_ { 1792 | border-top-right-radius: 0px !important; 1793 | border-bottom-right-radius: 0px !important; 1794 | } 1795 | 1796 | .gamelistsearchbar_Container_20QAC .gamelistsearchbar_AdvancedSearchContainer_vCCmY .gamelistsearchbar_AdvancedSearchPane_Woh0k { 1797 | background-color: rgb(var(--black)) !important; 1798 | box-shadow: 1px 1px 5px 1px rgb(var(--black)) !important; 1799 | margin-left: 10px !important; 1800 | } 1801 | 1802 | .gamelisthome_Label_3O48L { 1803 | visibility: hidden !important; 1804 | font-size: 0px !important; 1805 | } 1806 | 1807 | .gamelisthome_Label_3O48L::before { 1808 | font-size: var(--FontSize) !important; 1809 | content: var(--YourLibraryName) !important; 1810 | font-weight: bold !important; 1811 | transition-duration: .3s !important; 1812 | transition-property: color !important; 1813 | text-transform: var(--FontStyle) !important; 1814 | font-family: var(--Font) !important; 1815 | visibility: visible !important; 1816 | display: block !important; 1817 | margin-top: 15px !important; 1818 | letter-spacing: var(--LetterSpacing) !important; 1819 | } 1820 | 1821 | .gamelisthome_Selected_eNLOx .gamelisthome_Label_3O48L { 1822 | visibility: hidden !important; 1823 | font-size: 0px !important; 1824 | } 1825 | 1826 | .gamelisthome_Selected_eNLOx .gamelisthome_Label_3O48L::before { 1827 | font-size: var(--FontSize) !important; 1828 | transition-delay: .2s !important; 1829 | transition-duration: .2s !important; 1830 | transition-property: color !important; 1831 | color: rgb(var(--libraryhome)) !important; 1832 | content: var(--YourLibraryName) !important; 1833 | font-weight: bold !important; 1834 | text-transform: var(--FontStyle) !important; 1835 | font-family: var(--Font) !important; 1836 | visibility: visible !important; 1837 | display: block !important; 1838 | margin-top: 15px !important; 1839 | letter-spacing: var(--LetterSpacing) !important; 1840 | } 1841 | 1842 | .collapseicon_CollapseIconParent_ehAsU .collapseicon_Container_3SFRZ { 1843 | stroke: rgb(var(--white)) !important; 1844 | } 1845 | 1846 | .gamelistsectionheader_SectionHeaderContent_3cV3O { 1847 | color: rgb(var(--libraryhome)) !important 1848 | } 1849 | 1850 | .gamelistsectionheader_SectionCount_29ute { 1851 | color: rgb(var(--white)) !important 1852 | } 1853 | 1854 | .gamelistsectionheader_SectionHeaderContent_3cV3O svg { 1855 | display: none !important; 1856 | } 1857 | 1858 | .collapseicon_Container_3SFRZ .SVGIcon_PlusCircle { 1859 | width: 30px !important; 1860 | margin-left: 0px !important; 1861 | } 1862 | 1863 | .gamelistentry_Container_2-O4Z.gamelistentry_Uninstalled_5YTBr:hover, .gamelistentry_Container_2-O4Z.gamelistentry_Uninstalled_5YTBr.gamelistentry_HoverOverlay_3cMVy { 1864 | color: rgb(var(--gamehover)) !important; 1865 | } 1866 | 1867 | .gamelistentry_Container_2-O4Z.gamelistentry_Selected_1UBpA.gamelistentry_Updating_1LVQp { 1868 | color: rgb(var(--white)) !important; 1869 | } 1870 | 1871 | .gamelistentry_AppIconDownloading_2kzMb { 1872 | display: var(--GameIcons) !important; 1873 | } 1874 | 1875 | .gamelistentry_FriendIsPlaying_cNZ3w { 1876 | display: var(--FriendInGameIcon) !important; 1877 | } 1878 | 1879 | .gamelistentry_Container_2-O4Z .gamelistentry_GameListEntryContainer_1vO6B { 1880 | margin-left: var(--FriendInGameIconPosition) !important; 1881 | } 1882 | 1883 | .ReactVirtualized__List:hover::-webkit-scrollbar-thumb, 1884 | .gamelist_Container_1ijTa:hover::-webkit-scrollbar-thumb { 1885 | background: rgb(var(--scrollbar)) !important; 1886 | background-clip: padding-box!important; 1887 | border: 5px solid transparent !important; 1888 | } 1889 | 1890 | .ReactVirtualized__List:hover::-webkit-scrollbar-thumb:hover { 1891 | background: rgb(var(--scrollbar)) !important; 1892 | background-clip: padding-box!important; 1893 | border: 5px solid transparent !important; 1894 | } 1895 | 1896 | ::-webkit-scrollbar-thumb:hover { 1897 | background-color: rgb(var(--scrollbar)) !important; 1898 | } 1899 | 1900 | .ReactVirtualized__List::-webkit-scrollbar-thumb { 1901 | background: transparent !important; 1902 | border: 5px solid transparent !important; 1903 | border-radius: 10px !important; 1904 | } 1905 | 1906 | ::-webkit-scrollbar-thumb { 1907 | background: rgb(var(--scrollbar)) !important; 1908 | border: 5px solid transparent !important; 1909 | background-clip: padding-box !important; 1910 | border-radius: 10px !important; 1911 | } 1912 | 1913 | .ReactVirtualized__List::-webkit-scrollbar-track { 1914 | background: rgb(var(--black)) !important; 1915 | border-radius: 0px !important; 1916 | } 1917 | 1918 | .ReactVirtualized__Grid::-webkit-scrollbar { 1919 | background-color: transparent!important; 1920 | } 1921 | 1922 | .library_LeftListSizableContainer_9sPoV::-webkit-scrollbar:horizontal { 1923 | background-color: transparent!important; 1924 | } 1925 | 1926 | ::-webkit-scrollbar-track { 1927 | background: rgb(var(--darkgrey)) !important; 1928 | border-radius: 0px !important; 1929 | } 1930 | 1931 | ::-webkit-scrollbar-corner{ 1932 | border: 0px solid rgb(var(--darkgrey)) !important; 1933 | background-color: rgb(var(--darkgrey)) !important; 1934 | } 1935 | /* ===== CREDITS ===== 1936 | /* SHIINA♪ 1937 | /* DISCORD: discord.gg/UZvkvkh 1938 | /* GITHUB: github.com/AikoMidori/ 1939 | /* ------------------------------------------------------------------------------------------- 1940 | /* © 2019 All Rights Reserved. Created by Shiina♪ 1941 | /**/ 1942 | -------------------------------------------------------------------------------- /themes/macchiato/custom.styles: -------------------------------------------------------------------------------- 1 | "custom.styles"{ 2 | colors{ 3 | //===Base Catpuccin Colors (macchiato)===// 4 | Rosewater="244 219 214 255" 5 | Flamingo="240 198 198 255" 6 | Pink="245 189 230 255" 7 | Mauve="198 160 246 255" 8 | Red="237 135 150 255" 9 | Maroon="238 153 160 255" 10 | Peach="245 169 127 255" 11 | Yellow="238 212 159 255" 12 | Green="166 218 149 255" 13 | Teal="139 213 202 255" 14 | Sky="145 215 227 255" 15 | Sapphire="125 196 228 255" 16 | Blue="138 173 244 255" 17 | Lavender="183 189 248 255" 18 | Text="202 211 245 255" 19 | Subtext1="184 192 224 255" 20 | Subtext0="165 173 203 255" 21 | Overlay2="147 154 183 255" 22 | Overlay1="128 135 162 255" 23 | Overlay0="110 115 141 255" 24 | Surface2="91 96 120 255" 25 | Surface1="73 77 100 255" 26 | Surface0="54 58 79 255" 27 | Base="36 39 58 255" 28 | Mantle="30 32 48 255" 29 | Crust="24 25 38 255" 30 | Focus="255 255 255 255" 31 | 32 | 33 | ///////////////////////// 34 | //===Specific Colors===// 35 | W10close_Red_h=Red 36 | W10close_Red_p=Red 37 | 38 | Grey1="40 40 40 255" 39 | Grey2="48 48 48 255" 40 | Grey3="75 75 75 255" 41 | 42 | green50="87 119 15 255" 43 | green=Green 44 | green_bright="0 255 0 255" 45 | 46 | ///////////////////////////////////// 47 | //======Base Background Color======// 48 | ClientBG=Base 49 | ClientBGTransparent=Base 50 | 51 | 52 | ///////////////////////// 53 | //======Scrollbar======// 54 | scroll=Overlay0 55 | scroll_a=Overlay2 56 | 57 | 58 | //////////////////// 59 | //======Text======// 60 | text=Text 61 | text_a=Rosewater 62 | url=Text 63 | url_a=Rosewater 64 | 65 | 66 | ///////////////////////////// 67 | //======Friends Panel======// 68 | // Not entirely sure what this does so I'll set everything to default text color 69 | Friends_InGame=Text 70 | Friends_Online=Text 71 | Friends_Offline=Text 72 | Friends_Golden=Text 73 | 74 | /////////////////////////////////////// 75 | //======Nickname/Balance Button======// 76 | ingameNick=Friends_InGame 77 | onlineNick=Friends_Online 78 | offlineNick=Friends_Offline 79 | 80 | // I won't change the ones that are set to none (for now) 81 | bgIngameNick=none 82 | bgOnlineNick=none 83 | bgOfflineNick=none 84 | 85 | bgIngameNearAvatar=Friends_InGame 86 | bgOnlineNearAvatar=Friends_Online 87 | bgOfflineNearAvatar=Friends_Offline 88 | 89 | textCash=Subtext0 90 | bgTextCash=none 91 | 92 | 93 | //////////////////////////////////// 94 | //======Steam Windows Border======// 95 | // Not changing for now, again, not sure how it would impact thngs 96 | frameBorder="15 15 15 255" 97 | frameBorder_a=frameBorder 98 | 99 | 100 | ////////////////////////////////// 101 | //======Top Bar Background======// 102 | Header_Dark=Base 103 | 104 | /////////////////////////////// 105 | //======Top Bar Buttons======// 106 | // TODO: I can't figure out how to make it highlight the one you have selected when you hover over it 107 | mainButton=Rosewater 108 | mainButton_h=Subtext0 // Main button hover 109 | mainButton_c=Subtext1 // Main button selected 110 | mainButton_d=Surface0 // I literally haven't the foggiest idea????? 111 | 112 | 113 | //////////////////////////////// 114 | //======Drop Menus===========// 115 | bgMenu=ClientBG 116 | 117 | itemMenu=Text 118 | itemMenu_a=Rosewater 119 | 120 | bgItemMenu=none 121 | bgItemMenu_a=none 122 | 123 | 124 | ////////////////////////////////// 125 | //======Tooltip Panel===========// 126 | titleToolTip=Text 127 | bgToolTip=ClientBG 128 | 129 | textToolTip=Subtext0 130 | bgTitleToolTip=none 131 | bgTextToolTip=none 132 | 133 | 134 | /////////////////////////////////////// 135 | //======Library Game/Music List======// 136 | bgGameList=Mantle 137 | bgMusicList=bgGameList 138 | 139 | game_installed=Text 140 | game_installed_hover=Subtext1 141 | game_installed_selected=Subtext0 142 | 143 | game_shortcut=game_installed 144 | game_shortcut_hover=game_installed_hover 145 | game_shortcut_selected=game_installed_selected 146 | 147 | game_mod=game_installed 148 | game_mod_hover=game_installed_hover 149 | game_mod_selected=game_installed_selected 150 | 151 | game_uninstalled=Subtext0 152 | game_uninstalled_hover=Subtext1 153 | game_uninstalled_selected=Text 154 | 155 | game_run=Focus 156 | game_run_hover=Focus 157 | game_run_selected=white 158 | 159 | 160 | //////////////////////////////////////// 161 | //======Steam Detail View Panels======// 162 | bgPanel=Mantle 163 | bgLaunchPanel=bgPanel 164 | 165 | titleGame=Subtext1 166 | bgTitleGame=none 167 | 168 | //Launch 169 | lastplayedLaunchPanel=text 170 | timeLaunchPanel=White75 171 | 172 | //Friends 173 | titleFriendsPanel=Subtext1 174 | bgTitleFriendsPanel=none 175 | 176 | //Achievements 177 | titleAchievementPanel=Subtext1 178 | bgTitleAchievementPanel=none 179 | 180 | recentAchievementPanel=Text 181 | bgRecentAchievementPanel=none 182 | 183 | progressAchievementPanel=Text 184 | bgProgressAchievementPanel=Focus 185 | 186 | //Workshop 187 | itemWorkshopPanel=Text 188 | bgItemWorkshopPanel=Crust 189 | 190 | //DLC 191 | textDLCPanel=Text 192 | highlightDLCPanel=Subtext1 193 | installedDLCPanel=Subtext0 194 | uninstalledDLCPanel=Text 195 | 196 | //News 197 | titleNewsPanel=Subtext1 198 | bgTitleNewsPanel=none 199 | 200 | textAuthorNewsPanel=text 201 | bgAuthorNewsPanel=none 202 | 203 | textNewsPanel=Text 204 | urlTextNewsPanel=textNewsPanel 205 | urlTextNewsPanel_a=Rosewater 206 | boldTextNewsPanel=Focus 207 | 208 | overlay_bgTitleNewsPanel=none 209 | overlay_titleNewsPanel=Subtext0 210 | overlay_titleNewsPanel_a=Rosewater 211 | overlay_authorNewsPanel=Subtext1 212 | 213 | 214 | ///////////////////////////////////////////////////////// 215 | //======Steam Detail View Links/Custom Categories======// 216 | titleColumn=Subtext1 217 | bgTitleColumn=none 218 | 219 | textColumn=Text 220 | textColumn_a=Rosewater 221 | bgTextColumn=none 222 | bgTextColumn_a=Rosewater 223 | tagColumn=White50 224 | bgTagColumn=none 225 | 226 | /////////////////////////////// 227 | //======Steam Grid View======// 228 | gridInstalled=Friends_Online 229 | gridRunning=Friends_InGame 230 | gridUninstalled=none 231 | gridUpdating=Focus 232 | gridShortcut=White 233 | gridMod=Friends_Golden 234 | 235 | ////////////////////////// 236 | //======List Panel======// 237 | bgList_a=Overlay0 238 | bgHeaderList=Overlay1 239 | bgHeaderList_a=bgHeaderList 240 | 241 | textHeaderList=Text 242 | textHeaderList_a=Rosewater 243 | 244 | textList=Text 245 | textList_a=Rosewater 246 | textList_d=Text 247 | 248 | 249 | ////////////////////////////////////////////// 250 | //======Divider / List Panel Separator======// 251 | Dividers=Lavender 252 | Separators=frameBorder 253 | 254 | 255 | ////////////////////////////// 256 | //======Downloads Page======// 257 | appName=text 258 | bgAppName=none 259 | 260 | statusDownload=text 261 | bgStatusDownload=none 262 | 263 | 264 | //////////////////////////////// 265 | //======Overlay Elements======// 266 | OverlayBackground="0 0 0 127.5" 267 | OverlayPanels="0 0 0 127.5" 268 | OverlayClock="255 255 255 255" 269 | 270 | 271 | /////////////////////////////////////// 272 | //======Compact Overlay Buttons======// 273 | OverlaySideButtons="255 255 255 255" 274 | OverlaySideButtons_h="255 255 255 144.75" 275 | OverlaySideButtons_c="255 255 255 144.75" 276 | OverlayHover05="255 255 255 12.75" 277 | 278 | 279 | ///////////////////////////// 280 | //======Notifications======// 281 | notifBG=ClientBG 282 | notifOverlayBG="5 5 5 229.5" 283 | 284 | 285 | ////////////////////////////////// 286 | //======Chat Window border======// 287 | chatframe=white50 288 | 289 | 290 | ////////////////////////// 291 | //======Search Bar======// 292 | TextEntry=Text 293 | 294 | 295 | ///////////////////////////////////////////////// 296 | //======Recent/Installed/Tools Categories======// 297 | CategoryBG=none 298 | CategoryText=Focus 299 | 300 | 301 | /////////////////////////////////////// 302 | //======URL Secure / Not Secure======// 303 | SecureURL=Rosewater 304 | NotSecureURL=Rosewater 305 | } 306 | } 307 | -------------------------------------------------------------------------------- /themes/mocha/custom.styles: -------------------------------------------------------------------------------- 1 | "custom.styles"{ 2 | colors{ 3 | //===Base Catpuccin Colors (macchiato)===// 4 | Rosewater="245 224 220 255" 5 | Flamingo="242 205 205 255" 6 | Pink="245 194 231 255" 7 | Mauve="203 166 247 255" 8 | Red="243 139 168 255" 9 | Maroon="235 160 172 255" 10 | Peach="250 179 135 255" 11 | Yellow="249 226 175 255" 12 | Green="166 227 161 255" 13 | Teal="148 226 213 255" 14 | Sky="137 220 235 255" 15 | Sapphire="116 199 236 255" 16 | Blue="137 180 250 255" 17 | Lavender="180 190 254 255" 18 | Text="205 214 244 255" 19 | Subtext1="186 194 222 255" 20 | Subtext0="166 173 200 255" 21 | Overlay2="147 153 178 255" 22 | Overlay1="127 132 156 255" 23 | Overlay0="108 112 134 255" 24 | Surface2="88 91 112 255" 25 | Surface1="69 71 90 255" 26 | Surface0="49 50 68 255" 27 | Base="30 30 46 255" 28 | Mantle="24 24 37 255" 29 | Crust="17 17 27 255" 30 | Focus="255 255 255 255" 31 | 32 | 33 | ///////////////////////// 34 | //===Specific Colors===// 35 | W10close_Red_h=Red 36 | W10close_Red_p=Red 37 | 38 | Grey1="40 40 40 255" 39 | Grey2="48 48 48 255" 40 | Grey3="75 75 75 255" 41 | 42 | green50="87 119 15 255" 43 | green=Green 44 | green_bright="0 255 0 255" 45 | 46 | ///////////////////////////////////// 47 | //======Base Background Color======// 48 | ClientBG=Base 49 | ClientBGTransparent=Base 50 | 51 | 52 | ///////////////////////// 53 | //======Scrollbar======// 54 | scroll=Overlay0 55 | scroll_a=Overlay2 56 | 57 | 58 | //////////////////// 59 | //======Text======// 60 | text=Text 61 | text_a=Rosewater 62 | url=Text 63 | url_a=Rosewater 64 | 65 | 66 | ///////////////////////////// 67 | //======Friends Panel======// 68 | // Not entirely sure what this does so I'll set everything to default text color 69 | Friends_InGame=Text 70 | Friends_Online=Text 71 | Friends_Offline=Text 72 | Friends_Golden=Text 73 | 74 | /////////////////////////////////////// 75 | //======Nickname/Balance Button======// 76 | ingameNick=Friends_InGame 77 | onlineNick=Friends_Online 78 | offlineNick=Friends_Offline 79 | 80 | // I won't change the ones that are set to none (for now) 81 | bgIngameNick=none 82 | bgOnlineNick=none 83 | bgOfflineNick=none 84 | 85 | bgIngameNearAvatar=Friends_InGame 86 | bgOnlineNearAvatar=Friends_Online 87 | bgOfflineNearAvatar=Friends_Offline 88 | 89 | textCash=Subtext0 90 | bgTextCash=none 91 | 92 | 93 | //////////////////////////////////// 94 | //======Steam Windows Border======// 95 | // Not changing for now, again, not sure how it would impact thngs 96 | frameBorder="15 15 15 255" 97 | frameBorder_a=frameBorder 98 | 99 | 100 | ////////////////////////////////// 101 | //======Top Bar Background======// 102 | Header_Dark=Base 103 | 104 | /////////////////////////////// 105 | //======Top Bar Buttons======// 106 | // TODO: I can't figure out how to make it highlight the one you have selected when you hover over it 107 | mainButton=Rosewater 108 | mainButton_h=Subtext0 // Main button hover 109 | mainButton_c=Subtext1 // Main button selected 110 | mainButton_d=Surface0 // I literally haven't the foggiest idea????? 111 | 112 | 113 | //////////////////////////////// 114 | //======Drop Menus===========// 115 | bgMenu=ClientBG 116 | 117 | itemMenu=Text 118 | itemMenu_a=Rosewater 119 | 120 | bgItemMenu=none 121 | bgItemMenu_a=none 122 | 123 | 124 | ////////////////////////////////// 125 | //======Tooltip Panel===========// 126 | titleToolTip=Text 127 | bgToolTip=ClientBG 128 | 129 | textToolTip=Subtext0 130 | bgTitleToolTip=none 131 | bgTextToolTip=none 132 | 133 | 134 | /////////////////////////////////////// 135 | //======Library Game/Music List======// 136 | bgGameList=Mantle 137 | bgMusicList=bgGameList 138 | 139 | game_installed=Text 140 | game_installed_hover=Subtext1 141 | game_installed_selected=Subtext0 142 | 143 | game_shortcut=game_installed 144 | game_shortcut_hover=game_installed_hover 145 | game_shortcut_selected=game_installed_selected 146 | 147 | game_mod=game_installed 148 | game_mod_hover=game_installed_hover 149 | game_mod_selected=game_installed_selected 150 | 151 | game_uninstalled=Subtext0 152 | game_uninstalled_hover=Subtext1 153 | game_uninstalled_selected=Text 154 | 155 | game_run=Focus 156 | game_run_hover=Focus 157 | game_run_selected=white 158 | 159 | 160 | //////////////////////////////////////// 161 | //======Steam Detail View Panels======// 162 | bgPanel=Mantle 163 | bgLaunchPanel=bgPanel 164 | 165 | titleGame=Subtext1 166 | bgTitleGame=none 167 | 168 | //Launch 169 | lastplayedLaunchPanel=text 170 | timeLaunchPanel=White75 171 | 172 | //Friends 173 | titleFriendsPanel=Subtext1 174 | bgTitleFriendsPanel=none 175 | 176 | //Achievements 177 | titleAchievementPanel=Subtext1 178 | bgTitleAchievementPanel=none 179 | 180 | recentAchievementPanel=Text 181 | bgRecentAchievementPanel=none 182 | 183 | progressAchievementPanel=Text 184 | bgProgressAchievementPanel=Focus 185 | 186 | //Workshop 187 | itemWorkshopPanel=Text 188 | bgItemWorkshopPanel=Crust 189 | 190 | //DLC 191 | textDLCPanel=Text 192 | highlightDLCPanel=Subtext1 193 | installedDLCPanel=Subtext0 194 | uninstalledDLCPanel=Text 195 | 196 | //News 197 | titleNewsPanel=Subtext1 198 | bgTitleNewsPanel=none 199 | 200 | textAuthorNewsPanel=text 201 | bgAuthorNewsPanel=none 202 | 203 | textNewsPanel=Text 204 | urlTextNewsPanel=textNewsPanel 205 | urlTextNewsPanel_a=Rosewater 206 | boldTextNewsPanel=Focus 207 | 208 | overlay_bgTitleNewsPanel=none 209 | overlay_titleNewsPanel=Subtext0 210 | overlay_titleNewsPanel_a=Rosewater 211 | overlay_authorNewsPanel=Subtext1 212 | 213 | 214 | ///////////////////////////////////////////////////////// 215 | //======Steam Detail View Links/Custom Categories======// 216 | titleColumn=Subtext1 217 | bgTitleColumn=none 218 | 219 | textColumn=Text 220 | textColumn_a=Rosewater 221 | bgTextColumn=none 222 | bgTextColumn_a=Rosewater 223 | tagColumn=White50 224 | bgTagColumn=none 225 | 226 | /////////////////////////////// 227 | //======Steam Grid View======// 228 | gridInstalled=Friends_Online 229 | gridRunning=Friends_InGame 230 | gridUninstalled=none 231 | gridUpdating=Focus 232 | gridShortcut=White 233 | gridMod=Friends_Golden 234 | 235 | ////////////////////////// 236 | //======List Panel======// 237 | bgList_a=Overlay0 238 | bgHeaderList=Overlay1 239 | bgHeaderList_a=bgHeaderList 240 | 241 | textHeaderList=Text 242 | textHeaderList_a=Rosewater 243 | 244 | textList=Text 245 | textList_a=Rosewater 246 | textList_d=Text 247 | 248 | 249 | ////////////////////////////////////////////// 250 | //======Divider / List Panel Separator======// 251 | Dividers=Lavender 252 | Separators=frameBorder 253 | 254 | 255 | ////////////////////////////// 256 | //======Downloads Page======// 257 | appName=text 258 | bgAppName=none 259 | 260 | statusDownload=text 261 | bgStatusDownload=none 262 | 263 | 264 | //////////////////////////////// 265 | //======Overlay Elements======// 266 | OverlayBackground="0 0 0 127.5" 267 | OverlayPanels="0 0 0 127.5" 268 | OverlayClock="255 255 255 255" 269 | 270 | 271 | /////////////////////////////////////// 272 | //======Compact Overlay Buttons======// 273 | OverlaySideButtons="255 255 255 255" 274 | OverlaySideButtons_h="255 255 255 144.75" 275 | OverlaySideButtons_c="255 255 255 144.75" 276 | OverlayHover05="255 255 255 12.75" 277 | 278 | 279 | ///////////////////////////// 280 | //======Notifications======// 281 | notifBG=ClientBG 282 | notifOverlayBG="5 5 5 229.5" 283 | 284 | 285 | ////////////////////////////////// 286 | //======Chat Window border======// 287 | chatframe=white50 288 | 289 | 290 | ////////////////////////// 291 | //======Search Bar======// 292 | TextEntry=Text 293 | 294 | 295 | ///////////////////////////////////////////////// 296 | //======Recent/Installed/Tools Categories======// 297 | CategoryBG=none 298 | CategoryText=Focus 299 | 300 | 301 | /////////////////////////////////////// 302 | //======URL Secure / Not Secure======// 303 | SecureURL=Rosewater 304 | NotSecureURL=Rosewater 305 | } 306 | } 307 | --------------------------------------------------------------------------------