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;
> }
>
and with just a happy coincidence (or fortuity?) I found it out.

I always copy & paste what commands are posted here and I copy & paste, 
what I wrote before or what is written anywhere else. To find out the 
difference or to find out a pattern or just find out anything.

Because of that I had the .tc-tiddler-frame two times, like this:
.tc-tiddler-frame { padding-top:5px;  padding-left:10px; border:2px solid 
darkgreen; }

.tc-tiddler-frame {
    padding: 5px 5px 1px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 1px;
        padding-left: 10px;
    border:2px solid darkgreen;
}
And then it worked.
Before I had only
.tc-tiddler-frame {
    padding: 5px 5px 1px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 1px;
        padding-left: 10px;
    border:2px solid darkgreen;
}
and it didn't work.


And I saw, that there was written nothing from the left panel (in the 
elements). Nothing like <div class="tc-tiddler-title"></div>.
I thought, okay, maybe it is more simple, than I thought before. Just try 
always to write the command from the right panel, but two times.

I tried that with my other wishes I have written before. But it didn't work.
I looked again at the tiddler-frame command, what worked.
And I guessed a pattern- ... and that guess was the right one :-)

The pattern is:
In the 1. I have to write *only* this thing I changed (blue marked), *nothing 
else*.
In the 2. I have to write the whole chapter, but also nothing else.

So, if I want to change the frame on the top and the bottom (but not on the 
left & right) and add a green frame to it:


1. .tc-tiddler-frame { padding-top: 5px; padding-bottom: 1px; border:2px 
solid darkgreen; }

2. .tc-tiddler-frame {
    padding: 5px 42px 1px 42px;
        padding-top: 5px;
        padding-right: 42px;
        padding-bottom: 1px;
        padding-left: 42px;
    border:2px solid darkgreen;
}

This is in one tiddler tagged with $:/tags/StyleSheet.

And I wrote all my other wishes for page & tiddler styling in this one 
tiddler.


Maybe this description will help some other newbies :-)

So, thanks a lot to Birthe and all other helpers!
I'll come back with questions immediately ;-)
But I don't have so much questions anymore :-)
Surya

-- 
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/8793c647-8519-4e75-9554-14b7afe8e754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to