moanszayn

Redirecting Theme

Nov 27th, 2013
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. <!--  lustinglou -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "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. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12.  
  13. <meta name="text:newurl"content="new url">
  14. <meta name="text:actualurl" content="http://">
  15. <meta name="image:sb"content="">
  16. <meta name="color:one"content="#000">
  17. <meta name="color:link"content="#bbb">
  18. <meta name="color:hover"content="#000">
  19.  
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26. @font-face{font-family: Color of Autumn; src: url(http://static.tumblr.com/9wzbixa/XDxmj2h3a/colors_of_autumn.ttf);}
  27.  
  28.  
  29.  
  30. /* --- SCROLLBAR ---*/
  31.  
  32. ::-webkit-scrollbar {
  33. width: 3px;height: 5px; margin-left:-5px;}
  34. ::-webkit-scrollbar-button:start:decrement,
  35. ::-webkit-scrollbar-button:end:increment {
  36. height: 6px;display: block;background-color: #fff;}
  37. ::-webkit-scrollbar-track-piece {
  38. background-color: #fff;}
  39. ::-webkit-scrollbar-thumb:vertical {
  40. height: 9px;background-color: #000;border-top:1px solid #fff;border-bottom:1px solid #fff;}
  41.  
  42.  
  43. /* --- BODY ---*/
  44.  
  45.  
  46. body {
  47. background: #ffffff;
  48. margin:0px;
  49. color:#a8a8a8;
  50. font-family:Calibri;
  51. font-size:9px;
  52. line-height:100%;
  53. background-attachment:fixed;
  54. background-image: url(‘{image:Background}’);
  55. background-repeat:repeat;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:link};
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:9px;
  81. text-transform:uppercase;
  82. }
  83.  
  84.  
  85. a:hover {
  86. opacity:10;
  87. color:{color:hover};
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease
  91. }
  92.  
  93. @font-face{font-family:Fangtasia;src:url(http://static.tumblr.com/9wzbixa/n1fmj2ibf/fangtasia.ttf);}
  94.  
  95. @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
  96.  
  97. .title {
  98. margin-top:190px;
  99. margin-left:405px;
  100. width:800px;
  101. line-height:90%;
  102. padding:8px;
  103. position:fixed;
  104. font-family:Always a Good Time;
  105. text-align:center;
  106. font-size:70px;
  107. font-style:italic;
  108. color:#fff;
  109. text-shadow: -2px -2px 2px #bbb;
  110. background:{color:one};
  111. padding-top:18px;
  112. }
  113.  
  114. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  115.  
  116. .title2 {
  117. margin-top:285px;
  118. margin-left:395px;
  119. width:800px;
  120. line-height:90%;
  121. padding:8px;
  122. position:fixed;
  123. font-family:Trebuchet MS ;
  124. text-align:center;
  125. font-size:40px;
  126. font-style:fixed;
  127. color:{color:one};
  128. }
  129. .title2:hover{
  130. -webkit-animation: flip .5s;
  131. -moz-animation: flip .5s;
  132. -ms-animation: flip .5s;
  133. }
  134.  
  135. #container {
  136. margin-left:260px;
  137. margin-top:160px;
  138. width:100px;
  139. height: 100px;
  140. position:fixed;
  141. background-color:#ffffff;
  142. }
  143.  
  144. #image {
  145. margin-left: 110px;
  146. margin-top: -10px;
  147. width: 250px;
  148. height: 250px;
  149. padding:6px;
  150. z-index:999;
  151. }
  152.  
  153. #image img {
  154. margin-left: -30px;
  155. width:250px;
  156. height: 250px;
  157. padding:4px;
  158. border:6px solid {color:one};
  159. -moz-transition-duration:0.5s;
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162. border-radius:150px;
  163. z-index:999;
  164. background:#fff;
  165.  
  166. }
  167.  
  168.  
  169.  
  170.  
  171. #credit {padding: 2px; font-color:#000; position:fixed; bottom:8px; right:2px; font-size:10px; letter-spacing:1px; font-family:times; }
  172.  
  173. #credit a {color: #000;}
  174.  
  175.  
  176. {CustomCSS}</style>
  177.  
  178. </head>
  179. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  180.  
  181. <body>
  182.  
  183. <div class="title">Moved to</div>
  184. <div class="title2">
  185. <a href="{text:actualurl}">{text:newurl}</a> </div>
  186.  
  187. <div id="container">
  188. <div id="image">
  189. <img src="{image:sb}"></div>
  190.  
  191.  
  192.  
  193.  
  194. <div id="credit"><a href="http://lustinglou.tumblr.com/">credit</a></div>
  195.  
  196.  
  197. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment