Advertisement
rileysux

10. tate (application)

Feb 28th, 2015
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <style type="text/css">
  8.  
  9. ::-moz-selection {
  10. background-color:#000;
  11. color: #fff;}
  12. ::selection {
  13. background-color:#000;
  14. color: #fff;}
  15.  
  16. ::-webkit-scrollbar
  17. {height:2px;
  18. width:2px;
  19. background-color:#fff;}
  20. ::-webkit-scrollbar-thumb
  21. {height:auto;
  22. background-color:#000;}
  23.  
  24. body
  25. {background:#000;
  26. font-family:arial;
  27. background-image:url('http://static.tumblr.com/hsnsykx/THznkgw59/aight.png');
  28. background-attachment:fixed;
  29. background-repeat:repeat;
  30. font-size:9px;
  31. text-align:justify;
  32. line-height:15px;}
  33. a
  34. {text-decoration:none;
  35. color:#fff;
  36. font-weight:bold;}
  37. a:hover
  38. {color:#000;
  39. transition-duration:0.3s;
  40. -moz-transition-duration:0.3s;
  41. -webkit-transition-duration:0.3s;
  42. -o-transition-duration:0.3s;}
  43. blockquote
  44. {background:#000;
  45. color:#fff;
  46. padding:10px;}
  47. li
  48. {list-style-type:square;}
  49. pre
  50. {background:#92d6cb;
  51. font-family:arial;
  52. font-size:14px;
  53. margin-top:0px;
  54. color:#fff;
  55. padding:5px;
  56. font-style:italic;
  57. font-weight:bold;
  58. text-align:center;
  59. text-transform:lowercase;}
  60. #bar
  61. {position:fixed;
  62. margin-left:328px;
  63. margin-top:-8px;
  64. width:140px;
  65. height:150%;
  66. background:#000;}
  67. #links
  68. {position:fixed;
  69. margin-top:245px;
  70. margin-left:10px;}
  71. #links a
  72. {display:block;
  73. text-decoration:none;
  74. background:#fff;
  75. font-family:arial;
  76. font-size:14px;
  77. color:#92d6cb;
  78. font-weight:bold;
  79. font-style:italic;
  80. text-transform:lowercase;
  81. width:120px;
  82. height:18px;
  83. padding-top:7px;
  84. padding-bottom:3px;
  85. margin-bottom:5px;
  86. text-align:center;}
  87. #links a:hover
  88. {color:#000;
  89. transition-duration:0.3s;}
  90. #block
  91. {position:fixed;
  92. margin-left:478px;
  93. margin-top:-18px;
  94. overflow-y:auto;
  95. padding:10px;
  96. padding-top:18px;
  97. width:505px;
  98. height:100%;
  99. background:#fff;}
  100.  
  101. </style>
  102.  
  103. </head>
  104.  
  105. <body>
  106.  
  107. <div id="block">
  108. <pre><a href="/a">THIS IS PRE</a></pre>
  109. <blockquote>This is blockquote.</blockquote>
  110. <pre><a href="/a">THIS IS PRE</a></pre>
  111. <blockquote>This is blockquote.</blockquote>
  112. <pre><a href="/a">THIS IS PRE</a></pre>
  113. <blockquote>This is blockquote.</blockquote>
  114. <pre><a href="/a">THIS IS PRE</a></pre>
  115. <blockquote>This is blockquote.</blockquote>
  116. <pre><a href="/a">THIS IS PRE</a></pre>
  117. <blockquote>This is blockquote.</blockquote>
  118. <pre><a href="/a">THIS IS PRE</a></pre>
  119.  
  120. <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/USERNAME.tumblr.com" frameborder="0" height="375" scrolling="no" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  121. </div>
  122.  
  123. <div id="bar">
  124. <div id="links">
  125. <a href="/">refresh</a>
  126. <a href="/ask">inbox</a>
  127. <a href="http://astrumwrites.tumblr.com">credit</a>
  128. </div>
  129. </div>
  130.  
  131. </body>
  132.  
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement