1 |
efrain |
1 |
/* .yui-navset defaults to .yui-navset-top */
|
|
|
2 |
.yui3-skin-sam .yui3-tabview-list {
|
|
|
3 |
border:solid #2647a0; /* color between tab list and content */
|
|
|
4 |
border-width:0 0 5px;
|
|
|
5 |
zoom:1;
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
.yui3-skin-sam .yui3-tab {
|
|
|
9 |
margin:0 0.2em 0 0;
|
|
|
10 |
padding:1px 0 0; /* gecko: make room for overflow */
|
|
|
11 |
zoom:1;
|
|
|
12 |
}
|
|
|
13 |
|
|
|
14 |
.yui3-skin-sam .yui3-tab-selected {
|
|
|
15 |
margin-bottom:-1px; /* for overlap (mapped to tabview-list border-width) */
|
|
|
16 |
}
|
|
|
17 |
|
|
|
18 |
.yui3-skin-sam .yui3-tab-label {
|
|
|
19 |
background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x; /* tab background */
|
|
|
20 |
border:solid #a3a3a3;
|
|
|
21 |
border-width: 1px 1px 0 1px;
|
|
|
22 |
color:#000;
|
|
|
23 |
cursor:pointer;
|
|
|
24 |
font-size:85%;
|
|
|
25 |
padding:0.3em .75em;
|
|
|
26 |
text-decoration:none;
|
|
|
27 |
}
|
|
|
28 |
|
|
|
29 |
.yui3-skin-sam .yui3-tab-label:hover,
|
|
|
30 |
.yui3-skin-sam .yui3-tab-label:focus {
|
|
|
31 |
background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* hovered tab background */
|
|
|
32 |
outline:0;
|
|
|
33 |
}
|
|
|
34 |
|
|
|
35 |
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
|
|
|
36 |
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
|
|
|
37 |
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover { /* no hover effect for selected */
|
|
|
38 |
background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; /* selected tab background */
|
|
|
39 |
color:#fff;
|
|
|
40 |
}
|
|
|
41 |
|
|
|
42 |
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
|
|
|
43 |
padding:0.4em 0.75em; /* raise selected tab */
|
|
|
44 |
}
|
|
|
45 |
|
|
|
46 |
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
|
|
|
47 |
border-color:#243356; /* selected tab border color */
|
|
|
48 |
}
|
|
|
49 |
|
|
|
50 |
.yui3-skin-sam .yui3-tabview-panel {
|
|
|
51 |
background:#edf5ff; /* content background color */
|
|
|
52 |
}
|
|
|
53 |
|
|
|
54 |
.yui3-skin-sam .yui3-tabview-panel {
|
|
|
55 |
border:1px solid #808080; /* content border */
|
|
|
56 |
border-top-color:#243356; /* different border color */
|
|
|
57 |
padding:0.25em 0.5em; /* content padding */
|
|
|
58 |
}
|