Advertisement
Caylo

Redirect 1 with links

May 22nd, 2014
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.21 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:box2" content="#20aaab"/>
  23. <meta name="color:text" content="#fff"/>
  24. <meta name="if:saved" content="0"/>
  25. <meta name="text:Link1" content="" />
  26. <meta name="text:Link1 URL" content="" />
  27. <meta name="text:Link2" content="" />
  28. <meta name="text:Link2 URL" content="" />
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3 URL" content="" />
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. body{
  38.     font-family:'Arial Narrow', sans-serif;
  39.     color: {color:text};
  40.     font-size: 13px;
  41. }
  42.  
  43. img{
  44.     border:none;
  45. }
  46.  
  47. a{
  48.     color: {color:text};
  49.     text-decoration:none;
  50.     -moz-transition-duration:0.5s;
  51.     -webkit-transition-duration:0.5s;
  52.     -o-transition-duration:0.5s;
  53. }
  54.  
  55. a:hover {
  56.     opacity: .7;
  57.     -moz-transition-duration:0.5s;
  58.     -webkit-transition-duration:0.5s;
  59.     -o-transition-duration:0.5s;
  60. }
  61.  
  62. #content {
  63.     margin-left:auto;
  64.     margin-right:auto;
  65.     margin-top: 220px;
  66.     width: 430px;
  67. }
  68.  
  69. #image{
  70.     margin-left: 155px;
  71. }
  72.  
  73. #image img{
  74.     border: 7px solid {color:border};
  75.     height: 136px;
  76.     width: 136px;
  77.     position: absolute;
  78. }
  79.  
  80. #box1{
  81.     width: 130px;
  82.     height: 100px;
  83.     padding: 10px;
  84.     background-color: {color:box1};
  85.     font-family:'Arial';
  86.     text-align: center;
  87.     padding-top: 40px;
  88.     position: absolute;
  89. }
  90.  
  91. #box2{
  92.     width: 130px;
  93.     height: 95px;
  94.     padding: 10px;
  95.     padding-top: 45px;
  96.     background-color: {color:box2};
  97.     font-family:'Arial';
  98.     font-weight: bold;
  99.     font-size: 12px;
  100.     text-align: center;
  101.     position: absolute;
  102.     margin-left: 310px;
  103. }
  104.  
  105. #box2 a{
  106.     padding: 2px;
  107.     display: block;
  108. }
  109.  
  110. {CustomCSS}</style></head><body>
  111. <div id="content">
  112.     <div id="box1">
  113.         <a href="http://{text:newurl}.tumblr.com">
  114.         <strong>{text:oldurl}</strong><br/>
  115.         {block:ifNotSaved}has moved to {/block:ifNotSaved}
  116.         {block:ifSaved}is saved by {/block:ifSaved}
  117.         <br/>
  118.         <strong>{text:newurl}</strong></a>
  119.     </div>
  120.    
  121.     <div id="image">
  122.         <a href="http://{text:newurl}.tumblr.com"><img src="{image:img}"></a>
  123.     </div>
  124.    
  125.     <div id="box2">
  126.         <a href="{text:Link1 URL}">{text:Link1}</a>
  127.         <a href="{text:Link2 URL}">{text:Link2}</a>
  128.         <a href="{text:Link3 URL}">{text:Link3}</a>
  129.     </div>
  130.    
  131. </div>
  132.  
  133. <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>
  134. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement