Advertisement
lostmemento

→ Redirect Page 02

Apr 26th, 2013
5,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. REDIRECT PAGE 02
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. --------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  19. <meta name="description" content="" />
  20. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  21.  
  22. <script src="http://static.tumblr.com/bkd4m5b/NMqmlvdns/1.7.1.jquery.min.js"></script>
  23.  
  24. <!--------------------------------------------
  25. DEFAULT APPEARANCE OPTIONS
  26. --------------------------------------------->
  27. <meta name="image:icon" content=""/>
  28.  
  29. <meta name="color:Background" content="#fcfcfc"/>
  30. <meta name="color:Old URL block" content="#dd4e91"/>
  31. <meta name="color:Icon block" content="#ffffff"/>
  32. <meta name="color:New URL block" content="#5fdbba"/>
  33. <meta name="color:Now At Font" content="#bbbbbb"/>
  34. <meta name="color:URL Font" content="#ffffff"/>
  35.  
  36. <meta name="if:Italic" content="1"/>
  37.  
  38. <meta name="text:Font" content="calibri"/>
  39. <meta name="text:Font Size" content="10px"/>
  40. <meta name="text:Letterpsacing" content="2px"/>
  41.  
  42. <meta name="text:New Blog Name" content="NEW blog name"/>
  43. <meta name="text:Old Blog Name" content="OLD blog name"/>
  44.  
  45.  
  46. <style type="text/css">
  47. body {
  48. font-family: {text:Font};
  49. margin: 0px;
  50. font-size: {text:Font Size};
  51. background-color: {color:Background};}
  52.  
  53. a, a:hover {text-decoration: none;}
  54.  
  55. .container {
  56. width: 334px;
  57. margin: auto;
  58. margin-top: 150px;
  59. position: relative;
  60. height: 334px;
  61. overflow: hidden;}
  62.  
  63. .container > div {
  64. display: inline-block;
  65. height: 96px;
  66. width: 96px;
  67. padding: 30px;
  68. margin: 5px;
  69. line-height: 96px;
  70. background-color: {color:Icon block};
  71. text-align: center;
  72. color: {color:URL Font};
  73. letter-spacing: {text:Letterpsacing};
  74. {block:IfItalic}font-style: italic;{/block:IfItalic}
  75. vertical-align: top;
  76. position: relative;
  77. z-index: 1;}
  78.  
  79.  
  80. div.one {background-color: {color:Old URL block};}
  81. div.three {color: {color:Now At Font};}
  82. #bx {color: {color:Icon block}; background-color: {color:New URL block}}
  83. #bx:hover {background-color: {color:Old URL block};}
  84.  
  85. a.four {
  86. display: inline-block;
  87. height: 96px;
  88. width: 96px;
  89. padding: 30px;
  90. margin: 5px;
  91. line-height: 96px;
  92. text-align: center;
  93. color: {color:URL Font};
  94. letter-spacing: {text:Letterpsacing};
  95. {block:IfItalic}font-style: italic;{/block:IfItalic}
  96. vertical-align: top;
  97. background-color: {color:New URL block};}
  98.  
  99. a.chover {
  100. background-color: {color:Old URL block};
  101. position: absolute;
  102. top: 4px;
  103. left: 4px;
  104. opacity: 0.0;
  105. padding: 30px;
  106. text-align: center;
  107. color: {color:URL Font};
  108. letter-spacing: {text:Letterpsacing};
  109. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  110.  
  111. .container:hover a.chover {
  112. width: 265px;
  113. height: 264px;
  114. position: absolute;
  115. z-index: 5;
  116. opacity: 1.0;
  117. line-height: 264px;}
  118.  
  119. .container img {width: 96px; height: 96px;}
  120.  
  121. /* --------------------------------------
  122. CUSTOM CSS
  123. -------------------------------------- */
  124. {CustomCSS}
  125. </style>
  126. </head>
  127.  
  128.  
  129. <body>
  130.  
  131. <div class="container">
  132. <a href="http://{text:New Blog Name}.tumblr.com" class="chover">{text:New Blog Name}</a>
  133. <div class="one">{text:Old Blog Name}</div>
  134. <div class="two"><img src="{image:icon}"></div>
  135. <div class="three">is now at</div>
  136. <a href="http://{text:New Blog Name}.tumblr.com" class="four">{text:New Blog Name}</a>
  137.  
  138. </div>
  139.  
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement