Advertisement
rock3199star

Redirect Theme 1

Jul 29th, 2013
4,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>New URL</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5.  
  6. <!----
  7. Redirect Theme 1 by ofmonstersanddemons (idjit.tk)
  8. - Do not steal my code or use it as a base code
  9. - Do not give it out as yours
  10. - Do not move or take out the credit
  11. *REMOVING CREDIT IS ILLEGAL ACCORDING TO THE CREATIVE COMMONS LICENSE*
  12. - Changes/Edits are allowed as long as the credit is still present
  13. - Any questions? Please contact me.
  14. - Thank you for using my theme (:
  15. *The theme might look weird in positioning in the preview here, but when you go to your blog it will look fine with 1280 X 800 screen resolution*
  16. --->
  17.  
  18. <meta name="font:BodyFont" content="Arial"/>
  19.  
  20. <meta name="color:Background" content="#f0f0f0"/>
  21. <meta name="color:Text" content="#000"/>
  22. <meta name="color:Selection" content="#494949"/>
  23. <meta name="color:NewURL" content="#008CE3"/>
  24. <meta name="color:OldURL" content="#008CE3"/>
  25.  
  26. <meta name="if:StartingAnimation" content="1"/>
  27.  
  28. <meta name="text:NewURL" content="New-URL"/>
  29.  
  30. <style type="text/css">
  31.  
  32. @font-face {font-family: 'Curve'; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf');}
  33.  
  34. @font-face {font-family: 'Basic'; src: url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf');}
  35.  
  36. ::selection {
  37. background: {color:selection};
  38. color: #ffffff;
  39. }
  40.  
  41. ::-moz-selection {
  42. background: {color:selection};
  43. color: #ffffff;
  44. }
  45.  
  46. ::-webkit-selection {
  47. background: {color:selection};
  48. color: #ffffff;
  49. }
  50.  
  51. #tumblr_controls {display:none !important;}
  52.  
  53. body {
  54. background:{color:background};
  55. background-image:url('{image:background}');
  56. background-attachment: fixed;
  57. background-repeat: repeat;
  58. margin:0px;
  59. color:{color:text};
  60. font-family:{font:BodyFont};
  61. font-size:12px;
  62. line-height:100%;
  63. }
  64.  
  65. #box {
  66. width:900px;
  67. height:500px;
  68. position: fixed;
  69. margin-top:9%;
  70. margin-left:15%;
  71. {block:ifStartingAnimation}
  72. -webkit-animation:fadeInUpBig 2s;
  73. -moz-animation:fadeInUpBig 2s;
  74. -ms-animation:fadeInUpBig 2s;
  75. {/block:ifStartingAnimation}
  76. }
  77.  
  78. #une {
  79. font-family:Basic;
  80. font-size:70px;
  81. line-height:100%;
  82. text-align:center;
  83. text-shadow:1px 1px 10px #111;
  84. color:{color:OldURL};
  85. padding-top:20px;
  86. padding-bottom:10px;
  87. }
  88.  
  89. #shiz {
  90. font-family:Curve;
  91. font-size:50px;
  92. line-height:100%;
  93. text-align:center;
  94. padding-top:15px;
  95. }
  96.  
  97. #deux {
  98. font-family:Basic;
  99. font-size:90px;
  100. line-height:100%;
  101. text-align:center;
  102. text-shadow:1px 1px 10px #111;
  103. color:{color:NewURL};
  104. padding-top:25px;
  105. }
  106.  
  107. #deux a {
  108. font-family:Basic;
  109. font-size:90px;
  110. line-height:100%;
  111. text-align:center;
  112. text-shadow:1px 1px 10px #111;
  113. color:{color:NewURL};
  114. padding-top:25px;
  115. text-decoration:none;
  116. }
  117.  
  118. {CustomCSS}</style>
  119.  
  120. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/0ozvozv/wpympdow8/5336.css" />
  121. <script type="text/javascript" src="http://static.tumblr.com/0ozvozv/ofkmqibz2/7639.txt"></script>
  122.  
  123. <link href='http://static.tumblr.com/uulkaff/oVjmok4w8/idjitanimations.css' rel='stylesheet' type='text/css'>
  124.  
  125. </head>
  126. <body>
  127.  
  128. <div id="box">
  129.  
  130. <div id="une">{name}</div>
  131. <div id="shiz">is now at</div>
  132. <div id="deux"><a href="http://{text:NewURL}.tumblr.com/">{text:NewURL}</a></div>
  133.  
  134. </div>
  135.  
  136. </body>
  137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement