Simplette is a relatively basic CSS stylesheet whose main purpose is to provide a simple and yet functionnal set of styles that make it easier to generate webpages with a consistent appearance.
One of the main "advantages" is the fact that there is no hidden margins paddings or spacings, you have to manually toggle/enable them when and where you want them.
This might seem a bit cumbersome, but it makes it easier to generate a web page with a consistent appearance without having to fight the stylesheet itself.
And whatever spacing you chose to enable will always be the same value: 1em (Expect for the 2 classes)
Contains the base of the stylesheet with the following features:
● Text & headings
● Containers (Margins only)
● Lists
● Details
● Forms
● Helpers
And through the config file, you can include the content of the other stylesheets.
Contains the grid system.
Contains a couple of fancy styles to lighten up you page:
● Containers borders
● Gradients
● Frames
Contains everything in a single file.
Firstly, you have to make sure you have the required Python modules installed, or install them using this command:
pip install --upgrade -r requirements.txt
Afterward, you can simply run compile.py
or compile.bat
and let the magic happen.
Simplette can be configured by changing some of the options in the "scss/abstract/options.scss" file.
For more info on each of the option, please refer to the file in question.
All of the classes and their effect are documented on the demo page.