ElementTab_wev8.css
767 Bytes
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
.menuback {
background-color: #F0F0F0;
}
.memutabset {
overflow: hidden; /* workaround firefox bug */
}
.menutab {
padding : 0px;
border-top: 1px solid #d9d9d9;
clear : both;
margin-top : -1px;
margin-bottom : 10px;
overflow : auto;
}
.topTab {
float: left;
cursor: pointer;
width: 120px;
height:40px;
vertical-align: middle;
line-height: 40px;
text-align: center;
}
.unSecTabColor {
color: #000;
background-color: #BFBFBF;
}
.secTabColor {
color: #000;
background-color: #fff;
}
.tabs {
margin : 0;
padding : 0;
list-style : none;
}
.tabs li {
float: left;
padding-left: 10px;
background-position: 0 0px;
width: 100px;
height: 40px;
cursor: pointer;
line-height: 40px;
}
.selectColor {
color: #000;
background-color: #BFBFBF;
}