[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
WHAT??? A bread roll? For the next breakfast? ha ha ha ha no, please wait, I have to be baken a bit longer -- 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: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread TonyM
Surya, Congrats, You are now "on a roll", a "tiddlywiki roll" Welcome to the club Tony On Thursday, January 18, 2018 at 7:27:10 AM UTC+11, Surya wrote: > > Hello :- > > Do you know, how proud I am now??? > > I made everything I wanted :- YES > > > With the help of Birthes answer: > >

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-17 Thread 'Surya' via TiddlyWiki
Hello :- Do you know, how proud I am now??? I made everything I wanted :- YES With the help of Birthes answer: Try this..it worked in my tiddlywiki. > > .tc-tiddler-frame { > padding-top:10px; > border:2px solid red; > } > > > .tc-tiddler-title { > font-size:10px; > } >

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread Birthe C
Hi Surya, This helped me, maybe you will like it too https://groups.google.com/d/msg/tiddlywiki/6wRRqZeOZ6Q/PzRbtnmeFQAJ 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,

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread 'Surya' via TiddlyWiki
Hi Birthe, It works :-) And saved :-) I don't know why, but I had to write the frame two times ( and modified tow my wishes) .tc-tiddler-frame { padding-top:5px; border:2px solid lightgreen; } .tc-tiddler-frame { padding: 5px 5px 1px; padding-top: 5px;

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread Birthe C
Hi Surya, Try this..it worked in my tiddlywiki. .tc-tiddler-frame { padding-top:10px; border:2px solid red; } .tc-tiddler-title { font-size:10px; } Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread 'Surya' via TiddlyWiki
Hi, well In german we say "wenn ich mich an einem Problem festgebissen habe"- I don't know how to say in englisch- maybe something like biten into a problem?? I don't give up. Again I looked into it. And found, that the .tc-site-title, .tc-titlebar { font-size: 2.35em;

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread Birthe C
Hi Surya, .tc-titlebar is the bar with tiddler title and tiddler controls. Above you first set that to a big size and later you ask for .tc-tiddler-title to be smaller. You have to decide what you want to make it sork. Birthe -- You received this message because you are subscribed to the

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread 'Surya' via TiddlyWiki
Hi @PMario: Birthe was right, I'm quite worried about the size of my wikis. Because I read very often that the size becomes quite fast a problem. Somewhere I read, the boundary is at about 4MB for mobile devices. *If that is wrong, please tell me.* I need my wikis for my desktop AND for my

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread PMario
Hi Surya, It shuld be relatively simple. ... Except you already use different themes and stylesheets, that overwrite the default settings. Do you use a 3rd party theme? If you go to "Advanced Search": Filter tab and insert: [tag[$:/tags/Stylesheet]] What does it show? -m -- You received

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-16 Thread PMario
On Monday, January 15, 2018 at 8:43:31 PM UTC+1, BurningTreeC wrote: > > .tc-tiddler-frame { > border: 2px solid #ff !important; > } > Don't use !important ... It's toxic. just my opinion -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
Hi Surya, your're doing it right, just don't give up :) on the screenshot you've marked the tiddler. there's a "+" on the left, click that. it opens the tiddler structure. more things appear and more "+" ... go search for the tiddler title and you'll see something like TiddlerView TitleSize

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread 'Surya' via TiddlyWiki
Okay, now the frame-command doesn't work anymore... Even not in the same wiki-copy without the changes I made. ??? Okay, for both (title & frame): I looked around in this elements-thing and I think, I can find out, what to modify. I think, I have to write then that what I found in a tiddler

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread 'Surya' via TiddlyWiki
Hi Simon, ok, so you maybe want the space between the content and the border gone? > > like: > > .tc-tiddler-frame { > padding: 5px 10px 10px 10px !important; > - zitierten Text einblenden - > yes, that's how I do it :) > >>>Yeahhh :-) That effects in the way I wanted :-))) THANKS!! I'll

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
ok, so you maybe want the space between the content and the border gone? like: .tc-tiddler-frame { padding: 5px 10px 10px 10px !important; } Am Montag, 15. Januar 2018 21:15:49 UTC+1 schrieb Surya: > > Hi Simon, > > > for no border: >> >> .tc-tiddler-frame { >>border: 0px solid #ff

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
hm, let's see... you could inspect the title with right-click on it --> inspect (untersuchen) then something pops up and there should be a tab called elements there you can see css styles that are currently applied if you look a little bit around, you may find something that works. you can

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread 'Surya' via TiddlyWiki
Hi Simon, for no border: > > .tc-tiddler-frame { >border: 0px solid #ff !important; > } > >>>Sorry, it didn't reduce the frame :-( > you can put both in a new tiddler and tag it with $:/tags/Stylesheet > >>>Do you mean, there is no need for two tiddlers, but putting both commands

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread 'Surya' via TiddlyWiki
Hi, I wrote one tiddler for the title size and one for reducing the frame of the whole tiddler. And tagged both with $:/tags/Stylesheet. *For the title:* no, I'm really sorry, but both didn't make the title size smaller. Not at all... And I also tried .tc-tiddler-frame .tc-title h6 {

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
for no border: .tc-tiddler-frame { border: 0px solid #ff !important; } you can put both in a new tiddler and tag it with $:/tags/Stylesheet no need to edit the vanilla/base Stylesheet Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
I changed it and this works .tc-tiddler-frame *h2*.tc-title { font-size: 10px !important; } -- 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: How to Reduce font size of tiddler title and the (default white) frame around the tiddlers?

2018-01-15 Thread BurningTreeC
Hi Surya, for the tiddler-frame try this: .tc-tiddler-frame { border: 2px solid #ff; } this should give you a red border that's 2px wide for the title I'd try: .tc-tiddler-frame .tc-title h2 { font-size: 10px; } Am Montag, 15. Januar 2018 20:34:33 UTC+1 schrieb Surya: > > Hello,