Advertisement
wilderanima

ᴀғᴛᴇʀ ᴀʟʟ ᴛʜɪs ᴛɪᴍᴇ? ᴀʟᴡᴀʏs.

Apr 28th, 2024 (edited)
1,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.52 KB | Writing | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
  4.  
  5.  
  6. body {
  7. background: #000;
  8. }
  9.  
  10. ::-webkit-scrollbar {
  11. display: none;
  12. }
  13.  
  14. ::selection {
  15. background: ;
  16. color: white;
  17. }
  18.  
  19. a {
  20. text-decoration: none;
  21. color: #C2A490;
  22. }
  23.  
  24. a:hover {
  25. color: #6D5952;
  26. }
  27.  
  28. b {
  29. color: #B1BDC6;
  30. font-weight: bold;
  31. }
  32.  
  33. i {
  34. color: #C29F67;
  35. font-style: italic;
  36. }
  37.  
  38. .wilder {
  39. position: absolute;
  40. bottom: 0px;
  41. right: 10px;
  42. }
  43.  
  44. .container {
  45. position: fixed;
  46. height: 650px;
  47. width: 750px;
  48. background: #000;
  49. top: 50px;
  50. left: 50px;
  51. }
  52.  
  53. .img {
  54. position: absolute;
  55. height: 600px;
  56. width: 375px;
  57. top: 25px;
  58. left: 25px;
  59. background: url(https://placehold.co/375x600.png);
  60. background-size: 100%;
  61. border: 1px solid #647C8E;
  62. box-shadow: #647C8E 0px 0px 20px;
  63. }
  64.  
  65. .stats {
  66. position: absolute;
  67. height: 250px;
  68. width: 300px;
  69. background: #000;
  70. top: 25px;
  71. right: 25px;
  72. overflow: auto;
  73. }
  74.  
  75. .stats h1 {
  76. text-align: center;
  77. font: 20px 'libre baskerville';
  78. padding: 5px;
  79. padding-right: 15px;
  80. border-radius: 5px;
  81. color: #647C8E;
  82. font-weight: bold;
  83. letter-spacing: 0px;
  84. margin-top: 0;
  85. }
  86.  
  87. .stats li {
  88. display: block;
  89. background: #000;
  90. padding: 5px;
  91. margin: 5px;
  92. font: 12px 'libre baskerville';
  93. text-align: justify;
  94. color: #647C8E;
  95. font-weight: ;
  96. }
  97.  
  98. .hc {
  99. position: absolute;
  100. height: 265px;
  101. width: 300px;
  102. background: #000;
  103. bottom: 100px;
  104. right: 25px;
  105. overflow: auto;
  106. }
  107.  
  108. .hc h1 {
  109. text-align: center;
  110. font: 20px 'libre baskerville';
  111. padding: 5px;
  112. padding-right: 15px;
  113. border-radius: 5px;
  114. color: #647C8E;
  115. font-weight: bold;
  116. letter-spacing: 0px;
  117. margin-top: 0;
  118. }
  119.  
  120. .hc li {
  121. display: block;
  122. background: #000;
  123. padding: 5px;
  124. margin: 5px;
  125. font: 12px 'libre baskerville';
  126. text-align: justify;
  127. color: #647C8E;
  128. font-weight: ;
  129. }
  130.  
  131. .cons {
  132. position: absolute;
  133. height: 55px;
  134. width: 300px;
  135. background: #000;
  136. bottom: 35px;
  137. right: 25px;
  138. overflow: auto;
  139. }
  140.  
  141. .contact {
  142. width: 35px;
  143. height: 35px;
  144. border: 1px solid #647C8E;
  145. display: inline-block;
  146. transition: all 500ms linear;
  147. object-fit: cover;
  148. margin: 5px;
  149. margin-bottom: 8px;
  150. padding:4px;
  151. background: transparent;
  152. overflow:; }
  153.  
  154. .contact img {
  155. width: 35px;
  156. height: 35px;
  157. transition: all 500ms linear;
  158. -webkit-filter: grayscale(100%);
  159. /* Safari 6.0 - 9.0 */
  160. filter: grayscale(100%);
  161. opacity: 1; }
  162.  
  163.  
  164. </style>
  165.  
  166. <!--
  167.  MUSIC PLAYER #02 by glenthemes
  168.  ♬ glenthpvs.tumblr.com/player02
  169. --->
  170. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  171. <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
  172. <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
  173. <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
  174. <style element="glenplayer02">
  175. :root {
  176.  --MusicPlayer-Position:bottom left;
  177.  --MusicPlayer-Edge-Offset:18px;
  178.  
  179.  --MusicPlayer-Buttons-Size:14px;
  180.  --MusicPlayer-Buttons-Color:#647C8E;
  181.  --MusicPlayer-Buttons-Fill:yes;
  182.  
  183. }
  184. </style>
  185.  
  186. <div glenplayer02>
  187.  <div controls></div>
  188.  
  189.  <i class="aa-line-icons" icon-name="music-2"></i>
  190.  
  191.  <!-- HOW TO CHANGE THE MUSIC -->
  192.  <!-- linktr.ee/direct_file_links -->
  193.  <audio src="MUSIC_LINK" volume="100%"></audio>
  194.  
  195. </div>
  196. <!--don't delete this line-->
  197. <!--end music player-->
  198.  
  199. <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>
  200.  
  201. <div class="container">
  202. <div class="img"></div>
  203.  
  204. <div class="stats">
  205. <h1>DOSSIER</h1>
  206.  
  207. <li>It scrolls! Add as many as you'd like.</li>
  208. <li>words</li>
  209. <li>words</li>
  210. <li>words</li>
  211. <li>words</li>
  212. <li>words</li>
  213. <li>words</li>
  214. <li>words</li>
  215. </div>
  216.  
  217. <div class="hc">
  218. <h1>HEADCANONS</h1>
  219.  
  220. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</li>
  221. <li>It scrolls! Add as many as you'd like.</li>
  222. <li>words</li>
  223. <li>words</li>
  224. <li>words</li>
  225. <li><b>bold</b> <i>italic</i> <u>underline</u> <a target="_blank" href="LINK">link</a></li>
  226. </div>
  227.  
  228. <div class="cons">
  229.  
  230. <!-- it scrolls, add as many as you'd like! -->
  231.  
  232. <a target="_blank" href="LINK" title="Name." >
  233.  <div class="contact">
  234. <img class="contact-img" src="https://placehold.co/50x50.png">
  235.  </div> </a>
  236.  
  237. <a target="_blank" href="LINK" title="Name." >
  238.  <div class="contact">
  239. <img class="contact-img" src="https://placehold.co/50x50.png">
  240.  </div> </a>
  241. </div>
  242.  
  243. </div>
Tags: RPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement