- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- URL Redirect 001 by Hatterthemes-->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#a4dcfd" />
- <meta name="color:Background Hover" content="#bbfac8">
- <meta name="color:Text" content="#040608">
- <meta name="text:Old Url" content="oldurl" />
- <meta name="text:New Url" content="newurl" />
- <meta name="image:Picture 1" content="" />
- <meta name="image:Picture 2" content="" />
- <style type="text/css">
- body {
- color:#040404;
- background-image:url('http://s1180.photobucket.com/albums/x418/myfatherwillbehearingaboutthis/Gifs/background.png');
- background-attachment:fixed;
- }
- a {
- text-decoration:none;
- color:{color:Text};
- }
- #wrapper {
- display:block;
- background:#trans;
- width:600px;
- height:auto;
- margin:200px auto 50px auto;
- }
- .box1 {
- display:block;
- width:90px;
- height:90px;
- -webkit-transform:rotate(45deg);
- -moz-transform:rotate(45deg);
- -o-transform:rotate(45deg);
- transform:rotate(45deg);
- border:10px solid {color:Background};
- overflow:hidden;
- }
- .box1 img {
- -webkit-transform:rotate(-45deg);
- -moz-transform:rotate(-45deg);
- -o-transform:rotate(-45deg);
- transform:rotate(-45deg);
- width:126px;
- height:126px;
- margin-top:-18px;
- margin-left:-18px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .box2 img {
- width:126px;
- height:126px;
- margin-top:-18px;
- margin-left:-18px;
- -webkit-transform: rotateY(90deg);
- -moz-transform: rotateY(90deg);
- -o-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- transition: all 1s ease-out;
- opacity:0;
- }
- .box2 {
- display:block;
- width:90px;
- height:90px;
- border:10px solid {color:Background};
- -webkit-transform:rotate(45deg);
- -moz-transform:rotate(45deg);
- -o-transform:rotate(45deg);
- transform:rotate(45deg);
- overflow:hidden;
- margin-top:-110px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #wrapper:hover .box2 img{
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- -webkit-transform: rotateY(0deg);
- -moz-transform: rotateY(0deg);
- -o-transform: rotateY(0deg);
- transform: rotateY(0deg);
- -webkit-transform:rotate(-45deg);
- -moz-transform:rotate(-45deg);
- -o-transform:rotate(-45deg);
- transform:rotate(-45deg);
- opacity:1;
- }
- #wrapper:hover .box2 {
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- border:10px solid {color:Background Hover};
- }
- #wrapper:hover .urls {
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- background: {color:Background Hover};
- }
- .urls {
- display:block;
- background:{color:Background};
- width:500px;
- height:10px;
- border-bottom:3px dotted #ffffff;
- margin-left:70px;
- margin-top:-60px;
- position:absolute;
- -webkit-border-top-right-radius:10px;
- -moz-border-radius-topright:10px;
- -o-border-top-right-radius:10px;
- border-top-right-radius:10px;
- -webkit-border-bottom-right-radius:10px;
- -moz-border-radius-bottomright:10px;
- -o-border-bottom-right-radius:10px;
- border-bottom-right-radius:10px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- z-index:-5;
- }
- .text {
- display:block;
- width:auto;
- height:auto;
- font-family:palatino;
- padding-left:30px;
- font-style:italic;
- font-weight:bold;
- font-size:24px;
- text-align:left;
- margin-left:50px;
- margin-top:-20px;
- z-index:5;
- }
- #wrapper:hover .text span{
- letter-spacing:2px;
- }
- #theme {
- bottom:0!important;
- left:0!important;
- position:fixed;
- font-size:12px;
- font-style:italic;
- opacity:0.5;
- color:{color:Text};
- }
- #theme:hover {
- opacity:1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- </style>
- </head>
- <body>
- <a href="http://{text:New Url}.tumblr.com">
- <div id="wrapper">
- <div class="box1"><img src="{image:Picture 1}"></div>
- <div class="box2"><img src="{image:Picture 2}"></div>
- <div class="urls"><div class="text">{text:Old Url} → <span>{text:New Url}</span></div></div>
- </div></a>
- <div id="theme"><a href="http://hatterthemes.tumblr.com">theme ©</a></div>
- </body>
- </html>