Advertisement
CornyGoose

Yasir CSS

Jul 4th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. body {
  2. display: block;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. bottom: 0;
  7. right: 0;
  8. background: #25211E;
  9. width: 100%;<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@200&display=swap" rel="stylesheet">
  10. }
  11.  
  12. .picture {
  13. background-image: url(https://i.imgur.com/x8yS3hl.png);
  14. background-size: 40vw;
  15. background-repeat: no-repeat;
  16. position:absolute;
  17. bottom: 0vw;
  18. left: 45vw;
  19. width: 40vw;
  20. height: 31.6vw;
  21. z-index: 1;
  22. transition: .9s ease-in-out;
  23. transform: rotate(-0deg);
  24. pointer-events: none;
  25. filter: drop-shadow(.3vw .3vw #C9A54B);
  26. }
  27.  
  28. .name {
  29. background-image: url(https://i.imgur.com/8DemsWe.png);
  30. background-size: 25vw;
  31. background-repeat: no-repeat;
  32. position: absolute;
  33. left: 22vw;
  34. bottom: 16.5vw;
  35. width: 35vw;
  36. height: 8.5vw;
  37. transition: .9s ease-in-out;
  38. z-index: 10;
  39. opacity: 1;
  40. transform: rotate(0deg);
  41. pointer-events: none;
  42. filter: drop-shadow(0vw 0vw .2vw #CCC96C);
  43. }
  44.  
  45. .namebg {
  46. position: absolute;
  47. left: 22vw;
  48. bottom: 15.75vw;
  49. width: 25vw;
  50. height: 8.25vw;
  51. padding-top: 1vw;
  52. border-top: .5vw solid #C9A54B;
  53. border-bottom: .5vw solid #C9A54B;
  54. border-radius: 1vw 1vw 1vw 1vw;
  55. transition: .9s ease-in-out;
  56. z-index: 10;
  57. opacity: 1;
  58. filter: drop-shadow(.3vw .3vw .4vw #403E3A);
  59. transform: rotate(0deg);
  60. pointer-events: none;
  61. filter: drop-shadow(0vw 0vw .2vw #CCC96C);
  62. }
  63.  
  64.  
  65. .tabs {
  66. position: absolute;
  67. left: 15vw;
  68. bottom: 4.8vw;
  69. width: 3vw;
  70. height: 10vw;
  71. z-index: 5;
  72. transform: rotate(0deg);
  73. opacity: 1;
  74. transition: .9s ease-in-out;
  75. filter: drop-shadow(0vw 0vw .2vw #CCC96C);
  76. }
  77.  
  78. body:hover .tabs{
  79. opacity: 1;
  80. transition: 2s;
  81. transition-delay: 1.5s;
  82. }
  83.  
  84. .tab {
  85. float: left;
  86. }
  87. .tab label {
  88. padding: .5vw;
  89. bottom: -1vw;
  90. margin-left: -0.5vw;
  91. position: relative;
  92. left: 0.5vw;
  93. }
  94. .tab [type=radio] {
  95. display: none;
  96. }
  97.  
  98. .content {
  99. position: absolute;
  100. bottom: -3.5vw;
  101. left: 5.25vw;
  102. width: 26vw;
  103. height: 11.75vw;
  104. background: #C9A54B;
  105. border-left: .45vw solid #635624;
  106. border-radius: 1vw 1vw 1vw 1vw;
  107. font-family: 'Bacasime Antique', serif;
  108. color: #2C2426;
  109. font-size: 1.25vw;
  110. padding: 0vw 1vw 1.35vw 1vw;
  111. opacity: 1;
  112. transition: 1.5s ease-in-out;
  113. transition-delay: 1.5s;
  114. word-wrap: break-word;
  115. overflow-y: scroll;
  116. }
  117.  
  118. .ooc {
  119. position: absolute;
  120. width: 8vw;
  121. height: 11.5vw;
  122. bottom: 1vw;
  123. left: 50vw;
  124. border-radius: 1vw 1vw 1vw 1vw;
  125. font-family: 'Bacasime Antique', serif;
  126. border-top: .5vw solid #C9A54B;
  127. line-height: 2vw;
  128. text-align: center;
  129. font-size: 1.15vw;
  130. color: #C9A54B;
  131. z-index: 4;
  132. transition: .9s ease-in-out;
  133. opacity: 1;
  134. transform: rotate(0deg);
  135. overflow-y: scroll;
  136. filter: drop-shadow(0vw 0vw .3vw #CCC96C);
  137. }
  138.  
  139. body:hover .content{
  140. opacity: 1;
  141. transition: 2s;
  142. transition-delay: 2.5s ease-in-out;
  143. }
  144.  
  145. .content span {
  146. float: left;
  147. color: #fff;
  148. }
  149.  
  150. .credit {
  151. position: absolute;
  152. bottom: 0vw;
  153. left: 96.4vw;
  154. width: 24.9vw;
  155. height: 1.75vw;
  156. z-index: 100000001;
  157. opacity: .4;
  158. transition: .9s ease-out;
  159. transition-delay: 1s;
  160. color: #cbdff8;
  161. }
  162.  
  163.  
  164. [type=radio]:checked ~ label {
  165. background: ;
  166.  
  167. z-index: 2;
  168. }
  169. [type=radio]:checked ~ label ~ .content {
  170. z-index: 1;
  171. }
  172.  
  173.  
  174. a {color: #000;
  175. text-decoration: none;
  176. -webkit-transition: all 0.5s ease-in-out;
  177. -moz-transition: all 0.5s ease-in-out;
  178. -o-transition: all 0.5s ease-in-out;
  179. -ms-transition: all 0.5s ease-in-out;
  180. transition: all 0.5s ease-in-out;
  181. }
  182.  
  183. l {
  184. text-transform: uppercase;
  185. text-decoration: none;
  186. color: #4E3E48;
  187. border: .2vw solid #2A2F31;
  188. opacity: 1;
  189. background: #C9A54B;
  190. padding: .2vw .4vw .1vw .4vw;
  191. }
  192.  
  193. ::-webkit-scrollbar-track
  194. {
  195. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
  196. border-radius: 0vw;
  197. background-color: #;
  198. }
  199.  
  200. ::-webkit-scrollbar
  201. {
  202. width: 0vh;
  203. background-color: #;
  204. }
  205.  
  206. ::-webkit-scrollbar-thumb
  207. {
  208. border-radius: 0vw;
  209. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
  210. background-color: #;
  211. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement