Advertisement
mogimochi

Redirect Page [01] Battle Maiden

Jul 20th, 2012
19,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. Redirect Page 01 Battle Maiden
  8. by yukoki/yokoris
  9.  
  10. 1. Light/Heavy CSS editting is allowed.
  11. 2. Do not use as base code.
  12. 3. Do not remove credit.
  13. 4. Do not claim theme as your own.
  14.  
  15. -->
  16.  
  17. <meta name="color:middle stripe" content="#000000">
  18. <meta name="color:middle text" content="#ffffff">
  19. <meta name="color:new url colour" content="#a0252a">
  20. <meta name="color:new url colour hover" content="#ffffff">
  21. <meta name="color:new url hover shadow" content="#888888">
  22. <meta name="color:top background colour" content="#eeeeee">
  23. <meta name="color:bottom background colour" content="#ffffff">
  24.  
  25. <meta name="image:top background" content="http://media.tumblr.com/8643e5bac4cb784023618b9620859c4e/tumblr_inline_mx7prelUEC1rshr70.png">
  26. <meta name="image:bottom background" content="http://media.tumblr.com/b46ceb559a4e2b70dce7d4558c28343f/tumblr_inline_mx7pryZdlV1rshr70.jpg">
  27. <meta name="image:middle picture" content="http://media.tumblr.com/34aa7c8ca7f2ffe5d2b2e4eb00dbf1b3/tumblr_inline_mx7prjZL731rshr70.jpg">
  28.  
  29. <meta name="text:new url" content="new url">
  30.  
  31. <title>{title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. body {
  41. background-attachment: fixed;
  42. margin: 0;
  43. word-wrap: break-word;
  44. }
  45. a { text-decoration:none; }
  46.  
  47. #main { margin-top: 250px; }
  48.  
  49. #middle {
  50. width: 100%;
  51. height: 50px;
  52. background-color: {color:middle stripe};
  53. color: {color:middle text};
  54. line-height: 50px;
  55. font-family: nova square;
  56. font-size: 10px;
  57. letter-spacing: 5px;
  58. text-transform: uppercase;
  59. }
  60.  
  61. #middle a {color: {color:new url colour};transition:0.6s;-moz-transition:0.6s;-webkit-transition:0.6s;-o-transition:0.6s;}
  62. #middle a:hover { color: {color:new url colour hover}; text-shadow: 2px 0 0 {color:new url hover shadow}, -2px 0 0 {color:new url hover shadow}; }
  63.  
  64. .pic {
  65. width: 120px;
  66. height: 120px;
  67. border: 10px solid {color:middle stripe};
  68. margin: -70px 20px;
  69. position: relative;
  70. }
  71.  
  72. #topbg {
  73. position: fixed;
  74. width: 100%;
  75. height: 100%;
  76. background-image: url({image:top background});
  77. background-color: {color:top background colour};
  78. z-index: -2;
  79. top: 0; left: 0;
  80. }
  81.  
  82. #bottombg {
  83. position: fixed;
  84. width: 100%;
  85. height: 100%;
  86. background-image: url({image:bottom background});
  87. background-color: {color:bottom background colour};
  88. z-index: -2;
  89. top: 250px; left: 0;
  90. }
  91.  
  92. #cred {
  93. bottom: 10px;
  94. right: 10px;
  95. font-family: nova square;
  96. font-size: 9px;
  97. text-transform: uppercase;
  98. background-color: #fff;
  99. color: #000;
  100. position: fixed;
  101. color: #888;
  102. padding: 5px;
  103. border: 1px solid #aaa;
  104. }
  105.  
  106. {CustomCSS}
  107.  
  108. </style>
  109. </head>
  110. <body>
  111.  
  112. <div id="topbg"></div><div id="bottombg"></div>
  113.  
  114. <center><div id="main">
  115.  
  116. <div id="middle">
  117. <img class="pic" src="{image:middle picture}">
  118. I've moved to <a href="http://{text:new url}.tumblr.com">{text:new url}</a>.
  119. </div><!--middle-->
  120.  
  121. </div><!--main--></center>
  122.  
  123. <a href="http://yukoki.tumblr.com"><div id="cred">yukoki</div></a>
  124.  
  125. </body>
  126. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement