superfrown

Page #5

Mar 23rd, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <head>
  9. <!----
  10.  
  11. Page 05: XOXO
  12. Redirect page
  13. by: superfrown.tumblr.com
  14.  
  15. You may:
  16. Edit as much as you like
  17.  
  18. You may not:
  19. Claim as your own
  20. Remove the credit
  21.  
  22.  
  23. ---->
  24.  
  25. <meta name="image:Image" content="" />
  26.  
  27. <meta name="color:Background" content="#f7f7f7" />
  28. <meta name="color:Bar" content="#000000" />
  29. <meta name="color:Links" content="#ffffff" />
  30. <meta name="color:Links Shadow" content="#d0d0d0" />
  31. <meta name="color:Image Border" content="#c4c4c4" />
  32.  
  33. <meta name="text:Old url title" content="oldurl" />
  34. <meta name="text:New url" content="http://" />
  35. <meta name="text:New url title" content="newurl" />
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. /* MAIN */
  41.  
  42. body {
  43. background-color:#f7f7f7;
  44. background-image: url();
  45. background-attachment: fixed;
  46. background-repeat: repeat;
  47. color:#424242;
  48. font-family: calibri;
  49. font-size: 11px;
  50. margin: 0px;
  51. padding: 0px;}
  52.  
  53. a:link, a:active {
  54. text-decoration:none;
  55. color: #b5b5b5;
  56. -webkit-transition: all 0.4s ease-in-out;
  57. -moz-transition: all 0.4s ease-in-out;
  58. -o-transition: all 0.4s ease-in-out;
  59. transition: all 0.4s ease-in-out;}
  60.  
  61. a:visited {
  62. text-decoration:none;
  63. color: #b5b5b5;
  64. -webkit-transition: all 0.4s ease-in-out;
  65. -moz-transition: all 0.4s ease-in-out;
  66. -o-transition: all 0.4s ease-in-out;
  67. transition: all 0.4s ease-in-out;}
  68.  
  69. a:hover {
  70. color: #e3e3e3;
  71. -webkit-transition: all 0.4s ease-in-out;
  72. -moz-transition: all 0.4s ease-in-out;
  73. -o-transition: all 0.4s ease-in-out;
  74. transition: all 0.4s ease-in-out;}
  75.  
  76.  
  77. ::-webkit-scrollbar {
  78. height:6px;
  79. width:4px;
  80. background-color: #ffffff;}
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background-color: #000000;}
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color: #000000;}
  87.  
  88.  
  89.  
  90. .stuff {
  91. position:absolute;
  92. margin:0 auto;
  93. width:100%;
  94. height:520px;}
  95.  
  96. .topbar {
  97. position:absolute;
  98. margin-top:220px;
  99. width:100%;
  100. height:24px;
  101. background-color:{color:Bar};}
  102.  
  103. .title {
  104. margin:0 auto;
  105. width:640px;
  106. height:24px;
  107. padding-top:4px;
  108. text-align:center;
  109. font-size:18px;
  110. text-transform:uppercase;
  111. color:#ffffff;
  112. background-color:{color:Bar};}
  113.  
  114. .midbar {
  115. position:absolute;
  116. margin-top:240px;
  117. width:100%;
  118. height:150px;
  119. background-color:{color:Bar};}
  120.  
  121. .center {
  122. margin:0 auto;
  123. width:640px;
  124. height:150px;
  125. background-color:{color:Bar};}
  126.  
  127. .image {
  128. position:absolute;
  129. border:4px solid {color:Image Border};
  130. width:120px;
  131. height:120px;
  132. margin-top:11px;
  133. margin-left:256px;}
  134.  
  135. .image img {
  136. width:120px;
  137. height:120px;}
  138.  
  139.  
  140. /* LINKS */
  141.  
  142. .links {
  143. position:absolute;
  144. margin-top:62px;
  145. margin-left:390px;
  146. width:240px;
  147. height:26px;
  148. line-height:25px;
  149. text-align:left;
  150. background-color:{color:Bar};}
  151.  
  152. .links a {
  153. font-size:18px;
  154. text-transform:none;
  155. font-style:italic;
  156. letter-spacing:1px;
  157. color: {color:Links};
  158. text-shadow:2px 2px 2px {color:Links Shadow};
  159. -webkit-transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -o-transition: all 0.4s ease-in-out;
  162. transition: all 0.4s ease-in-out;}
  163.  
  164. .links a:hover {
  165. color:{color:Links Shadow};
  166. -webkit-transition: all 0.4s ease-in-out;
  167. -moz-transition: all 0.4s ease-in-out;
  168. -o-transition: all 0.4s ease-in-out;
  169. transition: all 0.4s ease-in-out;}
  170.  
  171. .links2 {
  172. position:absolute;
  173. margin-top:62px;
  174. margin-left:0px;
  175. width:250px;
  176. height:26px;
  177. line-height:25px;
  178. text-align:right;
  179. background-color:{color:Bar};}
  180.  
  181. .links2 a {
  182. font-size:18px;
  183. text-transform:none;
  184. letter-spacing:1px;
  185. color: {color:Links};
  186. text-shadow:2px 2px 2px {color:Links Shadow};
  187. -webkit-transition: all 0.4s ease-in-out;
  188. -moz-transition: all 0.4s ease-in-out;
  189. -o-transition: all 0.4s ease-in-out;
  190. transition: all 0.4s ease-in-out;}
  191.  
  192. .links2 a:hover {
  193. color:{color:Links};
  194. -webkit-transition: all 0.4s ease-in-out;
  195. -moz-transition: all 0.4s ease-in-out;
  196. -o-transition: all 0.4s ease-in-out;
  197. transition: all 0.4s ease-in-out;}
  198.  
  199. /* CREDIT */
  200.  
  201. .credit {
  202. bottom:8px;
  203. right:10px;
  204. text-align:center;
  205. position: fixed;
  206. font-size:11px;
  207. letter-spacing:1px;
  208. text-shadow:1px 1px 1px #c4c4c4;}
  209.  
  210. .credit a {
  211. color: #828282;
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -moz-transition: all 0.4s ease-in-out;
  214. -o-transition: all 0.4s ease-in-out;
  215. transition: all 0.4s ease-in-out;}
  216.  
  217. .credit a:hover {
  218. color: #bababa;
  219. -webkit-transition: all 0.4s ease-in-out;
  220. -moz-transition: all 0.4s ease-in-out;
  221. -o-transition: all 0.4s ease-in-out;
  222. transition: all 0.4s ease-in-out;}
  223.  
  224.  
  225. </style>
  226.  
  227.  
  228. </head>
  229.  
  230. <body>
  231.  
  232. <div class="stuff">
  233.  
  234. <div class="midbar">
  235. <div class="center">
  236.  
  237.  
  238. <div class="links2">
  239. <a href="/">{text:Old url title} </a>
  240. </div>
  241.  
  242. <!--- EDIT YOUR IMAGE HERE --->
  243. <div class="image"><img src="{image:Image}"></div>
  244.  
  245.  
  246. <!--- EDIT YOUR NEW URL HERE --->
  247. <div class="links">
  248. <a href="{text:New url}">{text:New url title} </a>
  249. </div>
  250.  
  251. </div>
  252. </div>
  253.  
  254. <div class="topbar">
  255. <div class="title"> moved to </div>
  256. </div>
  257.  
  258. </div>
  259.  
  260. <div class="credit">
  261. <a href="http://superfrown.tumblr.com"> credit </a>
  262. </div>
  263.  
  264. </body>
  265. </html>
Advertisement
Add Comment
Please, Sign In to add comment