Advertisement
framp

Orbitron

Apr 7th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.46 KB | None | 0 0
  1. <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
  2. <style>
  3. #console{
  4.     font-family: Orbitron;
  5.     color: #82D677;
  6.     width:220px;
  7.     margin:auto;
  8.     position:relative;
  9.    
  10.     background: #085400;
  11.     background: -moz-linear-gradient(left,  #085400 0%, #437240 50%, #085400 100%);
  12.     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#085400), color-stop(50%,#437240), color-stop(100%,#085400));
  13.     background: -webkit-linear-gradient(left,  #085400 0%,#437240 50%,#085400 100%);
  14.     background: -o-linear-gradient(left,  #085400 0%,#437240 50%,#085400 100%);
  15.     background: -ms-linear-gradient(left,  #085400 0%,#437240 50%,#085400 100%);
  16.     background: linear-gradient(left,  #085400 0%,#437240 50%,#085400 100%);
  17.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085400', endColorstr='#085400',GradientType=1 );
  18.  
  19. }
  20. .stripe{
  21.     display:block;
  22.     margin-bottom:1px;
  23.     background: #000;
  24.     width:100%;
  25.     height:5px;
  26. }
  27. #text{
  28.     position: absolute;
  29.     text-align:center;
  30.     top: 25px;
  31.     left: 20px;
  32. }
  33. </style>
  34. <div id="console">
  35.     <div class="stripe"></div>
  36.     <div class="stripe"></div>
  37.     <div class="stripe"></div>
  38.     <div class="stripe"></div>
  39.     <div class="stripe"></div>
  40.     <div class="stripe"></div>
  41.     <div class="stripe"></div>
  42.     <div class="stripe"></div>
  43.     <div class="stripe"></div>
  44.     <div class="stripe"></div>
  45.     <div class="stripe"></div>
  46.     <div class="stripe"></div>
  47.     <div id="text">FUCK THE SYSTEM</div>
  48. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement