Advertisement
Demi-monde

LUKECProf

Mar 23rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1.  
  2. <style>
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600i,800|Roboto);
  5.  
  6.  
  7. /*scrollbar customize*/
  8. ::-webkit-scrollbar { height:2px; width:3px; background:#fff;/*scrollbar bg*/ }
  9. ::-webkit-scrollbar-thumb { background:#888; /*scrollbar color*/ border-radius:3px; -webkit-border-radius:3px; }
  10.  
  11. /*coloring for what happens when you highlight text*/
  12. ::-webkit-selection { background:#eee; color:#171717; }
  13. ::-moz-selection { background:#eee; color:#171717; }
  14. ::-ms-selection { background:#eee; color:#171717; }
  15. ::-o-selection { background:#eee; color:#171717; }
  16. ::selection { background:#eee; color:#171717; }
  17.  
  18. /*general*/
  19. body {
  20. background-color:#000; /*background color*/
  21. font-family:'Open Sans', sans-serif;
  22. font-size:11px;
  23. overflow-x:hidden;
  24. }
  25.  
  26. a {
  27. text-decoration: none;
  28. -webkit-transition: all .35s ease-in-out;
  29. -moz-transition: all .35s ease-in-out;
  30. -ms-transition: all .35s ease-in-out;
  31. -o-transition: all .35s ease-in-out;
  32. transition: all .35s ease-in-out;
  33. }
  34.  
  35. /*remove the following for a regular cursor | change the url for your own*/
  36. *, body, a, a:hover {cursor: url(https://i.imgur.com/wwLFpao.png), auto;}
  37. /*end of custom cursor*/
  38.  
  39. #galaxy { width:450px; margin:270px auto; }
  40.  
  41. #sol { /*title*/
  42. color:Red; /*title color*/
  43. font-weight:800;
  44. letter-spacing:7px; font-size:30px;
  45. text-align:left; text-transform:uppercase;
  46. }
  47.  
  48. #comet {
  49. width:100px; height:100px;
  50. padding:5px;
  51. background:#fff; /*icon box background color*/
  52. border:solid 0px #dbdbdb; /*icon box border color*/
  53. box-shadow:7px 7px #666; /*icon box shadow color*/
  54. BACKGROUND-IMAGE: URL('https://thumbs.gfycat.com/FearlessTiredAfricanaugurbuzzard-small.gif');
  55. background-position: center center;
  56. background-size: 100% 120%;
  57. background-repeat: no-repeat;
  58. width: 100px;
  59. height: 100px;
  60. position: fixed;
  61. background-attachment:absolute;
  62. }
  63.  
  64.  
  65.  
  66. #earth {
  67. width:290px; height:100px;
  68. margin-left:130px; padding:5px;
  69. background:#fff; /*info box background color*/
  70. border:solid 1px #dbdbdb; /*info box border color*/
  71. box-shadow:7px 7px #666; /*info box shadow color*/
  72. position:fixed;
  73. }
  74.  
  75. /*mini info accent color*/
  76. #earth c { color:red; text-transform:uppercase; }
  77. #earth p { margin-top:1px; margin-bottom:13px; }
  78.  
  79. /*line colors; best if matched with border*/
  80. #vl1 { margin-top:-5px; margin-left:145px; stroke:#dbdbdb; position:fixed; }
  81.  
  82.  
  83. #box {
  84. width:139px; height:100px;
  85. margin-top:-118px; margin-left:146px; padding:5px;
  86. position:fixed;
  87. }
  88.  
  89. #box h1 {
  90. margin-left:7px; margin-bottom:-5px; color:Red; /*playlist title color*/
  91. font-size:11px; font-weight:600; font-style:italic;
  92. text-align:left; text-transform:uppercase;
  93. }
  94.  
  95. #box li { margin-left:-20px; line-height:120%; list-style: none; }
  96. #box li:before {
  97. content:"+"; /* change update tab bullet points here | use something simple like a • or a character from an alt+ code : you can also use an emoji, just be sure to alter the line height above (standard is 120%; increase to anywhere between 130% and 150% if emojis are overlapping*/
  98. padding-right: 5px;
  99. }
  100.  
  101. #box a { color:red; } /*playlist links color*/
  102. #box a:hover { color:#ff7a24; } /*playlist links hover color*/
  103.  
  104. #luna {
  105. width:420px; max-height:500px;
  106. margin-top:130px; padding:5px;
  107. background:#fff; /*description background color*/
  108. border:solid 1px #dbdbdb; /*description border color*/
  109. box-shadow:7px 7px #666; /*description shadow color*/
  110. text-align:justify;
  111. position:relative;
  112. }
  113.  
  114. #luna a { color:red; } /*description link color*/
  115. #luna a:hover { color:#171717; } /*link hover color*/
  116. #luna i, b, u { color:red; } /*italics, bold, underline color*/
  117.  
  118. #stars {margin-top:20px; font-size:17px; text-align:center; position:relative;}
  119.  
  120. #stars a { margin-left:30px; margin-right:30px;
  121. color:#ff7a24; } /*icon link color*/
  122. #stars a:hover { color:#e31b3f; } /*icon link hover color*/
  123.  
  124. #musicplayer{
  125. position:absolute;
  126. height: 40px;
  127. width: 40px;
  128. margin:270px auto;
  129. line-height: 50px;
  130. font-size: 25px;
  131. color:Grey;
  132. text-align: center;
  133. padding-left: 5px;
  134. overflow: hidden;
  135. z-index: 2999;
  136. transition-duration: 1.5s;
  137. }
  138. #musicplayer: hover {
  139. color: #c00000;
  140. transition-duration: 1.5s;
  141. }
  142. #beat{
  143. float: left;
  144. margin-top: -50px;
  145. margin-left: -2px;
  146. height: 40px;
  147. width: 40px;
  148. overflow: hidden;
  149. opacity: 0;
  150. }
  151.  
  152. #profile{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  153.  
  154.  
  155. .dt {
  156. background-repeat: no-repeat;
  157. background-position: bottom right;
  158. background-size: contain;
  159. width: 100%;
  160. height: 100%;
  161. position: fixed;
  162. background-image: url('https://i.pinimg.com/originals/af/3a/16/af3a16c5b7c884a48b011395ce206dda.png');
  163. background-attachment:absolute;
  164. height:100%;
  165. width: 100%;
  166. }
  167.  
  168. </style>
  169.  
  170. <div id="profile" oncontextmenu="return false;">
  171. <div class="dt"></div>
  172. <div id="galaxy">
  173. <div id="musicplayer">
  174. <div id="beat">
  175. <audio controls loop style>
  176. <source src="https://bit.ly/2FtnEAP">
  177. </audio>
  178. </div></div>
  179. <div id="sol">P o w e r M a n</div>
  180.  
  181. <div id="comet">
  182. </div>
  183.  
  184. <div id="earth">
  185. <div id="vl1"><svg height="110" width="1"><line x1="0" y1="0" x2="0" y2="289" style="stroke-width:5" /></svg></div>
  186.  
  187.  
  188. <c>name:</c> Luke Cage(Carl Lucas)<br>
  189. <c>alias:</c> Power Man<br>
  190. <c>sex:</c> Male<br>
  191. <c>power:</c> Invincible <br>
  192. <c>staus:</c> Single<p>
  193. <c>looks:</c> Dark | Dark<br><br>
  194.  
  195. <div id="box">
  196. <ul>
  197. <li>OOC ≠ IC</li>
  198. <li>PM Friendly</li>
  199. <li>Have Fun </li>
  200. <li>No God-Modding</li>
  201. <li>Long Time Rper</li>
  202. <li>Based of <a title="Marvel">Comic</a></li>
  203. </ul>
  204. </div>
  205. </div>
  206.  
  207. <div id="luna">
  208. Cage’s forte is that he is <b>superhumanly strong</b>. He can punch through concrete, brick, and reinforced steel doors as if they were made of paper. Furthermore, he is nearly <b>immune</b> to street and even military grade weaponry. His <b>superhuman durability</b> cannot be underestimated even when going against highly skilled fighters or superhuman foes. He was a skilled fighter before he gained his powers, making him all the more <b>dangerous</b> in combat.
  209. </div><!--end luna-->
  210. <p>
  211.  
  212. </div><!--end galaxy-->
  213. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement