Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--
- THEME: REDIRECT PAGE #02
- BY: JYUUBI.ORG / MANATOPIA.ORG
- Please do not redistribute or use to make your own!
- You may edit whatever you please, but leave credit.
- -->
- <meta name="color:BackgroundM" content="#f2f2f2">
- <meta name="color:Content Link" content="#75ccb4">
- <meta name="color:Side Blocks" content="#75ccb4">
- <meta name="color:Side Blocks Border" content="#dedede">
- <meta name="color:Side Blocks Link" content="#fff">
- <meta name="color:Credit Link" content="#757575">
- <meta name="color:Header" content="#75ccb4">
- <meta name="color:Subheader" content="#757575">
- <meta name="image:BackgroundM" content="">
- <meta name="text:Moved Title" content="moved away">
- <meta name="text:Moved Subtitle" content="this blog has moved to a new url">
- <meta name="text:Link Title 1" content="">
- <meta name="text:Link URL 1" content="">
- <meta name="text:Link Title 2" content="link here">
- <meta name="text:Link URL 2" content="/">
- <meta name="text:Link Title 3" content="">
- <meta name="text:Link URL 3" content="">
- <head>
- <link href='http://fonts.googleapis.com/css?family=BenchNine:300' rel='stylesheet' type='text/css'>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>{Title} →</title>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- /* BODY */
- body {
- background-color: {color:BackgroundM};
- background-image: url('{image:BackgroundM}');
- background-attachment: fixed;
- }
- #container {
- width: 500px;
- margin: auto;
- position: fixed;
- top: 50px;
- left: 50px;
- }
- a {
- color: {color:Content Link};
- text-decoration: none;
- }
- #title {
- float: right;
- font-family: 'BenchNine', sans-serif;
- font-size: 62px;
- color: {color:Header};
- text-align: center;
- width: 385px;
- letter-spacing: 6px;
- margin-top: 92px;
- text-transform: uppercase;
- }
- #subtitle {
- float: right;
- width: 390px;
- text-align: center;
- font-family: calibri;
- font-size: 9px;
- color: {color:Subheader};
- text-transform: uppercase;
- letter-spacing: 1px;
- margin-top: -20px;
- }
- .border {
- border: 1px solid {color:Side Blocks Border};
- padding: 4px;
- width: 100px;
- margin-bottom: 8px;
- }
- .links {
- background-color: {color:Side Blocks};
- width: 100px;
- height: 75px;
- font-family: 'BenchNine', sans-serif;
- font-size: 18px;
- text-transform: uppercase;
- text-align: center;
- line-height: 75px;
- letter-spacing: 1px;
- }
- .links a {
- color: {color:Side Blocks Link};
- text-decoration: none;
- }
- #credit {
- position: fixed;
- bottom: 5px;
- right: 5px;
- font-family: calibri;
- font-size: 8px;
- text-transform: uppercase;
- }
- #credit a {
- color: {color:Credit Link};
- text-decoration: none;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="title">{text:Moved Title}</div>
- <div id="subtitle">{text:Moved Subtitle}</div>
- <div class="border"><div class="links">
- {block:IfLinkTitle1}<a href="{text:Link URL 1}">{text:Link Title 1}</a>{/block:IfLinkTitle1}
- </div></div>
- <div class="border"><div class="links">
- {block:IfLinkTitle2}<a href="{text:Link URL 2}">{text:Link Title 2}</a>{/block:IfLinkTitle2}
- </div></div>
- <div class="border"><div class="links">
- {block:IfLinkTitle3}<a href="{text:Link URL 3}">{text:Link Title 3}</a>{/block:IfLinkTitle3}
- </div></div>
- </div>
- <div id="credit">
- <a href="http://jyuubi.org" target="_blank">jyuubi.org</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment