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 <span
*class="tc-title"*>TiddlerView TitleSize<span>
always look for the *class="..." *that's what you can address with a
Stylesheet Tiddler by writing .classname { something: value; }
you also have the smaller window on the right side that shows the styles
that are currently applied to what is marked on the left side.
by inspecting these both things you can figure out what is currently
applied and what you want to override with your own stylesheet.
in the right window you should be able to click on styles and to change
them, to see what it changes in your wiki. this doesn't get saved, it's
only applied currently. if you reload your wiki this is gone.
but if you put it in a stylesheet tiddler it will be saved.
by the structure that is shown on the *left *side you can also figure out
how to address your elements *directly *without addressing other elements.
example:
<div class="tc-tiddler-frame">
<div class="tc-titlebar">
<span class="tc-title">
hello
</span>
</div>
</div>
then this addresses the tc-title class in this example (how you address it
depends how this structure looks like):
.tc-tiddler-frame .tc-title {
something: value;
}
in this example, .tc-titlebar .tc-title { something: value; } would work,
too.
Am Montag, 15. Januar 2018 22:31:12 UTC+1 schrieb Surya:
>
> 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 in order to
> get it saved in the wiki, right?
> But:
> What exactly do I have to copy? The right red marked in my picture? The
> left marked in my picture? Both?
> And: How to copy the commands? I tried with inner HTML and with outer
> HTML, but with both I get an almost endless tiddler.....
>
>
> <https://lh3.googleusercontent.com/-kakeSapKE8k/Wl0dfxirJeI/AAAAAAAAANo/iXqfpLlYv54po8Q4L1Nb_AsPSYe0uNV-gCLcBGAs/s1600/Formatting%2BSizes%2B%2528Tiddler%2BTitle%2B%252B%2BBorder%2529.jpeg>
>
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1a583343-d117-43a9-855b-175939d5741e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.