Advertisement
vooshoop

coc

Jun 24th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. h4 {
  2. color: #5565da;
  3. }
  4.  
  5.  
  6. a:-webkit-any-link {
  7. color: #ffffff;
  8. }
  9.  
  10.  
  11. div#header, div#hSub {
  12. background: rgba(73, 73, 73, 0);
  13. color: #8a9cff;
  14. }
  15.  
  16. div#hSub {
  17. text-align: right;
  18. }
  19.  
  20. body {
  21. background: #000000;
  22. font-family: MS Gothic;
  23. color: #8a9cff;
  24. filter: blur(1.5px);
  25. letter-spacing: 2.5px;
  26. }
  27.  
  28.  
  29. .rightHead, .boxHead, .tableLeft, .tableRight, .blog {
  30. background: black;
  31. color: #e8eae8;
  32. }
  33.  
  34. .fwiendFace, .tableLeft img{
  35. display: none;
  36. }
  37.  
  38. .rainbow, a:-webkit-any-link:hover, #report:hover, #block:hover, #add:hover, #sMsg:hover {
  39. animation-name: rainbow;
  40. animation-duration: 4s;
  41. animation-iteration-count: infinite;
  42. }
  43.  
  44. @keyframes rainbow {
  45. 10% { color: #ff0000; }
  46. 20% { color: #fc4444; }
  47. 30% { color: #fc6404; }
  48. 40% { color: #fcd444; }
  49. 50% { color: #8cc43c; }
  50. 60% { color: #029658; }
  51. 70% { color: #1abc9c; }
  52. 80% { color: #5bc0de; }
  53. 90% { color: #6454ac; }
  54. 100% { color: #fc8c84; }
  55. }
  56.  
  57. audio {
  58. border: solid 1px #fff;
  59. padding: 2px;
  60. margin-bottom: 0px;
  61. margin-top: 5px;
  62. width: 100%;
  63. height: 30px;
  64. background: none;
  65. outline: none;
  66. margin-bottom: -3px;
  67. filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
  68. }
  69.  
  70. .player {
  71. padding: 4px;
  72. margin-top: 20px;
  73. margin-bottom: 20px;
  74. background: black;
  75. color: #f50a02;
  76. width: calc(100% - 10px );
  77. border: 1px solid black;
  78. }
  79.  
  80. .topLeft {
  81. float: right;
  82. }
  83.  
  84.  
  85. .blurbs {
  86. text-align: right;
  87. }
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement