wallflwers

Redirect Page03 Joshdevin

Jan 21st, 2013
5,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. <!--PAGE03 BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  14.  
  15. <meta name="color:oldurl" content="#f8f8f8"/>
  16. <meta name="color:newurl" content="#f8f8f8"/>
  17. <meta name="color:border" content="#f8f8f8"/>
  18.  
  19.  
  20.  
  21. <meta name="image:box" content=""/>
  22.  
  23. <meta name="text:oldurl" content=""/>
  24. <meta name="text:newurl" content=""/>
  25.  
  26. <style type="text/css">
  27.  
  28.  
  29. body
  30. {font-family:calibri;
  31. font-size:9px;
  32. background-color:{color:background};
  33. }
  34.  
  35. a
  36. {text-decoration:none;
  37. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  38. opacity:1;
  39. color:{color:newurl};
  40. }
  41.  
  42. a:hover
  43. {text-decoration:none;
  44. opacity:1;
  45. color:#eee;
  46. }
  47.  
  48. .image {
  49. position:fixed;
  50. margin-top:200px;
  51. width:200px;
  52. margin-left:500px;
  53. z-index:999;
  54. }
  55.  
  56. .image:hover {
  57. opacity:0.8;
  58. -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  59. }
  60.  
  61.  
  62. #oldurl {
  63. margin-top:280px;
  64. font-size:15px;
  65. font-family:georgia;
  66. font-style:italic;
  67. position:fixed;
  68. width:180px;
  69. margin-left:310px;
  70. text-align:left;
  71. border-top:1px solid {color:border};
  72. border-bottom:1px solid {color:border};
  73. padding:5px;
  74. color:{color:oldurl};
  75. }
  76.  
  77. #newurl {
  78. margin-top:280px;
  79. font-size:16px;
  80. font-family:georgia;
  81. position:fixed;
  82. width:180px;
  83. margin-left:700px;
  84. text-align:center;
  85. border-top:1px solid {color:border};
  86. border-bottom:1px solid {color:border};
  87. padding:5px;
  88. color:{color:newurl};
  89.  
  90.  
  91. }
  92.  
  93.  
  94. .image{
  95. -webkit-transition: opacity 0.5s linear;
  96. opacity: 1;
  97. }
  98.  
  99. .image:hover{
  100. -webkit-transition: opacity 0.5s linear;
  101. opacity: 0.7;
  102. }
  103.  
  104.  
  105. .image{
  106. -moz-transition: opacity 0.5s linear;
  107. opacity: 1;
  108. }
  109.  
  110. .image:hover{
  111. -moz-transition: opacity 0.5s linear;
  112. opacity: 0.7;
  113. }
  114.  
  115.  
  116. </style>
  117. </head>
  118.  
  119. <body>
  120.  
  121. <div class="image"><a href="http://joshdevin.tumblr.com/"><img src="{image:box}" style="width:200px;border-radius:100px;"></a></div></div>
  122. <div id="oldurl">{text:oldurl} has moved! </div>
  123. <div id="newurl"><a href="http://{text:newurl}.tumblr.com/">now at {text:newurL}</a></div>
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138. </body>
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment