LibreGaming Frontend Styles contains the stylesheets and code used on the LibreGaming Website. Frontend Styles offers responsive design and modularity. https://libregaming.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
spongycake 9b5555fc5c version stylesheets 1 year ago
public version stylesheets 1 year ago
src build v0.1.4 1 year ago
.gitignore public folder tracking styles and scripts 1 year ago
LICENSE Initial commit 1 year ago
README.md typo fix in README 1 year ago
package-lock.json build v0.1.4 1 year ago
package.json removed old reference to container 1 year ago
webpack.config.js version shown in file comments 1 year ago

README.md

🖌️ LibreGaming Frontend Styles

This project contains code and styles useful for those wanting to copy the look and feel of LibreGaming. This serves to bring consistency across LibreGaming services and avoid repeating work.

Download Stylesheet

Web files are provided in public folder. Point your Web Browser here press the Download button at the top.

For those wanting layout and styles, add style.min.css inside your HTML. Extra functionality, such as dropdown menus, is enabled with scripts.js.

Once done, you can begin using the style definitions within HTML elements. For example, text-lightblue renders text with LibreGaming's blue branding colours.

Assets

Assets such as logos are available inside src/assets.

Development

You will need Node.js installed if you want to develop the project's code.

npm run build

to bundle your application.