Thank god..................... after few cup of tea, I managed to settle down my TAB look and feel.
Here's the result:
Ok, here's the step i did:
1] I follow the instruction as post
#423. This will ensure that the tab will use my template style.
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>
|
2] For the white space, I change the background color:
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; <------ I change the color to almost black.
border-top:5px solid #384b6b;
}
</style>
|
2] Then, I edit the border, color, font style, etc at this file >>> skin-tfh.css
You can check my forum at:
http://www.scramriders.com/forum. It's still under configuration......
Hope this help...