Advertisement
faluvtha

Redirect Page 3

Aug 22nd, 2012
1,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 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.  
  3. <!- DO NOT REMOVE CREDIT!
  4. Redirect page by Faluvtha@tumblr.com
  5. ->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="image:Background" content=""/>
  17. <meta name="color:Background" content="#eeeeee" />
  18. <meta name="color:Links" content="#eee" />
  19. <meta name="color:Links Hover" content="#777" />
  20. <meta name="color:Title background" content="#000000"/>
  21. <meta name="color:Title" content="#ffffff"/>
  22. <meta name="color:Border" content="#ccc"/>
  23. <meta name="text:Custom Text" content="Move"/>
  24. <meta name="text:Custom Redirect URL" content="Your URL!"/>
  25. <meta name="text:Redirect URL" content=""/>
  26. <style type="text/css">
  27.  
  28. body
  29. {font-family:cambria;
  30. background-color:{color:Background};
  31. background-image:url('{image:background}');
  32. background-position:fixed;
  33. background-attachment:fixed;
  34. background-repeat:repeat;}
  35.  
  36. a
  37. {text-decoration:none;
  38. color:{color:Links};
  39. -webkit-transition: all 0.5s ease;
  40. -moz-transition: all 0.5s ease;
  41. -o-transition: all 0.5s ease;}
  42.  
  43. a:hover{
  44. color:{color:Links hover};
  45. text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  46. }
  47.  
  48. #about {
  49. width:auto;
  50. margin-top:150px;
  51. margin-left:auto;
  52. margin-right:auto;
  53. padding:8px;
  54. text-align:center;
  55. font-size:10px;
  56. letter-spacing:1px;
  57. background-color:transparent;
  58. }
  59.  
  60. #title {
  61. font-family:georgia;
  62. font-size:60px;
  63. font-weight:lighter;
  64. font-style:italic;
  65. line-height:80px;
  66. background-color:{color:Title background};
  67. text-transform:none;
  68. text-align:center;
  69. letter-spacing:3px;
  70. margin-bottom:0px;
  71. border-bottom:5px solid {color:border};
  72. color: {color:Title};
  73. }
  74.  
  75. #credit {
  76. position:fixed;
  77. width:130px;
  78. padding:5px;
  79. background-color:#000;
  80. bottom:0px;
  81. right:-120px;
  82. font-family:calibri;
  83. font-size:13px;
  84. font-weight:lighter;
  85. text-transform:uppercase;
  86. -webkit-transition: all 0.7s ease;
  87. -moz-transition: all 0.7s ease;
  88. -o-transition: all 0.7s ease;
  89. }
  90.  
  91.  
  92. #credit:hover {
  93. right:0px;
  94. color:#FFF;
  95.  
  96. }
  97.  
  98. #credit a{
  99. color:#FFF;
  100. text-decoration:none;
  101. opacity:1;
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease;
  105. }
  106.  
  107. #credit a:hover {
  108. text-decoration:none;
  109. opacity:1;
  110. }
  111.  
  112. </style>
  113. </head>
  114. <body>
  115.  
  116. <div id="about">
  117. <div id="title">{text:Custom Text} → <a href="{text:Redirect URL}">{text:Custom Redirect URL}</a> </div>
  118. <div style="margin-top:30px;"><img src="http://i47.tinypic.com/2wmp2wx.gif"width="300px"></div>
  119. </div>
  120.  
  121.  
  122. <!-- DO NOT REMOVE -->
  123. <div id="credit">
  124. <a href="http://faluvtha.tumblr.com">✂ Theme by Faluvtha</a>
  125. </div>
  126.  
  127. </body>
  128. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement