Advertisement
CornyGoose

Untitled

Jan 25th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ::selection {background: #ECD1FF; color:#000;}
  2.  
  3. body{
  4. cursor: url(http://i.imgur.com/pg9xw.png), auto;
  5. background-color: #a7aeb7;
  6. background-repeat: no-repeat;
  7. background-size: 55vw;
  8. bottom: 10vw;
  9. left: 10vw;
  10. }
  11.  
  12. .picture {
  13. background-image: url(https://i.imgur.com/NuYLlpS.png);
  14. background-size: 55vw;
  15. background-repeat: no-repeat;
  16. position:absolute;
  17. bottom: 4.6vw;
  18. left: 35vw;
  19. width: 45vw;
  20. height: 50vw;
  21. z-index: 51;
  22. filter: drop-shadow(0 0 0.vw #fff);
  23. pointer-events: none;
  24. opacity: 1;
  25. }
  26.  
  27. .title {
  28. position: absolute;
  29. overflow-y: scroll;
  30. bottom: 10vw;
  31. left: 20vw;
  32. height: 28vw;
  33. width: 30vw;
  34. color: #fcffc3;
  35. font-size: 1.5vw;
  36. line-height: 1.25vw;
  37. letter-spacing: .1vw;
  38. font-family: verdana;
  39. z-index: 600;
  40. }
  41.  
  42. a:hover {
  43. color: #ffffff;
  44. background-color: #;
  45. cursor: url(http://i.imgur.com/pg9xw.png), auto !important;
  46. text-decoration: none;
  47. transition: all 0.4s ease-in-out;
  48. -moz-transition: all 0.4s ease-in-out;
  49. -webkit-transition: all 0.4s ease-in-out;
  50. }
  51.  
  52. div.tooltipMessage {
  53. z-index: 600;
  54. position: absolute;
  55. width: 220px;
  56. font-family: verdana;
  57. font-variant: small-caps;
  58. font-size: 10px;
  59. text-align: justify;
  60. }
  61. div.tooltipMessage > span {
  62. display: inline-block;
  63. background: #29313d;
  64. padding: 4px 5px;
  65. color: #805376;
  66. border: 1px solid #333;
  67. border-radius: 5px;
  68. }
  69. div.tooltipMessage.left > span {
  70. float: right;
  71. }
  72.  
  73. span {
  74.  
  75. font-family: 'Roboto Condensed', sans-serif;
  76.  
  77. font-size: 1vw;
  78.  
  79. display: inline-block;
  80.  
  81. background-color: #fcffc3;
  82.  
  83. color: #89AAB4;
  84.  
  85. padding: 0vw 1vw 0vw 1vw;
  86.  
  87. margin: .5vw;
  88.  
  89. border: .1vw dashed #89AAB4;
  90.  
  91. letter-spacing: 0vw;
  92.  
  93. }
  94.  
  95. ::-webkit-scrollbar-track
  96. {
  97. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
  98. border-radius: 0vw;
  99. background-color: #;
  100. }
  101.  
  102. ::-webkit-scrollbar
  103. {
  104. width: 0vh;
  105. background-color: #;
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb
  109. {
  110. border-radius: 0vw;
  111. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
  112. background-color: #;
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement