Advertisement
wilderanima

ᴍᴇ, ᴛʜᴇ ᴀʀᴛɪsᴛ. ʏᴏᴜ, ᴍʏ ᴍᴜsᴇ.

Dec 21st, 2024 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.97 KB | Writing | 0 0
  1. <style>
  2.  
  3.  @import url('https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  4.  
  5.  @font-face {
  6.  font-family: "inversionz";
  7.  src: url(https://dl.dropboxusercontent.com/scl/fi/uo349mvvs40gbcdzsgjw4/Inversionz-Unboxed.otf?rlkey=u7mtauz9eooekhwnd53rg5jde&st=7qmg0nws&dl=0);}
  8.  
  9. body {cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  10.  background-color: #000; background-image: url("https://www.transparenttextures.com/patterns/black-mamba.png");}
  11.  
  12. .wilder {
  13. position: fixed;
  14. bottom: 0px;
  15. right: 0px;}
  16.  
  17. ::-webkit-scrollbar {
  18. display: none;}
  19.  
  20. .container {
  21.  position: absolute;
  22.  margin: auto;
  23.  top: 0px;
  24.  bottom: 0px;
  25.  left: 0px;
  26.  right: 0px;
  27.  height: 500px;
  28.  width: 815px;
  29.  background-color: transparent;}
  30.  
  31. .image1 {
  32.  position: absolute;
  33.  top: 5px;
  34.  left: 5px;
  35.  background-image:url(https://placehold.co/265x150.png); /* top left */
  36.  background-repeat:no-repeat;
  37.  width: 265px;
  38.  height: 150px;
  39.  background-size: cover;
  40.  background-position: center;
  41.  border: 0px solid #000;
  42.  opacity:0.9; filter: grayscale(0%);
  43.  z-index: 999;}
  44.  
  45. .image2 {
  46.  position: absolute;
  47.  top: 5px;
  48.  right: 5px;
  49.  background-image:url(https://placehold.co/265x150.png); /* top right */
  50.  background-repeat:no-repeat;
  51.  width: 265px;
  52.  height: 150px;
  53.  background-size: cover;
  54.  background-position: center;
  55.  border: 0px solid #000;
  56.  opacity:0.9; filter: grayscale(0%);
  57.  z-index: 999;}
  58.  
  59. .image3 {
  60.  position: absolute;
  61.  bottom: 5px;
  62.  left: 5px;
  63.  background-image:url(https://placehold.co/265x150.png); /* bottom left */
  64.  background-repeat:no-repeat;
  65.  width: 265px;
  66.  height: 150px;
  67.  background-size: cover;
  68.  background-position: center;
  69.  border: 0px solid #000;
  70.  opacity:0.9; filter: grayscale(0%);
  71.  z-index: 999;}
  72.  
  73. .image4 {
  74.  position: absolute;
  75.  bottom: 5px;
  76.  right: 5px;
  77.  background-image:url(https://placehold.co/265x150.png); /* bottom right */
  78.  background-repeat:no-repeat;
  79.  width: 265px;
  80.  height: 150px;
  81.  background-size: cover;
  82.  background-position: center;
  83.  border: 0px solid #000;
  84.  opacity:0.9; filter: grayscale(0%);
  85.  z-index: 999;}
  86.  
  87. .title {
  88.  position: absolute;
  89.  margin: auto;
  90.  top: -60px;
  91.  left: 225px;
  92.  width: 5000px;
  93.  font-family: inversionz;
  94.  font-size: 60px;
  95.  letter-spacing: 0px;
  96.  color: #444647;
  97.  filter:drop-shadow(0px 0px 3px #444647);
  98.  opacity: 1;
  99.  z-index: 999;}
  100.  
  101. .words1 {
  102.  position: absolute;
  103.  margin: auto;
  104.  top: 0px;
  105.  bottom: 0px;
  106.  left: 5px;
  107.  height: 170px;
  108.  width: 255px;
  109.  padding: 5px;
  110.  text-align: left;
  111.  font-family: economica;
  112.  font-size: 13px;
  113.  overflow: auto;
  114.  text-ident: 10px;
  115.  color: #fefefe;
  116.  background-color: #000;
  117.  border-outline: 1px solid #000;
  118.  z-index: 999;}
  119.  
  120. .put {
  121.  position: absolute;
  122.  top: 0px;
  123.  left: auto;
  124.  margin: auto;
  125.  overflow: auto;
  126.  overflow-x: hidden;
  127.  opacity: 1;
  128.  height: 175px;
  129.  width: 255px;
  130.  padding: 0px;
  131.  font-size: 1px;
  132.  z-index: 999;}
  133.  
  134.  p.td {text-align: right; font-family:economica; margin-left: 75px; font-size: 13px; line-height: 15px; color: #fff; }
  135.  
  136. td {
  137.  text-align: left;
  138.  line-height: 20px;}
  139.  
  140. .words2 {
  141.  position: absolute;
  142.  margin: auto;
  143.  top: -155px;
  144.  bottom: 0px;
  145.  left: 0px;
  146.  right: 0px;
  147.  height: 325px;
  148.  width: 255px;
  149.  padding: 5px;
  150.  text-align: left;
  151.  font-family: economica;
  152.  font-size: 13px;
  153.  overflow: auto;
  154.  text-ident: 10px;
  155.  color: #fefefe;
  156.  background-color: #000;
  157.  border-outline: 1px solid #000;
  158.  z-index: 999;}
  159.  
  160. .words3 {
  161.  position: absolute;
  162.  margin: auto;
  163.  top: 340px;
  164.  bottom: 0px;
  165.  left: 0px;
  166.  right: 0px;
  167.  height: 140px;
  168.  width: 255px;
  169.  padding: 5px;
  170.  text-align: left;
  171.  font-family: economica;
  172.  font-size: 13px;
  173.  overflow: auto;
  174.  text-ident: 10px;
  175.  color: #fefefe;
  176.  background-color: #000;
  177.  border-outline: 1px solid #000;
  178.  z-index: 999;}
  179.  
  180. .words4 {
  181.  position: absolute;
  182.  margin: auto;
  183.  top: 0px;
  184.  bottom: 0px;
  185.  right: 5px;
  186.  height: 170px;
  187.  width: 255px;
  188.  padding: 5px;
  189.  text-align: left;
  190.  font-family: economica;
  191.  font-size: 13px;
  192.  overflow: auto;
  193.  text-ident: 10px;
  194.  color: #fefefe;
  195.  background-color: #000;
  196.  border-outline: 1px solid #000;
  197.  z-index: 999;}
  198.  
  199. .fr1 {width: 50px; height: 50px; margin-bottom: 5px; margin-top: 0px; margin-right: 0px; margin-left: 0px; border: 1px solid #000; border-radius: 0px; z-index: 999;}
  200.  
  201.  b { letter-spacing: 0px; font-family: economica; color: #999; font-weight: bold; font-size:14px; text-transform: uppercase; filter:drop-shadow(0px 0px 3px #999);}
  202.  
  203.  i { letter-spacing: 1px; font-family: economica; color: #666; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #666);}
  204.  
  205.  u { letter-spacing: 0px; font-family: economica; color: #444; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #444);}
  206.  
  207.  s { letter-spacing: 0px; font-family: economica; color: #333; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #333);}
  208.  
  209.  a { font-family: economica; letter-spacing: 0px; color: #fefefe; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition: 0.7s;
  210.  cursor: url(https://i.imgur.com/WIeMSiR.png), auto; filter:drop-shadow(0px 0px 1px #fefefe);}
  211.  
  212.  a:hover { font-family: economica; letter-spacing: 0px; color: #999; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition:0.7s;
  213.  cursor: url(https://i.imgur.com/WIeMSiR.png), auto; filter:drop-shadow(0px 0px 1px #999);}
  214.  
  215. </style>
  216.  
  217. <div class="wilder"><a target="_blank" href="https://roleplay.chat/profile.php?user=WILDER"><img src="https://i.imgur.com/hCJmFVu.png" width="75px;"></a></div>
  218.  
  219. <div class="container">
  220.  
  221. <div class="image1"></div>
  222. <div class="image2"></div>
  223. <div class="image3"></div>
  224. <div class="image4"></div>
  225.  
  226. <div class="title">name here!</div>
  227.  
  228. <div class="words1">
  229. <div id="01" class="put">
  230.  
  231. <table border="0" cellspacing="-10">
  232.  
  233. <tr>
  234. <td><b>Name</b></td>
  235. <td>
  236. <p class="td">Name</p>
  237. </td>
  238. </tr><br>
  239.  
  240. <tr>
  241. <td><b>Nicknames</b></td>
  242. <td>
  243. <p class="td">Nicknames</p>
  244. </td>
  245. </tr><br>
  246.  
  247. <tr>
  248. <td><b>Socials</b></td>
  249. <td>
  250. <p class="td"><a title="Details.">@socials</a></p>
  251. </td>
  252. </tr><br>
  253.  
  254. <tr>
  255. <td><b>Birthdate</b></td>
  256. <td>
  257. <p class="td">Birthday <b>/</b> Age <b>/</b> Zodiac</p>
  258. </td>
  259. </tr>
  260.  
  261. <tr>
  262. <td><b>Birth Place</b></td>
  263. <td>
  264. <p class="td">Birth Place</p>
  265. </td>
  266. </tr><br>
  267.  
  268. <tr>
  269. <td><b>Residence</b></td>
  270. <td>
  271. <p class="td">Residence</p>
  272. </td>
  273. </tr>
  274.  
  275. <tr>
  276. <td><b>Orientation</b></td>
  277. <td>
  278. <p class="td">Orientation</p>
  279. </td>
  280. </tr>
  281.  
  282. <tr>
  283. <td><b>Marital</b></td>
  284. <td>
  285. <p class="td"><a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">Marital</a></p>
  286. </td>
  287. </tr>
  288.  
  289. <tr>
  290. <td><b>Alumni</b></td>
  291. <td>
  292. <p class="td">House <b>/</b> Year</p>
  293. </td>
  294. </tr>
  295.  
  296. <tr>
  297. <td><b>Wand</b></td>
  298. <td>
  299. <p class="td">Length, Wood, Core, Flexibility</p>
  300. </td>
  301. </tr>
  302.  
  303. <tr>
  304. <td><b>Patronus</b></td>
  305. <td>
  306. <p class="td"><a target="_blank" title="Details.">Patronus</a></p>
  307. </td>
  308. </tr>
  309.  
  310. <tr>
  311. <td><b>Boggart</b></td>
  312. <td>
  313. <p class="td">Boggart</p>
  314. </td>
  315. </tr>
  316.  
  317. <tr>
  318. <td><b>Amortentia</b></td>
  319. <td>
  320. <p class="td">Amortentia</p>
  321. </td>
  322. </tr>
  323.  
  324. <tr>
  325. <td><b>Blood</b></td>
  326. <td>
  327. <p class="td">Blood Status</p>
  328. </td>
  329. </tr>
  330.  
  331. <tr>
  332. <td><b>Ethnicity</b></td>
  333. <td>
  334. <p class="td">Ethnicity</p>
  335. </td>
  336. </tr>
  337.  
  338. <tr>
  339. <td><b>Hair</b></td>
  340. <td>
  341. <p class="td">Hair Color</p>
  342. </td>
  343. </tr>
  344.  
  345. <tr>
  346. <td><b>Eyes</b></td>
  347. <td>
  348. <p class="td">Eye Color</p>
  349. </td>
  350. </tr>
  351.  
  352. <tr>
  353. <td><b>Height</b></td>
  354. <td>
  355. <p class="td">ft'in" <b>/</b> cm</p>
  356. </td>
  357. </tr>
  358.  
  359. <tr>
  360. <td><b>Weight</b></td>
  361. <td>
  362. <p class="td">lbs <b>/</b> kg</p>
  363. </td>
  364. </tr>
  365.  
  366. <tr>
  367. <td><b>Physique</b></td>
  368. <td>
  369. <p class="td">Physique</p>
  370. </td>
  371. </tr>
  372.  
  373. <tr>
  374. <td><b>Notable</b></td>
  375. <td>
  376. <p class="td"><a target="_blank" title="Details.">Scars</a> <b>/</b> <a target="_blank" title="Details.">Tattoos</a></p>
  377. </td>
  378. </tr>
  379.  
  380. <tr>
  381. <td><b>Scent</b></td>
  382. <td>
  383. <p class="td"><a target="_blank" title="Details.">Scent</a></p>
  384. </td>
  385. </tr>
  386.  
  387. </table>
  388. </div>
  389. </div>
  390.  
  391. <div class="words2">
  392.  
  393. <b>✔</b> Headcanons and stuff can go here! <br><br>
  394.  
  395. <b>✔</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br><br>
  396.  
  397. <b>✔</b> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br><br>
  398.  
  399. <b>✔</b> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br><br>
  400.  
  401. <b>✔</b> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  402.  
  403. </div>
  404.  
  405. <div class="words3">
  406. <center><br>
  407. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  408. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  409. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  410. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  411. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  412. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  413. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  414. <a target="_blank" href="https://roleplay.chat/profile.php?user="><img src="https://placehold.co/100x100.png" style="filter:grayscale(100%) brightness(75%); opacity:1" class="fr1" title="Details."></a>
  415. </center>
  416.  
  417. </div>
  418.  
  419. <div class="words4">
  420.  
  421. <b>✔</b> Code by <a target="_blank" href="https://roleplay.chat/profile.php?user=WILDER">Wilder</a> — <i>don't steal it!</i> <br><br>
  422.  
  423. <b>✔</b> OOC can go here! <br><br>
  424.  
  425. <b>✔</b> OOC can go here! <br><br>
  426.  
  427. <b>✔</b> OOC can go here! <br><br>
  428.  
  429. <b>bold</b> <i>italic</i> <u>underline</u> <s>strike</s> <a>link/hover</a>
  430.  
  431. </div>
  432. </div>
  433.  
  434. <!----- 【 MUSIC PLAYER #06 by @glenthemes----->
  435. <link href="//glen-players.gitlab.io/06/setup.css" rel="stylesheet">
  436. <script src="//glen-players.gitlab.io/06/init.js"></script>
  437.  
  438. <div glenplayer06>
  439.  
  440.     <!--- vinyl icon --->
  441.     <i class="06i" icon-name="vinyl" aria-label="Vinyl icon"></i>
  442.  
  443.     <!--- player buttons --->
  444.     <button play-button aria-label="Play"></button>
  445.     <button pause-button aria-label="Pause"></button>
  446.    
  447.     <!--- song file URL --->
  448.     <!--- PLEASE READ: linktr.ee/direct_file_links --->
  449.     <audio src="MUSIC_LINK" volume="100%"></audio>
  450.    
  451. </div>
  452.  
  453. <style element="glenplayer06">
  454. [glenplayer06]{
  455.     /*--- options here ---*/
  456.     --MusicPlayer-Position:"bottom left";
  457.     --MusicPlayer-Corner-Offset:1rem;
  458.     z-index:99; /* increase this number if you can't see or click your music player */
  459.    
  460.     --MusicPlayer-Vinyl-Size:1.05rem;
  461.     --MusicPlayer-Vinyl-Color:#999;
  462.     --MusicPlayer-Vinyl-Spin-Speed:3.5s;
  463.    
  464.     --MusicPlayer-Buttons-Size:0.95rem;
  465.     --MusicPlayer-Buttons-Color:#999;
  466.     --MusicPlayer-Buttons-Padding:6px;
  467.    
  468.     --MusicPlayer-Gap-1:9px;
  469.     --MusicPlayer-Gap-2:9px;
  470. }/* do not delete this bracket */
  471. </style><!--don't delete this line-->
  472. <!---- END MUSIC PLAYER ---->
Tags: RPC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement