Advertisement
MystiqueAquanian

Saved Url Page

Mar 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. <!--
  2.  
  3. 011. PAGE - Redirect/Saved URL
  4. THEME BY KOUGMI
  5.  
  6. Please do not redistribute, use as base, remove credit, etc. You know the deal. Feel free to tweak to your liking.
  7.  
  8. If you have any problems, please message me - hope I can help!
  9.  
  10. -->
  11.  
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15.  
  16. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  17. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Roboto:400,900,700' rel='stylesheet' type='text/css'>
  19.  
  20. <title>Saved by domlnique</title>
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}">
  23. {/block:Description}
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <meta name="color:Background" content="#efb3ff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:New URL" content="#8709b6"/>
  30. <meta name="color:Spinner" content="#ffffff"/>
  31. <meta name="text:New URL" content="domlnique"/>
  32. <meta name="text:Seconds" content=""/>
  33. <meta name="image:Background" content=""/>
  34.  
  35. <meta name="if:Auto Redirect" content="0"/>
  36. <meta name="if:Manual Redirect" content="0"/>
  37. <meta name="if:Saved URL" content="1"/>
  38.  
  39. <style>
  40.  
  41. .tmblr-iframe.iframe-controls--desktop {
  42. top:8px !important;
  43. right:8px !important;
  44. position: fixed !important;
  45. -webkit-filter:invert(100%);
  46. z-index:999999999!important;
  47. }
  48.  
  49. body {
  50. background:{color:Background};
  51. background-image:url("{image:Background}");
  52. background-size:cover;
  53. background-attachment:fixed;
  54. }
  55.  
  56. a {
  57. color:{color:New URL};
  58. font-size:56px;
  59. letter-spacing:5px;
  60. text-decoration:none;
  61. font-family:Montserrat;
  62. transition:all 1s;
  63. }
  64.  
  65. a:hover {
  66. letter-spacing:10px;
  67. transition:all 1s;
  68. }
  69.  
  70. x {
  71. color:{color:Text};
  72. font-size:20px;
  73. letter-spacing:5px;
  74. font-family:century gothic;
  75. }
  76.  
  77. #container {
  78. width:1200px;
  79. height:500px;
  80. position:fixed;
  81. left:50%;
  82. margin-left:-600px;
  83. top:50%;
  84. margin-top:-250px;
  85. }
  86.  
  87. #info {
  88. position:fixed;
  89. width:1200px;
  90. margin-top:180px;
  91. text-align:center;
  92. text-transform:uppercase;
  93. }
  94.  
  95. #spin {
  96. position:fixed;
  97. font-size:250px;
  98. margin-top:100px;
  99. margin-left:490px;
  100. z-index:-1;
  101. opacity:0.1;
  102. color:{color:Spinner};
  103. }
  104.  
  105. #click {
  106. color:{color:Text};
  107. font-size:20px;
  108. letter-spacing:5px;
  109. font-family:century gothic;
  110. }
  111.  
  112. #click a {
  113. color:{color:Text};
  114. font-size:20px;
  115. letter-spacing:5px;
  116. font-family:century gothic;
  117. transition:all 1s;
  118. }
  119.  
  120. #click a:hover {
  121. color:{color:New URL};
  122. transition:all 1s;
  123. }
  124.  
  125. #cred {
  126. bottom:10px;
  127. right:10px;
  128. position:fixed;
  129. }
  130.  
  131. #cred a {
  132. font-size:10px;
  133. }
  134.  
  135. #s-m-t-tooltip {
  136. padding:7px 7px 5px 7px;
  137. margin:20px 0px 0px 20px;
  138. background-color:#eee;
  139. color:#111;
  140. text-align:center;
  141. font-family:roboto;
  142. font-size:8px;
  143. letter-spacing:0.5px;
  144. text-transform:uppercase;
  145. z-index:99999;
  146. }
  147.  
  148. </style>
  149.  
  150. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  151. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  152.  
  153. <script>
  154. (function($){
  155. $(document).ready(function(){
  156. $("a[title]").style_my_tooltips({
  157. tip_follows_cursor:true,
  158. tip_delay_time:40,
  159. tip_fade_speed:100,
  160. attribute:"title"});});
  161. })(jQuery);
  162. </script>
  163.  
  164. </head>
  165. <body>
  166.  
  167. <div id="cred"><a href="http://kougmi.tumblr.com" title="Page by kougmi" target="_blank"><c class="fa fa-circle-o-notch"></c></a></div>
  168.  
  169. <div id="container">
  170.  
  171. <div id="spin"><c class="fa fa-refresh fa-spin"></c></div>
  172. <div id="info">
  173.  
  174. <x>{Name}
  175. {block:ifAutoRedirect}
  176. is now at
  177. {/block:ifAutoRedirect}
  178.  
  179. {block:ifManualRedirect}
  180. is now at
  181. {/block:ifManualRedirect}
  182.  
  183. {block:ifSavedURL}
  184. is being saved by
  185. {/block:ifSavedURL}
  186. </x>
  187.  
  188. <br><a href="http://{text:New URL}.tumblr.com">{text:New URL}</a><br>
  189.  
  190. <x>
  191. {block:ifAutoRedirect}
  192. redirecting you...
  193. {/block:ifAutoRedirect}
  194.  
  195. {block:ifManualRedirect}
  196. <div id="click"><a href="http://{text:New URL}.tumblr.com/">click to proceed</a></div>
  197. {/block:ifManualRedirect}
  198.  
  199. {block:ifSavedURL}
  200. <div id="click"><a href="http://{text:New URL}.tumblr.com/ask">click to contact</a></div>
  201. {/block:ifSavedURL}
  202. </x>
  203. </div></div>
  204. </body>
  205.  
  206. {block:ifAutoRedirect}
  207. <script>
  208. setTimeout( redirectTumblr, {text:Seconds}000 );
  209. function redirectTumblr() {
  210. location.replace('http://{text:New URL}.tumblr.com' + location.pathname);
  211. }
  212. </script>
  213. {/block:ifAutoRedirect}
  214.  
  215. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement