Repeat for those on email ...
On Friday, 29 November 2019 22:14:28 UTC+1, TiddlyTweeter wrote:
>
> Did you know that tables generated in WikiText automatically have classes
> for row styling ...
>
> I added colours so you can see them work ...
>
> [image: Screenshot_2019-11-29 twUI — testing look feel.png]
> The code for that ...
>
> <div class="test-colours">
>
> |test header|h
> |test row 2|
> |test row 3|
> |test row 4|
> |test row 5|
> |test footer|f
> </div>
>
> <style>
> /* "oddRow" & "evenRow" here mean their opposite. */
>
> /* yellowish row (odd) */
> div.test-colours table .evenRow {background: hsl(60, 100%, 60%);}
>
> /* bluish row (even) */
> div.test-colours table .oddRow {background: hsl(182, 100%, 89%);} /*
> bluish */
>
> div.test-colours table {margin-left: 3rem;}
> </style>
>
> Best wishes
> TT
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/650cdad8-25c1-4b96-9779-6418c8b7aa41%40googlegroups.com.