wallflwers

Redirect Page JD

Mar 15th, 2013
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. <!--THEME 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. <meta name="image:icon" content=""/>
  11. <meta name="color:icon" content="#eeeeee"/>
  12. <meta name="color:text" content="#eeeeee"/>
  13. <meta name="text:oldurl" content=""/>
  14. <meta name="text:newurl" content=""/>
  15.  
  16. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; color:{color:text};font-family:inconsolata;"><a href="http://joshdevin.tumblr.com">©<i>j</i>D</a></div>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <style type="text/css">
  23.  
  24. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  25. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  26.  
  27. body{
  28. font-family:calibri;
  29. font-size:11px;
  30. letter-spacing:1px;
  31. line-height:13px;
  32. }
  33.  
  34. a:link, a:active, a:visited{
  35. color:#a8aeaf;
  36. text-decoration:none;
  37. -webkit-transition: all 0.4s linear;
  38. -moz-transition: all 0.4s linear;
  39. transition: all 0.4s linear;
  40. }
  41.  
  42. a:hover{
  43. color:#797a7a;
  44. -webkit-transition: all 0.4s linear;
  45. -moz-transition: all 0.4s linear;
  46. transition: all 0.4s linear;
  47. }
  48.  
  49. #container {
  50. width:250px;
  51. margin:0 auto;
  52. }
  53.  
  54. #image {
  55. width:130px;
  56. height:130px;
  57. position:fixed;
  58. margin-top:180px;
  59. padding:30px;
  60. border:1px solid {color:icon};
  61. }
  62.  
  63.  
  64. #image:hover #info {
  65. opacity:0.9;
  66. -webkit-transition: all 0.4s linear;}
  67.  
  68. #info {
  69. width:130px;
  70. height:130px;
  71. position:fixed;
  72. background:white;
  73. margin-top:-133px;
  74. font-family:georgia;
  75. color:{color:text};
  76. opacity:0;
  77. text-align:center;
  78. -webkit-transition: all 0.4s linear;
  79. -moz-transition: all 0.4s linear;
  80. transition: all 0.4s linear;
  81. }
  82.  
  83.  
  84. </style>
  85. </head>
  86.  
  87. <body>
  88.  
  89. <div id="container">
  90. <div id="image"><a href="http://{text:newurl}.tumblr.com"><img src="{image:icon}" style="width:130px;height:130px;"></a>
  91. <div id="info"><br><br>{text:oldurl} has moved to {text:newurl}! <i><a href="http://{text:newurl}.tumblr.com/"><br>Visit them!</a></i>
  92. </div></div>
  93. </div>
  94.  
  95.  
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment