It's a bit more complicated, but adding the following to StyleSheet
should do the trick:
.headerShadow {text-align:center;}
.headerForeground {text-align:center; position:fixed; z-index:-1;}
.siteTitle {color: white; text-shadow: 1px 1px 1px black;}
.siteSubtitle {color: white; text-shadow: 1px 1px 1px black;}w On 6 mar., 15:33, colmjude <[email protected]> wrote: > > The problem is, the subtitle is doubled (one black and one white) and > > the two of them overlap. > > The Title and SubTitle are displayed twice. This is how the text > shadow effect is achieved in TW and was achieved before CSS3 came on > the scene. > Whatever css you apply to the header to center it needs to be applied > to both the > .headerForeground element > and the > .headerShadow element > > Hope that helps, > > Colm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

