137 lines
2.0 KiB
CSS
137 lines
2.0 KiB
CSS
|
|
.tabbar{
|
||
|
|
height:31px;
|
||
|
|
width:100%;
|
||
|
|
/*border-bottom:2px solid #587AB7; margin:2px auto; padding:0px;
|
||
|
|
float:left;*/
|
||
|
|
background:#D7E5F2 url(../images/tagline_bg.jpg) repeat-x bottom;
|
||
|
|
vertical-align: bottom;
|
||
|
|
}
|
||
|
|
.tabpanel {
|
||
|
|
padding:0px;
|
||
|
|
margin:0px;
|
||
|
|
height:100%;
|
||
|
|
text-align:left;
|
||
|
|
}
|
||
|
|
.tabbar_wrap {
|
||
|
|
height:31px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.maincontent {
|
||
|
|
width:100%;
|
||
|
|
height:100%;
|
||
|
|
}
|
||
|
|
.tagline_left {
|
||
|
|
WIDTH:15px;
|
||
|
|
height:31px;
|
||
|
|
background:#D7E5F2 url(../images/tagline_left.jpg) no-repeat left bottom;
|
||
|
|
}
|
||
|
|
|
||
|
|
.load_notice{
|
||
|
|
border:1px solid #80C0FF;
|
||
|
|
background:white;
|
||
|
|
z-index:20000;
|
||
|
|
}
|
||
|
|
.load_message{
|
||
|
|
padding-top:12px;
|
||
|
|
color:#6060FF;
|
||
|
|
}
|
||
|
|
.tabbarhack{
|
||
|
|
float:left;
|
||
|
|
}
|
||
|
|
a img{
|
||
|
|
border:none;
|
||
|
|
}
|
||
|
|
div.tabs{
|
||
|
|
margin:0px;
|
||
|
|
padding:0px;
|
||
|
|
float:left;
|
||
|
|
}
|
||
|
|
div.tab{
|
||
|
|
margin:0px;
|
||
|
|
padding:0px;
|
||
|
|
font-size:12px;
|
||
|
|
height:31px;
|
||
|
|
vertical-align:bottom;
|
||
|
|
float:left;
|
||
|
|
clear:none;
|
||
|
|
}
|
||
|
|
div.tab span{
|
||
|
|
display:block;
|
||
|
|
margin:0px;
|
||
|
|
background-position:bottom;
|
||
|
|
float:left;
|
||
|
|
clear:none;
|
||
|
|
}
|
||
|
|
.tleft{
|
||
|
|
padding:0px;
|
||
|
|
width:8px;
|
||
|
|
height:31px;
|
||
|
|
}
|
||
|
|
.tcenter{
|
||
|
|
width:71px;
|
||
|
|
margin:0px;
|
||
|
|
text-align:center;
|
||
|
|
height:31px;
|
||
|
|
vertical-align:center;
|
||
|
|
}
|
||
|
|
.tcenter DIV {
|
||
|
|
padding-top:10px;
|
||
|
|
}
|
||
|
|
.tright{
|
||
|
|
width:22px;
|
||
|
|
padding:0px;
|
||
|
|
height:31px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tright a{
|
||
|
|
width:11px;
|
||
|
|
display:block;
|
||
|
|
}
|
||
|
|
.tright a img{
|
||
|
|
height:28px;
|
||
|
|
width:22px;
|
||
|
|
visibility:hidden;
|
||
|
|
}
|
||
|
|
.tright a:hover{
|
||
|
|
background:url(../images/popup_titlebar_close_over.gif) no-repeat 0px 12px;
|
||
|
|
}
|
||
|
|
.on{
|
||
|
|
background:url(../images/tag_active_bg.gif) repeat-x bottom;
|
||
|
|
color:#FF6600;
|
||
|
|
font-weight:bold;
|
||
|
|
}
|
||
|
|
.off{
|
||
|
|
background:url(../images/tag_inactive_bg.gif) repeat-x bottom;
|
||
|
|
color:#6D8492;
|
||
|
|
}
|
||
|
|
.tleft_on{
|
||
|
|
width:8px;
|
||
|
|
background:url(../images/bg_tleft_on.gif) no-repeat right bottom;
|
||
|
|
}
|
||
|
|
.tleft_off{
|
||
|
|
width:8px;
|
||
|
|
background:url(../images/bg_tleft_off.gif) no-repeat right bottom;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tright_on_off{
|
||
|
|
background:url(../images/bg_tright_on_off.gif)
|
||
|
|
}
|
||
|
|
.tright_off_off{
|
||
|
|
background:url(../images/bg_tright_off_off.gif);
|
||
|
|
}
|
||
|
|
.tright_off_on{
|
||
|
|
background:url(../images/bg_tright_off_on.gif);
|
||
|
|
}
|
||
|
|
.tright_off{
|
||
|
|
background:url(../images/bg_tright_off.gif);
|
||
|
|
}
|
||
|
|
.tright_on{
|
||
|
|
background:url(../images/bg_tright_on.gif);
|
||
|
|
}
|
||
|
|
.tleft_off_off {
|
||
|
|
width:0px;
|
||
|
|
}
|
||
|
|
.tleft_on_off {
|
||
|
|
width:0px;
|
||
|
|
}
|