Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--PAGE03 BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
- <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
- <meta name="color:oldurl" content="#f8f8f8"/>
- <meta name="color:newurl" content="#f8f8f8"/>
- <meta name="color:border" content="#f8f8f8"/>
- <meta name="image:box" content=""/>
- <meta name="text:oldurl" content=""/>
- <meta name="text:newurl" content=""/>
- <style type="text/css">
- body
- {font-family:calibri;
- font-size:9px;
- background-color:{color:background};
- }
- a
- {text-decoration:none;
- -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
- opacity:1;
- color:{color:newurl};
- }
- a:hover
- {text-decoration:none;
- opacity:1;
- color:#eee;
- }
- .image {
- position:fixed;
- margin-top:200px;
- width:200px;
- margin-left:500px;
- z-index:999;
- }
- .image:hover {
- opacity:0.8;
- -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
- }
- #oldurl {
- margin-top:280px;
- font-size:15px;
- font-family:georgia;
- font-style:italic;
- position:fixed;
- width:180px;
- margin-left:310px;
- text-align:left;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- padding:5px;
- color:{color:oldurl};
- }
- #newurl {
- margin-top:280px;
- font-size:16px;
- font-family:georgia;
- position:fixed;
- width:180px;
- margin-left:700px;
- text-align:center;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- padding:5px;
- color:{color:newurl};
- }
- .image{
- -webkit-transition: opacity 0.5s linear;
- opacity: 1;
- }
- .image:hover{
- -webkit-transition: opacity 0.5s linear;
- opacity: 0.7;
- }
- .image{
- -moz-transition: opacity 0.5s linear;
- opacity: 1;
- }
- .image:hover{
- -moz-transition: opacity 0.5s linear;
- opacity: 0.7;
- }
- </style>
- </head>
- <body>
- <div class="image"><a href="http://joshdevin.tumblr.com/"><img src="{image:box}" style="width:200px;border-radius:100px;"></a></div></div>
- <div id="oldurl">{text:oldurl} has moved! </div>
- <div id="newurl"><a href="http://{text:newurl}.tumblr.com/">now at {text:newurL}</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment