alokasenna

Application Page

Feb 5th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 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>
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!-----PAGE 4 BY LAUNTS (http://launts.tumblr.com/). DON'T STEAL OR REDISTRIBUTE. THANK.----->
  7.  
  8. <head>
  9. <title>Apply</title> <!-----CHANGE THE TITLE ON THE TAB HERE----->
  10. <link rel="shortcut icon" href="http://www.electric-design.co.uk/wp-content/uploads/2013/09/keane-under-the-iron-sea-cover.jpg"> <!-----CHANGE THE ICON ON THE TAB HERE----->
  11. <link rel="alternate" type="application/rss+xml" href="http://deceitfulgod.tumblr.com/rss">
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16. ::selection {background: #2e2e2e; color:{color:selection};}
  17. ::-webkit-scrollbar-thumb {background-color: #cc0000; height:auto; border-bottom:none;}
  18. ::-webkit-scrollbar {height:9px;width:5px;background-color:#cc0000; border: 2px solid white;}
  19.  
  20. ::selection {background-color:#2e2e2e; color: #cc0000;}
  21.  
  22.  
  23. }
  24.  
  25. body {
  26. font-family: Calibri;
  27. font-weight: normal;
  28. font-size: 11px;
  29. }
  30.  
  31.  
  32. a {
  33. text-decoration: none;
  34. -webkit-transition: 0.5s;
  35. -moz-transition: 0.5s;
  36. transition: 0.5s;
  37. color: black;
  38. }
  39.  
  40. a: hover {
  41. text-decoration: none;
  42. -webkit-transition: 0.5s;
  43. -moz-transition: 0.5s;
  44. transition: 0.5s;
  45. color: white;
  46. }
  47.  
  48.  
  49. #topbar {
  50. width: 1600px;
  51. height: 50px;
  52. margin-top: 40px;
  53. margin-left: -50px;
  54. border: 3px solid #cc0000;
  55. background-color: #2e2e2e;
  56. position: fixed;
  57. padding: 2px;
  58. }
  59.  
  60. .title {
  61. font-family: Eras Light ITC;
  62. font-size: 40px;
  63. color: #cc0000;
  64. margin-left: 100px;
  65. margin-top: 16px;
  66. text-transform: uppercase;
  67. }
  68.  
  69. .links {
  70. font-family: Calibri;
  71. font-size: 10px;
  72. text-align: center;
  73. text-transform: lowercase;
  74. margin-top: 4px;
  75. }
  76.  
  77. .home {
  78. width: 50px;
  79. height: 20px;
  80. background-color: #cc0000;
  81. position: fixed;
  82. margin-left: 500px;
  83. margin-top: -35px;
  84. }
  85.  
  86.  
  87. .ask {
  88. width: 50px;
  89. height: 20px;
  90. background-color: #cc0000;
  91. position: fixed;
  92. margin-left: 570px;
  93. margin-top: -35px;
  94. }
  95.  
  96. .archive {
  97. width: 50px;
  98. height: 20px;
  99. background-color: #cc0000;
  100. position: fixed;
  101. margin-left: 640px;
  102. margin-top: -35px;
  103. }
  104.  
  105. .linkagei {
  106. width: 50px;
  107. height: 20px;
  108. background-color: #cc0000;
  109. position: fixed;
  110. margin-left: 730px;
  111. margin-top: -35px;
  112. }
  113.  
  114. .linkageii {
  115. width: 50px;
  116. height: 20px;
  117. background-color: #cc0000;
  118. position: fixed;
  119. margin-left: 800px;
  120. margin-top: -35px;
  121. }
  122.  
  123. .linkageiii {
  124. width: 50px;
  125. height: 20px;
  126. background-color: #cc0000;
  127. position: fixed;
  128. margin-left: 870px;
  129. margin-top: -35px;
  130. }
  131.  
  132. #thorcont {
  133. width: 420px;
  134. height: 200px;
  135. margin-left: 455px;
  136. margin-top: 150px;
  137. position: fixed;
  138. border: 5px solid #cc0000;
  139. overflow-y:scroll;
  140. font-family: Calibri;
  141. font-size: 10px;
  142. color: #cc0000;
  143. text-align: center;
  144. padding: 2px;
  145. }
  146.  
  147. .tit {
  148. font-family: Eras Light ITC;
  149. font-size: 25px;
  150. color: #cc0000;
  151. text-transform: uppercase;
  152. margin-top: -28px;
  153. position: fixed;
  154. }
  155.  
  156. .rule {
  157. font-size: 20px;
  158. font-family: Eras Light ITC;
  159. color: black;
  160. text-align: center;
  161. text-transform: lowercase;
  162. background-color: #cc0000;
  163. }
  164.  
  165. #lokicont {
  166. width: 420px;
  167. height: 200px;
  168. margin-left: 455px;
  169. margin-top: 440px;
  170. position: fixed;
  171. border: 5px solid #cc0000;
  172. overflow-y:scroll;
  173. font-family: Calibri;
  174. font-size: 10px;
  175. color: #cc0000;
  176. text-align: center;
  177. padding: 2px;
  178. }
  179.  
  180. .credit {
  181. font-family: Calibri;
  182. font-size: 10px;
  183. margin-top: 645px;
  184. margin-left: 10px;
  185. text-transform: uppercase;
  186. position: fixed;
  187. }
  188.  
  189. </style>
  190. </head>
  191.  
  192. <body>
  193.  
  194. <div id="topbar">
  195. <div class="title">
  196. apply
  197. </div>
  198.  
  199.  
  200. <div class="home">
  201. <div class="links"><a href="/">home</a></div>
  202. </div>
  203. <div class="ask">
  204. <div class="links"><a href="/ask">ask</a></div>
  205. </div>
  206. <div class="archive">
  207. <div class="links"><a href="/archive">archive</a></div>
  208. </div>
  209.  
  210.  
  211. <div class="linkagei">
  212. <div class="links"><a href="/">one</a></div>
  213. </div>
  214. <div class="linkageii">
  215. <div class="links"><a href="/">two</a></div>
  216. </div>
  217. <div class="linkageiii">
  218. <div class="links"><a href="/">three</a></div>
  219. </div>
  220. </div>
  221.  
  222.  
  223. <div id="thorcont">
  224. <div class="tit">
  225. format
  226. </div>
  227. <div class="rule">
  228. Rule 1
  229. </div>
  230. <br>
  231. This is where you start writing your first rule. As an example, you could have them state their age and add a short description of age limits or why you ask this ect.
  232. <br><br>
  233.  
  234. <div class="rule">
  235. Rule 2
  236. </div>
  237. <br>
  238. This is where you start writing your first rule. As an example, you could have them state their age and add a short description of age limits or why you ask this ect.
  239.  
  240. <br><br>
  241.  
  242. <div class="rule">
  243. Rule 3
  244. </div>
  245. <br>
  246. This is where you start writing your first rule. As an example, you could have them state their age and add a short description of age limits or why you ask this ect.
  247.  
  248. <br><br>
  249.  
  250. <div class="rule">
  251. Rule 4
  252. </div>
  253. <br>
  254. This is where you start writing your first rule. As an example, you could have them state their age and add a short description of age limits or why you ask this ect.
  255. </div>
  256. </div>
  257.  
  258.  
  259. </div>
  260.  
  261. <div id="lokicont">
  262. <div class="tit">
  263. apply
  264. </div>
  265. <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/*ADD YOUR URL HERE IT'S SO VERY IMPORTANT YOU HAVE TO ADD THE .TUMBLR.COM TOO SERIOUSLY*" frameborder="0" height="500" scrolling="no" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  266. </div>
  267.  
  268. <div class="credit">
  269. <a href="http://launts.tumblr.com/">©launts</a>
  270. </div>
  271. </body>
Advertisement
Add Comment
Please, Sign In to add comment