Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Estudo"
Bootstrap 3.0.0 Snippet by
adrianogiopato
3.0.0
jQuery
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
584
 
0 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ----------> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <div class="container"> <div class="row"> <div class="col-lg-5 col-md-5 col-sm-8 col-xs-9 bhoechie-tab-container"> <div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 bhoechie-tab-menu"> <div class="list-group"> <a href="#" class="list-group-item active text-center"> <h4 class="material-icons">person</h4><br/>User </a> <a href="#" class="list-group-item text-center"> <h4 class="glyphicon glyphicon-send"></h4><br/>Envio Rápido </a> <a href="#" class="list-group-item text-center"> <h4 class="material-icons">sms</h4><br/>Sms Lote </a> <a href="#" class="list-group-item text-center"> <h4 class="glyphicon glyphicon-cog"></h4><br/>Configurações </a> <a href="#" class="list-group-item text-center"> <h4 class="glyphicon glyphicon-print"></h4><br/>Relatórios </a> </div> </div> <div class="col-lg-9 col-md-9 col-sm-9 col-xs-9 bhoechie-tab"> <!-- flight section --> <div class="bhoechie-tab-content active"> <center> <h1 class="glyphicon glyphicon-user" style="font-size:14em;color:#55518a"></h1> <h2 style="margin-top: 0;color:#55518a">Usuário</h2> <h3 style="margin-top: 0;color:#55518a">Cadastro e Senha</h3> </center> </div> <!-- train section --> <div class="bhoechie-tab-content"> <center> <h2 style="margin-top: 0;color:#55518a">Envio Rápido</h2> <h3 style="margin-top: 0;color:#55518a">Envie seu SMS</h3> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Form Name</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Text Input</label> <div class="col-md-4"> <input id="textinput" name="textinput" type="text" placeholder="placeholder" class="form-control input-md"> <span class="help-block">help</span> </div> </div> <!-- Password input--> <div class="form-group"> <label class="col-md-4 control-label" for="passwordinput">Password Input</label> <div class="col-md-4"> <input id="passwordinput" name="passwordinput" type="password" placeholder="placeholder" class="form-control input-md"> <span class="help-block">help</span> </div> </div> <!-- Prepended checkbox --> <div class="form-group"> <label class="col-md-4 control-label" for="prependedcheckbox">Prepended Checkbox</label> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon"> <input type="checkbox"> </span> <input id="prependedcheckbox" name="prependedcheckbox" class="form-control" type="text" placeholder="placeholder"> </div> <p class="help-block">help</p> </div> </div> <!-- Button Drop Down --> <div class="form-group"> <label class="col-md-4 control-label" for="buttondropdown">Button Drop Down</label> <div class="col-md-4"> <div class="input-group"> <input id="buttondropdown" name="buttondropdown" class="form-control" placeholder="placeholder" type="text"> <div class="input-group-btn"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Action <span class="caret"></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#">Option one</a></li> <li><a href="#">Option two</a></li> <li><a href="#">Option three</a></li> </ul> </div> </div> </div> </div> </fieldset> </form> center> </div> <!-- hotel search --> <div class="bhoechie-tab-content"> <center> <h1 class="glyphicon glyphicon-th-list" style="font-size:12em;color:#55518a"></h1> <h2 style="margin-top: 0;color:#55518a">Envio em Lote</h2> <h3 style="margin-top: 0;color:#55518a">Envie SMS em Lote</h3> </center> </div> <div class="bhoechie-tab-content"> <center> <i class="glyphicon glyphicon-hourglass"></i> <!--<h1 class="glyphicon glyphicon-cog" style="font-size:12em;color:#55518a"></h1> <h2 style="margin-top: 0;color:#55518a">Configurações</h2> <h3 style="margin-top: 0;color:#55518a">Edite suas configurações</h3>--> </center> </div> <div class="bhoechie-tab-content"> <center> <h1 class="glyphicon glyphicon-print" style="font-size:12em;color:#55518a"></h1> <h2 style="margin-top: 0;color:#55518a">Relatórios</h2> <h3 style="margin-top: 0;color:#55518a"></h3> </center> </div> </div> </div> </div> </div>
/* bhoechie tab */ div.bhoechie-tab-container{ z-index: 10; background-color: #ffffff; padding: 0 !important; border-radius: 4px; -moz-border-radius: 4px; border:1px solid #ddd; margin-top: 20px; margin-left: 50px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250); box-shadow: 0 6px 12px rgba(0,0,0,.250); -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250); background-clip: padding-box; opacity: 0.97; filter: alpha(opacity=97); width:100%; } div.bhoechie-tab-menu{ padding-right: 0; padding-left: 0; padding-bottom: 0; } div.bhoechie-tab-menu div.list-group{ margin-bottom: 0; width: 40%; } div.bhoechie-tab-menu div.list-group>a{ margin-bottom: 0; } div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa { color: #5A55A3; } div.bhoechie-tab-menu div.list-group>a:first-child{ border-top-right-radius: 0; -moz-border-top-right-radius: 0; } div.bhoechie-tab-menu div.list-group>a:last-child{ border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; } div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa{ background-color: #5A55A3; background-image: #5A55A3; color: #ffffff; } div.bhoechie-tab-menu div.list-group>a.active:after{ content: ''; position: absolute; left: 100%; top: 50%; margin-top: -13px; border-left: 0; border-bottom: 13px solid transparent; border-top: 13px solid transparent; border-left: 10px solid #5A55A3; } div.bhoechie-tab-content{ background-color: #ffffff; /* border: 1px solid #eeeeee; */ padding-left: 20px; padding-top: 10px; } div.bhoechie-tab div.bhoechie-tab-content:not(.active){ display: none; }
$(document).ready(function() { $("div.bhoechie-tab-menu>div.list-group>a").click(function(e) { e.preventDefault(); $(this).siblings('a.active').removeClass("active"); $(this).addClass("active"); var index = $(this).index(); $("div.bhoechie-tab>div.bhoechie-tab-content").removeClass("active"); $("div.bhoechie-tab>div.bhoechie-tab-content").eq(index).addClass("active"); }); });
Related:
See More
Free Template
Full Calendar
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76