117 lines
2.4 KiB
CSS
117 lines
2.4 KiB
CSS
.tabs_content{
|
|
border-color: #b3b3b3;
|
|
background:#f1f1f1
|
|
}
|
|
.tabs ul li {
|
|
_height:27px;
|
|
}
|
|
.tabs ul li.handle span.tab_inactive_left{
|
|
width:3px;
|
|
border-color: #b3b3b3;
|
|
background:#f1f1f1;
|
|
_height:27px;
|
|
}
|
|
.tabs ul li.handle span.tab_inactive_center{
|
|
border-color: #b3b3b3;
|
|
padding-left: 16px;
|
|
background:#f1f1f1;
|
|
_height:27px;
|
|
}
|
|
.tabs ul li.handle span.tab_inactive_control{
|
|
width:13px;
|
|
border-color: #b3b3b3;
|
|
background:#f1f1f1;
|
|
_height:27px;
|
|
}
|
|
.tabs ul li.handle span.tab_inactive_right{
|
|
width:3px;
|
|
border-color: #b3b3b3;
|
|
background:#f1f1f1;
|
|
_height:27px;
|
|
}
|
|
|
|
.tabs ul li.handle span{
|
|
line-height: 25px;
|
|
|
|
height:25px;
|
|
}
|
|
/*.tabs_button{top:1px}*/
|
|
.tabs ul{
|
|
background:url(../images/tab_bg.png) repeat-x;
|
|
height:27px;
|
|
*height:28px;
|
|
margin:0px;
|
|
}
|
|
.tabs ul li.handle span.tab_active_left{
|
|
height: 27px;
|
|
width:3px;
|
|
border:none;
|
|
border-color: #0c66c2;
|
|
background-image: url(../images/tabs_active_left.png);
|
|
}
|
|
.tabs ul li.handle span.tab_active_center{
|
|
height: 27px;
|
|
border:none;
|
|
padding-left:16px;
|
|
border-color: #0c66c2;
|
|
background-image: url(../images/tabs_active.png);
|
|
color:#fff;
|
|
}
|
|
.tabs ul li.handle span.tab_active_center a {
|
|
color:#333335;
|
|
outline:none;
|
|
}
|
|
.tabs ul li.handle span.tab_active_control{
|
|
border:none;
|
|
border-color: #0c66c2;
|
|
width:0px;
|
|
font-size:0px;
|
|
background-image: url(../images/tabs_active.png);
|
|
z-index: -1;
|
|
height:27px;
|
|
width:13px;
|
|
}
|
|
.tabs ul li.handle span.tab_active_right{
|
|
height: 27px;
|
|
border:none;
|
|
width:3px;
|
|
border-color: #0c66c2;
|
|
background-image: url(../images/tabs_active_right.png);
|
|
}
|
|
.tabs ul li.handle span.tab_over_left{
|
|
*height:27px;
|
|
width:3px;
|
|
border-color: #b3b3b3;
|
|
background-image: url(../images/tabs_hover.png);
|
|
background-color: #fff;
|
|
}
|
|
.tabs ul li.handle span.tab_over_center{
|
|
*height:27px;
|
|
padding-left:16px;
|
|
border-color: #b3b3b3;
|
|
background-image: url(../images/tabs_hover.png);
|
|
background-color: #fff;
|
|
}
|
|
.tabs ul li.handle span.tab_over_control{
|
|
width:13px;
|
|
*height:27px;
|
|
border-color: #b3b3b3;
|
|
background-image: url(../images/tabs_hover.png);
|
|
background-color: #fff;
|
|
}
|
|
.tabs ul li.handle span.tab_over_right{
|
|
*height:27px;
|
|
width:3px;
|
|
border-color: #b3b3b3;
|
|
background-image: url(../images/tabs_hover.png);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tabs ul li.handle span div.tab_close {
|
|
background: url("../images/tab_close.png") no-repeat;
|
|
height: 13px;
|
|
width: 13px;
|
|
margin-top: 7px;
|
|
}
|
|
.tab_inactive_center a{
|
|
} |