.tab-content {
text-align: left;
padding: 10px;
border: 1px solid #ddd;
border-top: none;
}
.nav-tabs li a{
outline: none !important;
text-decoration: none;
}
.nav-tabs li{
margin-left: 0px !important;
margin-bottom: -1px !important;
border: none;
}
.tab-style-1 .nav-tabs {
background: rgb(229,229,229);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(249,249,249,1) 79%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(79%,rgba(249,249,249,1)));
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(249,249,249,1) 79%);
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(249,249,249,1) 79%);
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(249,249,249,1) 79%);
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(249,249,249,1) 79%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );
border:1px solid #ddd;
border-radius:5px 5px 0px 0px;
}
.tab-style-1 .nav-tabs li:first-child a{
margin-left:20px;
}
.tab-style-1 .nav-tabs li a{
margin-top:5px;
margin-left:5px;
}
.tab-style-1 .tab-content{
border:1px solid #ddd;
border-top:0px;
border-radius:0px 0px 5px 5px;
}
.tab-style-2 .nav-tabs{
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:normal;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.tabs-below .nav-tabs{
border-radius: 0 0 3px 3px !important;
}
.tabs-below .tab-content{
border: 1px solid #ddd;
border-bottom: none;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.tab-style-2 .nav-tabs li a{
border-radius:2px;
padding:7px 15px 5px 15px !important;
line-height: normal;
margin:5px !important;
color: #fff;
}
.tab-style-2 .nav-tabs li a:hover{
background: rgba(255,255,255,0.1);
border-color :rgba(0,0,0,0.1);
color: #fff;
}
.tab-style-2 .nav-tabs li.active a:hover,
.tab-style-2 .nav-tabs li.active a{
color: #637aad;
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:13px;
font-weight:normal;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
}
|