Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--redirect theme 1 by ella @ oxygenthemes
- enjoy using and feel free to message me if you have any issues!
- xoxo
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="if:image" content="1"/>
- <meta name="if:grid background" content=""/>
- <meta name="color:background" content=""/>
- <meta name="image:image" content=""/>
- <meta name="color:old url" content="#444444"/>
- <meta name="color:new url" content="#444444"/>
- <meta name="text:old url" content=""/>
- <meta name="text:new url" content=""/>
- <meta name="color:link" content=""/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin:10px 0px 0px 25px;
- font-size:11px;
- font-style:italic;
- text-transform:uppercase;
- z-index:9999;
- max-width:220px;
- font-family:trebuchet ms;
- padding:5px;
- color:#555555;
- background:#f8f8f8;
- }
- body {
- {block:ifgridbackground}
- background:url("https://41.media.tumblr.com/1b33effcc287e0b37b741b3f2f4abc03/tumblr_inline_npj92e0qQZ1t2lrqu_540.jpg") repeat;
- {/block:ifgridbackground}
- {block:ifnotgridbackground}
- background:{color:background};
- {/block:ifnotgridbackground}
- }
- #container {
- width:100%;
- text-align:center;
- margin:auto;
- margin-top:20%;
- }
- .old {
- font-family:"trebuchet ms";
- font-size:14px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:5px;
- color:{color:old url};
- }
- .hasmovedto {
- font-size:12px;
- text-transform:lowercase;
- font-family:calibri;
- color:{color:old url};
- }
- .new {
- padding:5px;
- font-weight:bold;
- color:{color:new url};
- font-family:calibri;
- text-transform:uppercase;
- font-style:italic;
- letter-spacing:2px;
- font-size:16px;
- }
- .redirect {
- margin-top:10px;
- }
- .redirect a {
- color:{color:link};
- font-family:calibri;
- font-size:12px;
- text-decoration:none;
- text-transform:lowercase;
- }
- a, a:hover, a:visited {
- color:{color:new url};
- cursor:help!Important;
- }
- #pineapple {
- bottom:20px;
- right:20px;
- font-size:13px;
- position:fixed;
- text-decoration:none;
- }
- #pineapple a {
- text-decoration:none;
- color:{color:link};
- font-family:"trebuchet ms";
- }
- </style>
- </head>
- <body>
- <div id="container">
- {block:ifimage}
- <img src="{image:image}" style="margin-bottom:5px;width:80px;border:solid 4px {color:link};">
- {/block:ifimage}
- <div class="old">
- {text:old url}
- </div>
- <div class="hasmovedto">
- is now at
- </div>
- <div class="new">
- [{text:new url}]
- </div>
- <div class="redirect">
- <a href="http://{text:new url}.tumblr.com">click here to be redirected</a>
- </div>
- </div></div>
- <div id="pineapple">
- <a href="http://oxygenthemes.tumblr.com" title="oxygenthemes">O<sub>2</sub></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment