[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Dave
Thanks Birthe, I'll see if I can figure it out from there. I'd seen that at some point in the past but forgotten about it as I hadn't used it. Now I have an excuse :) On Tuesday, April 5, 2016 at 2:10:17 PM UTC-6, Birthe C wrote: > > Hi Dave, > > Mario Pietsch created a very helful youtube:

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread 'Birthe C' via TiddlyWiki
Hi Dave, Mario Pietsch created a very helful youtube: How to tweak a TW5 theme Birthe > How do you all keep track of those style definitions? Is there a central > reference you can link

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Eric Shulman
On Tuesday, April 5, 2016 at 7:12:50 AM UTC-7, PMario wrote: > > If you create your own CSS classes, you should not prefix them with tc-, > tm- or tv- ... since these are indicators for TW core styles. So in the > future this may be confusing for others and yourself. > This is generally true.

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread Dave
Hi Mario, I know so little about how this all really works (I'm a health care provider, not a computer guy), I'm not even sure what you're saying there. When I use this .tc-tagged-slide .tc-title { font-size:20%;line-height: 9px;color:white} I've actually copied something someone else used

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-05 Thread PMario
Hi Dave, If you create your own CSS classes, you should not prefix them with tc-, tm- or tv- ... since these are indicators for TW core styles. So in the future this may be confusing for others and yourself. -mario -- You received this message because you are subscribed to the Google

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-04 Thread Dave
D'oh! I should have tried that - thanks!! That gets rid of the extra space above the toolbar. Do you know what would do the same for between the toolbar and the top of the tiddler body? I tried .tc-tagged-slide {padding-bottom:2px;}, but that didn't work, and .tc-tagged-slide {padding:2px;}

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-04 Thread 'Birthe C' via TiddlyWiki
When you want to use it only with your tag: .tc-tagged-slide {padding-top:2px;} Birthe Den mandag den 4. april 2016 kl. 07.26.01 UTC+2 skrev Dave: > > Here's something weird; when I put in this: > > .tc-tiddler-frame {padding-top:2px;} > > > > it works on all tiddlers, but when I put in this >

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-03 Thread Dave
Here's something weird; when I put in this: .tc-tiddler-frame {padding-top:2px;} it works on all tiddlers, but when I put in this .tc-tagged-slide .tc-tiddler-frame {padding-top:2px;} it doesn't work on anything, even though this does affect only the tiddlers tagged "slide":

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-03 Thread 'Birthe C' via TiddlyWiki
Hi Dave For the padding above .tc-tiddler-frame {padding-top:2px;} Birthe -- 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

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-03 Thread Dave
.tc-tagged-slide .tc-title {display:none} that just gets rid of the title in that line but does not change the padding above or below it (and the toolbar is still there) Maybe instead of searching for "padding" I should search for the term "margin"... Thanks for the suggestion though :) On

[tw] Re: [TW5] padding above and below title/toolbar

2016-04-03 Thread Mat
See if property... display:none; solves your problem. > What should be my google search, or just search terms in this group or on Tiddlywiki.com to find out stuff like this? I tried "css toolbar padding", "viewtemplate padding" e.g. but came up empty handed. Yea, docs on styling TW is