alv-versal styling (for alv.cx websites) hosted on https://styles.alv.cx
Go to file
2022-04-13 17:09:20 +01:00
modules new colorscheme picking 2022-04-13 17:09:20 +01:00
base.css new colorscheme picking 2022-04-13 17:09:20 +01:00
gohookr.sh add gohookr script 2022-04-03 21:16:12 +01:00
readme.txt new colorscheme picking 2022-04-13 17:09:20 +01:00

styles.alv.cx
=============

central styling repo and domain


to style a site: 

1. put this at the top of a css file somewhere:

	@import url("https://styles.alv.cx/modules/colors/<colorscheme>.css");
	@import url("https://styles.alv.cx/base.css");

   replacing <colorscheme> with one of the options available

2. add any of the optional modules you want.
3. a list of actively hosted modules can be seen in this repo in the modules folder and at
   https://styles.alv.cx/modules/

there are some variables you may want to use to keep your site's styling consistent and you can
view them in the `:root` section of `base.css` and any module you use.
more colors are available at https://styles.alv.cx/modules/readmes/colors.txt