Tabview CSS
Forum » Help / Themes » Tabview CSS
started by: mmclean89mmclean89
on: 1210611650|%e %b %Y, %H:%M %Z|agohover
number of posts: 6
rss icon RSS: new posts
summary:
need help customizing tabview
Tabview CSS
mmclean89mmclean89 1210611650|%e %b %Y, %H:%M %Z|agohover

So far I've been successful in removing the tabview content's background color and border, as seen below:

tabcss.jpg

I now want to remove that border underneath the tabs. I suppose it can be done by setting its border width to 0, but I've made a few attempts and it hasn't changed at all.

thanks in advance!

unfold Tabview CSS by mmclean89mmclean89, 1210611650|%e %b %Y, %H:%M %Z|agohover
Re: Tabview CSS
mmclean89mmclean89 1210628376|%e %b %Y, %H:%M %Z|agohover

I can't believe it, but i had a } bracket facing the wrong way in my CSS, which disabled everything below it. So that's why my attempts failed.

If anyone's interested, the CSS I needed was:

.yui-navset .yui-nav {
    border: 0;
}
unfold Re: Tabview CSS by mmclean89mmclean89, 1210628376|%e %b %Y, %H:%M %Z|agohover
Re: Tabview CSS
OliOli 1212242522|%e %b %Y, %H:%M %Z|agohover

Customizing the tabs is a nightmare. Just keep guessing the elements from the CSS, and you'll get it eventually!

unfold Re: Tabview CSS by OliOli, 1212242522|%e %b %Y, %H:%M %Z|agohover
Re: Tabview CSS
FerealFereal 1212338112|%e %b %Y, %H:%M %Z|agohover

It would be a lot better if wikidot allows customization of individual tabs rather than CSS. I'd rather want different styles of tabs depending on the type of article on a wiki.

unfold Re: Tabview CSS by FerealFereal, 1212338112|%e %b %Y, %H:%M %Z|agohover
Re: Tabview CSS
Phil ChettPhil Chett 1212340512|%e %b %Y, %H:%M %Z|agohover

you can do, if you use categories and apply different themes to those categories

unfold Re: Tabview CSS by Phil ChettPhil Chett, 1212340512|%e %b %Y, %H:%M %Z|agohover
Re: Tabview CSS
FerealFereal 1212686521|%e %b %Y, %H:%M %Z|agohover

I was thinking more on quick edits on the syntax, but that will do. Thanks.

unfold Re: Tabview CSS by FerealFereal, 1212686521|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.