Advertisement
izuemis

cr angeidiarys

Sep 21st, 2022 (edited)
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: windows;
  5. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  6. }
  7.  
  8. @font-face {
  9. font-family: pixel;
  10. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  11. }
  12.  
  13. #buttons01 li a {
  14. background: linear-gradient(180deg,#eee 45%,#ddd 0,#bbb);
  15. border-radius: .2em;
  16. border: 1.5px solid #888;
  17. font-family: windows;
  18. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  19. }
  20.  
  21. #buttons01 li a:hover {
  22. background: linear-gradient(180deg,#cee9f8 45%,#86c6e8 0);
  23. border: 1px solid #6d91ab;
  24. }
  25.  
  26. #image01 {
  27. border: 3px inset;
  28. border-radius: 10px;
  29. }
  30.  
  31. #image02 {
  32. -webkit-mask-image: url(https://i.ibb.co/JjDXBPr/ED5929-CE-1-D66-4-EC4-8-F8-A-14792-D8-F2384.png);
  33. -webkit-mask-size: 93%;
  34. -webkit-mask-repeat: no-repeat;
  35. -webkit-mask-position: center;
  36. }
  37.  
  38. #text01 mark {
  39. font-family: windows;
  40. border-radius: 10px;
  41. border: 3px inset;
  42. background: white;
  43. padding-left: 10px;
  44. padding-right: 10px;
  45. }
  46.  
  47. #text02 {
  48. padding: 5px;
  49. border: 3px inset;
  50. border-radius: 0px 10px 0px 10px;
  51. background: #e3b2ca;
  52. font-family: windows;
  53. }
  54.  
  55. #text03 mark, #text05 mark, #text06 mark {
  56. text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080, 0 0;
  57. background: none;
  58. font-size: 1.2em;
  59. }
  60.  
  61. #text03 {
  62. font-family: windows;
  63. overflow-y: scroll;
  64. height: 6.5em;
  65. padding: 5px;
  66. }
  67.  
  68. #text04 {
  69. font-family: windows;
  70. }
  71.  
  72. #text05, #text06 {
  73. font-family: windows;
  74. border: 3px inset;
  75. border-radius: 10px 0px 10px 0px;
  76. overflow-y: scroll;
  77. height: 7.8em;
  78. padding: 5px;
  79. background: radial-gradient(circle, #b2cbe4 0%, #FFFFFF 100%);
  80. }
  81.  
  82. #container01 > .wrapper {
  83. border-radius: 10px 10px 0px 0px;
  84. }
  85.  
  86. #container03 > .wrapper {
  87. border: 3px inset;
  88. border-radius: 10px 0px 10px 0px;
  89. width: 10.3em;
  90. height: 13.45em;
  91. position: absolute;
  92. bottom: .6em;
  93. right: .4em;
  94. }
  95.  
  96. #container05 > .wrapper {
  97. border-radius: 0px 0px 10px 10px;
  98. }
  99.  
  100. html {
  101. overflow: scroll;
  102. overflow-x: hidden;
  103. }
  104. ::-webkit-scrollbar {
  105. width: 0; /* Remove scrollbar space */
  106. background: transparent; /* Optional: just make scrollbar invisible */
  107. }
  108. /* Optional: show position indicator in red */
  109. ::-webkit-scrollbar-thumb {
  110. background: #FF0000;
  111. }
  112.  
  113. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement