Advertisement
sexstilinski

hiatus page 01

Jul 16th, 2014
3,563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.11 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <!--
  5.  
  6. THEME BY SPIDERMN
  7.  
  8. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  9.  
  10. DO NOT TOUCH THE CREDIT
  11.  
  12.  
  13. Ask box instructions:
  14. 1.) in the html press 'ctrl' + 'f' x2 on your keyboard
  15. 2.) in the box that comes up enter "yoururl" (not actually your url - just the words) in the find tab and in the replace tab enter your actual url
  16. 3.) click replace
  17.  
  18. -->
  19.  
  20. <html>
  21. <head>
  22.  
  23.     <title>{title}</title>
  24.     <link rel="shortcut icon" href="{Favicon}">
  25.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  26.     <meta name="description" content="" />
  27.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  28.    
  29.  
  30. <style type="text/css">
  31.  
  32. body {
  33.     font-size:10px;
  34.     font-family:verdana;
  35.     color:#000
  36.     background-color:#fff;
  37.     margin-top:10%;
  38.     margin-left:33%;
  39. }
  40.    
  41. a {
  42. color:#1CBFE2;
  43. text-decoration:none;
  44. font-weight:bold;
  45. }
  46.  
  47. #heading {
  48.     color:#FB377C;
  49.     letter-spacing:-2px;
  50.     font-weight:900;
  51.     font-size:42px;
  52.     text-align:left;
  53. }
  54.  
  55. .desc {
  56.     margin-top:-2px;
  57.     background:#f2f2f2;
  58.     text-align:center;
  59.     padding:8px;
  60.     height:auto;
  61.     width:420px;
  62. }
  63.  
  64. #askbox {
  65.     margin-top:10px;
  66. }
  67.  
  68. .linkage {
  69.     margin-top:12px;
  70.     margin-left:16%;
  71. }
  72.  
  73. .linkage a {
  74.     letter-spacing:2px;
  75.     padding:6px;
  76.     background-color:#FB377C;
  77.     color:#fff;
  78. }
  79.  
  80. .credit a {
  81.     color:#000;
  82.     font-size:11px;
  83.     position:fixed;
  84.     bottom:8px;
  85.     right:14px;
  86. }
  87.  
  88. </style>  
  89. </head>
  90.  
  91. <body>
  92. <div id="heading">hiatus.</div>
  93. <div class="desc">
  94. <b>Bold</b>. <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> This is your description. It can be as many lines long as you want. However, it looks best with only a few.</div>
  95.  
  96. <div id="askbox">
  97. <p><iframe frameborder="0" width="438" height="auto" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/yoururl.tumblr.com" width="100%"></iframe></p>
  98. </div>
  99. </div>
  100.  
  101. <div class="linkage">
  102. <a href="http://tumblr.com/dashboard">← back to dashboard</a>
  103. </div>
  104.  
  105. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  106.  
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement