Advertisement
0fficialvanessa

Redirect Page- Two.

Nov 16th, 2013
1,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. <!-- Page Two // I Moved - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  9. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  10. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fcfcfc"/>
  54. <meta name="color:link" content="#777"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:titlebar" content="#333"/>
  57. <meta name="color:hover" content="#373638"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60.  
  61. <meta name="image:sidebar" content="1"/>
  62. <meta name="image:background" content="1"/>
  63.  
  64. <meta name="text:moving" content="I moved!"/>
  65. <meta name="text:new url" content="http://heavenlyhugs.tumblr.com/"/>
  66.  
  67. <meta name="if:about box" content="1"/>
  68.  
  69. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  70.  
  71. <style type="text/css">
  72.  
  73. div#qTip {
  74. display: none;
  75. text-align:center;
  76. position:absolute;
  77. text-transform:uppercase;
  78. z-index:99;
  79. font-family:calibri;
  80. font-size:8px;
  81. padding:4px;
  82. color:white;
  83. border-radius:10px;
  84. border:1px solid #eee;
  85. background:{color:link};
  86. }
  87.  
  88. #tumblr_controls{
  89. position:fixed !important;
  90. -webkit-filter: invert(100%)
  91. }
  92.  
  93. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  94.  
  95. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  96.  
  97. p {
  98. margin:0px;
  99. margin-top:0px;
  100. }
  101.  
  102.  
  103. body {
  104. margin: 5px;
  105. font-family: calibri;
  106. line-height:10px;
  107. font-size:10px;
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. color:{color:text};
  111. background-color: {color:Background};
  112. background-image:url({image:Background});
  113. }
  114.  
  115.  
  116. a:link, a:active, a:visited{
  117. text-decoration: none;
  118. -webkit-transition: all 0.6s ease-out;
  119. -moz-transition: all 0.6s ease-out;
  120. -o-transition: all 0.6s ease-out;
  121. transition: all 0.6s ease-out;
  122. color:{color:link};
  123. }
  124.  
  125. a:hover {
  126. text-decoration: none;
  127. -webkit-transition: all 0.3s ease-out;
  128. -moz-transition: all 0.3s ease-out;
  129. -o-transition: all 0.3s ease-out;
  130. transition: all 0.3s ease-out;
  131. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  132. color: {color:Hover};
  133. text-shadow:0px 0px 2px {color:text shadow};
  134. }
  135.  
  136. div#center{
  137. margin:auto;
  138. position:relative;
  139. width:1000px;
  140. background-color:;
  141. overflow:auto;
  142. overflow-y:hidden;
  143. }
  144.  
  145. #creditss {
  146. position:fixed !important;
  147. font-size: 8px;
  148. text-transform:uppercase;
  149. bottom:-8px;
  150. right:5px;
  151. padding: 4px;
  152. height:20px;
  153. width:auto;
  154. text-align:center;
  155. background: white;
  156. border: 1px solid #eee;
  157. border-top-left-radius:10px;
  158. border-top-right-radius:10px;
  159. }
  160.  
  161. #sidebar{
  162. position:fixed !important;
  163. width:auto;
  164. background:white;
  165. height:auto;
  166. margin-top:203px;
  167. margin-left:170px;
  168. text-align:center;
  169. border-radius:150px;
  170. border:1px solid #eee;
  171. }
  172.  
  173. #sidebar img{
  174. width: 200px;
  175. height: 200px;
  176. border-radius:150px;
  177. padding:6px;
  178. }
  179.  
  180. div#boxx{
  181. position:fixed!important;
  182. background:white;
  183. width:200px;
  184. height:45px;
  185. margin-top:300px;
  186. margin-left:408px;
  187. padding:4px;
  188. overflow:auto;
  189. text-align:center;
  190. border:1px solid #eee;
  191. }
  192.  
  193. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  194. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  195. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  196. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  197. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  198. @font-face { font-family: "Lovee"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  199.  
  200. div#titlebar{
  201. position:fixed!important;
  202. width:auto;
  203. height:auto;
  204. font-family:"Lovee";
  205. letter-spacing:4px;
  206. font-size:75px;
  207. line-height:75px;
  208. background:transparent;
  209. text-shadow:0px 0px 4px #eee;
  210. text-transform:uppercase;
  211. text-align:center;
  212. margin-left:400px;
  213. margin-top:270px;
  214. {block:ifaboutbox}
  215. margin-top:200px;
  216. {block:ifaboutbox}
  217. font-color:{color:font color};
  218. }
  219.  
  220. #infscr-loading{
  221. bottom: -70px;
  222. position: absolute;
  223. left: 50%;
  224. margin-left:-8px;
  225. width:16px;
  226. height:11px;
  227. overflow:hidden;
  228. margin-bottom: 50px;
  229. }
  230.  
  231. ::-webkit-scrollbar {
  232. width: 4px;
  233. height: 4px;
  234. border-left:0px solid #ccc;
  235. background-color:{color:background};
  236. }
  237.  
  238. ::-webkit-scrollbar-thumb {
  239. background: {color:scrollbar};
  240. }
  241.  
  242. ::-webkit-scrollbar {
  243. width: 5px;
  244. height: 5px;
  245. background: #dddddd;
  246. }
  247.  
  248. ::-webkit-scrollbar-thumb {
  249. background-color:{color:scrollbar};
  250. }
  251.  
  252. #postnotes{
  253. text-align: justify;}
  254.  
  255. #postnotes blockquote{
  256. border: 0px;}
  257.  
  258. blockquote{
  259. padding:0px 0px 2px 5px;
  260. margin:0px 0px 2px 10px;
  261. border-left: 1px dotted #555555;
  262. }
  263.  
  264. blockquote p, ul{
  265. margin:0px;
  266. padding:0px;
  267. }
  268.  
  269. a img{border: 0px;}
  270.  
  271.  
  272. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  273.  
  274. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  275. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  276.  
  277. .notes img{padding:2px; border:1px solid #eee; width:20px; position:relative; top:3px;}
  278. <--ses-->
  279. small{font-size: 90%;}
  280.  
  281. {CustomCSS}
  282.  
  283. </style>
  284.  
  285. {block:IndexPage}
  286. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  287. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  288.  
  289. <script type="text/javascript">
  290. $(window).load(function(){
  291. var $wall = $('#posts');
  292. $wall.imagesLoaded(function(){
  293. $wall.masonry({
  294. itemSelector: '.entry, .entry_photo',
  295. isAnimated : false
  296. });
  297. });
  298.  
  299. $wall.infinitescroll({
  300. navSelector : '#pagination',
  301. nextSelector : '#pagination a',
  302. itemSelector : '.entry, .entry_photo',
  303. bufferPx : 2000,
  304. debug : false,
  305. errorCallback: function() {
  306. $('#infscr-loading').fadeOut('normal');
  307. }},
  308. function( newElements ) {
  309. var $newElems = $( newElements );
  310. $newElems.hide();
  311. $newElems.imagesLoaded(function(){
  312. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  313. });
  314. }); $('#posts').show(500);
  315. });
  316. </script>
  317.  
  318.  
  319. {/block:IndexPage}
  320.  
  321.  
  322. <title>{title}</title>
  323.  
  324. <link rel="shortcut icon" href="{Favicon}" />
  325. <meta name="viewport" content="width=820" />
  326. </head>
  327.  
  328. <body>
  329. <BODY onselectstart="return false;" ondragstart="return false;">
  330. <div class="wrapper">
  331. <div class="header">
  332. </div>
  333.  
  334. <div id="cage">
  335. <div id="center">
  336.  
  337. <!---->
  338. <div id="creditss">
  339. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  340. <br>
  341. <font color="#eee">------------------------------------------</font>
  342. </div>
  343.  
  344. <div id="sidebar">
  345. <a href="/"><img src="{image:sidebar}" width=100%></a>
  346. </div>
  347. {block:ifaboutbox}<div id="boxx">{Description}</div>{/block:ifaboutbox}
  348.  
  349. <div id="titlebar">
  350. <a href="{text:new url}">{text:moving}</a></div>
  351. <!------------------------------------->
  352.  
  353. </body>
  354.  
  355. <!-- THEME BY HEAVENLYHUGS -->
  356. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  357.  
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement