Advertisement
Motoko-Codes-09

Kusanagi code (old)

Jun 10th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 KB | None | 0 0
  1. <style type='text/css'>
  2.  
  3. /* unvisited link */
  4. a:link {
  5. color: #FFF;
  6. }
  7.  
  8. /* visited link */
  9. a:visited {
  10. color: #0FF;
  11. }
  12.  
  13. /* mouse over link */
  14. a:hover {
  15. color: #00F;
  16. }
  17.  
  18. /* selected link */
  19. a:active {
  20. color: #000;
  21. }
  22.  
  23. #appheader {
  24. width: 480px;
  25. height:300px;
  26. background: #2E2935;
  27. margin:0px auto;
  28. background-color:#2E2935;
  29. }
  30.  
  31. body {
  32. font-family: Arial, sans-serif;
  33. font-size: 12px;
  34. color: #88858d; margin:0px;
  35. padding:0px;
  36. background: url('http://i.imgur.com/WgUXZAI.png');
  37. text-align:center;
  38. }
  39.  
  40. .banner { position: relative; top: 22px; }
  41. #header { background-color: transparent; width: 745px; position: relative; z-index: 2; }
  42. .footer { width: 100%; background-color: #222; padding: 10px 0px; text-align: center; color: #bbb; position: relative; z-index: 3; border-top: 20px solid #000; }
  43.  
  44. #app_hover {
  45. width: 480px;
  46. height: 300px;
  47. position: relative;
  48. overflow: hidden;
  49. background-color:#15141D;
  50. }
  51.  
  52. #app_hover .app_inside {
  53. -webkit-transition: all .5s ease-out;
  54. -moz-transition: all .5s ease-out;
  55. o-transition: all .5s ease-out;
  56. position: absolute;
  57. left: 0px;
  58. bottom: 0px;
  59. width: 480px;
  60. height: 300px;
  61. }
  62.  
  63. #app_hover:hover .app_inside {
  64. -webkit-transition: all .5s ease-out;
  65. -moz-transition: all .5s ease-out;
  66. o-transition: all .5s ease-out;
  67. top: -320px;
  68. }
  69.  
  70. #app_container{
  71. height: 280px;
  72. width: 480px;
  73. padding: 30px 0px;
  74. background: #15141D;
  75. color: #777;
  76. text-transform: uppercase;
  77. font-family: 'Exo', sans-serif;
  78. line-height: 100%;
  79. padding-top: 10px;
  80. text-align: center;
  81. letter-spacing: 2px;
  82. border:1px solid #111;
  83. }
  84.  
  85. .app_title{
  86. display:block;
  87. font: 18px "Economica";
  88. line-height:16px;
  89. background: #1C1925;
  90. color:#ddd;
  91. padding:10px;
  92. margin:0px auto;
  93. border-bottom:1px solid #131611;
  94. text-transform:uppercase;
  95. }
  96.  
  97. #app span{
  98. display:block;
  99. width:50%;
  100. float:right;
  101. text-align:right;
  102.  
  103. }
  104.  
  105. #app_name {
  106. margin-top:30px;
  107. padding:30px;
  108. font: 31px "wire one";
  109. }
  110. #app_details {
  111. font-size:9px;
  112. margin:10px 20px ;
  113.  
  114. }
  115. #app_quote {
  116. text-transform:lowercase;
  117. font-style:italic;
  118. font-size:9px;
  119. margin:10px 40px ;
  120. }
  121.  
  122. #app {
  123. width:480px;
  124. padding: 10px 10px;
  125. background: #111;
  126. margin:20px auto 0px auto;
  127. }
  128.  
  129. #revo_cred {width:480px; margin: 0px auto 20px auto; font-size:8px; text-transform:uppercase; text-align:center; }
  130. #revo_cred a {font-weight:bold; text-decoration:none;}
  131.  
  132. .app_info {
  133. background:#ddd;
  134. color:#ccc;
  135. padding:10px;
  136. height:200px;
  137. overflow:auto; }
  138.  
  139. .accordion3 {
  140. margin:0px auto;
  141. width:480px;
  142. background: #111;
  143. font: 9px arial;
  144. letter-spacing:1px;
  145. }
  146.  
  147. .accordion3 ul {
  148. list-style:none;
  149. margin:0;
  150. padding:0;
  151. }
  152. .accordion3 li {
  153. margin:0;
  154. padding:0;
  155. }
  156. .accordion3 [type=radio], .accordion [type=checkbox] {
  157. display:none;
  158. }
  159. .accordion3 label {
  160. display:block;
  161. font: 18px "Economica";
  162. line-height:16px;
  163. background: #1C1925;
  164. color:#ddd;
  165. cursor:pointer;
  166. text-transform:uppercase;
  167. -webkit-transition: all .2s ease-out;
  168. -moz-transition: all .2s ease-out;
  169. }
  170.  
  171. .accordion3 ul li label:hover, .accordion3 [type=radio]:checked ~ label, .accordion3 [type=checkbox]:checked ~ label {
  172. background:#36313F;
  173. background-position: top right;
  174. color:#fff; }
  175.  
  176.  
  177. .accordion3 .content3 {
  178. color:#777;
  179. background:#2E2935;
  180. padding:0px 10px;
  181. height:200px;
  182. overflow:auto;
  183. -webkit-transition: all .5s ease-out;
  184. -moz-transition: all .5s ease-out;
  185. text-align:justify;
  186. font-size:10px;
  187. }
  188. .accordion3 .content3 .info{
  189. padding:10px;
  190. }
  191.  
  192.  
  193. .accordion4 .content4 {
  194. color:#777;
  195. background:#2E2935;
  196. padding:0px 10px;
  197. height:200px;
  198. overflow:auto;
  199. -webkit-transition: all .5s ease-out;
  200. -moz-transition: all .5s ease-out;
  201. text-align:justify;
  202. font-size:10px;
  203. }
  204. .accordion4 .content4 .info{
  205. padding:10px;
  206. }
  207.  
  208.  
  209. .app_foot{
  210. display:block;
  211. font: 11px "Economica";
  212. line-height:16px;
  213. background: #1C1925;
  214. color:#ddd;
  215. padding:10px;
  216. margin:0px auto;
  217. text-align:center;
  218. text-transform:uppercase;
  219.  
  220. }
  221.  
  222. /* Vertical */
  223. .vertical3 ul li {
  224. overflow:hidden;
  225. margin:0 0 1px;
  226. }
  227. .vertical3 ul li label {
  228. padding:10px;
  229. }
  230. .vertical3 [type=radio]:checked ~ label, .vertical3 [type=checkbox]:checked ~ label {
  231. border-bottom:0;
  232. }
  233. .vertical3 ul li label:hover {
  234. }
  235. .vertical3 ul li .content3 {
  236. height:0px;
  237. border-top:0;
  238. }
  239. .vertical3 [type=radio]:checked ~ label ~ .content3, .vertical3 [type=checkbox]:checked ~ label ~ .content3 {
  240. height:300px;
  241. }
  242.  
  243. </style>
  244.  
  245. <div id="app">
  246.  
  247. <div class="app_title">DATABASE FILE #97345
  248.  
  249. <span> ZOIDIAN</span></div>
  250.  
  251. <div id="appheader"><div id="app_hover"><div class="app_inside"><div id="app_img">
  252.  
  253. <img src="http://i.imgur.com/jpkRJxx.png" height="300" hspace="20"/>
  254.  
  255. </div>
  256. <div id="app_container">
  257. <div id="app_name">
  258.  
  259. MOTOKO KUSANAGI</div>
  260.  
  261. <div id="app_details">
  262.  
  263. 31 | MERCENARY | <a target="_blank" href="http://i.imgur.com/BysNbz7.png">ANCIENT ZOIDIAN</a> <br />
  264. COMPASSIONATE | LONE WOLF | DETERMINED</div>
  265.  
  266. <div id="app_quote">"
  267.  
  268. NO CHALLENGERS HERE.
  269.  
  270. "</div></div></div></div></div><div class="accordion3 vertical3">
  271. <ul><li><input type="radio" id="radio-1" name="radio-accordion3" checked="checked" /><label for="radio-1">PILOT</label><div class="content3"><div class="info">
  272.  
  273. As a pilot, Motoko relies largely on her bond with her Hayate Liger wich is known for its chrome armor. As a Zoidian, she has the unique ability to, while piloting, merge her consciousness with her Zoid; this enables her to see through its eyes and react very quickly, but also results in shared pain- both physical and otherwise. Able to communicate with it even without the bond, but while piloting she's just as likely to lose her temper- subject to the overwhelming firestorm that is Hayate's temper and tendency to go berserk, even ignoring damage and pain for the sake of annihilating targets, but blacking out soon after or once the Zoid loses consciousness. This state is similar to sleeping with one's eyes open, usually moving the controls as if she was piloting normally but with a reaction time that makes Hayate's top speed and her resilience a terrifying combination. She cares for the Zoid like it is her family and an extension of her on body.
  274.  
  275. </div></div></li><li><input type="radio" id="radio-2" name="radio-accordion3" /><label for="radio-2">PERSONALITY</label><div class="content3"><div class="info">
  276.  
  277. Motoko is kind, though she may seem aloof until she warms up to you. Her refusal to upgrade to a different unit (as many have pointed out Hayate has no ranged weaponry) is simply due to the bond with the Zoid, a blue-eyed chrome Hayate Liger. Though she's not above modifying Hayate to compensate for the lack of ranged weaponry if the need arises, even temporarily.<br /><br />
  278.  
  279. Despite being a lone wolf and preferring to fight on her own, she longs for company; yet will rarely seek it out. She's not easy to find for a contract unless you know where to look.
  280.  
  281. </div></div></li><li><input type="radio" id="radio-3" name="radio-accordion3" /><label for="radio-3">ZOID & ABILITIES</label><div class="content3"><div class="info">
  282.  
  283. <b>Physical strength</b>: Wall+ (Held back a moving helicopter.)</br>
  284. <b>Attack potency/Destructive capacity</b>: Wall+</br>
  285. <b>Durability</b>: Wall+ (Ancient Zoidian anatomy may be partially or fully biomechanical.)</br>
  286. <b>Speed</b>: Faster than the eye can see+ with hypersonic reactions.</br>
  287. <b>Intelligence</b>: Combat genius, skilled in martial arts and hacking with high deductive skills. Experienced soldier and officer. Served in whatever army the Ancient Zoidians might've had before the Deathsaurer.</br>
  288. <b>Range</b>: Melee, hundreds of meters with firearms or a Zoid.</br>
  289. <b>Weaknesses</b>: Unknown.</br>
  290. <b>Organoid</b>: A metallic silver Organoid that has no name. Granted she often used this same organoid to rip out Zoid cores in battles, she seems to have a telepathic link with it.</br>
  291.  
  292. <hr>
  293.  
  294. <center><img src="http://i.imgur.com/AwuuLtl.png"></br></br>
  295.  
  296. <b>Weapons</b> :: Murasame Blade, Murasame Divider, Chase Pile Driver (2), Cowl Strike Blade (9), Crush Bite, Strike Laser Claw (4), Tail Blade</br></br>
  297. <b>Equipment</b> :: Hayate Booster (2), Hayate Stabilizer Blade (2)</br></br>
  298. <b>Maximum Speed</b> :: 420 km/h (260.976 mph)</br></br>
  299. <b>Acceleration to Max</b> :: 0.5 to 1.2 seconds in short bursts.</center>
  300.  
  301. </div></div></li></ul></div>
  302.  
  303. <div class="app_foot ">OOC: Story > smut / Zoids AU / Never start with a Post / IC =/= OOC</div>
  304. </div><div id="revo_cred">application template by <a target="_blank" href="http://rpg-directory.com/user-2680.html">revo. @ rpg-d</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement