Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- lustinglou -->
- <!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}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="text:newurl"content="new url">
- <meta name="text:actualurl" content="http://">
- <meta name="image:sb"content="">
- <meta name="color:one"content="#000">
- <meta name="color:link"content="#bbb">
- <meta name="color:hover"content="#000">
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @font-face{font-family: Color of Autumn; src: url(http://static.tumblr.com/9wzbixa/XDxmj2h3a/colors_of_autumn.ttf);}
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 3px;height: 5px; margin-left:-5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: #fff;}
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: #000;border-top:1px solid #fff;border-bottom:1px solid #fff;}
- /* --- BODY ---*/
- body {
- background: #ffffff;
- margin:0px;
- color:#a8a8a8;
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- background-attachment:fixed;
- background-image: url(‘{image:Background}’);
- background-repeat:repeat;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:9px;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- @font-face{font-family:Fangtasia;src:url(http://static.tumblr.com/9wzbixa/n1fmj2ibf/fangtasia.ttf);}
- @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
- .title {
- margin-top:190px;
- margin-left:405px;
- width:800px;
- line-height:90%;
- padding:8px;
- position:fixed;
- font-family:Always a Good Time;
- text-align:center;
- font-size:70px;
- font-style:italic;
- color:#fff;
- text-shadow: -2px -2px 2px #bbb;
- background:{color:one};
- padding-top:18px;
- }
- @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
- .title2 {
- margin-top:285px;
- margin-left:395px;
- width:800px;
- line-height:90%;
- padding:8px;
- position:fixed;
- font-family:Trebuchet MS ;
- text-align:center;
- font-size:40px;
- font-style:fixed;
- color:{color:one};
- }
- .title2:hover{
- -webkit-animation: flip .5s;
- -moz-animation: flip .5s;
- -ms-animation: flip .5s;
- }
- #container {
- margin-left:260px;
- margin-top:160px;
- width:100px;
- height: 100px;
- position:fixed;
- background-color:#ffffff;
- }
- #image {
- margin-left: 110px;
- margin-top: -10px;
- width: 250px;
- height: 250px;
- padding:6px;
- z-index:999;
- }
- #image img {
- margin-left: -30px;
- width:250px;
- height: 250px;
- padding:4px;
- border:6px solid {color:one};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- border-radius:150px;
- z-index:999;
- background:#fff;
- }
- #credit {padding: 2px; font-color:#000; position:fixed; bottom:8px; right:2px; font-size:10px; letter-spacing:1px; font-family:times; }
- #credit a {color: #000;}
- {CustomCSS}</style>
- </head>
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
- <body>
- <div class="title">Moved to</div>
- <div class="title2">
- <a href="{text:actualurl}">{text:newurl}</a> </div>
- <div id="container">
- <div id="image">
- <img src="{image:sb}"></div>
- <div id="credit"><a href="http://lustinglou.tumblr.com/">credit</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment