CornyGoose

Lumine

Jan 25th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. -----------------------------------HTML-------------------------------------
  2.  
  3.  
  4. <div class= "title"
  5. <p>π—…π—Žπ—†π—‚π—‡π–Ύ. π—Œπ—π–Ίπ—‹π–Όπ—π—‚π—…π–½. π—π–Ύπ—‹π—ˆπ—‚π—‡π–Ύ π—ˆπ–Ώ 𝗍𝖾𝗒𝗏𝖺𝗍.<br>𝖺 π–»π–Ύπ—…π—ˆπ—π–Ύπ–½ 𝗍𝗐𝗂𝗇 π—Œπ—‚π—Œπ—π–Ύπ—‹. 𝗍𝗁𝖾 𝗍𝗋𝖺𝗏𝖾𝗅𝖾𝗋.
  6. </div>
  7.  
  8. <div class="picture" >
  9. </div>
  10.  
  11.  
  12. -----------------------------------CSS-----------------------------------------
  13.  
  14.  
  15. ::selection {background: #ECD1FF; color:#000;}
  16.  
  17. body{
  18. cursor: url(http://i.imgur.com/pg9xw.png), auto;
  19. background-color: #1a1a1a;
  20. background-repeat: no-repeat;
  21. background-size: 55vw;
  22. bottom: 10vw;
  23. left: 10vw;
  24. }
  25.  
  26. .picture {
  27. background-image: url(https://i.imgur.com/NuYLlpS.png);
  28. background-size: 55vw;
  29. background-repeat: no-repeat;
  30. position:absolute;
  31. bottom: 4.6vw;
  32. left: 35vw;
  33. width: 45vw;
  34. height: 50vw;
  35. z-index: 51;
  36. filter: drop-shadow(0 0 0.vw #fff);
  37. pointer-events: none;
  38. opacity: 1;
  39. }
  40.  
  41. .title {
  42. position: absolute;
  43. bottom: 20vw;
  44. left: 20vw;
  45. height: 8vw;
  46. width: 32vw;
  47. color: #89AAB4;
  48. font-size: 1.5vw;
  49. line-height: 1.25vw;
  50. letter-spacing: .1vw;
  51. font-family: verdana;
  52. z-index: 600;
  53. }
  54.  
  55. a:hover {
  56. color: #ffffff;
  57. background-color: #;
  58. cursor: url(http://i.imgur.com/pg9xw.png), auto !important;
  59. text-decoration: none;
  60. transition: all 0.4s ease-in-out;
  61. -moz-transition: all 0.4s ease-in-out;
  62. -webkit-transition: all 0.4s ease-in-out;
  63. }
  64.  
  65. div.tooltipMessage {
  66. z-index: 600;
  67. position: absolute;
  68. width: 220px;
  69. font-family: verdana;
  70. font-variant: small-caps;
  71. font-size: 10px;
  72. text-align: justify;
  73. }
  74. div.tooltipMessage > span {
  75. display: inline-block;
  76. background: #29313d;
  77. padding: 4px 5px;
  78. color: #805376;
  79. border: 1px solid #333;
  80. border-radius: 5px;
  81. }
  82. div.tooltipMessage.left > span {
  83. float: right;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment