Advertisement
wilderanima

ғᴜʟʟ ᴏғ ᴜɴᴛᴏʟᴅ sᴛᴏʀɪᴇs

Oct 26th, 2024 (edited)
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.07 KB | None | 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&display=swap');
  4.  
  5.  @font-face {
  6.  font-family: "progress";
  7.  src: url(https://dl.dropboxusercontent.com/scl/fi/1hrs2qe1v8pi6f70metys/PROGRESS.ttf?rlkey=ix7a5tkoya84k08gec3cpggkh&st=7z4kbydx&dl=0);}
  8.  
  9.  @font-face {
  10.  font-family: "bronco";
  11.  src: url(https://dl.dropboxusercontent.com/scl/fi/duv9iru19obm6ta2dq4lp/BRONCO.ttf?rlkey=3a75qx1zl96sd9v8sva2zyzel&st=lvz0ku6q&dl=0);}
  12.  
  13. body {cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  14. background-color: #000;}
  15.  
  16. ::-webkit-scrollbar {
  17. display: none;}
  18.  
  19. .wilder {
  20. position: fixed;
  21. bottom: 0px;
  22. right: 10px;
  23. z-index: 999999999;
  24. }
  25.  
  26. .container {
  27. position: fixed;
  28. margin: auto;
  29. top: 0px;
  30. bottom: 0px;
  31. left: 0px;
  32. right: 0px;
  33. height: 350px;
  34. width: 825px;
  35. background-color: #000;}
  36.  
  37. .title {
  38.  position: absolute;
  39.  margin: auto;
  40.  top: -75px;
  41.  bottom: 0px;
  42.  left: 300px;
  43.  right: 0px;
  44.  width: 5000px;
  45.  font-family: bronco;
  46.  font-size: 75px;
  47.  letter-spacing: 2px;
  48.  color: #284a52;
  49.  filter:drop-shadow(0px 0px 3px #284a52);
  50.  opacity: 1;
  51.  z-index: 999;}
  52.  
  53. .image1 {
  54.  position: absolute;
  55.  top: 0px;
  56.  left: 0px;
  57.  background-image:url(https://placehold.co/270x150.png); /* top left */
  58.  background-repeat:no-repeat;
  59.  width:270px;
  60.  height:150px;
  61.  background-size: cover;
  62.  background-position: center;
  63.  z-index: 9;
  64.  border: 1px solid #000;
  65.  opacity:0.9; filter: grayscale(0%);}
  66.  
  67. .image2 {
  68.  position: absolute;
  69.  bottom: 0px;
  70.  right: 0px;
  71.  background-image:url(https://placehold.co/270x150.png); /* bottom right */
  72.  background-repeat:no-repeat;
  73.  width:270px;
  74.  height:150px;
  75.  background-size:cover;
  76.  background-position: center;
  77.  z-index: 9;
  78.  border: 1px solid #000;
  79.  opacity:0.9; filter: grayscale(0%);}
  80.  
  81.  .words1 {
  82.  position: absolute;
  83.  margin: auto;
  84.  bottom: 5px;
  85.  left: 5px;
  86.  height: 165px;
  87.  width: 245px;
  88.  padding: 10px;
  89.  text-align: left;
  90.  font-family: economica;
  91.  font-size: 13px;
  92.  overflow: auto;
  93.  text-ident: 10px;
  94.  color: #fefefe;
  95.  background-color: #000;
  96.  border-outline: 1px solid #000;
  97.  z-index: 999;}
  98.  
  99.  .words2 {
  100.  position: absolute;
  101.  margin: auto;
  102.  top: 5px;
  103.  left: 0px;
  104.  right: 0px;
  105.  height: 320px;
  106.  width: 250px;
  107.  padding: 10px;
  108.  text-align: left;
  109.  font-family: economica;
  110.  font-size: 13px;
  111.  overflow: auto;
  112.  overflow-x: hidden;
  113.  text-ident: 10px;
  114.  color: #fefefe;
  115.  background-color: #000;
  116.  border-outline: 1px solid #000;
  117.  z-index: 999;}
  118.  
  119. .put {
  120.  position: absolute;
  121.  top: 0px;
  122.  left: auto;
  123.  margin: auto;
  124.  overflow: auto;
  125.  overflow-x: hidden;
  126.  opacity: 1;
  127.  height: 355px;
  128.  width: 260px;
  129.  padding: 0px;
  130.  font-size: 1px;
  131.  z-index: 999;}
  132.  
  133. p.td {text-align: right; font-family:economica; margin-left: -10; font-size: 13px; line-height: 15px; color: #fff; }
  134.  
  135. td {
  136. text-align: left;
  137. line-height: 20px;}
  138.  
  139.  .words3 {
  140.  position: absolute;
  141.  margin: auto;
  142.  top: 5px;
  143.  right: 5px;
  144.  height: 165px;
  145.  width: 245px;
  146.  padding: 10px;
  147.  text-align: left;
  148.  font-family: economica;
  149.  font-size: 13px;
  150.  overflow: auto;
  151.  text-ident: 10px;
  152.  color: #fefefe;
  153.  background-color: #000;
  154.  border-outline: 1px solid #000;
  155.  z-index: 999;}
  156.  
  157.  b { letter-spacing: 0px; font-family: economica; color: #284a52; font-weight: bold; font-size:14px; text-transform: uppercase; filter:drop-shadow(0px 0px 3px #284a52);}
  158.  
  159.  i { letter-spacing: 0px; font-family: economica; color: #ddd7dd; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #ddd7dd);}
  160.  
  161.  u { letter-spacing: 0px; font-family: economica; color: #aabaa6; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #aabaa6);}
  162.  
  163.  s { letter-spacing: 0px; font-family: economica; color: #5e321f; font-weight: bold; font-size:14px; text-transform:; filter:drop-shadow(0px 0px 1px #5e321f);}
  164.  
  165.  a { font-family: economica; letter-spacing: 0px; color: #829097; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition: 0.7s;
  166.  cursor: url(https://i.imgur.com/WIeMSiR.png), auto; filter:drop-shadow(0px 0px 1px #829097);}
  167.  
  168.  a:hover { font-family: economica; letter-spacing: 0px; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition:0.7s; }
  169.  
  170. .contacts {
  171.  position: absolute;
  172.  margin: auto;
  173.  top: 0px;
  174.  right: -80px;
  175.  height: 329px;
  176.  width: 55px;
  177.  padding: 10px;
  178.  text-align: left;
  179.  font-family: economica;
  180.  font-size: 12px;
  181.  overflow: auto;
  182.  text-ident: 10px;
  183.  color: #fefefe;
  184.  background-color: #000;
  185.  z-index: 99999;}
  186.  
  187. .contact {
  188.  width: 55px;
  189.  height: 55px;
  190.  border: 0px solid #3a3d39;
  191.  display: inline-block;
  192.  transition: all 500ms linear;
  193.  object-fit: cover;
  194.  margin: 0px;
  195.  margin-bottom: 8px;
  196.  padding: 1px;
  197.  background: transparent;
  198.  overflow:; }
  199.  
  200. .contact img {
  201.  width: 55px;
  202.  height: 55px;
  203.  outline: 1px solid #;
  204.  transition: all 500ms linear;
  205.  -webkit-filter: grayscale(100%);
  206.  filter:drop-shadow(2px 2px 2px #284a52);
  207.  opacity: 1; }
  208.  
  209. </style>
  210. <div class="wilder"><a target="_blank" href="https://roleplay.chat/profile.php?user=WILDER" title="ᴄᴏᴅᴇ ʙʏ ᴡɪʟᴅᴇʀ.
  211. ɴᴏᴛᴇ — ᴘʟᴇᴀsᴇ, ғᴇᴇʟ ғʀᴇᴇ ᴛᴏ ᴇᴅɪᴛ ᴛʜɪs ᴄᴏᴅᴇ ʜᴏᴡᴇᴠᴇʀ ʏᴏᴜ'ᴅ ʟɪᴋᴇ.
  212. ᴄᴏʟᴏʀs, ғᴏɴᴛs, ғᴏʀᴍᴀᴛᴛɪɴɢ, ᴇᴛᴄ. ɢᴏ ᴄʀᴀᴢʏ. ᴘʟᴇᴀsᴇ ᴊᴜsᴛ ᴋᴇᴇᴘ ᴛʜᴇ ᴄʀᴇᴅɪᴛ."><img src="https://i.imgur.com/hCJmFVu.png" width="75px;"></a></div>
  213.  
  214. <div class="container">
  215. <div class="image1"></div>
  216. <div class="image2"></div>
  217.  
  218. <div class="title">FIRSTNAME LASTNAME</div>
  219.  
  220. <div class="words1">
  221.  
  222. <b>❝</b> Headcanons and such can go here! <br><br>
  223.  
  224. <b>❝</b> Headcanons and such can go here! <br><br>
  225.  
  226. <b>❝</b> Headcanons and such can go here! <br><br>
  227.  
  228. <b>❝</b> Headcanons and such can go here! <br><br>
  229.  
  230. <b>❝</b> Headcanons and such can go here! <br><br>
  231.  
  232. </div>
  233.  
  234. <div class="words2">
  235. <div id="01" class="put">
  236.  
  237. <table border="0" cellspacing="-10">
  238.  
  239. <tr>
  240. <td><b>Name</b></td>
  241. <td>
  242. <p class="td">FULL NAME</p>
  243. </td>
  244. </tr><br>
  245.  
  246. <tr>
  247. <td><b>Nicknames</b></td>
  248. <td>
  249. <p class="td">NICKNAMES</p>
  250. </td>
  251. </tr><br>
  252.  
  253. <tr>
  254. <td><b>Socials</b></td>
  255. <td>
  256. <p class="td"><a title="Details.">@SOCIALS</a></p>
  257. </td>
  258. </tr><br>
  259.  
  260. <tr>
  261. <td><b>Birthdate</b></td>
  262. <td>
  263. <p class="td">BIRTHDAY <b>/</b> AGE</p>
  264. </td>
  265. </tr>
  266.  
  267. <tr>
  268. <td><b>Birth Place</b></td>
  269. <td>
  270. <p class="td">BIRTH PLACE</p>
  271. </td>
  272. </tr><br>
  273.  
  274. <tr>
  275. <td><b>Residence</b></td>
  276. <td>
  277. <p class="td">RESIDENCE</p>
  278. </td>
  279. </tr>
  280.  
  281. <tr>
  282. <td><b>Orientation</b></td>
  283. <td>
  284. <p class="td">SEXUALITY</p>
  285. </td>
  286. </tr>
  287.  
  288. <tr>
  289. <td><b>Marital</b></td>
  290. <td>
  291. <p class="td"><a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">MARITAL</a></p>
  292. </td>
  293. </tr>
  294.  
  295. <tr>
  296. <td><b>Alumni</b></td>
  297. <td>
  298. <p class="td">HOUSE <b>/</b> YEAR</p>
  299. </td>
  300. </tr>
  301.  
  302. <tr>
  303. <td><b>Wand</b></td>
  304. <td>
  305. <p class="td">LENGTH, WOOD, CORE, FLEXBILITY</p>
  306. </td>
  307. </tr>
  308.  
  309. <tr>
  310. <td><b>Patronus</b></td>
  311. <td>
  312. <p class="td">PATRONUS</p>
  313. </td>
  314. </tr>
  315.  
  316. <tr>
  317. <td><b>Boggart</b></td>
  318. <td>
  319. <p class="td">BOGGART</p>
  320. </td>
  321. </tr>
  322.  
  323. <tr>
  324. <td><b>Amortentia</b></td>
  325. <td>
  326. <p class="td">AMORTENTIA</p>
  327. </td>
  328. </tr>
  329.  
  330. <tr>
  331. <td><b>Blood</b></td>
  332. <td>
  333. <p class="td">BLOOD STATUS</p>
  334. </td>
  335. </tr>
  336.  
  337. <tr>
  338. <td><b>Ethnicity</b></td>
  339. <td>
  340. <p class="td">ETHNICITY</p>
  341. </td>
  342. </tr>
  343.  
  344. <tr>
  345. <td><b>Hair</b></td>
  346. <td>
  347. <p class="td">HAIR COLOR</p>
  348. </td>
  349. </tr>
  350.  
  351. <tr>
  352. <td><b>Eyes</b></td>
  353. <td>
  354. <p class="td">EYE COLOR</p>
  355. </td>
  356. </tr>
  357.  
  358. <tr>
  359. <td><b>Height</b></td>
  360. <td>
  361. <p class="td">FT'IN" <b>/</b> CM</p>
  362. </td>
  363. </tr>
  364.  
  365. <tr>
  366. <td><b>Weight</b></td>
  367. <td>
  368. <p class="td">LBS <b>/</b> KGS</p>
  369. </td>
  370. </tr>
  371.  
  372. <tr>
  373. <td><b>Physique</b></td>
  374. <td>
  375. <p class="td">PHYSIQUE</p>
  376. </td>
  377. </tr>
  378.  
  379. <tr>
  380. <td><b>Notable</b></td>
  381. <td>
  382. <p class="td"><a target="_blank" title="Details.">Scars</a> <b>/</b> <a target="_blank" title="Details.">Tattoos</a> </p>
  383. </td>
  384. </tr>
  385.  
  386. <tr>
  387. <td><b>Scent</b></td>
  388. <td>
  389. <p class="td"><a title="Details.">SCENT</a></p>
  390. </td>
  391. </tr>
  392.  
  393. </table>
  394. </div>
  395.  
  396. </div>
  397.  
  398. <div class="words3">
  399.  
  400. <b>❝</b> Code by <a target="_blank" href="https://roleplay.chat/profile.php?user=WILDER">Wilder</a> — <i>don't touch!</i> <br><br>
  401.  
  402. <b>❝</b> Alternate for the <a target="_blank" href="https://roleplay.chat/profile.php?user=">Room Name</a> room only. Do not contact me about other settings. <br><br>
  403.  
  404. <b>❝</b> <b>IC ≠ OOC.</b> Do not confused the two. <br>
  405. <b>RL > RP.</b> I may need to poof once in a while, but I'll try to warn. <i>Do not spam my DMs. I'll reply when I can.</i> <br><br>
  406.  
  407. <b>❝</b> <b>Face Claim</b> is <a>Face Claim</a>. <br><br>
  408.  
  409. <b>bold</b> <i>italic</i> <u>underline</u> <s>strike</s> <a>link</a>
  410.  
  411. </div>
  412.  
  413. <div class="contacts"> <!-- put contacts here -->
  414.  
  415. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  416.  <div class="contact">
  417. <img class="contact-img" src="https://placehold.co/100x100.png">
  418.  </div> </a>
  419.  
  420. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  421.  <div class="contact">
  422. <img class="contact-img" src="https://placehold.co/100x100.png">
  423.  </div> </a>
  424.  
  425. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  426.  <div class="contact">
  427. <img class="contact-img" src="https://placehold.co/100x100.png">
  428.  </div> </a>
  429.  
  430. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  431.  <div class="contact">
  432. <img class="contact-img" src="https://placehold.co/100x100.png">
  433.  </div> </a>
  434.  
  435. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  436.  <div class="contact">
  437. <img class="contact-img" src="https://placehold.co/100x100.png">
  438.  </div> </a>
  439.  
  440. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  441.  <div class="contact">
  442. <img class="contact-img" src="https://placehold.co/100x100.png">
  443.  </div> </a>
  444.  
  445. <a target="_blank" href="https://roleplay.chat/profile.php?user=" title="Details.">
  446.  <div class="contact">
  447. <img class="contact-img" src="https://placehold.co/100x100.png">
  448.  </div> </a>
  449.  
  450. </div>
  451.  
  452. </div>
  453.  
  454. <!--
  455.  MUSIC PLAYER #02 by glenthemes
  456.  ♬ glenthpvs.tumblr.com/player02
  457. --->
  458. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  459. <link href="//fonts.googleapis.com/css?family=Readex+Pro" rel="stylesheet">
  460. <link href="//glenthemes.github.io/-music-/glenplayer02.css" rel="stylesheet">
  461. <script src="//glenthemes.github.io/-music-/glenplayer02.js"></script>
  462. <style element="glenplayer02">
  463. :root {
  464.  --MusicPlayer-Position:bottom left;
  465.  --MusicPlayer-Edge-Offset:15px;
  466.  
  467.  --MusicPlayer-Buttons-Size:15px;
  468.  --MusicPlayer-Buttons-Color:#284a52;
  469.  --MusicPlayer-Buttons-Fill:yes;
  470. }
  471. </style>
  472.  
  473. <div glenplayer02>
  474.  <div controls></div>
  475.  
  476.  <!-- HOW TO CHANGE THE MUSIC -->
  477.  <!-- linktr.ee/direct_file_links -->
  478.  <audio src="MUSIC_LINK" volume="100%"></audio>
  479.  
  480. </div><!--don't delete this line-->
  481. <!--end music player-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement