62 lines
2.1 KiB
CSS
62 lines
2.1 KiB
CSS
/*UI tabs*/
|
|
.ui-tabs-nav {
|
|
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
|
|
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
|
|
font-size: 10px;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 1;
|
|
/*border-right: 1px solid #c5dbec;*/
|
|
bottom: -1px;
|
|
}
|
|
.ui-tabs-nav ul {
|
|
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
|
|
}
|
|
|
|
.ui-tabs-nav li {
|
|
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
|
|
float: left;
|
|
border: 1px solid #c5dbec;
|
|
border-right: none;
|
|
}
|
|
|
|
.ui-tabs-nav li a {
|
|
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
|
|
float: left;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
padding: .2em 1em;
|
|
color: #2e6e9e;
|
|
background: #dfeffc url(../img/ui-dialog/dfeffc_40x100_textures_02_glass_85.png) 0 50% repeat-x;
|
|
}
|
|
|
|
.ui-tabs-nav li a:hover {
|
|
background: #d0e5f5 url(../img/ui-dialog/d0e5f5_40x100_textures_02_glass_75.png) 0 50% repeat-x;
|
|
color: #1d5987;
|
|
}
|
|
|
|
.ui-tabs-nav li.ui-tabs-selected {
|
|
border-bottom-color: #f5f8f9;
|
|
}
|
|
|
|
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
|
|
background: #f5f8f9 url(../img/ui-dialog/f5f8f9_40x100_textures_06_inset_hard_100.png) 0 50% repeat-x;
|
|
color: #e17009;
|
|
}
|
|
|
|
.ui-tabs-panel {
|
|
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; /*font-size: 100%;*/ list-style: none;
|
|
/*font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;*/
|
|
clear:left;
|
|
border: 1px solid #c5dbec;
|
|
background: #fcfdfd url(../img/ui-dialog/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
|
|
/*color: #222222;*/
|
|
padding: 1em 1em;
|
|
width: 315px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.ui-tabs-hide {
|
|
display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
|
|
} |