colibris: add new skin, initial commit

Needs further development: responsive, plugins, configuration...
This commit is contained in:
Sebastian Castro 2018-11-08 21:56:14 +01:00
parent 799319882c
commit 6cc499bcce
21 changed files with 1004 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/*
custom css files are loaded after core css files. Simply use the same selector to override a style.
Example:
#editbar LI {border:1px solid #000;}
overrides
#editbar LI {border:1px solid #d5d5d5;}
from pad.css
*/