Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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>
- <meta name="image:image" content="" />
- <meta name="text:oldurl" content="oldurl" />
- <meta name="text:newurl" content="newurl" />
- <meta name="color:new url background" content="#f1f0f0"/>
- <meta name="color:new url text hover" content="#f3f1f1"/>
- <meta name="color:new url background hover" content="#e7e7e7"/>
- <meta name="color:new url text" content="#cea69c"/>
- <meta name="if:RedirectPage" content="1"/>
- <meta name="if:SavedURL" content="0"/>
- <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
- <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}
- <!---- redirect/saved url theme 01 by damnbritts --->
- <!---- do not remove credit or claim as your own --->
- <head>
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:#ffffff}
- ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
- }
- body {
- background:white;
- margin:0px;
- color:#cecccc;
- font-family:Calibri;
- font-size:10px;
- padding:5px;
- line-height:100%;
- }
- a {
- color:{color:new url text};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#ddd;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #stuff{
- margin-bottom:20px;
- margin-top:100px;
- margin-left:35%;
- background:#ffffff;
- height:210px;
- width:440px;
- }
- #title {
- font-size:50px;
- font-family:"lazy day";
- font-weight:bold;
- letter-spacing:0px;
- margin-left:5px;
- margin-top:-100px;
- }
- #bar{
- height:90px;
- width:2000px;
- margin-left:-170px;
- margin-top:215px;
- text-align:left;
- border-top:1px solid #ddd;
- border-bottom:1px solid #ddd;
- background:{color:new url background};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #bar:hover{
- background:{color:new url background hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #text {
- height:80px;
- margin-top:-90px;
- margin-left:510px;
- padding-left:20px;
- font-family:"lazy day";
- font-size:23px;
- float:left;
- letter-spacing:0px;
- text-transform:justify;
- line-height:100%;
- font-style:none;
- }
- #text2 {
- height:80px;
- margin-top:-85px;
- margin-left:510px;
- padding-left:20px;
- font-family:"lazy day";
- font-size:22px;
- float:center;
- letter-spacing:0px;
- text-transform:justify;
- line-height:100%;
- font-style:none;
- }
- @font-face{ font-family: 'meem45'; src:url('http://static.tumblr.com/gyoju49/0q5moaixz/meem45.ttf');}
- @font-face {font-family:"lazy day";
- src:url('http://static.tumblr.com/7glhdxz/XInmgevkg/lazyday.ttf'); }
- #newurl {
- height:80px;
- margin-top:-50px;
- margin-left:510px;
- padding-left:20px;
- font-family:'meem45';
- font-size:40px;
- text-transform:justify;
- font-style:none;
- }
- .style{
- margin-bottom:25px;
- background:#ffffff;
- text-align:center;
- width:400px;
- padding:20px;
- letter-spacing: 2px;
- color:#a8a8a8;
- text-align:justify
- }
- #sidebarimage {
- margin-left:395px;
- margin-top:-27px;
- }
- #sidebarimage img {
- width:110px;
- height:110px;
- border:1px solid #dbdbda;
- padding:5px;
- margin-top:12px;
- background:white;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #bar:hover #sidebarimage img {
- border-radius:60px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #cred {
- font-size:8px;
- font-family:times;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #cred a {
- background-color:#fff;
- color:#a8a8a8;
- padding:5px;
- border:1px solid #ddd;
- position:fixed;
- font-style:normal;
- right:13px;
- bottom:0px
- }
- #cred a:hover {
- color:#fff;
- background-color:#000;
- border-radius:90px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div class="style">
- <div id="stuff">
- <div id="bar">
- <div id="sidebarimage"><img src="{image:image}"></div>
- {block:IfRedirectPage}
- <div id="text">{text:oldurl} is now at:</div>
- <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a>
- <div id="title">I've moved!</div>
- </div></div></div>
- {/block:IfRedirectPage}
- {block:IfSavedURL}
- <div id="text">{text:oldurl} is being saved by:</div>
- <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a>
- <div id="title">Saved url</div>
- </div></div></div>
- {/block:IfSavedURL}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="cred"><a href="http://damnbritts.tumblr.com">DB</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement