Advertisement
vooshoop

bordyquest

Jun 22nd, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. div#header, div#hSub {
  2. background: rgba(73, 73, 73, 0);
  3. }
  4.  
  5. b {
  6. background: pink;
  7. color: #f4ebe4;
  8. }
  9.  
  10. body {
  11. background: url(https://64.media.tumblr.com/3b10c50e26f3347d5cc7cfbfc7e0710d/e2ba8eae37d7a399-59/s2048x3072/e3db526a7565099efa2f75a24a3c677cd8814267.jpg);
  12. background-attachment: fixed;
  13. filter: blur(2px);
  14. font-family: fangsong, Comic Sans MS;
  15. color: white;
  16. text-align: center;
  17. }
  18.  
  19.  
  20.  
  21. .rightHead, .boxHead {
  22. background-color: #9f9890;
  23. color: #bdb5ab;
  24. border: 1px solid #9f9890;
  25. border-radius: 100px;
  26. }
  27.  
  28. .boxHead {
  29. background-image: url(https://gifcity.carrd.co/assets/images/gallery08/171e5c96.gif?v=3e75d492);
  30. }
  31.  
  32. .avatar{
  33. background: rgba(253, 235, 235, 0.68);
  34. border: solid 1px rgba(253, 235, 235, 0.68);
  35. border-radius: 10px;
  36. }
  37.  
  38.  
  39.  
  40. .topRight {
  41. transform: translate(235px, 50px);
  42. }
  43.  
  44. .blurbs, #userWall {
  45. height: 500px; overflow-y: scroll;
  46. }
  47.  
  48.  
  49. .short {
  50. color: red;
  51. opacity: 40%;
  52. border: 2px solid white;
  53. border-radius: 10px;
  54. padding: 8px;
  55.  
  56. }
  57.  
  58. .topLeft {
  59. position: sticky;
  60. transform: translate(-100px, 50px);
  61.  
  62. }
  63.  
  64. #sMsg {
  65. display: none;
  66. }
  67.  
  68.  
  69. .tableRight, .tableLeft, .blog {
  70. background: rgba(255, 15, 15, 0);
  71. color: red;
  72. border: 2px solid rgba(255, 15, 15, 0);
  73. border-radius: 10px;
  74. }
  75.  
  76.  
  77. #add {
  78. font-size: 0px;
  79. }
  80.  
  81. #add::after {
  82. content: "add";
  83. font-size: small;
  84. }
  85.  
  86. .piss, .short, #name.uName {
  87. animation-name: piss;
  88. animation-duration: 4s;
  89. animation-iteration-count: infinite;
  90. }
  91.  
  92. @keyframes piss {
  93. 1% {transform: translateY(-1px); }
  94. 50% {transform: translateY(-73px); }
  95. 75%{transform: tranlateY(-51px); }
  96. 100%{transform: tranlateY(20px); }
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement