Hi Liam
> But there is still the text and the remaining gray areas that I want
> to change (shown with red arrows in the screenshots).
----
>I had a brief poke around in PageTemplate and StyleSheetLayout but nothing
>jumped out at me.
The terms you are looking for are .tabSelected .tabUnselected
and .tabContents...
I tried this (Wolfgang's suggestion) in your StyleSheet - and it
seemed all right to me..:
/*{{{*/
.tabSelected {color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::TertiaryPale]];
border-left:1px solid [[ColorPalette::TertiaryLight]];
border-top:1px solid [[ColorPalette::TertiaryLight]];
border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:
[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:
[[ColorPalette::Background]]; border:0px solid
[[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}
/*}}}*/
Cheers Måns Mårtensson
--
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.