- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- redirect theme by pistachi-o.tumblr.com
- please don't remove the credit and claim it as your own
- -->
- <html>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ACDACF" />
- <meta name="color:new title bg" content="#FFFFFF" />
- <meta name="color:new title" content="#518F7E" />
- <meta name="color:old title" content="#FFFFFF" />
- <meta name="color:inner title" content="#518F7E" />
- <meta name="color:title hover" content="#518F7E" />
- <meta name="image:background" content=""/>
- <meta name="text:font size" content="90px" />
- <meta name="text:Old Username" content="Old Username" />
- <meta name="text:New Username" content="New Username" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'></script>
- <link href='http://fonts.googleapis.com/css?family=Unlock' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Unlock::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- </head>
- <style type="text/css">
- body {
- background-color: {color:background};
- font-family: 'MisoRegular', serif;
- font-size: 10px;
- }
- a:link, a:active, a:visited {
- color: {color:new title};
- text-decoration: none;
- }
- a:hover {
- color:{color:title hover};
- }
- .sp-container {
- position: relative;
- width: 1000px;
- height: 600px;
- margin: 0px auto;
- text-align: center;
- }
- .sp-content {
- position: absolute;
- z-index: 100;
- width: 800px;
- height: 600px;
- left: 0px;
- top: 0px;
- -webkit-animation: sizeDownMove 0.9s ease-in-out 1s backwards;
- -moz-animation: sizeDownMove 0.9s ease-in-out 1s backwards;
- -ms-animation: sizeDownMove 0.9s ease-in-out 1s backwards;
- animation: sizeDownMove 0.9s ease-in-out 1s backwards;
- -webkit-transform: scale(0.6);
- -moz-transform: scale(0.6);
- -o-transform: scale(0.6);
- -ms-transform: scale(0.6);
- transform: scale(0.6);
- -webkit-transform-origin: 0% 50%;
- -moz-transform-origin: 0% 50%;
- -o-transform-origin: 0% 50%;
- -ms-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- }
- .sp-arrow {
- background: transparent url(http://static.tumblr.com/whx9ghv/Meem3ctj4/arrow.png) no-repeat top left;
- position: absolute;
- top: 50%;
- margin-top: -70px;
- left: 90%;
- width: 198px;
- height: 155px;
- -webkit-animation: slideIn 0.6s ease-in-out 1s backwards;
- -moz-animation: slideIn 0.6s ease-in-out 1s backwards;
- -ms-animation: slideIn 0.6s ease-in-out 1s backwards;
- animation: slideIn 0.6s ease-in-out 1s backwards;
- z-index: 100;
- }
- .sp-side {
- width: 460px;
- height: 300px;
- position: absolute;
- right: 10px;
- top: 25%;
- -webkit-animation: slideIn 0.6s ease-in-out 1s backwards;
- -moz-animation: slideIn 0.6s ease-in-out 21s backwards;
- -ms-animation: slideIn 0.6s ease-in-out 1s backwards;
- animation: slideIn 0.6s ease-in-out 1s backwards;
- }
- .sp-side h1.sp-title {
- margin: -30px 0px 0px 55px;
- font-size: 50px;
- width: 370px;
- height: 220px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- background-color: {color:new title bg};
- background-color: rgba(255, 255, 255, 0.3);
- padding-top: 150px;
- text-transform: uppercase;
- text-align: center;
- color: {color:new title};
- text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
- font-family: 'MisoRegular', serif;
- -webkit-animation: fadeInColor 1.2s linear 0.2s backwards;
- -moz-animation: fadeInColor 1.2s linear 0.2s backwards;
- -ms-animation: fadeInColor 1.2s linear 0.2s backwards;
- animation: fadeInColor 1.2s linear 0.2s backwards;
- }
- .sp-side h1.sp-title a {
- font-size: 50px;
- font-family: 'MisoRegular', serif;
- color: {color:new title};
- text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
- }
- .sp-side h1.sp-title a:hover {
- border-bottom: 1px solid {color:new title bg};
- padding-bottom: 2px;
- }
- .sp-content h2 {
- position: absolute;
- top: 150px;
- left: 5px;
- font-size: 90px;
- line-height: 75%;
- padding: 5px;
- text-align: center;
- color: {color:old title};
- text-transform: uppercase;
- text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
- font-family: 'Unlock', Arial, sans-serif;
- }
- @-webkit-keyframes fadeInColor {
- 0%{opacity: 0;background-color: rgba(255,255,255,0);}
- 50%{opacity: 0.5;background-color: rgba(255,255,255,0);}
- 100%{opacity: 1;background-color: rgba(255,255,255,0.3);}
- }
- @-webkit-keyframes slideIn{
- 0%{opacity: 0;-webkit-transform: translateX(-200px);}
- 100%{opacity: 1;-webkit-transform: translateX(0px);}
- }
- @-webkit-keyframes sizeDownMove{
- 0%{-webkit-transform: scale(1);left: 100px;}
- 100%{-webkit-transform: scale(0.6);left: 0px;}
- }
- @-moz-keyframes fadeInColor{
- 0%{opacity: 0;background-color: rgba(255,255,255,0);}
- 50%{opacity: 0.5;background-color: rgba(255,255,255,0);}
- 100%{opacity: 1;background-color: rgba(255,255,255,0.3);}
- }
- @-moz-keyframes slideIn{
- 0%{opacity: 0;-moz-transform: translateX(-200px);}
- 100%{opacity: 1;-moz-transform: translateX(0px);}
- }
- @-moz-keyframes sizeDownMove{
- 0%{-moz-transform: scale(1);left: 100px;}
- 100%{-moz-transform: scale(0.6);left: 0px;}
- }
- @keyframes fadeInColor{
- 0%{opacity: 0;background-color: rgba(255,255,255,0);}
- 50%{opacity: 0.5;background-color: rgba(255,255,255,0);}
- 100%{opacity: 1;background-color: rgba(255,255,255,0.3);}
- }
- @keyframes slideIn{
- 0%{opacity: 0;transform: translateX(-200px);}
- 100%{opacity: 1;transform: translateX(0px);}
- }
- @keyframes sizeDownMove{
- 0%{transform: scale(1);left: 100px;}
- 100%{transform: scale(0.6);left: 0px;}
- }
- .credits {
- position: fixed;
- padding: 5px;
- bottom: 5px;
- left: 0;
- margin-left: 5px;
- z-index: 1000;
- text-transform: uppercase;
- font-size: 8px;
- }
- @import url(http://fonts.googleapis.com/css?family=Unlock);
- @font-face {
- font-family: 'MisoRegular';
- src: url('http://static.tumblr.com/whx9ghv/3Aum3ctvn/miso-webfont.eot');
- src: url('http://static.tumblr.com/whx9ghv/3Aum3ctvn/miso-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/whx9ghv/scWm3ctwj/miso-webfont.woff') format('woff'),
- url('http://static.tumblr.com/whx9ghv/227m3ctw9/miso-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/whx9ghv/eG4m3ctw0/miso-webfont.svg#MisoRegular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- </style>
- <body>
- <div class="credits"><a href="http://nutty-themes.tumblr.com/" target="_blank">THEME BY PISTACHI-O</a></div>
- <div class="sp-container">
- <div class="sp-content">
- <h2><span style="color:{color:inner title}; font-size:{text:font size};">{text:Old Username}</span>
- <br>has moved</h2>
- <div class="sp-arrow"></div>
- </div>
- <div class="sp-side">
- <h1 class="sp-title"><a href="http://{text:New Username}.tumblr.com">{text:New Username}</a></h1>
- </div>
- </div>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </body>
- </html>