Quote:
Originally Posted by stormzone
can u tell me how to make a diferent style var for a light theme?
I have a light theme and a dark one.
|
edit the tabview.css or skin-tfh.css to remove those declarations:
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover
.yui-navset .yui-content
and then in FORUMHOME template put this in your head
Quote:
<style type="text/css">
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav a:focus,
.yui-navset .yui-nav a:hover {
background:{vb:stylevar forumhead_background};
color:{vb:stylevar forumhead_color};
font-weight:bold;
}
.yui-navset .yui-content {
background:#ffffff;
border-top:5px solid #384b6b;
}
</style>
|
go
there and switch style to see result