Advertisement
Guest User

MAKA CODE

a guest
Feb 29th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Oxanium|Spartan|Lobster');
  4.  
  5. #music{position:fixed;
  6. bottom:50px;
  7. left:0px;
  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:50px;
  35. height:50px;
  36. background-size: 50px;
  37. background-image: url('https://i.dlpng.com/static/png/6549440_thumb.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: #transparent;
  46. opacity:1.0;}
  47.  
  48. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-5/cur477.cur), progress !important;}
  49.  
  50. ::-webkit-scrollbar {width: 0px;}
  51. ::-webkit-scrollbar-thumb:vertical {
  52. height: 0px;background-color: #000000;}
  53. ::-webkit-scrollbar-thumb:horizontal {
  54. height: 0px;background-color: #000000;border: 0px ;width: 0px;}
  55.  
  56. a {color: green;
  57. text-decoration: none;
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. -ms-transition: all 0.5s ease-in-out;
  62. transition: all 0.5s ease-in-out;
  63. }
  64.  
  65. a:hover {color: white;
  66. text-decoration: none;
  67. -webkit-transition: all 0.5s ease-in-out;
  68. -moz-transition: all 0.5s ease-in-out;
  69. -o-transition: all 0.5s ease-in-out;
  70. -ms-transition: all 0.5s ease-in-out;
  71. transition: all 0.5s ease-in-out;
  72. }
  73.  
  74. body{
  75. background: #000000;
  76. background: -moz-linear-gradient(45deg, #000000 0%, #000000 50%, #041F00 100%);
  77. background: -webkit-linear-gradient(45deg, #000000 0%, #000000 50%, #041F00 100%);
  78. background: linear-gradient(45deg, #000000 0%, #000000 50%, #041F00 100%);
  79. }
  80.  
  81. #title {
  82. position:absolute;
  83. font-weight:800;
  84. text-transform:justify;
  85. font-size:30px;
  86. font-family: 'Oxanium';
  87. background: url(https://media.giphy.com/media/l3977adOpN1GbQNUs/giphy.gif) no-repeat;
  88. -webkit-background-clip: text;
  89. -webkit-text-fill-color: transparent;
  90. background-size:cover;
  91. background-position:center;
  92. bottom: 461px;
  93. left: 563px;
  94. line-height:95px;
  95. -moz-transform: rotate(90deg);
  96. -webkit-transform: rotate(90deg);
  97. -o-transform: rotate(90deg);
  98. -ms-transform: rotate(90deg);
  99. transform: rotate(90deg);
  100. }
  101.  
  102. #title2 {
  103. position:absolute;
  104. font-weight:800;
  105. text-transform:justify;
  106. font-size:30px;
  107. font-family: 'Oxanium';
  108. background: url(https://media.giphy.com/media/l3977adOpN1GbQNUs/giphy.gif) no-repeat;
  109. -webkit-background-clip: text;
  110. -webkit-text-fill-color: transparent;
  111. background-size:cover;
  112. background-position:center;
  113. bottom:580px;
  114. left: 356px;
  115. line-height:95px;
  116. }
  117.  
  118. .maka{
  119. position: fixed;
  120. bottom: 8px;
  121. left: 319px;
  122. height: 580px;
  123. width: 300px;
  124. font-family: 'Oxanium';
  125. font-size: 13px;
  126. color: 6B6B6B;
  127. background-color: #000000;
  128. overflow:auto;
  129. padding-left: 10px;
  130. padding-right: 10px;
  131. padding-top: 5px;
  132. padding-bottom: 5px;
  133. filter: alpha(opacity=0);
  134. opacity: 1;
  135. border: 8px double #041F00;
  136. }
  137.  
  138.  
  139. .thing{
  140. position:absolute;
  141. bottom:15px;
  142. left:90px;
  143. height:649px;
  144. width:200px;
  145. background-color:#041F00;
  146. -moz-transform: rotate(15deg);
  147. -webkit-transform: rotate(15deg);
  148. -o-transform: rotate(15deg);
  149. -ms-transform: rotate(15deg);
  150. transform: rotate(15deg);
  151. }
  152.  
  153. .frens {
  154. position: absolute;
  155. bottom: -470px;
  156. left: -70px;
  157. width: 100px;
  158. text-align: left;
  159. }
  160.  
  161. b {
  162. font-family: 'Spartan';
  163. font-size: 11px;
  164. color:#CCCCCC;
  165. background-color:#transparent;
  166. text-transform:justify;
  167. padding-left:2px;
  168. padding-right:2px;
  169. padding-top:2px;
  170. padding-bottom:2px;
  171. }
  172.  
  173. i {
  174. font-family: 'Lobster';
  175. font-size: 13px;
  176. color:#CCCCCC;
  177. background-color:#transparent;
  178. text-transform:justify;
  179. padding-left:2px;
  180. padding-right:2px;
  181. padding-top:2px;
  182. padding-bottom:2px;
  183. }
  184.  
  185. </style>
  186.  
  187. <div class="thing">
  188. </div>
  189.  
  190.  
  191. <div id="title">TO BE STRONG</div>
  192. <div id="title2">HUMANS NEED FEAR</div>
  193.  
  194. <div style="position: fixed; bottom:630px; left:80px; height:25px">
  195. <div style="border: 2px solid #CCCCCC; overflow:hidden">
  196. <img src="http://i.picpar.com/IAee.jpg" height="649px">
  197.  
  198.  
  199. <div class="maka">
  200. <font style=float:left> <b>Moniker</b> </font> <font style=float:right> <i>Soul "Eater" Evans</i> </span></font><br>
  201. <font style=float:left><b>Nicks</b></font> <font style=float:right> <i>Sharky | Cool Guy</i> </span></font><br>
  202. <font style=float:left> <b>Species</b> </font> <font style=float:right> <i>Demon Weapon [ Scythe ]</i> </font><br><br>
  203.  
  204. <font style=float:left> <b>Gender</b> </font> <font style=float:right> <i>Masculine</i> </span></font><br>
  205. <font style=float:left> <b>Sexuality</b> </font> <font style=float:right> <i>Hetero</i> </span></font><br>
  206. <font style=float:left> <b>Marital</b> </font> <font style=float:right>
  207. <a target="_blank" href="https://roleplay.chat/profile.php?user=Soul+Evans">hot daddy</a>
  208. </span></font><br><br>
  209.  
  210. <font style=float:left> <b>Age</b> </font> <font style=float:right> <i>1 8</i> </span></font><br>
  211. <font style=float:left> <b>Height</b> </font> <font style=float:right> <i>5'9''</i> </span></font><br>
  212. <font style=float:left> <b>Weight</b> </font> <font style=float:right> <i>150 lbs</i> </span></font><br>
  213. <font style=float:left> <b>Eye</b> </font> <font style=float:right> <i>Red</i> </span></font><br>
  214. <font style=float:left> <b>Hair</b> </font> <font style=float:right> <i>White</i> </span></font><br>
  215.  
  216. <font style=float:left> <b>Occupation</b> </font> <font style=float:right> <i>Student [ Senior ]</i> </span></font><br>
  217. <font style=float:left> <b>Mental</b> </font> <font style=float:right> <i>Equanimous | Protective | Gluttonous</i> </span></font><br>
  218. <font style=float:left> <b>Scent</b> </font> <font style=float:right> <i>Sauvage [ Dior ]</i> </span></font><br>
  219. <font style=float:left> <b>Scar</b> </font> <font style=float:right> <i>From Chest To Torso; Diagonal</i> </span></font><br><br>
  220.  
  221. <font style=float:left> <b>Affliction</b> </font> <font style=float:right> <i>Black Blood Madness</i> </span></font><br>
  222. <font style=float:left> <b>Likes</b> </font> <font style=float:right> <i>Pizza | Games | Snoozing</i> </span></font><br>
  223. <font style=float:left> <b>Dislikes</b> </font> <font style=float:right> <i>Green Food | Studying | Bright Colors</i> </span></font><br>
  224. <font style=float:left> <b>Hobbies</b> </font> <font style=float:right> <i>Piano | Writing Music</i> </span></font>
  225. <br><br>
  226.  
  227. <center>🌜🌜🌜
  228.  
  229. <br><br>
  230.  
  231. HISTORY BLUB.
  232.  
  233. <br><br>
  234.  
  235. PERSONALITY BLURB.
  236.  
  237. <br><br>
  238.  
  239. COMBAT BLUB.
  240.  
  241. <br><br>
  242. EXTRA-- IDK WHATEVS.
  243.  
  244. <br><br>
  245. 🌜🌜🌜
  246. <br><br>
  247. </center>
  248. <font style=float:left>
  249. 🌞 coded for me!<br>
  250. 🌞 add as many oocs as u want.
  251. </font>
  252. </div>
  253.  
  254.  
  255. <div style="position: fixed; bottom: -30px; left: 605px; background-color: transparent;">
  256. <img src="http://i.picpar.com/KAee.png"height="450px">
  257. </div>
  258.  
  259. <div class="frens">
  260. <a target="_blank" title="INFO HERE." href="https://roleplay.chat/profile.php?user=Maka">
  261. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  262.  
  263. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=Star+Boy">
  264. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  265.  
  266. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=Wes+Evans">
  267. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  268.  
  269. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=Death+The+Kidd">
  270. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  271.  
  272. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=camellia+blossom">
  273. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  274.  
  275. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=Franken+Stein">
  276. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a><br>
  277.  
  278. <a target="_blank" title="INFO HERE." href="https://2.roleplay.chat/profile.php?user=Spirit+Albarn">
  279. <img style="border: 2px solid #041F00; height:60px; width:60px; border-radius: 50px;" src="PIC HERE"></a>
  280.  
  281. </div>
  282.  
  283. <div id="music">
  284. <div id="music1">
  285. <div id="music3">
  286. <audio controls style="opacity: 0;"><source src=" SONG "></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement