Advertisement
Professor_Stein

HereHere

Jul 29th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
  3.  
  4. @font-face {
  5. font-family: tjelvar;
  6. src: url(https://dl.dropbox.com/s/kvm8rqhcsihfsl6/TjelvarRunic.ttf?dl=0);
  7. }
  8.  
  9. body {
  10. background-color: #32393F;
  11. color: #A5F4DC;
  12. font-family: 'Open Sans Condensed';
  13. font-size: 2vh;
  14. }
  15.  
  16. #info {
  17. position: fixed;
  18. z-index: 3;
  19. right: 82vh;
  20. top: 17vh;
  21. width: 30vh;
  22. height: 70vh;
  23. padding: 1vh;
  24. overflow: hidden;
  25. border-right: 0.25vh solid #A5F4DC;
  26. text-align: right;
  27. }
  28.  
  29. #angel {
  30. position: fixed;
  31. z-index: 2;
  32. height: 100vh;
  33. right: -10vh;
  34. bottom: 0vh;
  35. pointer-events: none;
  36. }
  37.  
  38. #angel img {
  39. height: 100vh;
  40. }
  41.  
  42. a {
  43. text-decoration: none;
  44. color:#A5F4DC;
  45. }
  46. a:hover {
  47. text-shadow: 0vh 0vh 0.5vh #A5F4DC;
  48. }
  49.  
  50. h1,
  51. h2 {
  52. font-family: 'tjelvar';
  53. }
  54.  
  55. #unlock{
  56. position: fixed;
  57. z-index: 3;
  58. right: 80.125vh;
  59. top: 10vh;
  60. width: 50vh;
  61. text-align: right;
  62. }
  63. </style>
  64.  
  65. <div id="unlock">
  66. <h1>Bloodless ▼</h1>
  67. </div>
  68. <div id="info">
  69. <h2>Eydís Ragnfríðr</h2>
  70. <a target="_blank" href="https://i.imgur.com/BFIsjkt.mp4" target="_blank">Animated ▼</a><br>
  71. <b>Moniker:</b> Bloodless<br>
  72. <b>Name:</b> Eydís Ragnfríðr<br>
  73. <b>Status:</b> Immortal/Single<br>
  74. <b>Unmasked:</b> <a target="_blank" href="https://i.imgur.com/F1zoUuD.png" target="_blank">Elf ▼</a><br>
  75. <b>Mortal champion:</b> <a target="_blank" href="https://roleplay.chat/profile.php?user=Agmundr" target="_blank">Agmundr ▼</a><br>
  76.  
  77. <h2>OOC</h2>
  78. ▼ symbols are clickable<br>
  79. 1-3 para<br>
  80. Story = Smut<br>
  81. Very loose Norse mythos. Have fun<br>
  82. No artwork is mine<br>
  83. Ty to Agmundr for code!
  84. </div>
  85.  
  86. <div id="angel">
  87. <img src="https://i.imgur.com/TMDJwIj.gif">
  88. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement