Advertisement
wilderanima

ɴᴏ ʀᴀɪɴ. ɴᴏ ғʟᴏᴡᴇʀs.

Apr 28th, 2024 (edited)
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.08 KB | Writing | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
  4. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  5. @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  6. @import url('https://fonts.googleapis.com/css2?family=Short+Stack&display=swap');
  7.  
  8. body {
  9. cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  10. background-color: #000;
  11. }
  12.  
  13. ::-webkit-scrollbar {
  14. display: none;
  15. }
  16.  
  17. ::selection {
  18. background: ;
  19. color: white;
  20. }
  21.  
  22. a {
  23. text-decoration: none;
  24. color: #000;
  25. }
  26.  
  27. a:hover {
  28. color: #ADACC1;
  29. }
  30.  
  31. b {
  32. color: #B1BDC6;
  33. font-weight: bold;
  34. }
  35.  
  36. i {
  37. color: #BE6C79;
  38. }
  39.  
  40. .wilder {
  41. position: absolute;
  42. bottom: 0px;
  43. right: 5px;
  44. }
  45.  
  46. .container {
  47. position: absolute;
  48. margin: auto;
  49. top: 0px;
  50. bottom: 0px;
  51. left: 0px;
  52. right: 0px;
  53. height: 650px;
  54. width: 800px;
  55. background-color: #000;
  56. }
  57.  
  58. .mainimg {
  59. position: absolute;
  60. height: 600px;
  61. width: 375px;
  62. top: 25px;
  63. right: 25px;
  64. background: url(https://placehold.co/375x600.png);
  65. background-size: 100%;
  66. border: 1px solid #7D86AD;
  67. border-radius: 5px 20px 20px 5px;
  68. box-shadow: #7D86AD 0px 0px 20px;
  69. }
  70.  
  71. .name {
  72. position: relative;
  73. font-family: 'anton';
  74. font-size: 50px;
  75. font-style: italic;
  76. margin-top: 5px;
  77. margin-bottom: 5px;
  78. left: 35px;
  79. top: 445px;
  80. text-shadow: 2px 2px 2px #7D86AD;
  81. color: #EEEDEE;
  82. letter-spacing: -1px;
  83. z-index: 1;}
  84.  
  85. .stats {
  86. position: absolute;
  87. top: 25px;
  88. left: 25px;
  89. height: 230px;
  90. width: 350px;
  91. background: #7D86AD;
  92. border: 1px solid #7D86AD;
  93. border-radius: 20px 5px 5px 20px;
  94. box-shadow: #7D86AD 0px 0px 20px;
  95. padding: 10px;
  96. overflow: auto;
  97. }
  98.  
  99. .stats h1 {
  100. text-align: right;
  101. font: 20px anton;
  102. padding: 0px;
  103. padding-right: 50px;
  104. border-radius: 5px;
  105. color: #EEEDEE;
  106. font-style: italic;
  107. margin-top: 0;
  108. }
  109.  
  110. .stats li {
  111. display: block;
  112. background: #575D79;
  113. box-shadow: #EEEDEE 0px 0px 5px;
  114. opacity: 0.8;
  115. padding: 8px;
  116. margin: 3px;
  117. border-radius: 20px 5px 5px 5px;
  118. font: 13px short stack;
  119. text-align: right;
  120. color: #F1DED6;
  121. font-weight: bold;
  122. }
  123.  
  124. .hc {
  125. position: absolute;
  126. top: 280px;
  127. left: 25px;
  128. height: 150px;
  129. width: 350px;
  130. background: #7D86AD;
  131. border: 1px solid #7D86AD;
  132. border-radius: 20px 5px 5px 20px;
  133. box-shadow: #7D86AD 0px 0px 20px;
  134. padding: 10px;
  135. overflow: auto;
  136. }
  137.  
  138. .hc h1 {
  139. text-align: right;
  140. font: 20px anton;
  141. padding: 0px;
  142. padding-right: 50px;
  143. border-radius: 5px;
  144. color: #EEEDEE;
  145. font-style: italic;
  146. margin-top: 0;
  147. }
  148.  
  149. .hc li {
  150. display: block;
  151. background: #575D79;
  152. box-shadow: #EEEDEE 0px 0px 5px;
  153. opacity: 0.8;
  154. padding: 8px;
  155. margin: 3px;
  156. border-radius: 20px 5px 5px 5px;
  157. font: 13px short stack;
  158. text-align: right;
  159. color: #F1DED6;
  160. font-weight: bold;
  161. }
  162.  
  163. .cons {
  164. position: absolute;
  165. top: 505px;
  166. left: 25px;
  167. height: 100px;
  168. width: 350px;
  169. background: #7D86AD;
  170. border: 1px solid #7D86AD;
  171. border-radius: 20px 5px 5px 20px;
  172. box-shadow: #7D86AD 0px 0px 20px;
  173. padding: 10px;
  174. overflow: auto;
  175. }
  176.  
  177. .cons h1 {
  178. text-align: right;
  179. font: 20px anton;
  180. padding: 0px;
  181. padding-right: 50px;
  182. border-radius: 5px;
  183. color: #EEEDEE;
  184. font-style: italic;
  185. margin-top: 0;
  186. }
  187.  
  188. .contact {
  189. width: 35px;
  190. height: 35px;
  191. border: 1px solid #575D79;
  192. display: inline-block;
  193. transition: all 500ms linear;
  194. object-fit: cover;
  195. margin: 5px;
  196. margin-bottom: 8px;
  197. padding:4px;
  198. background: transparent;
  199. overflow:; }
  200.  
  201. .contact img {
  202. width: 35px;
  203. height: 35px;
  204. transition: all 500ms linear;
  205. -webkit-filter: grayscale(100%);
  206. /* Safari 6.0 - 9.0 */
  207. filter: grayscale(100%);
  208. opacity: 1; }
  209.  
  210. </style>
  211.  
  212. <!--
  213.  MUSIC PLAYER #02 by glenthemes
  214.  ♬ glenthpvs.tumblr.com/player02
  215. --->
  216. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  217. <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
  218. <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
  219. <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
  220. <style element="glenplayer02">
  221. :root {
  222.  --MusicPlayer-Position:bottom left;
  223.  --MusicPlayer-Edge-Offset:18px;
  224.  
  225.  --MusicPlayer-Buttons-Size:14px;
  226.  --MusicPlayer-Buttons-Color:#7D86AD;
  227.  --MusicPlayer-Buttons-Fill:yes;
  228.  
  229. }
  230. </style>
  231.  
  232. <div glenplayer02>
  233.  <div controls></div>
  234.  
  235.  <i class="aa-line-icons" icon-name="music-2"></i>
  236.  
  237.  <!-- HOW TO CHANGE THE MUSIC -->
  238.  <!-- linktr.ee/direct_file_links -->
  239.  <audio src="MUSIC_LINK" volume="100%"></audio>
  240.  
  241. </div><!--don't delete this line-->
  242. <!--end music player-->
  243.  
  244. <div class="wilder"><a target="_blank" href="https://pastebin.com/u/wilderanima" title="code by wilder."><img src="https://i.imgur.com/hCJmFVu.png" width="75px;"></a></div>
  245.  
  246. <div class="container">
  247. <div class="mainimg"></div>
  248. <div class="name">NAME LASTNAME</div>
  249. <div class="stats">
  250. <h1>dossier</h1>
  251. <li>it scrolls! add as many as you'd like!</li>
  252. <li>words</li>
  253. <li>words</li>
  254. <li>words</li>
  255. <li>words</li>
  256. <li>words</li>
  257. <li>words</li>
  258.  
  259. </div>
  260. <div class="hc">
  261. <h1>headcanons</h1>
  262. <li><b>bold</b> <i>italic</i> <u>underline</u> <a>link</a></li>
  263. <li>stat</li>
  264. <li>stat</li>
  265. <li>stat</li>
  266. <li>stat</li>
  267. <li>stat</li>
  268. <li>stat</li>
  269. </div>
  270. <div class="cons">
  271. <h1>connections</h1>
  272. <a target="_blank" href="LINK" title="Name." >
  273.  <div class="contact">
  274. <img class="contact-img" src="https://placehold.co/50x50.png">
  275.  </div> </a>
  276. <a target="_blank" href="LINK" title="Name." >
  277.  <div class="contact">
  278. <img class="contact-img" src="https://placehold.co/50x50.png">
  279.  </div> </a>
  280. <a target="_blank" href="LINK" title="Name." >
  281.  <div class="contact">
  282. <img class="contact-img" src="https://placehold.co/50x50.png">
  283.  </div> </a>
  284. <a target="_blank" href="LINK" title="Name." >
  285.  <div class="contact">
  286. <img class="contact-img" src="https://placehold.co/50x50.png">
  287.  </div> </a>
  288. <a target="_blank" href="LINK" title="Name." >
  289.  <div class="contact">
  290. <img class="contact-img" src="https://placehold.co/50x50.png">
  291.  </div> </a>
  292. <a target="_blank" href="LINK" title="Name." >
  293.  <div class="contact">
  294. <img class="contact-img" src="https://placehold.co/50x50.png">
  295.  </div> </a>
  296. </div>
  297.  
  298. </div>
Tags: RPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement