Advertisement
ZukoHiyama

Untitled

Mar 13th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 KB | None | 0 0
  1.  
  2.  
  3. <style type="text/css">
  4.  
  5. #music{position:fixed;
  6. top:148px;
  7. left:290px;
  8. z-index:99;
  9. }
  10.  
  11.  
  12. #music1{
  13. position:fixed;
  14. padding:2px;
  15. -webkit-transition: all 0.5s ease-in-out;
  16. -moz-transition: all 0.5s ease-in-out;
  17. -o-transition: all 0.5s ease-in-out;}
  18.  
  19. #music1:hover #music2{
  20. opacity:0.7;
  21. margin-top:-25px;
  22. z-index:-1;}
  23.  
  24. #music1:hover #music3{
  25. opacity:0.7;
  26. margin-top:0px;
  27. z-index:99;}
  28.  
  29. #music1:hover #musiclist{ opacity:1;}
  30.  
  31.  
  32. #music3{
  33. position:fixed;
  34. width:15px;
  35. height:15px;
  36. background-size: 15px;
  37. background-image: url('http://www.free-icons-download.net/images/grays-play-button-icon-17896.png');
  38. background-repeat: no-repeat;
  39. background-position: 50% 0%;
  40. padding-left:5px;
  41. padding-right:5px;
  42. z-index:99;
  43. margin-left:0px;
  44. overflow:hidden;
  45. background-color: #736495;
  46. opacity:1.0;}
  47.  
  48. </style>
  49.  
  50.  
  51. <div id="music">
  52. <div id="music1">
  53. <div id="music3">
  54.  
  55. <audio controls style="opacity: 0;"><source src="https://instaud.io/_/OxD.mp3"></audio>
  56.  
  57. </div>
  58. </div>
  59. </div>
  60.  
  61. <style type="text/css">
  62. .pfor { display: none; }
  63. #profile { background-color: transparent; border: none; }
  64.  
  65. ::-webkit-scrollbar {
  66. width: 3px;
  67. height: 0px;
  68. background:;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb {
  72. background-color:black;
  73. -webkit-border-radius: 10px;
  74. border-radius: 10px;
  75. }
  76. </style>
  77.  
  78. <style type="text/css">
  79.  
  80. @import url(http://fonts.googleapis.com/css?family=Great+Vibes);
  81.  
  82.  
  83. body {
  84.  
  85. background-color: #fff;
  86. background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/22/Animated_fire_by_nevit.gif);
  87. background-attachment: fixed;
  88. background-position: center center;
  89. background-repeat: repeat;
  90. background-size: 1500px;
  91. font-family: Times New Roman;
  92. font-variant: normal;
  93. font-size: 70%;
  94. color: #666666;}
  95.  
  96.  
  97. a {color: black;
  98. text-decoration: none;
  99. }
  100.  
  101. a:hover {color: grey;
  102. text-decoration: line-through;
  103. cursor:
  104. url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');
  105. }
  106.  
  107. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  108. }
  109.  
  110. #pictureone { position:fixed; left:290px; top:165px; border: double 3px #fff; }
  111. #picturetwo { position:fixed; left:835px; top:165px; border: double 3px #fff; }
  112.  
  113. .abox {background-color:#fff; color: #000; font-size: 12px; font-family: Calibri; text-align: justify; position: absolute; width:240; height:128; left: 555; top:165; letter-spacing:0px; line-height: 12px; padding: 10px; margin: 1px; overflow:auto; border:4px double black;}
  114.  
  115. .bbox {background-color:#fff; color: #000; font-size: 12px; font-family: Calibri; text-align: justify; position: absolute; width:240; height:128; left: 555; top:365; letter-spacing:0px; line-height: 12px; padding: 10px; margin: 1px; overflow:auto; border:4px double black;}
  116.  
  117. .navbar {Background-color: white; Position: absolute; Height: 13px; Width: 243px; Left: 292; Top: 485; padding: 4px; z-index: 100;}
  118.  
  119. .link1 {Position: absolute; Left: 20px; Border: solid 1px #000; Height: 10px; Width: 60px; }
  120.  
  121. .link2 {Position: absolute; Left: 94px; Border: solid 1px #000; Height: 10px; Width: 60px; }
  122.  
  123. .link3 {Position: absolute; Left: 170px; Border: solid 1px #000; Height: 10px; Width: 60px; }
  124.  
  125. .link1:hover {Background-color: #000;}
  126. .link2:hover {Background-color: #000;}
  127. .link3:hover {Background-color: #000;}
  128.  
  129.  
  130. .slide {Position: fixed; Height: 555555; Width: 555555; Top: -100px; Left: 0; Z-index: -1; Opacity: 0; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  131.  
  132. .slide:target {Top: 0; Opacity: 1; Z-index: 1; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  133. #title {position:absolute;
  134. color: black;
  135. font-size:70;
  136. font-family:Freestyle Script;
  137. left:230;
  138. top:140;
  139. }
  140.  
  141.  
  142. a {color: #B30000;
  143. text-decoration: none;
  144. }
  145.  
  146. a:hover {color: black;
  147. text-decoration: line-through;
  148. cursor:
  149. url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');
  150. }
  151.  
  152. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  153. }
  154.  
  155. .Name{
  156. position: fixed;
  157. top: 310px;
  158. left: 563px;
  159. color: #FEFEFE;
  160. font-size: 25px;
  161. line-height: 80px;
  162. letter-spacing: 3px;
  163. font-family: 'Great Vibes';
  164. text-shadow: #B30000 2px 3px 4px;
  165. }
  166.  
  167. .NameTwo{
  168. position: fixed;
  169. top: 310px;
  170. left: 563px;
  171. color: #FEFEFE;
  172. font-size: 25px;
  173. line-height: 80px;
  174. letter-spacing: 3px;
  175. font-family: 'Great Vibes';
  176. text-shadow: #B30000 2px 3px 4px;
  177. }
  178.  
  179. I{Color: #fff; font-size: 25px; font-family: French Script MT; text-shadow: 2px 3px 4px #8800FF , 1px -1px 1px #8800FF , -1px 1px 1px #8800FF , -1px -1px 1px #8800FF ;}
  180.  
  181. h2 {
  182.  
  183. position: fixed;
  184. right: 10px;
  185. bottom: 0px;
  186. font-family: Arial;
  187. font-variant: normal;
  188. font-weight: normal;
  189. font-size: 100%;
  190. color: #FFFFFF;}
  191.  
  192. </style>
  193.  
  194. <h2>Layout © <a href="http://pastebin.com/u/A_Bad_Bitch" target="_blank"><font color="#B30000">A Bad Bitch</font></a></h2>
  195.  
  196. <div class="navbar">
  197. <a class="link1" href="#1"></a>
  198. <a class="link2" href="#2"></a>
  199. <a class="link3" href="#3"></a>
  200. </div>
  201.  
  202. <div id="pictureone">
  203. <img src="http://3.bp.blogspot.com/-IPFpCg4i_jA/Ugty3V6k_tI/AAAAAAAAYV4/aMIqRObd7C8/s1600/Armageddon_Steel_Legion_Trooper.jpg" class="image" width="250px;" height="350px;">
  204. </div>
  205.  
  206. <div id="picturetwo">
  207. <img src="http://1.bp.blogspot.com/_B1krNDAlHDM/S81InojnBsI/AAAAAAAAAN0/q-fL6VUjutA/s320/DK_FlameTroopers_V3.1.gif" class="image" width="250px;" height="350px;">
  208. </div>
  209.  
  210.  
  211. <div id="1" class="slide">
  212. <div class="abox">
  213.  
  214. Character info goes here. Use < br > to space it out.
  215.  
  216. </div>
  217.  
  218. <div class="Name">Wilhelm V. Scourge.
  219. </div>
  220.  
  221. <div class="bbox">
  222.  
  223. Background/Personality/Whatever goes here.
  224.  
  225. </div>
  226. </div>
  227.  
  228.  
  229. <div id="2" class="slide">
  230. <div class="abox">
  231.  
  232. <b>WEAPONS:</b><br>
  233. M36 Pattern Lasgun - The M36 Pattern is one of the most ubiquitous patterns of Lasgun in use by the Imperial Guard, and has long been the standard weapon issued to the troops of the Armageddon Steel Legion regiments. <br><br>
  234.  
  235. Mark VII Salamander Assault Flamer - A somewhat common Flamer variant made popular in the Calixis Sector's Tranch War, it uses a lighter fuel mixture at higher pressures, with inert propellant gas mixed in. The firing barrel has a large, thin nozzle, resulting in a wider but less powerful spray of Promethium. Against lightly armoured foes like insurrectionists or Gretchin mobz, the weapon worked wonders, cutting down the creatures before they could overrun the defenders. Assault Flamers use backpack-mounted fuel canisters to lessen the weight of the gun itself and provide a more extensive fuel reserve. They also fire in a 45-degree arc as opposed to the normal 30-degree arc for Flame weapons. This weapon can be equipped with any form of Flamer ammuntion canister. <br><br>
  236.  
  237. Ultima Pattern Meltagun - Another common variant of the Meltagun, the Ultima pattern Meltagun is similar in design to a Vulkan Pattern Meltagun. This particular variant has earned the nickname "Tank Killer" for its effective use against smaller armoured personnel carriers. <br><br>
  238.  
  239. 2 Photon Flash Grenades - Photon Flash Grenades detonate like a small star, blinding anyone nearby and bright enough to overload primitive vision protection systems. Anyone within 15 metres of a photon flash grenade when it detonates will be temporarily blinded. <br><br>
  240.  
  241. 2 Smoke Grenades - Smoke grenades release a dense smoke which only obscures basic eyesight and optical based systems. They do not block detection systems that use heat or other spectral bands outside of normal human eyesight, but are much more widely available and easier to construct. <br><br>
  242.  
  243. 4 Frag Grenades - Frag Grenades use a combustible charge and special fillers of shrapnel fragments which make them potent anti-personnel weapons. Imperial Frag Grenades are roughly the size of a clenched fist and covered with a heavily notched shell, both to increase the shrapnel produced and provide a more secure grip for throwing. <br><br>
  244.  
  245. Mono Knife - The Mono Knife is a one-handed melee implement is the ubiquitous back-up weapon for warriors all across the Imperium. <br><br>
  246.  
  247. <b>ARMOR:</b><br>
  248. Flak Armour - Many layers of ablative and impact absorbent material go into making each suit, enough to deflect or negate most low-level attacks such as small arms, shrapnel, and proximity blasts. <br><br>
  249.  
  250. Armageddon Steel Legion Imperial Guard Uniform - The Armageddon Steel Legion uniform consists of a chemically-treated toxic-resistant trenchcoat, usually worn buckled along the chest, a helmet with special straps and lockplates for the Armageddon Pattern Rebreather that every soldier is issued. Additionally, soldiers of the Steel Legion wear thick, toxic-resistant gloves and boots, a basic set of trousers and an undershirt. <br><br>
  251.  
  252. Toxic-Resistant Trenchcoat - Each Guardsman of the Armageddon Steel Legions is equipped with a toxic-resistant trenchcoat, boots, and gloves. The specially-treated gear protects a Guardsmen from the most polluted or chemically toxic environments. <br><br>
  253.  
  254. Armageddon Pattern Rebreather - Designed to keep the wearer alive in even the most noxious atmosphere, this rebreather consists of a mask connected by hose to a small air supply. A character wearing an Armageddon Pattern Rebreather is immune to the effects of gases and issues of air quality, and can even survive underwater at limited depths. The air canister lasts for two full hours before requiring replacement. <br><br>
  255.  
  256. <b>MISC GEAR</b> <br>
  257. Poor Weather Gear <br>
  258. Rucksack <br>
  259. Basic Toolkit <br>
  260. Mess Kit and Water Canteen <br>
  261. 2 week's Rations <br>
  262. Grooming Kit <br>
  263. Dog Tags <br>
  264. Blanket and Sleeping Bag <br>
  265. 4 Empty Sandbags <br>
  266. M39 Entrenching Tool <br><br>
  267.  
  268. Rechargeable Lamp Pack - Sturdy and reliable, glow-globes illuminate many an Imperial paveway and cathedral. Most portable ones are roughly the size of a clenched fist and can shine strong, yellowish light a dozen or so metres in width, lasting roughly five hours before their power pack needs recharging or replacing. <br><br>
  269.  
  270. Imperial Infantryman's Uplifting Primer - A standard-issue Imperial text that covers a vast variety of topics, this book is possessed by all members of the Imperial Guard as part of their standard-issue equipment. The Primer is a basic guide that details everything a Guardsman needs to know: principles and regulations of the Imperial Guard, issued arms, attire, apparatus, and equipment, basic battlefield policy and Imperial Guard organisation and structure, elementary battlefield medical instructions, and a detailed guide on the foes of the Imperium. No Guardsman should ever be found without possession of a copy of the Uplifting Primer for the punishment is severe.
  271.  
  272. </center></div>
  273.  
  274. <div class="NameTwo">Emperor's Hellfire
  275. </div>
  276.  
  277. <div class="bbox">
  278. OOC TAB if you wish
  279.  
  280. </div>
  281. </div></div></center></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement