Hi Stephan,

I did an update and now use the tiddler dropshadow instead.
 

> It does look nice but I had one additional thought on this. At the moment, 
> in my version, the background color for the box is hard coded in the CSS. 
> It would be nice if it could automatically use the appropriate color from 
> the selected palette. That seems like it ought to be as simple as knowing 
> the right internal name to use...
>

It would and it seems that I have to decide whether I want that css tiddler 
to be displayed nicely or whether I am allowed to actually use macros in 
it... right now I am still inclined to do the former, but in general, if 
you want to use a color from the palette you...

Use the color macro...

.myClass{
background:<<colour page-background>>;
}

But then don't assign that tiddler tagged *$:/tags/Stylesheet* a content 
type of "text/css", because TiddlyWiki won't interpret it as wiki markup 
but plain text insead and you will literally assign the string to your 
property, which won't work.

So, it would be nice, if tw5 would by default render tiddlers 
*$:/tags/Stylesheet* in a monospaced block rather than wikify the 
contents... or if one could easily make it so without modifying the 
ViewTemplate.

Best wishes, 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/d/optout.

Reply via email to