> My apologies to Eric but I wanted some color and font size changes so
> I modified his plugin. Maybe there is a way to do that in the
> Stylesheet directly.
Just put the modified CSS rules into your StyleSheet, like this:
.tagCloud span{height: 3.5em; margin: 10px; padding: 10px; width:
300px;}
.tagCloud1{font-size: 100%; font-weight: bold; padding-left: 10px;
color: #8800ee;}
.tagCloud2{font-size: 140%; font-weight: bold; padding-left: 10px;
color: #3355ff;}
.tagCloud3{font-size: 180%; font-weight: bold; padding-left: 10px;
color: #33bb00;}
.tagCloud4{font-size: 220%; font-weight: bold; padding-left: 10px;
color: #ff9900;}
.tagCloud5{font-size: 260%; font-weight: bold; padding-left: 10px;
color: #ff5511;}
.tagCloud6{font-size: 300%; font-weight: bold; padding-left: 10px;
color: #ff3300;}
When TagCloudPlugin is initialized (during startup), it automatically
defines the default styles for the tag cloud display. Then, after all
the plugins are processed, the TW core loads the StyleSheet CSS...
including your custom changes to the .tagCloud* class definitions,
which is applied as an *overlay* on top of the plugin-defined hard-
coded defaults.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios