A simple and minimalist CSS stylesheet used across all my websites and web-based applications.
Go to file
Herwin Bozet fba4c20b47 Added artifact step
Update sass-compile.yml
2024-11-26 20:56:57 +01:00
.github/workflows Added artifact step 2024-11-26 20:56:57 +01:00
.run Added run targets, Added backgrounds section 2024-11-19 11:13:15 +01:00
bkgds Added run targets, Added backgrounds section 2024-11-19 11:13:15 +01:00
htdocs Fixed table rounding, partially 2024-11-23 17:59:48 +01:00
scss Fixed tables inner borders 2024-11-24 15:07:38 +01:00
.gitignore Improved backgrounds, builds, readability, roundings and Added lists properly 2024-11-20 22:53:18 +01:00
apache2.conf Initial commit 2024-11-04 22:53:06 +01:00
compile.cmd Improved backgrounds, builds, readability, roundings and Added lists properly 2024-11-20 22:53:18 +01:00
docker-compose.yml Removed dev docker-compose file 2024-11-16 17:12:36 +01:00
dockerize.cmd Initial commit 2024-11-04 22:53:06 +01:00
LICENSE-CC0 Initial commit 2024-11-04 22:53:06 +01:00
minify.cmd Initial commit 2024-11-04 22:53:06 +01:00
readme.md Improved sidebar, Added misc rules and options 2024-11-21 18:20:19 +01:00
setup.cmd Initial commit 2024-11-04 22:53:06 +01:00
todos.txt Improved sidebar, Added misc rules and options 2024-11-21 18:20:19 +01:00

NibblePoker's CSS Theme (W.I.P.)

A simple and minimalist CSS stylesheet used across all my websites and web-based applications.

Structure

This stylesheet is composed of 4 major parts that all work together towards a common goal all the while staying independent and usable individually if you ever wished to.

External

The External rules regroup every external CSS stylesheets that are included in this one.
Currently, reset.css is the only such stylesheet.

See: scss/external/

Core

The Core rules define mostly universal and portable CSS rules and other utilities for text, spacing and whatnot.
Internally, they are defined after everything else in order to let them override rules applied to the custom elements and site-centric rules.

See: scss/core/

Site

Custom

License

The code in this repository is released under CC0 1.0 Universal (CC0 1.0) (Public Domain)

This repository includes and redistributes reset.css from meyerweb.com which is also in the public domain.

This license doesn't apply to the logos, images, names and other external resources provided and/or used in this repository.