Advertisement
hitopslou

redirect2

Jun 26th, 2014
1,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 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 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. -->
  11. <head>
  12. <title>{title}</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  15. <meta name="image:Photo" content="http://38.media.tumblr.com/0ca58293bbaeb2ecaa195fc9a27c62a9/tumblr_n4trvzVXUE1rcv1nbo3_250.gif" />
  16. <meta name="color:Accent Color" content="#ff7e78" />
  17. <meta name="text:New Url" content="" />
  18. <style>
  19. body {
  20. background-color:#f6faec;
  21. font-family:'Special Elite','Courier New'cursive;
  22. color:#cdd0c5;
  23. text-align:justify;
  24. }
  25. #box {
  26. width:200px;
  27. margin:auto;
  28. margin-top:200px;
  29. }
  30. #box img {
  31. width:180px;
  32. padding:6px;
  33. border:4px {color:accent color} double;
  34. margin:10px 0;
  35. }
  36. #url {
  37. text-align:center;
  38. letter-spacing:3px;
  39. }
  40. a {
  41. text-decoration:none;
  42. color:#cdd0c5;
  43. transition:color 0.5s linear;
  44. -webkit-transition:color 0.5s linear;
  45. -moz-transition:color 0.5s linear;
  46. }
  47. a:hover {
  48. color:#dce0d2;
  49. }
  50. /* DO NOT EDIT OR REMOVE */
  51. #credit {
  52. position:fixed;
  53. bottom:10px;
  54. left:10px;
  55. text-transform:uppercase;
  56. font-size:9px;
  57. font-family:Georgia,serif;
  58. letter-spacing:1px;
  59. border:2px groove #ecf0e2;
  60. color:#dce0d2 ;
  61. z-index:9999999999;
  62. padding:13px 5px 15px 5px;
  63. }
  64. #credit a {
  65. color:#dce0d2;
  66. text-decoration:none;
  67. }
  68. #credit a:hover {
  69. color:#cdd0c5;
  70. }
  71. /* end */
  72. </style>
  73. </head>
  74. <body>
  75. <div id="box">
  76. <span style="padding:0 5px">find me at</span>
  77. <img src="{image:photo}" />
  78. <div id="url"><a href="http://{text:new url}.tumblr.com">{text:new url}</a></div>
  79. </div>
  80. <div id="credit"><a href="http://hitopslouthemes.tumblr.com">htlt</a></div>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement