"terminal demo"
Bootstrap 3.3.0 Snippet by rayrc

<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; animation: text-blur 4s infinite, text-blink 11s infinite; color: transparent; overflow-x: hidden; } @-webkit-keyframes text-blur { 0%, 50%, 90%, 100% { text-shadow: #0a0 0 0 1px; } 60%, 80% { text-shadow: #0a0 0 0 2px; } 70% { text-shadow: #0a0 0 0 5px; } } @keyframes text-blur { 0%, 50%, 90%, 100% { text-shadow: #0a0 0 0 1px; } 60%, 80% { text-shadow: #0a0 0 0 2px; } 70% { text-shadow: #0a0 0 0 5px; } } @-webkit-keyframes text-blink { 0% { -webkit-transform: skewX(0deg); } 20% { -webkit-transform: skewX(0deg); } 21% { -webkit-transform: skewX(-3deg); } 35% { opacity: 1; -webkit-transform: skewX(0deg); } 35.5% { opacity: .3; -webkit-transform: skewX(70deg); } 36% { -webkit-transform: skewX(-60deg); } 36.5% { opacity: 1; -webkit-transform: skewX(0deg); } 100% { -webkit-transform: skewX(0deg); } } @keyframes text-blink { 0% { transform: skewX(0deg); } 20% { transform: skewX(0deg); } 21% { transform: skewX(-3deg); } 35% { opacity: 1; transform: skewX(0deg); } 35.5% { opacity: .3; transform: skewX(70deg); } 36% { transform: skewX(-60deg); } 36.5% { opacity: 1; transform: skewX(0deg); } 100% { transform: skewX(0deg); } } a { color: inherit; } a.folder { //color: #88f; } p { margin: .1em 0; } ul { list-style: none; padding: 0 0 0 1em; } @-webkit-keyframes blink { 0% { opacity: 0; } 25% { opacity: 0; } 25.1% { opacity: 1; } 100% { opacity: 1; } } /* Hahaha, Firefox supports <blink> natively! */ blink { -webkit-animation: blink 1s infinite; } </style> </head><body><p>Welcome to the Web.</p> <p>The current system time is <a href="time-manifesto.php">4cH@9A</a>.</p> <p>> ls </p><ul> <li><a href="/blog" class="folder">Blog</a></li> <li><a href="/demos" class="folder">Demos</a></li> <li><a href="/feed" class="folder">Feeds</a></li> <li><a href="/contact" class="script">Contact Me.sh</a></li> </ul> <p>> <blink>_</blink> </p></body></html>

Related: See More


Questions / Comments: