CornyGoose

CSS

Dec 16th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 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. width: 100%;
  9. height: 100%;
  10. border: 0;
  11. margin: 0;
  12. padding: 0;
  13. background-color: #000000;
  14. background-image: url("https://www.transparenttextures.com/patterns/black-orchid.png");
  15. background-size: 40%;
  16. background-position: center;
  17. background-repeat: repeat;
  18. z-index: 0;
  19. }
  20.  
  21. .box1{
  22. position: absolute;
  23. width: 40vw;
  24. height: 26vw;
  25. right: 15vw;
  26. bottom: -2vh;
  27. border-top: .5vh solid #D4D4D4;
  28. border-left: .5vh solid #D4D4D4;
  29. border-bottom: .5vh solid #D4D4D4;
  30. padding-right: 15vw;
  31. background-color: #000;
  32. background: #;
  33. font-size: 4vh;
  34. color: #D4D4D4;
  35. overflow-y: scroll;
  36. z-index: 2;
  37. transition: .9s ease-out;
  38. opacity: 0;
  39. }
  40.  
  41. .picture {
  42. background-image: url(https://i.imgur.com/tSuYoIm.png);
  43. background-size: 32vw;
  44. background-repeat: no-repeat;
  45. position:absolute;
  46. bottom: 0vh;
  47. right: 0vw;
  48. width: 32vw;
  49. height: 37vw;
  50. left: vh;
  51. z-index: 2;
  52. }
  53.  
  54.  
  55. .picture2 {
  56. background-image: url(https://i.imgur.com/SXsotri.png);
  57. background-size: 50vw;
  58. background-repeat: no-repeat;
  59. position:absolute;
  60. bottom: 25.5vw;
  61. right: 20.25vw;
  62. width: 50vw;
  63. height: 5vw;
  64. left: vh;
  65. z-index: 1;
  66. opacity: 0;
  67. transition: .9s ease-out;
  68. }
  69.  
  70. .picture3 {
  71. background-image: url(https://i.imgur.com/oq3QtLt.png);
  72. background-size: 7.3vw;
  73. background-repeat: no-repeat;
  74. position:absolute;
  75. bottom: -.5vw;
  76. right: 67.4vw;
  77. width: 10vw;
  78. height: 26vw;
  79. left: vh;
  80. z-index: 1;
  81. opacity: 0;
  82. transition: .9s ease-out;
  83. }
  84.  
  85. .picture4 {
  86. background-image: url(https://i.imgur.com/SvhfFV7.png);
  87. background-size: 8vw;
  88. background-repeat: no-repeat;
  89. position:absolute;
  90. bottom: 25.5vw;
  91. right: 70.2vw;
  92. width: 7.2vw;
  93. height: 5vw;
  94. left: vh;
  95. z-index: 2;
  96. opacity: 0;
  97. transition: .9s ease-out;
  98. }
  99.  
  100. #name1 {
  101. position: absolute;
  102. right: 17vw;
  103. bottom: 25.7vw;
  104. background: #fff;
  105. width: 70vw;
  106. height: 7vw;
  107. font-family: 'Special Elite', cursive;
  108. font-size: 5.6vh;
  109. color: #fff;
  110. -webkit-text-fill-color: transparent;
  111. -webkit-background-clip: text;
  112. display: block;
  113. text-align: center;
  114. letter-spacing: .2vw;
  115. -webkit-transition: opacity 2s linear;
  116. -moz-transform: skew(-10deg, 0deg);
  117. -webkit-transform: skew(-10deg, 0deg);
  118. -o-transform: skew(-10deg, 0deg);
  119. -ms-transform: skew(-10deg, 0deg);
  120. transform: skew(-10deg, 0deg);
  121. z-index: 4;
  122. opacity: 1;
  123. transition: .9s ease-out;
  124. }
  125.  
  126.  
  127. .lights {
  128. background-image: url(https://2.bp.blogspot.com/-jUiLfvup2E8/WTJZeFzA0lI/AAAAAAAAEY0/K3NcyBP3da8oiRjAb_3V0agTT2LXm2HMQCLcB/s1600/tut-mangabg.jpg);
  129. background-size: 100vw;
  130. background-repeat: no-repeat;
  131. position:absolute;
  132. top: 0vh;
  133. left: 0vh;
  134. width: 100%;
  135. height: 100%;
  136. left: vh;
  137. z-index: 1;
  138. opacity: 1;
  139. }
  140.  
  141.  
  142. a {color: #6D6D6D;
  143. text-decoration: none;
  144. -webkit-transition: all 0.5s ease-in-out;
  145. -moz-transition: all 0.5s ease-in-out;
  146. -o-transition: all 0.5s ease-in-out;
  147. -ms-transition: all 0.5s ease-in-out;
  148. transition: all 0.5s ease-in-out;
  149. }
  150.  
  151. a:hover {color: #fff;
  152. text-decoration: bold;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. -ms-transition: all 0.5s ease-in-out;
  157. transition: all 0.5s ease-in-out;
  158. }
  159.  
  160.  
  161. ::-webkit-scrollbar-track
  162. {
  163. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
  164. border-radius: 0vw;
  165. background-color: #;
  166. }
  167.  
  168. ::-webkit-scrollbar
  169. {
  170. width: 0vh;
  171. background-color: #;
  172. }
  173.  
  174. ::-webkit-scrollbar-thumb
  175. {
  176. border-radius: 0vw;
  177. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
  178. background-color: #;
  179. }
  180.  
  181.  
  182. body:hover .box1{
  183. opacity: 1;
  184. transition: 3s;
  185. transition-delay: .5s;
  186. }
  187.  
  188. body:hover .picture2{
  189. opacity: .6;
  190. transition: 3s;
  191. transition-delay: .5s;
  192. }
  193.  
  194. body:hover .picture3{
  195. opacity: .6;
  196. transition: 3s;
  197. transition-delay: .5s;
  198. }
  199.  
  200. body:hover .picture4{
  201. opacity: .6;
  202. transition: 3s;
  203. transition-delay: .5s;
  204. }
  205.  
  206.  
  207. @keyframes fadeIn {
  208. 0% {
  209. opacity:0;
  210. }
  211. 100% {
  212. opacity:1;
  213. }
  214. }
  215.  
  216. @-moz-keyframes fadeIn {
  217. 0% {
  218. opacity:0;
  219. }
  220. 100% {
  221. opacity:1;
  222. }
  223. }
  224.  
  225. @-webkit-keyframes fadeIn {
  226. 0% {
  227. opacity:0;
  228. }
  229. 100% {
  230. opacity:1;
  231. }
  232. }
  233.  
  234. @-o-keyframes fadeIn {
  235. 0% {
  236. opacity:0;
  237. }
  238. 100% {
  239. opacity:1;
  240. }
  241. }
  242.  
  243. @-ms-keyframes fadeIn {
  244. 0% {
  245. opacity:0;
  246. }
  247. 100% {
  248. opacity:1;
  249. }
  250.  
  251. font-family: 'Special Elite', cursive;
  252. font-family: 'Permanent Marker', cursive;
Advertisement
Add Comment
Please, Sign In to add comment