iensenfirippu / reiZ

OOP php CMS, with strong focus on providing a clean html output.
GNU General Public License v2.0
0 stars 0 forks source link

Customizable default look-n-feel #13

Open iensenfirippu opened 10 years ago

iensenfirippu commented 10 years ago

The default look and feel (especially links, buttons and inputs) should be highly customizable and it should be inheritable to any other theme, along with the appropriate image files aswell.

A little of the groundwork has been done for some background textures and "stretchable" button images. But there is still a ways to go, both in the images themselves, the CSS and in the customization options (in database?).

The idea is to be able to choose your own color schemes (in any theme that enables it). This includes being able to choose a background color and a semi-transparent overlay (or for compatibilitys sake, render a custom color onto a copy of the images with GD... if possible... it can always be left as an improvement for another version). The same goes for links, buttons and input fields, both strechable versions (for border-image in CSS) and static images (for background-image). All of them should be colorizable.

iensenfirippu commented 9 years ago

I am considering leaving this up the individual themes.