"timeline test"
Bootstrap 3.2.0 Snippet by rayrc

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.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ---------->
<!DOCTYPE html><html><head><title>Timeline Testing</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;background:black;
background-color: black;
background-image:linear-gradient(from left, rgba(30,30,30,0.05) 10%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.2) 80%),url('//clientwindows.com/icon.jpg');
blend-mode:multiply;
position: fixed;
top: 0px;
width: 380px;
height: 100%;
color: #ececec;
}
.nav-side-menu .brand {
background-color: #2b2b2b;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
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
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;background:black;
background-color: black;
background-image:linear-gradient(from left, rgba(30,30,30,0.05) 10%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.2) 80%),url('//clientwindows.com/startup.jpg');
blend-mode:multiply;
position: fixed;
top: 0px;
width: 380px;
height: 100%;
color: #ececec;
}
.nav-side-menu .brand {
background-color: #2b2b2b;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
/*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: