Herwin Bozet
14165e2006
Some checks are pending
Build Everything / sass_compile (push) Waiting to run
* Testing PHP Rendering workflow Update php-render.yml, sass-compile.yml, and nibblepoker.scss * Fixed CWD in PHP workflow Update php-render.yml * Removed beautifier step Update php-render.yml * Added artifact retrieval Update php-render.yml and sass-compile.yml * Attempt 1 to fix broken triggers Update php-render.yml * Combined workflows, Screw this noise Update build-all.yml, php-render.yml, and sass-compile.yml * Fixed paths for GitHub Pages Update index.php, intro.php, and sidebar.php * Removed trash step, Fixed last faulty path Update build-all.yml and cards.php |
||
---|---|---|
.github/workflows | ||
.run | ||
bkgds | ||
htdocs | ||
scss | ||
.gitattributes | ||
.gitignore | ||
apache2.conf | ||
compile.cmd | ||
docker-compose.yml | ||
LICENSE-CC0 | ||
minify.cmd | ||
readme.md | ||
setup.cmd | ||
todos.txt |
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.