<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section style="background:#efefe9;">
<div class="container">
<div class="row">
<div class="board">
<div class="board-inner">
<ul class="list-inline">
<li>
<a href="" data-toggle="tab" title="completed">
<span class="round-tabs one">
<i class="fa fa-cog fa-2x"></i>
</span>
</a>
</li>
<li class="inactive">
<a href="">
<span class="round-tabs primary">
<i class="fa fa-check"></i>
</span>
</a>
</li>
<li>
<a href="">
<span class="round-tabs primary">
<i class="fa fa-check"></i>
</span>
</a>
</li>
<li>
<a href="" data-toggle="tab" title="completed">
<span class="round-tabs four">
<i class="fa fa-check"></i>
</span>
</a>
</li>
<li>
<a href="" data-toggle="tab" title="completed">
<span class="round-tabs five">
<i class="fa fa-check"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board
{
width: 75%;
margin: 60px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
span.round-tabs
{
width: 70px;
height: 70px;
line-height: 70px;
display: inline-block;
border-radius: 100px;
background: white;
left: 0;
text-align: center;
font-size: 25px;
}
li.active > span.round-tabs
{
color: red;
border: 2px solid red;
background: red;
}
span.round-tabs
{
color: rgb(34, 194, 34);
border: 2px solid rgb(34, 194, 34);
}
.one
{
color: rgb(34, 194, 34);
border: 2px solid rgb(34, 194, 34);
}
.two
{
color: #febe29;
border: 2px
solid #febe29;
}
.three
{
color: #3e5e9a;
border: 2px
solid #3e5e9a;
}
li.active span.round-tabs.three
{
background: #fff !important;
border: 2px solid #ddd;
color: #3e5e9a;
}
span.round-tabs.four{
color: #f1685e;border: 2px solid #f1685e;
}
li.active span.round-tabs.four{
background: #fff !important;
border: 2px solid #ddd;
color: #f1685e;
}
span.round-tabs.five
{
color: #999;border: 2px solid #999;
}
li.active span.round-tabs.five{
background: #fff !important;
border: 2px solid #ddd;
color: #999;
}
li.active > a span.round-tabs
{
background: #fafafa;
}
.nav-tabs > li {
width: 20%;
}
/*li.active:before {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: -2px;
border: 10px solid transparent;
border-bottom-color: #fff;
z-index: 1;
transition:0.2s ease-in-out;
}*/
li:after {
content: " ";
position: absolute;
left: 45%;
opacity:0;
margin: 0 auto;
bottom: 0px;
border: 5px solid transparent;
border-bottom-color: #ddd;
transition:0.1s ease-in-out;
}
li.active:after {
content: " ";
position: absolute;
left: 45%;
opacity:1;
margin: 0 auto;
bottom: 0px;
border: 10px solid transparent;
border-bottom-color: #ddd;
}
.nav-tabs > li a{
width: 70px;
height: 70px;
margin: 20px auto;
border-radius: 100%;
padding: 0;
}
.nav-tabs > li a:hover{
background: transparent;
}
.tab-content{
}
.tab-pane{
position: relative;
padding-top: 50px;
}
.tab-content .head{
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
text-transform: uppercase;
padding-bottom: 10px;
}
.btn-outline-rounded{
padding: 10px 40px;
margin: 20px 0;
border: 2px solid transparent;
border-radius: 25px;
}
.btn.green{
background-color:#5cb85c;
/*border: 2px solid #5cb85c;*/
color: #ffffff;
}
@media( max-width : 585px ){
.board {
width: 90%;
height:auto !important;
}
span.round-tabs {
font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
}
.tab-content .head{
font-size:20px;
}
.nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}
li.active:after {
content: " ";
position: absolute;
left: 35%;
}
.btn-outline-rounded {
padding:12px 20px;
}
}
.btn-circle
{
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-xl
{
width: 70px;
height: 70px;
padding: 10px 16px;
font-size: 24px;
line-height: 1.33;
border-radius: 35px;
}
.colorCycle
{
background-color: rgb(50, 118, 177);
border: 0;
padding-top: 5px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px;
color: #FFF;
text-align: center;
animation-name: homeCycle;
animation-duration:6s;
animation-direction:alternate;
animation-iteration-count:infinite;
-webkit-animation-name: homeCycle;
-webkit-animation-duration:6s;
-webkit-animation-direction:alternate;
-webkit-animation-iteration-count:infinite;
}
@keyframes homeCycle
{
0% {background-color: rgb(71, 164, 71);}
25% {background-color: rgb(57, 179, 215);}
50% {background-color: rgb(237, 156, 40);}
75% {background-color: rgb(210, 50, 45);}
}
@-webkit-keyframes homeCycle
{
0% {background-color:#006;}
25% {background-color:#060;}
50% {background-color:#CC3200;}
75% {background-color:#603;}
}
li.active span.round-tabs
{
background: #fff !important;
border: 4px solid #ddd;
color: #ddd;
}
$(function(){
$('a[title]').tooltip();
});