[tw] Re: How do i use this type of list

2014-12-01 Thread Jel
The above replies work for TW5 series. To do the same in TW3: #put the *.tw-list ol* overwrite code in StyleSheet and lose the hyphen. No need for a tag - I'll leave you to play with extracting this to its own NestedStyleSheet tiddler. #the *div class=tw-list*yourcode*/div* wrapper becomes a

[tw] Re: How do i use this type of list

2014-09-20 Thread Julie
Stephan's example has CSS with 2 commented lines, but also a style part in the HTML. So keep the 3 lines to make it work. -- 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

[tw] Re: How do i use this type of list

2014-09-19 Thread PMario
On Friday, September 19, 2014 8:04:55 AM UTC+2, aamaadmi wrote: i want to use list as 1 test 1.1 test 1.1.1 test 1.1.1.1 test IMO with a wiki you don't want to use this type of numbering. ... It doesn't make sense. Let me explain why. Numbering like this makes sense in a printed

[tw] Re: How do i use this type of list

2014-09-19 Thread aamaadmi
On Friday, September 19, 2014 11:34:55 AM UTC+5:30, aamaadmi wrote: i want to use list as 1 test 1.1 test 1.1.1 test 1.1.1.1 test and not 1 test 1 test 1 test 1 test i think , i didnot make myself clear. the list would be 1 1.1

[tw] Re: How do i use this type of list

2014-09-19 Thread 'Stephen Kimmel' via TiddlyWiki
Daniel's response is the one I found most useful. I edited one of my files with the tag $:/tags/stylesheet and created the bit of CSS code in Daniel's link like this: .tw-list ol { counter-reset: item; } .tw-list ol li { display: block; position: relative; } .tw-list ol li:before

[tw] Re: How do i use this type of list

2014-09-19 Thread Stephan Hradek
I think the positioning isn't required: http://jsfiddle.net/PTbGc/ -- 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

[tw] Re: How do i use this type of list

2014-09-19 Thread aamaadmi
i created a new tiddler with css and tagged it as $:/tags/Stylesheet and numberlist now i created a new tiddler and tagged it as numberlist but cannot see the list. Am i missing a step here ? i tried using * , # . *# On Saturday, September 20, 2014 1:33:29 AM UTC+5:30, Stephan Hradek wrote:

[tw] Re: How do i use this type of list

2014-09-19 Thread Stephan Hradek
Would be good, you'd show us what you did by uploading it somewhere. Also make sure to use the correct tag as $:/tags/Stylesheet was introduced in - I think - 5.0.17. Before it was all lowercase. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To