Note: Slique is no longer being maintained and may no longer be 100% compatible with the current Reddit.
A clean and soothing theme for Reddit. View the demo for markup required to style the sidebar.
- Click on slique.css and paste the code into your subreddit's stylesheet.
- Upload the images in the images folder (but not the icons!) and hit save.
If you don't want the hamburger dropdown menu, instead use the css from slique_base.css
If you know how to use the command line and want to build your own version of slique, the modifiable variables are in sass/_variables.scss
.
- Clone the project.
- Install Node and run
npm install
in the project's base directory. - Install gulp with
npm install --global gulp
. - Edit
sass/_variables.scss
or any of the other sass files and rungulp build
to produce the output css file. - Copy and paste the css from slique.css into your subreddit's stylesheet and upload the images.