[tw] Reduce Font size of tiddler title

2014-09-02 Thread Corey S
Like the subject says, I want to make the title of each tiddler smaller.
I've been using Tiddlywiki for about 11 years, but haven't gone on to learn 
TW5 yet.
I'm assuming there is a title like 'ViewTemplate' or some such, just not 
sure of the syntax anymore.
Where do I go to find these things?

Thanks

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Reduce Font size of tiddler title

2014-09-02 Thread Andreas Hahn

Hi Corey,

as far as I there is no special setting for this, so you would have to 
do this with css. You can do this by adding a tiddler with the following 
content:


.tc-title { font-size: 0.8em; }

and tag it with $:/tags/stylesheet (and adjust the 0.8 maybe)

Note that there is indeed a font-size setting in the control panel under 
Appearance/Theme Tweaks. However this setting affects everything and not 
just the tiddler title.


/Andreas



Am 03.09.2014 03:18, schrieb Corey S:

Like the subject says, I want to make the title of each tiddler smaller.
I've been using Tiddlywiki for about 11 years, but haven't gone on to 
learn TW5 yet.
I'm assuming there is a title like 'ViewTemplate' or some such, just 
not sure of the syntax anymore.

Where do I go to find these things?

Thanks
--
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 tiddlywiki+unsubscr...@googlegroups.com 
mailto:tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com 
mailto:tiddlywiki@googlegroups.com.

Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


--
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.