"terminal demo"
Bootstrap 3.3.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="//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 ---------->
<html><script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script><head>
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<style>
html {
background-color: black;
background-image: -webkit-linear-gradient(top, transparent, rgba(0,200,0,.1) 30%, rgba(0,200,0,.1) 70%, transparent), -webkit-repeating-linear-gradient(top, transparent, rgba(0,127,0,.2) 2px, transparent 4px);
background-image: -moz-linear-gradient(top, transparent, rgba(0,200,0,.1) 30%, rgba(0,200,0,.1) 70%, transparent), -moz-repeating-linear-gradient(top, transparent, rgba(0,127,0,.2) 2px, transparent 4px);
background-image: linear-gradient(transparent, rgba(0,200,0,.1) 30%, rgba(0,200,0,.1) 70%, transparent), repeating-linear-gradient(transparent, rgba(0,127,0,.2) 2px, transparent 4px);
background-size: 100% 180px, 100% 100%;
-webkit-animation: crt 10s infinite;
-moz-animation: crt 10s infinite;
animation: crt 10s infinite;
color: #0a0;
font-weight: bold;
font-family: "Fixedsys", monospace;
}
@-webkit-keyframes crt {
0% { background-position: 0 0, 0 0; -webkit-animation-timing-function: linear; }
100% { background-position: 0 -180px, 0 0; }
}
@-moz-keyframes crt {
0% { background-position: 0 0, 0 0; -moz-animation-timing-function: linear; }
100% { background-position: 0 -180px, 0 0; }
}
@keyframes crt {
0% { background-position: 0 0, 0 0; animation-timing-function: linear; }
100% { background-position: 0 -180px, 0 0; }
}
body {
-webkit-animation: text-blur 4s infinite, text-blink 11s infinite;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: