HtmlTabs_wev8.css
1.41 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
80
81
.dojoTabPanelContainer {
width : 100%;
height : 20em;
padding : 10px;
border : 1px solid #765;
clear : both;
margin-top : -1px;
margin-bottom : 10px;
overflow : auto;
float : left;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dojoTabPanelContainer :first-child {
margin-top : 0;
}
.tabs {
margin : 0;
padding : 0;
list-style : none;
_border : 1px solid white;
}
.tabs li {
float : left;
padding-left : 9px;
border-bottom : 1px solid #765;
background : url(images/tab_left_wev8.gif) no-repeat left top;
}
.tabs li a {
display : block;
padding : 4px 15px 4px 6px;
background : url(images/tab_right_wev8.gif) no-repeat right top;
color : #333;
font-size : 90%;
text-decoration : none;
}
.tabs li.current {
padding-bottom : 1px;
border-bottom : 0;
background-position : 0 -150px;
}
.tabs li.current a {
padding-bottom : 5px;
margin-bottom : -1px;
background-position : 100% -150px;
}
/* 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 a {
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 a {
background-image : url(images/tab_right_r_curr_wev8.gif);
}
#tabsHere {
overflow : auto;
float : none;
margin : 0;
}