Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the1812/steamcss
Insert custom CSS to Steam Library and Browser
https://github.com/the1812/steamcss
css steam
Last synced: 18 days ago
JSON representation
Insert custom CSS to Steam Library and Browser
- Host: GitHub
- URL: https://github.com/the1812/steamcss
- Owner: the1812
- License: mit
- Created: 2021-03-16T08:12:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T05:18:58.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:28:09.517Z (about 1 month ago)
- Topics: css, steam
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamCSS
Insert custom CSS to Steam Library and Browser.[中文](README.zh-CN.md)
## Usage
Download `SteamCSS.zip` at [Releases](https://github.com/the1812/SteamCSS/releases) page.There are 4 files:
- `SteamCSS.exe`: Main program
- `SteamPath.txt`: Specify Steam install path
- `StylePath.txt`: Specify Steam style files path
- `Style.css`: Your custom CSS code to insertWrite your Steam installation path in `SteamPath.txt` and custom CSS code in `Style.css`.
Optionally, you can create an extra `BrowserStyle.css` file. This style will be inserted to Steam Browser styles in replace of `Style.css`.Start `SteamCSS.exe` to run the program.
## Notes
- The default `font-family` is from [Sarasa-Gothic](https://github.com/be5invis/Sarasa-Gothic).
- This only applies on library and built-in browser, you may need [MacType](https://github.com/snowie2000/mactype) to change Steam UI font.
- Steam files will be overwritten after some Steam updates, and you have to rerun this program to insert CSS again.