HtmlTabSet_wev8.css
1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.dojoTabSet {
overflow: hidden; /* workaround firefox bug */
}
.dojoTabPanel {
padding : 10px;
border : 1px solid #765;
clear : both;
margin-top : -1px;
margin-bottom : 10px;
overflow : auto;
}
.tabs {
margin : 0;
padding : 0;
list-style : none;
}
.tabs li {
float : left;
padding-left : 6px;
border-bottom : 1px solid #765;
background : url(images/tab_left1_wev8.png) no-repeat;
background-position : 0 0px;
cursor: pointer;
}
.tabs li span {
display : block;
padding : 4px 15px 4px 6px;
background : url(images/tab_right1_wev8.png) right top ;
color : #333;
font-size : 100%;
text-decoration : none;
}
.tabs li.current {
padding-bottom : 1px;
border-bottom : 0;
background : url(images/tab_left2_wev8.png) no-repeat;
background-position : 0 0px;
}
.tabs li.current span {
padding-bottom : 5px;
margin-bottom : -1px;
background : url(images/tab_right2_wev8.png) no-repeat right top;
}
/* bottom tabs */
.tabs.bottom {
border-top : 0;
}
.tabs.bottom li {
border-bottom : 0;
background : url(images/tab_left_r_wev8.gif) no-repeat left bottom;
}
.tabs.bottom li span {
background : url(images/tab_right_r_wev8.gif) no-repeat right bottom;
}
.tabs.bottom li.current {
margin-top : -1px;
background-image : url(images/tab_left_r_curr_wev8.gif);
}
.tabs.bottom li.current span {
background-image : url(images/tab_right_r_curr_wev8.gif);
}
#tabsHere {
overflow : auto;
float : none;
margin : 0;
}