Advertisement
sunkei

redirect

Feb 27th, 2012
13,545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <!-- theme made by gyapo.tumblr.com don't remove this comment -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="color:Background" content="#eee" />
  16. <meta name="image:Background" content="http://27.media.tumblr.com/tumblr_lzxkhw34cK1r9g6hvo2_100.png"/>
  17.  
  18. <meta name="image:Picture" content="http://static.tumblr.com/..."/>
  19. <meta name="color:BoxBG" content="#fff" />
  20. <meta name="color:Title" content="#a2a2a2" />
  21. <meta name="color:TitleBG" content="#fff" />
  22. <meta name="color:Texts" content="#838383" />
  23. <meta name="color:New" content="#fff" />
  24. <meta name="color:NewBG" content="#d6be90" />
  25. <meta name="image:BoxBG" content="http://static.tumblr.com/onhp7lq/vKIm02meu/04.png"/>
  26.  
  27.  
  28. <meta name="text:New blog" content="New blog" />
  29. <meta name="text:New blog url" content="" />
  30. </head>
  31.  
  32. <style type="text/css">
  33. body
  34. {font-family:arial;
  35. background-color:{color:Background};
  36. background-image:url('{image:Background}');
  37. background-position: fixed;
  38. background-attachment:fixed;
  39. background-repeat:repeat;}
  40.  
  41. a
  42. {text-decoration:none;}
  43.  
  44.  
  45. .bar
  46. {text-align:center;
  47. -moz-border-radius:6px;
  48. border-radius:6px;
  49. box-shadow:0px 0px 5px #ddd;
  50. width:150px;
  51. margin-left:-25px;
  52. letter-spacing:2px;
  53. text-transform:lowercase;}
  54.  
  55. #titre
  56. {color:{color:Title};
  57. background-color:{color:TitleBG};}
  58.  
  59. #okay
  60. {margin-top:7px;
  61. color:{color:New};
  62. background-color:{color:NewBG};}
  63.  
  64. #picture
  65. {width:100px;
  66. -moz-border-radius:50px;
  67. border-radius:50px;
  68. margin:7px 0px 7px 0px;}
  69.  
  70. #blabla
  71. {float:left;
  72. box-shadow:0px 0px 5px #ddd;
  73. width:100px;
  74. padding:10px;
  75. text-align:center;
  76. font-family:consolas;
  77. font-size:10px;
  78. color:{color:Texts};
  79. letter-spacing:1px;
  80. background-color:{color:BoxBG};
  81. background-image:url('{image:BoxBG}');}
  82. </style>
  83.  
  84. </head>
  85. <body>
  86. <table align="center" style="margin-top:180px;">
  87. <tr><td>
  88.  
  89. <div id="blabla">
  90. <div class="bar" id="titre">{Title}</div>
  91. <img id="picture" src="{image:Picture}"/>
  92. Moved To
  93. <a href="{text:New blog url}"><div class="bar" id="okay">{text:New blog}</div>
  94. </div>
  95. </td></tr>
  96. </table>
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement