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">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <head>
- <!----
- Page 05: XOXO
- Redirect page
- by: superfrown.tumblr.com
- You may:
- Edit as much as you like
- You may not:
- Claim as your own
- Remove the credit
- ---->
- <meta name="image:Image" content="" />
- <meta name="color:Background" content="#f7f7f7" />
- <meta name="color:Bar" content="#000000" />
- <meta name="color:Links" content="#ffffff" />
- <meta name="color:Links Shadow" content="#d0d0d0" />
- <meta name="color:Image Border" content="#c4c4c4" />
- <meta name="text:Old url title" content="oldurl" />
- <meta name="text:New url" content="http://" />
- <meta name="text:New url title" content="newurl" />
- <style type="text/css">
- /* MAIN */
- body {
- background-color:#f7f7f7;
- background-image: url();
- background-attachment: fixed;
- background-repeat: repeat;
- color:#424242;
- font-family: calibri;
- font-size: 11px;
- margin: 0px;
- padding: 0px;}
- a:link, a:active {
- text-decoration:none;
- color: #b5b5b5;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- a:visited {
- text-decoration:none;
- color: #b5b5b5;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- a:hover {
- color: #e3e3e3;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- ::-webkit-scrollbar {
- height:6px;
- width:4px;
- background-color: #ffffff;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #000000;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #000000;}
- .stuff {
- position:absolute;
- margin:0 auto;
- width:100%;
- height:520px;}
- .topbar {
- position:absolute;
- margin-top:220px;
- width:100%;
- height:24px;
- background-color:{color:Bar};}
- .title {
- margin:0 auto;
- width:640px;
- height:24px;
- padding-top:4px;
- text-align:center;
- font-size:18px;
- text-transform:uppercase;
- color:#ffffff;
- background-color:{color:Bar};}
- .midbar {
- position:absolute;
- margin-top:240px;
- width:100%;
- height:150px;
- background-color:{color:Bar};}
- .center {
- margin:0 auto;
- width:640px;
- height:150px;
- background-color:{color:Bar};}
- .image {
- position:absolute;
- border:4px solid {color:Image Border};
- width:120px;
- height:120px;
- margin-top:11px;
- margin-left:256px;}
- .image img {
- width:120px;
- height:120px;}
- /* LINKS */
- .links {
- position:absolute;
- margin-top:62px;
- margin-left:390px;
- width:240px;
- height:26px;
- line-height:25px;
- text-align:left;
- background-color:{color:Bar};}
- .links a {
- font-size:18px;
- text-transform:none;
- font-style:italic;
- letter-spacing:1px;
- color: {color:Links};
- text-shadow:2px 2px 2px {color:Links Shadow};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .links a:hover {
- color:{color:Links Shadow};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .links2 {
- position:absolute;
- margin-top:62px;
- margin-left:0px;
- width:250px;
- height:26px;
- line-height:25px;
- text-align:right;
- background-color:{color:Bar};}
- .links2 a {
- font-size:18px;
- text-transform:none;
- letter-spacing:1px;
- color: {color:Links};
- text-shadow:2px 2px 2px {color:Links Shadow};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .links2 a:hover {
- color:{color:Links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- /* CREDIT */
- .credit {
- bottom:8px;
- right:10px;
- text-align:center;
- position: fixed;
- font-size:11px;
- letter-spacing:1px;
- text-shadow:1px 1px 1px #c4c4c4;}
- .credit a {
- color: #828282;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .credit a:hover {
- color: #bababa;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- </style>
- </head>
- <body>
- <div class="stuff">
- <div class="midbar">
- <div class="center">
- <div class="links2">
- <a href="/">{text:Old url title} </a>
- </div>
- <!--- EDIT YOUR IMAGE HERE --->
- <div class="image"><img src="{image:Image}"></div>
- <!--- EDIT YOUR NEW URL HERE --->
- <div class="links">
- <a href="{text:New url}">{text:New url title} </a>
- </div>
- </div>
- </div>
- <div class="topbar">
- <div class="title"> moved to </div>
- </div>
- </div>
- <div class="credit">
- <a href="http://superfrown.tumblr.com"> credit </a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment