Advertisement
vooshoop

better css wow

Jun 12th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. a * {
  2. color: #42497f;
  3. }
  4.  
  5.  
  6. h4 {
  7. color: #ffffff;
  8. margin-bottom: 0px;
  9. }
  10.  
  11. body {
  12. background: url(https://i.pinimg.com/originals/4b/f9/9e/4bf99e54d7154f1ee5d2ef3482381555.gif);
  13. background-attachment: fixed;
  14. text-align: center;
  15. }
  16. div#container {
  17. font-family: MS Gothic;
  18. color: white;
  19.  
  20. }
  21.  
  22. .rightHead , #block , #report , .url {
  23. display: none;
  24. }
  25.  
  26. #name.uName::after {
  27. content: "'s page of hell and chaos";
  28. color: white;
  29.  
  30. }
  31.  
  32. .boxHead {
  33. background: rgba(57, 255, 20, 0);
  34. text-align: center;
  35. }
  36.  
  37. .short , div.box.fwiends ,.player{
  38. background: rgba(66,73,127,0.62);
  39. border solid 1px rgba(66,73,127, 0.62);
  40. border-radius: 10px;
  41. }
  42.  
  43. .avatar {
  44. margin-right: 20px;
  45. cursor: zoom-in;
  46. image-orientation: none;
  47. }
  48.  
  49. .tableLeft {
  50. background: rgba(66,73,127,0.62);
  51. }
  52. .tableRight {
  53. background: rgba(66,73,127,0.42);
  54. }
  55. .tableLeft b::after {
  56. content: " said";
  57. }
  58.  
  59. .boxInfo {
  60. color: rgb(245, 147, 199);
  61. }
  62.  
  63. .avatar {
  64. border: double 6px white;
  65. border-radius: 200px;
  66. }
  67.  
  68. .blurbs , .blog{
  69. height: 300px; overflow-y: scroll;
  70. background: rgba(66,73,127,0.62);
  71. border: solid 2px rgba(66,73,127,0.62);
  72. border-radius: 10px;
  73. }
  74.  
  75. .topLeft {
  76. float: left;
  77. width: calc( 40% - 20px );
  78. padding: 10px;
  79. }
  80.  
  81.  
  82. .topRight {
  83.  
  84. float: left;
  85. width: calc( 60% - 40px );
  86. padding: 10px;
  87. }
  88.  
  89. .topLeft {
  90. float: right;
  91. width: calc( 40% - 20px );
  92. padding: 10px;
  93. }
  94.  
  95. #userWall {
  96. height: 300px; overflow-y: scroll;
  97. }
  98.  
  99.  
  100. .floating, .box {
  101. animation-name: floating;
  102. animation-duration: 2s;
  103. animation-iteration-count: infinite;
  104. animation-timing-function: ease-in-out;
  105. margin-left: 30px;
  106. margin-top: 5px;
  107. }
  108.  
  109. @keyframes floating {
  110. 0% { transform: translate(0, 0px); }
  111. 50% { transform: translate(0, 15px); }
  112. 100% { transform: translate(0, -0px); }
  113. }
  114.  
  115. .floatingslowly, .short , div.box.fwiends {
  116. animation-name: floatingslowly;
  117. animation-duration: 4s;
  118. animation-iteration-count: infinite;
  119. animation-timing-function: ease-in-out;
  120. margin-left: 30px;
  121. margin-top: 5px;
  122. }
  123.  
  124. @keyframes floatingslowly {
  125. 0% { transform: translate(0, 0px); }
  126. 50% { transform: translate(0, 15px); }
  127. 100% { transform: translate(0, -0px); }
  128. }
  129.  
  130. #add {
  131. font-size: 0px;
  132. }
  133.  
  134. #add::after {
  135. content: "fwiends";
  136. font-size: small;
  137. }
  138.  
  139. .extended {
  140. background: url(h);
  141. }
  142.  
  143. .tableLeft img {
  144. border: 5px double white;
  145. border-radius: 200px;
  146. }
  147.  
  148.  
  149.  
  150.  
  151. div#header {
  152. background: rgba(251,247,186,0.42);
  153. }
  154.  
  155.  
  156. @-webkit-keyframes spaceboots {
  157. 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  158. 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  159. 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  160. 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  161. 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  162. 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  163. 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  164. 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  165. 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  166. 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  167. 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  168. }
  169. .shake , #add:hover , #sMsg:hover , .userWall:hover , #hSub a:hover{
  170. -webkit-animation-name: spaceboots;
  171. -webkit-animation-duration: 0.8s;
  172. -webkit-transform-origin:50% 50%;
  173. -webkit-animation-iteration-count: infinite;
  174. -webkit-animation-timing-function: linear;
  175. }
  176.  
  177. .spin , .avatar:hover , .tableLeft img:hover{
  178. animation-name: spin;
  179. animation-duration: 6s;
  180. animation-iteration-count: infinite;
  181. animation-timing-function: ease-in-out;
  182. }
  183.  
  184. @keyframes spin {
  185. from {
  186. transform:rotate(0deg);
  187. }
  188. to {
  189. transform:rotate(360deg);
  190. }
  191. }
  192.  
  193. .player::after {
  194. content: "";
  195. display: block;
  196. position: relative;
  197. width: calc(40% -20px);
  198. height: 390px;
  199. max-width: 390px;
  200. background-position: 0 0;
  201. background-size: 100% 100%;
  202. background-image: url(https://cdn.discordapp.com/attachments/777758464625475614/850744613073322014/ezgif.com-gif-maker_1.gif);
  203. }
  204.  
  205.  
  206. #sMsg , #add{
  207. background-repeat: no-repeat;
  208. background-image: url(https://media.discordapp.net/attachments/777758464625475614/850746752633536542/ezgif.com-gif-maker_2.gif);
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement