Hi Mans,

The macro call: <<paint "css" tiddler "title(two or more words)">> doesn't 
> seem to work for tiddlers with titles consisting of more than one word - or 
> should I wrap the title in something else than quotation marks?
>

Sorry, that was a bug, fixed now...
http://paintr.tiddlyspace.com/#TransclusionTest

0) I'm not quite understanding how to set colors for individual tags - 
>  resulting in coloring of tiddler titles and tidddly links to tiddlers 
> tagged with those tags.... It was fairly straightforward with 
> ColoredLinksPlugin.
>

Simply add a corresponding configuration line in PaintrConfig, in the 
simplest form...

*myTag myClass*

Then add your styles to either the StyleSheet section or your StyleSheet 
tiddler, tons more powerful than ColoredLinksPlugin, including hover 
states. By default, myClass is applied to all the things that are 
"paintr-enabled". Whether or not you actually apply any styles with that 
class and figuring out the right css, of course, is up to you. Sometimes, 
you might need to find the right selectors, e.g. *.tagged myTagClass*.

1) Could you (or someone using paintr) provide an example of how to style a 
> tiddler with an image background - or borders?
>

simply apply the desired styles...

.tiddler.myClass {
  background;foo;
}

 2) and/or css which styles a full tiddler with html5 borders à la 
http://xn--mns-ula.dk/TWsOS/benzin/#PureCSS3FrameBoxes transclusion example 
used for an image: http://xn--mns-ula.dk/TWsOS/benzin/#PT2  or 
http://xn--mns-ula.dk/TWsOS/benzin/#TestPhotoImageFrame%233

Same thing, apply the desired box class in the corresponding configuration 
line...

*myTag "someClass boxX"*

...and make sure that the box effect is actually applied to the desired 
element of a tiddler or the tiddler element itself. Use Firebug or our 
browser inspection tools to...

   - find the css class being applied
   - figure out the right selectors needed to actually apply the styles to 
   the desired elements in case something within, rather than the  element 
   itself being given the class

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to