Advertisement
Ditasaur

Memories Redirect Theme

Jul 4th, 2012
5,573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- MEMORIES REDIRECT PAGE THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. ---------------------RULES--------------------------------
  8.  
  9. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  10. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  11. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  12. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  13. *DO NOT TAKE MY CREDITS OUT
  14.  
  15. ----------------------------CREDITS:-----------------------------
  16.  
  17. Image: Unknown/from Tumblr
  18. Background: http://subtlepatterns.com/
  19.  
  20. -------------------HOW TO CUSTOMIZE:-------------------------
  21. Use the appearance options.
  22.  
  23. ------------------HOW TO USE AUTO REDIRECT:------------------
  24.  
  25. If you want to enable auto redirect, where it says 'Auto Redirect Time in Seconds', put in how long you would like this page to stay. If you would like to stay for 6 seconds, put in the text box 6000. Basically, just multiply your time in seconds by 1000.
  26.  
  27. -->
  28.  
  29. <head>
  30.  
  31. {block:ifautoredirect}<script language="JavaScript">
  32. <!--Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
  33. var time = null
  34. function move() {
  35. window.location = '{text:New Blog URL}'
  36. }
  37. //-->
  38. </script>
  39. {/block:ifautoredirect}
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44.  
  45. <!--BASIC FLUFF-->
  46.  
  47. <meta name="if:Auto Redirect" content="0"/>
  48.  
  49. <meta name="text:New Blog URL" content=""/>
  50. <meta name="text:Auto Redirect Time in Seconds" content="8000"/>
  51. <meta name="text:Subtitle" content="I've moved on... Have you ?"/>
  52. <meta name="text:Information Title" content="Information"/>
  53. <meta name="text:Redirect Title" content="move on"/>
  54.  
  55. <meta name="image:Background IMG" content="http://static.tumblr.com/iuggpng/AlBm6ny8y/daimond_eyes.png"/>
  56. <meta name="image:Polaroid" content="http://static.tumblr.com/iuggpng/vzom6nyab/memoriespageside.jpg"/>
  57.  
  58. <meta name="color:Scrollbar" content="#ccc"/>
  59. <meta name="color:Background" content="#fff"/>
  60. <meta name="color:Link" content="#999"/>
  61. <meta name="color:Link Hover" content="#eee"/>
  62. <meta name="color:Text" content="#555"/>
  63. <meta name="color:Polaroid BG" content="#fff"/>
  64. <meta name="color:Polaroid Border" content="#eee"/>
  65. <meta name="color:Title" content="#fefefe"/>
  66. <meta name="color:Title Shadow 1" content="#ddd"/>
  67. <meta name="color:Title Shadow 2" content="#aaa"/>
  68. <meta name="color:Title Top Dashed Border" content="#ddd"/>
  69. <meta name="color:Subtitle Text" content="#ccc"/>
  70. <meta name="color:Information Title" content="#aaa"/>
  71. <meta name="color:Information Title Underline" content="#fde0d6"/>
  72. <meta name="color:Information Text" content="#aaa"/>
  73. <meta name="color:Redirect Title" content="#aaa"/>
  74. <meta name="color:Redirect Title Underline" content="#daecd2"/>
  75. <meta name="color:Redirect Arrow Color" content="#ddd"/>
  76.  
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:10px; border:2px solid white;}
  82.  
  83. ::-webkit-scrollbar {height:0px;width:7px;background-color:white;}
  84.  
  85.  
  86.  
  87. body {
  88. background-image:url({image:Background IMG});
  89. background-color:{color:Background};
  90. color:{color:Text};
  91. background-repeat:repeat;
  92. background-attachment:fixed;
  93. font-family:trebuchet ms;
  94. font-size:9px;
  95. text-transform:none;
  96.  
  97. }
  98.  
  99. a, a:link, a:active, a:visited {
  100. color:{color:Link};
  101. text-decoration:none;
  102. -webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;
  104. transition: all 0.8s ease-out;
  105.  
  106. }
  107.  
  108. a:hover {
  109. color:{color:Link Hover};
  110. -webkit-transition: all 0.8s ease-out;
  111. -moz-transition: all 0.8s ease-out;
  112. transition: all 0.8s ease-out;
  113.  
  114. }
  115.  
  116. #taemin {
  117. position:absolute;
  118. top:25%;
  119. left:35%;
  120. width:300px;
  121. }
  122.  
  123. #title {
  124. font-family:open sans;
  125. font-size:25px;
  126. letter-spacing:10px;
  127. color:{color:Title};
  128. border-top:1px dashed {color:Title Top Dashed Border};
  129. margin-left:-50px;
  130. text-align:center;
  131. text-shadow: -2px 0px {color:Title Shadow 1}, 2px 0px {color:Title Shadow 2};
  132. }
  133.  
  134.  
  135. #pic {
  136. background-color:{color:Polaroid BG};
  137. width:200px;
  138. margin-top:10px;
  139. margin-left:10px;
  140. border:1px solid {color:Polaroid Border};
  141. padding:10px 10px 50px 10px;
  142. }
  143.  
  144. #desc {
  145. color:{color:Information Text};
  146. width:150px;
  147. position:absolute;
  148. margin-top:10px;
  149. margin-left:232px;
  150. }
  151.  
  152. #desctitle, #clicktitle{
  153. border-bottom:4px solid {color:Information Title Underline};
  154. padding-bottom:2px;
  155. font-family:open sans;
  156. text-transform:lowercase;
  157. font-size:12px;
  158. letter-spacing:7px;
  159. width:200px;
  160. color:{color:Information Title};
  161. text-align:right;
  162. }
  163.  
  164. #click {
  165. font-size:100px;
  166. color:{color:Redirect Title};
  167. }
  168.  
  169. #click a {
  170. color:{color:Redirect Arrow Color};
  171. }
  172.  
  173. #credit {
  174. font-family:consolas;
  175. font-size:8px;
  176. text-transform:uppercase;
  177. letter-spacing:2px;
  178. position:absolute;
  179. margin-left:-20px;
  180. margin-top:-40px;
  181. transform: rotate(270deg);
  182. -moz-transform: rotate(270deg);
  183. -webkit-transform: rotate(270deg);
  184. -o-transform: rotate(270deg);
  185. }
  186.  
  187.  
  188. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  189.  
  190.  
  191. @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
  192.  
  193.  
  194. </style>
  195. </head>
  196. <body>
  197.  
  198. {block:ifautoredirect}<body onload="timer=setTimeout('move()',{text:Auto Redirect Time in Seconds})">
  199. {/block:ifautoredirect}
  200.  
  201. <div id="taemin">
  202.  
  203. <div id="title">{Title}</div>
  204.  
  205. {block:Description}<div id="desc">
  206.  
  207. {block:IfInformationTitle}<div id="desctitle">{text:Information Title}</div>{/block:IfInformationTitle}
  208.  
  209. <div style="margin-left:10px; margin-top:5px; overflow:auto; max-height:80px; padding:3px;">{Description}</div>{/block:Description}
  210.  
  211. <div id="click">
  212. {block:IfRedirectTitle}<div id="clicktitle" style="margin-top:15px; width:140px; border-bottom:4px solid {color:Redirect Title Underline};">
  213. {text:Redirect Title}
  214. </div>
  215. {/block:IfRedirectTitle}
  216. <div style="margin-top:-45px; margin-left:20px;">
  217. <a href="{text:New Blog URL}">→ </a></div></div>
  218.  
  219. </div>
  220. <img src="{image:Polaroid}" id="pic">
  221. <div id="credit"><a href="http://hobakjeon.tumblr.com">© credit</a></div>
  222.  
  223. {block:IfSubtitle}<div style="font-family:open sans; font-size:15px; color:{color:Subtitle Text}; letter-spacing:12px; text-align:center;">{text:Subtitle}</div>{/block:IfSubtitle}
  224.  
  225. </div>
  226.  
  227. </body>
  228.  
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement