Jyuubi

[Page] → Redirect #02

Nov 24th, 2012
4,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. THEME: REDIRECT PAGE #02
  6. BY: JYUUBI.ORG / MANATOPIA.ORG
  7.  
  8. Please do not redistribute or use to make your own!
  9. You may edit whatever you please, but leave credit.
  10. -->
  11.  
  12. <meta name="color:BackgroundM" content="#f2f2f2">
  13. <meta name="color:Content Link" content="#75ccb4">
  14.  
  15. <meta name="color:Side Blocks" content="#75ccb4">
  16. <meta name="color:Side Blocks Border" content="#dedede">
  17. <meta name="color:Side Blocks Link" content="#fff">
  18.  
  19. <meta name="color:Credit Link" content="#757575">
  20.  
  21. <meta name="color:Header" content="#75ccb4">
  22. <meta name="color:Subheader" content="#757575">
  23.  
  24. <meta name="image:BackgroundM" content="">
  25.  
  26. <meta name="text:Moved Title" content="moved away">
  27. <meta name="text:Moved Subtitle" content="this blog has moved to a new url">
  28.  
  29. <meta name="text:Link Title 1" content="">
  30. <meta name="text:Link URL 1" content="">
  31. <meta name="text:Link Title 2" content="link here">
  32. <meta name="text:Link URL 2" content="/">
  33. <meta name="text:Link Title 3" content="">
  34. <meta name="text:Link URL 3" content="">
  35.  
  36. <head>
  37. <link href='http://fonts.googleapis.com/css?family=BenchNine:300' rel='stylesheet' type='text/css'>
  38. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  39. <title>{Title} &rarr;</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41.  
  42. <style type="text/css">
  43. /* BODY */
  44. body {
  45. background-color: {color:BackgroundM};
  46. background-image: url('{image:BackgroundM}');
  47. background-attachment: fixed;
  48. }
  49.  
  50. #container {
  51. width: 500px;
  52. margin: auto;
  53. position: fixed;
  54. top: 50px;
  55. left: 50px;
  56. }
  57.  
  58. a {
  59. color: {color:Content Link};
  60. text-decoration: none;
  61. }
  62.  
  63. #title {
  64. float: right;
  65. font-family: 'BenchNine', sans-serif;
  66. font-size: 62px;
  67. color: {color:Header};
  68. text-align: center;
  69. width: 385px;
  70. letter-spacing: 6px;
  71. margin-top: 92px;
  72. text-transform: uppercase;
  73. }
  74.  
  75. #subtitle {
  76. float: right;
  77. width: 390px;
  78. text-align: center;
  79. font-family: calibri;
  80. font-size: 9px;
  81. color: {color:Subheader};
  82. text-transform: uppercase;
  83. letter-spacing: 1px;
  84. margin-top: -20px;
  85. }
  86.  
  87. .border {
  88. border: 1px solid {color:Side Blocks Border};
  89. padding: 4px;
  90. width: 100px;
  91. margin-bottom: 8px;
  92. }
  93.  
  94. .links {
  95. background-color: {color:Side Blocks};
  96. width: 100px;
  97. height: 75px;
  98. font-family: 'BenchNine', sans-serif;
  99. font-size: 18px;
  100. text-transform: uppercase;
  101. text-align: center;
  102. line-height: 75px;
  103. letter-spacing: 1px;
  104. }
  105.  
  106. .links a {
  107. color: {color:Side Blocks Link};
  108. text-decoration: none;
  109. }
  110.  
  111. #credit {
  112. position: fixed;
  113. bottom: 5px;
  114. right: 5px;
  115. font-family: calibri;
  116. font-size: 8px;
  117. text-transform: uppercase;
  118. }
  119.  
  120. #credit a {
  121. color: {color:Credit Link};
  122. text-decoration: none;
  123. }
  124. </style>
  125. </head>
  126. <body>
  127.  
  128. <div id="container">
  129.  
  130. <div id="title">{text:Moved Title}</div>
  131. <div id="subtitle">{text:Moved Subtitle}</div>
  132.  
  133. <div class="border"><div class="links">
  134. {block:IfLinkTitle1}<a href="{text:Link URL 1}">{text:Link Title 1}</a>{/block:IfLinkTitle1}
  135. </div></div>
  136.  
  137. <div class="border"><div class="links">
  138. {block:IfLinkTitle2}<a href="{text:Link URL 2}">{text:Link Title 2}</a>{/block:IfLinkTitle2}
  139. </div></div>
  140.  
  141. <div class="border"><div class="links">
  142. {block:IfLinkTitle3}<a href="{text:Link URL 3}">{text:Link Title 3}</a>{/block:IfLinkTitle3}
  143. </div></div>
  144.  
  145. </div>
  146.  
  147. <div id="credit">
  148. <a href="http://jyuubi.org" target="_blank">jyuubi.org</a>
  149. </div>
  150.  
  151. </body>
  152. </html>
Advertisement
Add Comment
Please, Sign In to add comment