Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <title>{Title}</title>
  11.  
  12.  
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <!---- by emmawtson pleeeeeease keep the cred k babes ily <3
  22.  
  23. edit this shit as much as you want k? --->
  24.  
  25.  
  26. <meta http-equiv="refresh" content="5; url=http://{text:new url name}.tumblr.com/" />
  27.  
  28. <meta name="color:background" content="#ffffff"/>
  29.  
  30. <meta name="color:link" content="#aaa"/>
  31.  
  32. <meta name="color:link hover" content="#f1f1f1"/>
  33.  
  34. <meta name="text:new url name" content=""/>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41.  
  42. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  43.  
  44.  iframe#tumblr_controls {
  45.      width:50%;
  46.      white-space:nowrap;
  47.      -webkit-filter: invert(100%);
  48.      -moz-filter: invert(100%);
  49.      -o-filter: invert(100%);
  50.      -ms-filter: invert(100%);
  51.      filter: invert(100%);
  52.      opacity:1;
  53.      transition: .8s ease-in-out;
  54.      -webkit-transition: .8s ease-in-out;
  55.      -moz-transition: .8s ease-in-out;
  56.      -o-transition: .8s ease-in-out;
  57.      }
  58.  
  59. iframe#tumblr_controls:hover {
  60.     white-space:nowrap;
  61.     -webkit-filter: invert(100%);
  62.     -moz-filter: invert(100%);
  63.     -o-filter: invert(100%);
  64.     -ms-filter: invert(100%);
  65.     filter: invert(100%);
  66.     opacity:1;
  67. }
  68.  
  69. body {
  70.  
  71.     background:{color:background};
  72.    
  73.     margin:0px;
  74.  
  75.     color:#000;
  76.    
  77.     font-size:10px;
  78.  
  79.     line-height:140%;
  80.    
  81.     font-family: 'Raleway', sans-serif;
  82.  
  83. }
  84.  
  85.  
  86.  
  87. a {
  88.  
  89.     text-decoration:none;
  90.  
  91.     outline:0px;
  92.  
  93.     -moz-outline-style:none;
  94.    
  95.     font-family: 'Raleway', sans-serif;
  96.  
  97.     color:{color:link};
  98.  
  99.     -moz-transition-duration:0.5s;
  100.  
  101.     -webkit-transition-duration:0.5s;
  102.  
  103.     -o-transition-duration:0.5s;
  104.  
  105. }
  106.  
  107.  
  108.  
  109. a:hover{
  110.  
  111.     color:{color:link hover};
  112.  
  113.     font-style:none;
  114.    
  115.     font-family: 'Raleway', sans-serif;
  116.  
  117.         -moz-transition-duration:0.5s;
  118.  
  119.     -webkit-transition-duration:0.5s;
  120.  
  121.     -o-transition-duration:0.5s;}
  122.  
  123.  
  124.  
  125.  
  126. @keyframes myfirst
  127. {
  128. 0%   {color: #ff0000;}
  129. 25%  {color: #ffff00;}
  130. 100%  {color: #0000ff;}
  131. 50% {color: #00ff00;}
  132. }
  133.  
  134. @-webkit-keyframes myfirst /* Safari and Chrome */
  135. {
  136. 0%   {color: #ff0000;}
  137. 25%  {color: #ffff00;}
  138. 100%  {color: #0000ff;}
  139. 50% {color: #00ff00;}
  140. }
  141.  
  142. #title{
  143.     font-size:50px;
  144.     margin-left:25%;
  145.     top:40%;
  146.     text-transform:uppercase;
  147.     position:fixed;
  148.     font-style:italic;
  149.     text-align:center;
  150.     font-family: 'Raleway', sans-serif;
  151.     color:{color:link};
  152. }
  153.  
  154. #title a{
  155.     font-size:50px;
  156.     position:fixed;
  157.     text-transform:uppercase;
  158.     font-style:italic;
  159.     text-align:center;
  160.     font-family: 'Raleway', sans-serif;
  161.     color:{color:link};
  162.                 -moz-transition-duration:0.8s;
  163.  
  164.     -webkit-transition-duration:0.8s;
  165.  
  166.     -o-transition-duration:0.8s;
  167. }
  168.  
  169. #title a:hover{
  170.     font-size:50px;
  171.     position:fixed;
  172.     text-transform:uppercase;
  173.     text-align:center;
  174.     font-style:italic;
  175.     font-family: 'Raleway', sans-serif;
  176.     color:{color:link hover};
  177.             -moz-transition-duration:0.8s;
  178.  
  179.     -webkit-transition-duration:0.8s;
  180.  
  181.     -o-transition-duration:0.8s;
  182.    
  183. }
  184.  
  185. #btitle {
  186.     font-size:100px;
  187.     left:25%;
  188.     top:50%;
  189. color:#ff0000;
  190. animation: myfirst 7s;
  191. -webkit-animation: myfirst 7s;
  192.     position:fixed;
  193.     font-style:none;
  194.     font-family: 'Raleway', sans-serif;
  195.     letter-spacing:4px;
  196.     text-align:center;
  197.     padding-left:0px;
  198.     height:100px;
  199.     width:100px;
  200.     line-height:40px;
  201.  
  202.  
  203.     }
  204.  
  205.  #btitle a{
  206.     font-size:100px;
  207. color:#ff0000;
  208. animation: myfirst 7s;
  209. -webkit-animation: myfirst 7s;
  210.     position:fixed;
  211.     font-style:none;
  212.     font-family: 'Raleway', sans-serif;
  213.     letter-spacing:4px;
  214.     text-align:center;
  215.     padding-left:0px;
  216.     height:100px;
  217.     width:100px;
  218.     line-height:40px;
  219.  
  220.     }
  221.  
  222.    #btitle a:hover{
  223.     font-size:100px;
  224.     }
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. #s-m-t-tooltip {
  232.  
  233. max-width:300px;
  234.  
  235. padding:1px 1px 1px 3px;
  236.  
  237. margin:20px 0px 0px 20px;
  238.  
  239. background-color:{color:background};
  240.  
  241. font-size:8px;
  242.  
  243. letter-spacing:1px;
  244.  
  245. text-transform:none;
  246.  
  247.     color:#000;
  248.  
  249. z-index:999999999999999999999999999999999999;
  250.  
  251. }
  252.  
  253. #cred{
  254.     font-size:11px;
  255.     font-family:baskerville;
  256. }
  257.  
  258. #cred a{
  259.     font-size:11px;
  260.     font-family:baskerville;
  261.     padding-bottom:5px;
  262.     padding-top:3px;
  263.     padding-left:5px;
  264.     padding-right:5px;
  265.     color:#000;
  266.     background-color:#fff;
  267.     border:1px solid #ccc;
  268.             -moz-transition-duration:0.5s;
  269.  
  270.     -webkit-transition-duration:0.5s;
  271.  
  272.     -o-transition-duration:0.5s;
  273. }
  274.  
  275. #cred a:hover{
  276.        font-size:11px;
  277.     font-family:baskerville;
  278.     color:#fff;
  279.     background-color:#000;
  280.     border:1px solid #000;
  281.             -moz-transition-duration:0.5s;
  282.  
  283.     -webkit-transition-duration:0.5s;
  284.  
  285.     -o-transition-duration:0.5s;
  286. }
  287.  
  288.  
  289. {CustomCSS}</style>
  290.    
  291.  
  292.  
  293.    
  294.  
  295.    
  296.    
  297.    
  298. </head><body>
  299.  
  300.  
  301. <div id="title"><a href="http://{text:new url name}.tumblr.com/">NOW AT {text:new url name}</a></div>
  302. <div id="btitle">REDIRECTING...</div>
  303.  
  304.  
  305.  
  306.  
  307.  
  308. </div>
  309.  
  310. </div>
  311.  
  312. </div>
  313.  
  314.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  315.  
  316. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  317.  
  318. <script>
  319.  
  320. (function($){
  321.  
  322. $(document).ready(function(){
  323.  
  324. $("a[title]").style_my_tooltips({
  325.  
  326. tip_follows_cursor:true,
  327.  
  328. tip_delay_time:90,
  329.  
  330. tip_fade_speed:600,
  331.  
  332. attribute:"title"
  333.  
  334. });
  335.  
  336. });
  337.  
  338. })(jQuery);
  339.  
  340. </script>
  341.  
  342. </body>
  343.  
  344.  
  345.  
  346. <div id="cred" style="position:fixed; bottom:10px; right:10px;">
  347. <font size="1"><a href="http://emmawtson.tumblr.com"><i><font size="0.7">theme by</font></i> emmawtson</a></font>
  348.  
  349. </div>
  350.    
  351.  
  352.    
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement