Am 24.09.2014 13:27, schrieb David Gifford:
Here is an example:

http://recursos.giffmex.org/empty.html#Palabras%20buenas%20y%20malas%20contrastadas%20en%20Proverbios

Has the table class bluealtrows, which is in my stylesheet tiddler (http://recursos.giffmex.org/empty.html#%24%3A%2F_aa%2Faa%2FStyleSheet), tagged correctly. But it does not appear with blue backgrounds that alternate by row.

This used to work up to at least 5.0.12. Now it does not.

Hi David,

the reason for that is that you have the following css in yout stylesheet tiddler as well:

|
/*TABLES BASIC*/

table th, table td {padding: 0 0 0 0;border: 1px solid black;}
table th {padding: 10px; vertical-align:top; 
background-color:#ddd;font-weight:normal;text-align:left;}
table td {padding: 10px; vertical-align:top; background-color:#fff;}

|

Therefore all your table cells have a white background and one cannot see the row background. The fix to this is to add a transparent background to your table cells in .bluealtrows :

html body.tc-body .bluealtrows td {padding: 15px; vertical-align:top;border: 2px solid white;background: transparent;}

/Andreas

--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to