Kallithea issues archive

Issue #259: CSS Theming

Reported by: Alex Hutton
State: on hold
Created on: 2016-12-13 10:31
Updated on: 2016-12-13 12:29

Description

I have created a css file that replaces all green with blue. I did this because I very much dislike the green colour scheme.

I am wondering what would be the best way to allow the user to specify additional css files to load, rather than editing the template files.

I propose that the user may specify a list of css files in my.ini . If this solution is accepted I will submit a pull request with the implementation. I will also include my blue.css file in the pull request so kallithea users can use it.

Attachments

Comments

Comment by Andrej Shadura, on 2016-12-13 10:39

Alex, thanks for your proposal. I have to say we're in progress of migrating over to Bootstrap and LESS, which will improve the usability and add better options for parametrising themes.

I think we just need to wait for that effort to finish, and then something like this may go in.

Comment by Andrej Shadura, on 2016-12-13 10:39

Comment by Thomas De Schampheleire, on 2016-12-13 12:29

In fact, even in the current Kallithea, there is a way to include custom HTML, JavaScript or CSS in each web page, via the Admin>Settings>Global page.