This is a set of CSS to apply colorful theme to individual tiddlers for categorization purpose. One main use case is learning area. For example you can use different colors for different levels of learning like orange for beginners and blue for advanced learners.
It is possible to define different categories like (basics, macros, widgets) and customize the classes for that purpose. For example all tiddlers tagged with macro uses class Clay and all tiddlers tagged with widget uses class Yale.
The mechanism used here is based on custom styles by data tags. The styles for specified tags defined in tiddlers tagged themselves with
$:/tags/Stylesheet. Each tiddler is tagged with such those specified tags will get the customization.
This wiki contains three groups of semantic colors:
You can use any approach you like. They colorize partially the left side of tiddlers. The border colors group only apply colors to left border.
For demonstration, from sidebar, open Contents tab and click on each group you like. You can then open sample cases and see how they look like.
You can edit the stylesheets (see the installation below) and changes the tags name to meet your requirements. For example concepts, basics, developers, ...
To install each set, simply drag and drop the stylesheet tiddler into your wiki
- Border colors: stylesheet/semantic/tags-borders
- Dark colors: stylesheet/semantic/tags-darkcolors
- Light colors: stylesheet/semantic/tags-lightcolors