Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME 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}">
- <meta name="image:icon" content=""/>
- <meta name="color:icon" content="#eeeeee"/>
- <meta name="color:text" content="#eeeeee"/>
- <meta name="text:oldurl" content=""/>
- <meta name="text:newurl" content=""/>
- <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; color:{color:text};font-family:inconsolata;"><a href="http://joshdevin.tumblr.com">©<i>j</i>D</a></div>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
- ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
- body{
- font-family:calibri;
- font-size:11px;
- letter-spacing:1px;
- line-height:13px;
- }
- a:link, a:active, a:visited{
- color:#a8aeaf;
- text-decoration:none;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- a:hover{
- color:#797a7a;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #container {
- width:250px;
- margin:0 auto;
- }
- #image {
- width:130px;
- height:130px;
- position:fixed;
- margin-top:180px;
- padding:30px;
- border:1px solid {color:icon};
- }
- #image:hover #info {
- opacity:0.9;
- -webkit-transition: all 0.4s linear;}
- #info {
- width:130px;
- height:130px;
- position:fixed;
- background:white;
- margin-top:-133px;
- font-family:georgia;
- color:{color:text};
- opacity:0;
- text-align:center;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="image"><a href="http://{text:newurl}.tumblr.com"><img src="{image:icon}" style="width:130px;height:130px;"></a>
- <div id="info"><br><br>{text:oldurl} has moved to {text:newurl}! <i><a href="http://{text:newurl}.tumblr.com/"><br>Visit them!</a></i>
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment