Advertisement
jessewertsson

url redirect theme 01 by aausten

Mar 25th, 2013
4,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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. <head><title>now at {text:newurl}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!--URL REDIRECT THEME 01 by aausten.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
  8.  
  9. <meta name="color:background" content="#ffffff"/>
  10. <meta name="color:text" content="#838282"/>
  11. <meta name="color:link" content="#b8b8b8"/>
  12. <meta name="color:link hover" content="#616161"/>
  13. <meta name="color:scrollbar" content="#000000">
  14. <meta name="image:image" content=""/>
  15. <meta name="text:oldurl" content=""/>
  16. <meta name="text:newurl" content=""/>
  17.  
  18.  
  19. <style type="text/css">
  20.  
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  23. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  24. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  25.  
  26. iframe#tumblr_controls {
  27. top: 0% !important;
  28. right:0% !important;
  29. opacity:0;
  30. position: fixed !important;
  31. filter:alpha(opacity=0);
  32. -webkit-transition: all 0.7s ease;
  33. -moz-transition: all 0.7s ease;
  34. -o-transition: all 0.7s ease;
  35. }
  36.  
  37. body {
  38. margin-left:600px;
  39. margin-top:200px;
  40. background:{color:background};
  41. font-family:'cambria';
  42. color:{color:text};
  43. font-size:9px;
  44. line-height:100%;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. color:{color:link};
  50. -webkit-transition: all 0.7s ease;
  51. -moz-transition: all 0.7s ease;
  52. -o-transition: all 0.7s ease;
  53. }
  54. a:hover {
  55. -webkit-transition: all 0.5s ease-out;
  56. -moz-transition: all 0.5s ease-out;
  57. transition: all 0.5s ease-out;
  58. color: {color:link hover};
  59. }
  60.  
  61. #bodyy{
  62. position:fixed;
  63. }
  64.  
  65. .image img{
  66. border-radius:100px;
  67. width:120px;
  68. height:120px;
  69. }
  70.  
  71. .oldurl{
  72. letter-spacing:1px;
  73. font-size:8px;
  74. text-align:center;
  75. padding-top:7px;
  76. }
  77.  
  78. #newurl{
  79. letter-spacing:2px;
  80. text-align:center;
  81. font-size:10px;
  82. font-style:italic;
  83. padding-top:1px;
  84. }
  85.  
  86. .description {
  87. color:{color:text};
  88. }
  89.  
  90. #credit {
  91. position:fixed;
  92. right:0px;
  93. bottom:0px;
  94. padding:5px;
  95. text-transform:uppercase;
  96. letter-spacing:1px;
  97. font-size:8px;
  98. }
  99.  
  100. {CustomCSS}</style>
  101. </head><body>
  102.  
  103. <div id="bodyy">
  104. <div class="image"><img src="{image:image}">
  105. <div class="oldurl">{text:oldurl} moved to</div>
  106. <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a></div>
  107.  
  108. <div id="credit"><a href="http://www.aausten.tumblr.com" target="_blank">aausten</a></div></div>
  109.  
  110. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement