"button"
Bootstrap 3.0.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<div class="container">
<!-- OUTER SHADOW -->
<div class="de">
<!-- TEXT -->
<div class="den">
<!-- LINE -->
<hr class="line">
<hr class="line">
<hr class="line">
<!-- SWITCH -->
<div class="switch">
<!-- TEXT -->
<label for="switch_off"><span>OFF</span></label>
<label for="switch_1"><span>1</span></label>
<label for="switch_2"><span>2</span></label>
<label for="switch_3"><span>3</span></label>
<label for="switch_4"><span>4</span></label>
<label for="switch_5"><span>5</span></label>
<!-- INPUT -->
<input id="switch_off" name="switch" checked type="radio">
<input id="switch_1" name="switch" type="radio">
<input id="switch_2" name="switch" type="radio">
<input id="switch_3" name="switch" type="radio">
<input id="switch_4" name="switch" type="radio">
<input id="switch_5" name="switch" type="radio">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* MASTER
--------------------------------------------- */
html, body {
height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
color: #333;
font-size: 13px;
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #dbe5e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dbe5e7));
background: -webkit-linear-gradient(top, #fefefe 0%, #dbe5e7 100%);
background: -o-linear-gradient(top, #fefefe 0%, #dbe5e7 100%);
background-attachment: fixed;
}
/* SWITCH
--------------------------------------------- */
.container {
width: 230px;
width: 230px;
margin: 40px auto 0;
}
.container .origin {
position: absolute;
left: 50%;
top: 50%;
z-index: 111;
width: 2px;
height: 2px;
margin: -1px 0 0 -1px;
background-color: #f50;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: