Advertisement
hitopslou

redirect1 (round)

Mar 17th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. HH HH II TTTTTT OO PPPP SSSS LL OO UU UU
  5. HH HH II TT OO OO PP PP SS LL OO OO UU UU
  6. HHHHHH II TT OO OO PP PP SS LL OO OO UU UU
  7. HH HH II TT OO OO PP SS LL OO OO UU UU
  8. HH HH II TT OO PP SSSS LLLLLL OO UU
  9.  
  10. This theme is the property of tumblr user hitopslou, owner of
  11. hitopslouthemes. DO NOT REMOVE THEME MAKER CREDIT! Please DO NOT use this as a base theme to create your own theme. Minor changes may be made, but do not drastically alter the theme. I'm always available to answer questions regarding any of my themes or themes in general. All images used were giffed and/or edited by me, so don't claim them as your own. -->
  12.  
  13.  
  14. <head>
  15. <title>{title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  18.  
  19. <meta name="color:i moved" content="#443344"/>
  20. <meta name="color:newurl" content="#443344"/>
  21. <meta name="color:border" content="#ccaaaa"/>
  22. <meta name="color:background" content="#eeeeee"/>
  23.  
  24. <meta name="text:new url" content=""/>
  25.  
  26. <meta name="image:image1" content="https://31.media.tumblr.com/cd7b26a7672314c8946d7c3fc3e74ac1/tumblr_inline_n2m4rpbysd1ru85ye.gif"/>
  27. <meta name="image:image2" content="https://31.media.tumblr.com/cd7b26a7672314c8946d7c3fc3e74ac1/tumblr_inline_n2m0qthL931ru85ye.gif"/>
  28. <style>
  29. body {
  30. background-color:{color:background};
  31. margin-top:100px;
  32. }
  33. #content1 {
  34. display:block;
  35. margin-left:400px;
  36. }
  37. #content2 {
  38. display:block;
  39. margin-left:400px;
  40. }
  41. #text1 {
  42. font-family:Baskerville,serif;
  43. font-size:60px;
  44. font-style:italic;
  45. display:inline;
  46. color:{color:i moved};
  47. z-index:1;
  48. }
  49. #text2 {
  50. font-family:Baskerville,serif;
  51. font-size:24px;
  52. font-style:italic;
  53. display:inline;
  54. color:{color:newurl};
  55. z-index:-1;
  56. }
  57. #text2 a {
  58. text-decoration:none;
  59. color:{color:newurl};
  60. letter-spacing:2px;
  61. -webkit-transition-property:letter-spacing;
  62. -webkit-transition-duration:0.5s;
  63. -webkit-transition-timing-function:linear;
  64. }
  65. #text2 a:hover {
  66. letter-spacing:0px;
  67. }
  68. .pic {
  69. width:166px;
  70. display:inline;
  71. border:2px dotted {color:border};
  72. padding:12px;
  73. margin-right:15px;
  74. border-radius:100%
  75. }
  76. .pic img {
  77. width:150px;
  78. height:150px;
  79. }
  80. /* DO NOT CHANGE OR REMOVE CREDIT */
  81. #credit {
  82. position:fixed;
  83. bottom:10px;
  84. left:10px;
  85. text-transform:uppercase;
  86. font-size:9px;
  87. font-family:Georgia,serif;
  88. letter-spacing:1px;
  89. padding:15px 5px 15px 5px;
  90. border:2px groove #888888;
  91. color:black;
  92. z-index:9999999999;
  93. }
  94. #credit a {
  95. color:black;
  96. text-decoration:none;
  97. }
  98. #credit a:hover {
  99. color:#555555;
  100. }
  101. </style>
  102. </head>
  103. <body>
  104. <div id="content1">
  105.  
  106. <div id="text1">
  107. i moved . . .
  108. </div>
  109.  
  110. <img class="pic" src="{image:image1}"/>
  111.  
  112. </div>
  113.  
  114. <div id="content2">
  115.  
  116. <img class="pic" src="{image:image2}"/>
  117.  
  118. <div id="text2">
  119. currently at <a href="http://{text:new url}.tumblr.com">{text:new url}</a>
  120. </div>
  121.  
  122.  
  123. </div>
  124. <!-- CREDIT DO NOT REMOVE -->
  125. <div id="credit">
  126. <a href="http://hitopslouthemes.tumblr.com/">HTLT</a>
  127. </div>
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement