[tw] Re: [TW5] Tiddler title font size

2015-04-19 Thread Philippe Renders
I modified h2 to h4 in 

$:/core/ui/ViewTemplate/title

but now the space between the title and the text of the tiddler is too 
large.

I will try the CSS option.

Thank you for your help.

Le samedi 18 avril 2015 08:07:46 UTC+2, Philippe Renders a écrit :

 How can I reduce or change the tiddler title font size ?


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/15ce3689-f501-46dd-9e5a-e85ff4a00347%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tiddler title font size

2015-04-18 Thread 'c pa' via TiddlyWiki
Find the tiddler 

$:/themes/tiddlywiki/vanilla/base (Or the base stylesheet for the theme you 
are using)


And edit the following styling to be what you want
.tc-titlebar h2 { font-size: 1em; display: inline; }

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/25b8e654-6cd2-430e-8082-951ac5da3b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tiddler title font size

2015-04-18 Thread Eric Shulman
On Saturday, April 18, 2015 at 3:23:06 PM UTC-7, c pa wrote:

 Find the tiddler 
 $:/themes/tiddlywiki/vanilla/base (I think this holds the base styling 
 for all themes)

 And edit the following styling to be what you want
 .tc-titlebar h2 { font-size: 1em; display: inline; }


It's a very bad idea to edit the base theme definition.
Instead, add a separate tiddler containing your desired CSS,
and then tag that tiddler with $:/tags/Stylesheet.

 enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/347b3ec3-dbf6-4cde-af21-dcb2267cccab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.