2 Copyright (c) 2007, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
7 .yui-navset .yui-nav li a, .yui-navset .yui-content {
8 border:1px solid
#000; /* label and content borders */
11 .yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
12 background-color:#f6f7ee; /* active tab, tab hover, and content bgcolor */
15 .yui-navset .yui-nav li em { padding:.5em; } /* tab padding */
17 /* defaults to orientation "top" */
18 .yui-navset .yui-nav .selected a {
19 border-bottom-width:0; /* no bottom border for active tab */
20 padding-bottom:1px; /* to match height of other tabs */
23 .yui-navset .yui-content {
24 margin-top:-1px; /* for active tab overlap */
27 /* overrides for other orientations */
29 .yui-navset-bottom .yui-nav .selected a {
30 border-width:0 1px 1px; /* no top border for active tab */
31 padding:1px 0 0; /* to match height of other tabs */
34 .yui-navset-bottom .yui-content {
35 margin:0 0 -1px; /* for active tab overlap */
38 .yui-navset-left .yui-nav li.selected a {
39 border-width:1px 0 1px 1px; /* no right border for active tab */
40 padding:0 1px 0 0; /* to match width of other tabs */
43 .yui-navset-left .yui-content {
44 margin:0 0 0 -1px; /* for active tab overlap */
47 .yui-navset-right .yui-nav li.selected a {
48 border-width:1px 1px 1px 0; /* no left border for active tab */
49 padding:0 0 0 1px; /* to match width of other tabs */
52 .yui-navset-right .yui-content {
53 margin:0 -1px 0 0; /* for active tab overlap */