CSS Classic Green UI Skin from Goldsource games and the early Steam design and Grey UI Skin from Source games https://leonill007.github.io/vgui.css/demo_greysteam
  • CSS 59.5%
  • HTML 26.1%
  • Less 14.4%
Find a file
2024-02-27 10:30:54 +01:00
screenshots Create greysteam2.png 2023-01-03 18:22:04 +01:00
styles Re-Added download button 2023-01-03 18:22:01 +01:00
demo_blacksteam.html Update demo_blacksteam.html 2024-02-27 10:30:01 +01:00
demo_greensteam.html Update demo_greensteam.html 2024-02-27 10:30:35 +01:00
demo_greysteam.html Update demo_greysteam.html 2024-02-27 10:30:54 +01:00
LICENSE Create LICENSE 2023-04-26 18:41:33 +02:00
README.md Update README.md 2024-02-27 10:28:58 +01:00

VGUI.css

CSS Classic Green VGUI Skin from early Steam and Goldsource games, with a black variant. Also included is a grey variant from Source engine games.

To use, install the styles folder onto your server, and add the <link> line to your HTML file, changing the path if necessary.

See demo_greensteam.html for example usage. Semantics are exactly the same for blacksteam and greysteam.

To edit the styles, use lessc on specific files or leave the less-watch-compiler process running: less-watch-compiler --main-file greensteam/greensteam.less styles styles, in the root folder.

Online Demo

Greensteam

<link rel=stylesheet type=text/css href="/styles/greensteam/greensteam.css">

Screenshots: (click to view)

Blacksteam

<link rel=stylesheet type=text/css href="/styles/blacksteam/blacksteam.css">

Screenshots: (click to view)

Greysteam

<link rel=stylesheet type=text/css href="/styles/greysteam/greysteam.css">

Screenshots: (click to view)