Fullscreen
Loading...
This is Tikiwiki v1.10.0b1 (CVS) -Arcturus- © 2002–2008 by the Tiki community

TikiThemeGenerator

Tiki theme generator project
Print
Proposed steps to building a Tiki theme generator:

Please firt read an idea for generating a custom css style from a photo / logo.

Step #1
Modify one of the current CSS (style) to have a small number (3-6) of basic colors. Maybe Simple as the first one.

changing colors:
you can list them with:
  grep -i " #[0-9a-f]\{3,6\};" styles/simple.css | cut -d\# -f2 | sort | uniq -c
and change them with:
  perl -pi -e 's/AAAAAA/bbbbbb/g' styles/simple.css
*/


Step #2
Turn these colors into variables, for example $background, $basecolor, $highlight, etc

Step #3
Use a Generated Color Scheme (like Step 3 of WordPress Index Builder (cache))

Step #4
See the theme in action, and

Step #5
Save CSS


Alternate step #3 (nice to have)
Generate colors from a photo / logo. There is a "Random From Image" button. So the user could try several times until he finds something pleasing. (like StrangeBanana) http://www.colr.org/

Alternate step #3 (nice to have)
Generate colors which contrast well (for text over backgound) http://www.barelyfitz.com/projects/csscolor/

Step #6 (nice to have)
For cases where we need a gradient (example, calendar event importance), we could have a formula which generates them. Please see "Generating Palettes With PHP" from site above for an example. #Another possible tool: http://www.meyerweb.com/eric/tools/color-blend/

Step #7 (nice to have)
For all the images, logos, etc in Tiki, we should try to make sure they are all transparent so they look good with different backgrounds.

Step #8 (nice to have)
Use ImageMagick or GD to manipulate graphics HSV values so that multiple graphics themes such as *metal can be combined into a single metal theme that can be colourised to any hue and saturation the administrator desires. Step 8 would allow the colours of any graphical theme (eg new tiki themes such as the default tikithemes theme and kubrick) to be modified.


Previous forum post about Tiki theme generator idea:
tiki-view_forum_thread.php?forumId=3&comments_parentId=2

Related links:
I Like Your Colors!

WordPress Index Builder (cache)
Step 3 offers a color picker and Generated Color Scheme.

Drupal CMS Theme Generator (cache)
In Excel
http://www.positioniseverything.net/articles/pie-maker/pagemaker_form.php
http://www.maketemplate.com/form/

WordPress, MT and Drupal: Template Generators (cache)

CSS Constants
http://www.icant.co.uk/articles/cssconstants/
Dynamic CSS
http://www.stylehack.com/wordpress/index.php?p=71&page=3

CSS Tools:
http://www.soxiam.com/Notes/CSSTools
http://www.alvit.de/handbook/

Wordpress theme browser (cache)


Created by: marclaporte1320 points . Last Modification: Friday 03 of August, 2007 14:12:39 PST by md844191 points .
The content on this page is licensed under the terms of the http://creativecommons.org/licenses/by/2.0/.


Themes Chat
Shoutbox
mlpvolt213 points , 23:35 PST, Sat 29 of Dec., 2007: hey does this parse wiki? ((110 Theme Project))?
mlpvolt213 points , 15:26 PST, Fri 28 of Dec., 2007: attachments: got a cannot write to file error.
mlpvolt213 points , 13:07 PST, Fri 28 of Dec., 2007: wysiwyg: does not appear to parse existing wiki formatting.
mlpvolt213 points , 13:05 PST, Fri 28 of Dec., 2007: staging feature: you can create a draft of a draft?
admin, 13:44 PST, Thu 27 of Dec., 2007: zowie! the main column is standing on top of the left and right.
admin, 19:05 PST, Wed 19 of Dec., 2007: Welcome to the Tiki 1.10 test site. Please be patient as things get sorted out. :-)
Powered by Tikiwiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System powered by HAWHAW
RSS feed Wiki RSS feed Blogs RSS feed Articles RSS feed Image Galleries RSS feed File Galleries RSS feed Forums RSS feed Directories
[ Execution time: 0.47 secs ]   [ Memory usage: 12.52MB ]   [ 109 database queries used in 0.0 secs ]   [ GZIP Enabled ]   [ Server load: ? ]
Show php error messages
Last update from CVS(): Wednesday 27 of August, 2008 16:00:00 PST