Advertisement
ZukoHiyama

old destiny code

Nov 19th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #music{position:fixed;
  4. bottom:30px;
  5. left:980px;
  6. z-index:99;
  7. }
  8.  
  9.  
  10. #music1{
  11. position:fixed;
  12. padding:2px;
  13. -webkit-transition: all 0.5s ease-in-out;
  14. -moz-transition: all 0.5s ease-in-out;
  15. -o-transition: all 0.5s ease-in-out;}
  16.  
  17. #music1:hover #music2{
  18. opacity:0.7;
  19. margin-top:-25px;
  20. z-index:-1;}
  21.  
  22. #music1:hover #music3{
  23. opacity:0.7;
  24. margin-top:0px;
  25. z-index:99;}
  26.  
  27. #music1:hover #musiclist{ opacity:1;}
  28.  
  29.  
  30. #music3{
  31. position:fixed;
  32. width:20px;
  33. height:20px;
  34. background-size: 15px;
  35. background-image: url('http://www.free-icons-download.net/images/grays-play-button-icon-17896.png');
  36. background-repeat: no-repeat;
  37. background-position: 50% 0%;
  38. padding-left:5px;
  39. padding-right:5px;
  40. z-index:99;
  41. margin-left:0px;
  42. overflow:hidden;
  43. background-color: #736495;
  44. opacity:1.0;}
  45.  
  46. </style>
  47.  
  48.  
  49. <div id="music">
  50. <div id="music1">
  51. <div id="music3">
  52.  
  53. <audio controls style="opacity: 0;"><source src="https://instaud.io/_/PeW.mp3"></audio>
  54.  
  55. </div>
  56. </div>
  57. </div>
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. <style type="text/css">
  65. .pfor { display: none; }
  66. #profile { background-color: transparent; border: none; }
  67. </style>
  68.  
  69. <style type="text/css">
  70.  
  71. body {
  72.  
  73. background-color: #fff;
  74. background-image: url(https://s3.amazonaws.com/destiny-www/assets/article/2016/07/01/dark-side-of-destiny-fallen-tank_feature.jpg);
  75. background-attachment: fixed;
  76. background-position: center center;
  77. background-repeat: repeat;
  78. background-size: auto;
  79. font-family: Times New Roman;
  80. font-variant: normal;
  81. font-size: 70%;
  82. color: #666666;}
  83.  
  84. ::-webkit-scrollbar {
  85. width: 3px;
  86. height: 0px;
  87. background: ;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb {
  91. background-color: black;
  92. -webkit-border-radius: 10px;
  93. border-radius: 10px;
  94. }
  95.  
  96. a {color: #D77A00;
  97. text-decoration: none;
  98. }
  99.  
  100. a:hover {color: black;
  101. text-decoration: line-through;
  102. cursor:
  103. url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');
  104. }
  105.  
  106. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  107. }
  108.  
  109. b {
  110. color: #637BB5; }
  111. i {
  112. color: #FF0000; }
  113.  
  114. .abox {background-color:#e3dac9; color: #000; font-size: 14px; font-family: calibri; text-align: justify; font-variant: small-caps; position: absolute; width:432; height:350; left: 900; top:250; letter-spacing:0px; line-height: 12px; padding: 5px; margin: 1px; overflow:auto; border:3px double black;}
  115.  
  116.  
  117. .navbar {Position: absolute; Height: 13px; Width: 282px; Left: 1000; Bottom: 10; padding: 4px; z-index: 100;}
  118.  
  119. .link1 {Position: absolute; Left: 20px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  120.  
  121. .link2 {Position: absolute; Left: 70px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  122.  
  123. .link3 {Position: absolute; Left: 120px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  124.  
  125. .link4 {Position: absolute; Left: 170px; Border: solid 1px #000; Height: 10px; Width: 40px; Background-color: #fff; }
  126.  
  127. .link1:hover {Background-color: #000;}
  128. .link2:hover {Background-color: #000;}
  129. .link3:hover {Background-color: #000;}
  130. .link4:hover {Background-color: #000;}
  131.  
  132. .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;}
  133.  
  134. .slide:target {Top: 0; Opacity: 1; Z-index: 1; transition: 0.8s; -moz-transition: 0.8s; webkit-transition: 0.8s; -o-transition: 0.8s;}
  135. #title {position:absolute;
  136. color: black;
  137. left:230;
  138. top:140;
  139. }
  140.  
  141. #iconone img{
  142. position:absolute;
  143. bottom: 30px;
  144. left:40;
  145. -webkit-transition: opacity 1s ease-in-out;
  146. -moz-transition: opacity 1s ease-in-out;
  147. -o-transition: opacity 1s ease-in-out;
  148. transition: opacity 1s ease-in-out;
  149. border: 5px solid #702B78;}
  150.  
  151. #iconone img.top:hover {
  152. opacity:0;}
  153.  
  154. #icontwo img{
  155. position:absolute;
  156. bottom: 350px;
  157. left:40;
  158. -webkit-transition: opacity 1s ease-in-out;
  159. -moz-transition: opacity 1s ease-in-out;
  160. -o-transition: opacity 1s ease-in-out;
  161. transition: opacity 1s ease-in-out;
  162. border: 5px solid #ffffff;}
  163.  
  164. #icontwo img.top:hover {
  165. opacity:0;}
  166.  
  167. #iconthree img{
  168. position:absolute;
  169. bottom: 30px;
  170. left:350;
  171. -webkit-transition: opacity 1s ease-in-out;
  172. -moz-transition: opacity 1s ease-in-out;
  173. -o-transition: opacity 1s ease-in-out;
  174. transition: opacity 1s ease-in-out;
  175. border: 5px solid #F8941D;}
  176.  
  177. #iconthree img.top:hover {
  178. opacity:0;}
  179.  
  180.  
  181. #iconfour img{
  182. position:absolute;
  183. bottom: 350px;
  184. left:350;
  185. -webkit-transition: opacity 1s ease-in-out;
  186. -moz-transition: opacity 1s ease-in-out;
  187. -o-transition: opacity 1s ease-in-out;
  188. transition: opacity 1s ease-in-out;
  189. border: 5px solid #2C9EC3;}
  190.  
  191. #iconfour img.top:hover {
  192. opacity:0;}
  193.  
  194.  
  195. h2 {
  196.  
  197. position: fixed;
  198. right: 10px;
  199. bottom: 0px;
  200. font-family: Arial;
  201. font-variant: normal;
  202. font-weight: normal;
  203. font-size: 100%;
  204. color: #000000;}
  205. </style>
  206.  
  207. <div class="navbar">
  208. <a class="link1" href="#1"></a>
  209. <a class="link2" href="#2"></a>
  210. <a class="link3" href="#3"></a>
  211. <a class="link4" href="#4"></a>
  212. </div>
  213.  
  214. <div id="iconone">
  215. <img class="bottom" src="http://i.picpar.com/vWqc.jpg" height="250" width="250" />
  216. <img class="top" src="http://i.picpar.com/rxqc.png" height="250" width="250" />
  217. </div>
  218.  
  219. <div id="icontwo">
  220. <img class="bottom" src="https://68.media.tumblr.com/55f51fad0c15d06a5661883ebfcb7585/tumblr_o2evs5cjAY1u7ob5co1_r1_500.png" height="250" width="250" />
  221. <img class="top" src="http://i.picpar.com/rxqc.png" height="250" width="250" />
  222. </div>
  223.  
  224.  
  225. <div id="iconthree">
  226. <img class="bottom" src="https://68.media.tumblr.com/3e950672cc60b72a5816b7ec9052b519/tumblr_nzbxisB7jU1uypiv0o1_500.png" height="250" width="250" />
  227. <img class="top" src="http://i.picpar.com/rxqc.png" height="250" width="250" />
  228. </div>
  229.  
  230.  
  231. <div id="iconfour">
  232. <img class="bottom" src="https://68.media.tumblr.com/237a1153c0b7200fd022d7961e06cec6/tumblr_nxfj3uiFIE1qedouro1_500.png" height="250" width="250" />
  233. <img class="top" src="http://i.picpar.com/rxqc.png" height="250" width="250" />
  234. </div>
  235.  
  236.  
  237. <div id="1" class="slide">
  238. <div class="abox">
  239. <strong>"Long ago, The Eliksni were once visited by the Great Machine."</strong><br><br>
  240.  
  241. The Traveller sacrificed itself to save humanity. When the Darkness came, and intended to destroy the last of the light, it gave them one last chance. From this, the Ghost were created, and from them came the Guardians, bastions of hope and goodness against the Dark. Yet, it was not just humanity that was chosen. Once the leader of a mighty House, Kell Trovaks saw it all come to an end, betrayed by his own Archon as the Battle of the Twilight Gap. The House was no more, but, then there was a light, a flicker, and the Kell returned, chosen to be one of those who would wield the Light. So he wondered, finding soon that he too, was not alone in this task. He knew what must be done. His House was to be reborn. Yet, they were small, weak compared to the House surrounding him. And so exists a rumor, somewhere in the European Dead Zone, lies a mysterious House, eager to communicate with the Guardians. For peace. For honor. Will you seek them out, Guardian? Or is this a clever ruse?
  242. </div></div>
  243.  
  244. <div id="2" class="slide">
  245. <div class="abox">
  246. <strong><font color="999999">Trovaks:</font></strong><br>
  247. The Kell of Redemption<br>
  248. (Top left)<br><br>
  249.  
  250. Height: 7m (23ft)<br>
  251. Weight: 410kg (904lbs)<br>
  252. Gift of the Machine: Ravaris-Chall (Redemption Prime) <br><br>
  253.  
  254. The leader of House Redemption. The one who will lead them back to the Light. A strong Kell, that leads by his strength, and his wisdom. He has led his House with secrecy in mind, and while the Guardians continue their war against the Darkness, Trovaks hunts down the Darkness near the city where he can. However, he has begun to grow desperate, and risks exposure by sending small messages to Guardians around the system, in hopes to seek an audience.<br><br><br>
  255.  
  256. <strong><a target="_blank" href="https://roleplay.chat/profile.php?user=Sykras" target="_blank"><font color="F8941D">Sykras:</font></a></strong><br>
  257. The Elder Captain<br>
  258. (Bottom Right)<br><br>
  259.  
  260. Height: 2.4m (8ft)<br>
  261. Weight: 250kg (440lbs)<br>
  262. Gift of the Machine: Kara-Rull (Trailblazer)<br><br>
  263.  
  264. The first child of Trovaks. Brilliant strategist, hardened warrior, and defender of the House. Sykras was the first to be found by Trovaks, and trained with him to improve his prowess in combat. While his leadership is noted in strength, he much prefers to take the challenge himself, and often fights the enemies of the light with his own, and only his.<br><br><br>
  265.  
  266.  
  267. <strong><a target="_blank" href="https://roleplay.chat/profile.php?user=Yolzek" target="_blank"><font color="2C9EC3">Yolzek:</font></a></strong><br>
  268. The Scout Captain<br>
  269. (Top Right)<br><br>
  270.  
  271. Height: 2m (5'5")<br>
  272. Weight: 98kg (218lbs)<br>
  273. Gift of the Machine: Arka-Livik (Living Arc)<br><br>
  274.  
  275. The second child of Trovaks. Loyal to the end, headstrong, and naive. Yolzek was the second to be found by Trovak, and learned how to stick to the shadows, and remain quiet. However, her devote loyalty to her Kell has her often act first, before thinking actions over. In her travels across the Cosmodrome and beyond, she has picked up many small skills and trinkets, and yearns to go beyond the blue sky, but remains at her Kell's side until that day comes.<br><br><br>
  276.  
  277. <strong><a target="_blank" href="https://roleplay.chat/profile.php?user=Phalvas" target="_blank"><font color="702B78">Phalvas:</font></a></strong><br>
  278. The Mystic Captain<br>
  279. (Bottom Right)<br><br>
  280.  
  281. Height: 2.1m (7ft)<br>
  282. Weight: 125kg (275 lbs)<br>
  283. Gift of the Machine: Voroo-Taras (Twisting Void)<br><br>
  284.  
  285. The Third Child of Trovaks. Inquisitive, calm under pressure, and hiding a hidden fury. Phalvas was the third to be found by Trovaks, and was instructed on how to control the Light she was given by the Traveler. However, she was given a taste of what powers the Traveler once had, and Trovaks could only do so much. She is constantly learning, sifting through relics of the Golden Age, in hopes to learn ways to harness her true power, and use it to help her House reach redemption.<br><br><br>
  286.  
  287.  
  288. </div></div>
  289.  
  290. <div id="3" class="slide">
  291. <div class="abox">
  292. 1: Still more to work on, and more to add. Will be a WIP.<br><br>
  293.  
  294. 2: This profile is mainly meant for Destiny rooms, but can be modified to most sci-fi. As well, this profile takes the form of the Kell of the House, as if one of the Captains are needed, will be logged onto.<br><br>
  295.  
  296. </div></div>
  297.  
  298. <h2>Layout © <a target="_blank" href="http://pastebin.com/u/[FILTERED]" target="_blank"[FILTERED]/a></h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement