Caylo

Redirect 1 without links

May 22nd, 2014
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xml:lang="en" lang="en">
  3.  
  4. <!--
  5.  
  6. REDIRECT PAGE BY CAYLO (princeoberynn)
  7. Please don't steal, redistribute or remove credit!
  8. Thank you ♥
  9.  
  10. -->
  11.  
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="text:oldurl" content="old"/>
  18. <meta name="text:newurl" content="new"/>
  19. <meta name="image:img" content=""/>
  20. <meta name="color:border" content="#eee"/>
  21. <meta name="color:box1" content="#20aaab"/>
  22. <meta name="color:text" content="#fff"/>
  23. <meta name="if:saved" content="0"/>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30. body{
  31. font-family:'Arial Narrow', sans-serif;
  32. color: {color:text};
  33. }
  34.  
  35. img{
  36. border:none;
  37. }
  38.  
  39. a{
  40. color: {color:text};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. opacity: .7;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. #content {
  55. margin-left:auto;
  56. margin-right:auto;
  57. margin-top: 220px;
  58. width: 315px;
  59. }
  60.  
  61. #image{
  62. margin-left: 155px;
  63. }
  64.  
  65. #image img{
  66. border: 7px solid {color:border};
  67. height: 136px;
  68. width: 136px;
  69. position: absolute;
  70. }
  71.  
  72. #box1{
  73. width: 130px;
  74. height: 100px;
  75. padding: 10px;
  76. background-color: {color:box1};
  77. font-family:'Arial';
  78. text-align: center;
  79. padding-top: 40px;
  80. position: absolute;
  81. }
  82.  
  83. {CustomCSS}</style></head><body>
  84. <div id="content">
  85. <div id="box1">
  86. <a href="http://{text:newurl}.tumblr.com">
  87. <strong>{text:oldurl}</strong><br/>
  88. {block:ifNotSaved}has moved to {/block:ifNotSaved}
  89. {block:ifSaved}is saved by {/block:ifSaved}
  90. <br/>
  91. <strong>{text:newurl}</strong></a>
  92. </div>
  93.  
  94. <div id="image">
  95. <a href="http://{text:newurl}.tumblr.com"><img src="{image:img}"></a>
  96. </div>
  97.  
  98. </div>
  99.  
  100. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/" style="color:#444">♥CAYLO</a></center></div>
  101. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment