"flot page"
Bootstrap 3.3.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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<title>Text go up</title>
<link href="http://fonts.googleapis.com/css?family=Gochi+Hand|Source+Sans+Pro:400,300" rel="stylesheet" type="text/css">
<!-- BEGIN CALL GoogleFont -->
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300" rel="stylesheet" type="text/css">
<!-- END CALL GoogleFont -->
</head>
<body>
<!-- BEGIN CANVAS + ACTIVATION BUTTON -->
<!-- BEGIN SLIDEOUT BUTTON -->
<a href="#" class="bonfire-slideout-button">
<!-- BEGIN ICON --><i class="fa fa-cogs"></i><!-- END ICON -->
</a>
<div class="bonfire-slideout-button-triangle-background"></div>
<!-- END SLIDEOUT BUTTON -->
<!-- BEGIN THE SLIDEOUT -->
<div class="bonfire-slideout">
<div class="bonfire-slideout-inner">
<div class="bonfire-slideout-inner-inner">
<!-- BEGIN CLOSE BUTTON -->
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
/* FOR YOUR CONVENIENCE AND QUICK EDITING, BELOW ARE ALL THE COLOR CUSTOMIZATION OPTIONS
**************************************************/
/* icon color */
.bonfire-slideout-button {
color:rgba(255,255,255,0.85);
}
/* icon hover color */
.bonfire-slideout-button:hover {
color:rgba(0,0,0,0.3);
}
/* triangle button background color */
.bonfire-slideout-button-triangle-background {
border-bottom-color:#13C9E7 !important;
}
/* canvas background color */
.bonfire-slideout {
background-color:#161616;
}
/* THE SLIDEOUT BUTTON
**************************************************/
/* show hand icon if text trigger */
.canvas-text-trigger {
cursor:pointer;
}
/* the button */
.bonfire-slideout-button {
font-size:28px;
text-decoration:none !important;
padding:15px 15px 15px 15px;
position:fixed;
right:0;
bottom:0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: