Advertisement
Ignbaltasevicius

CSS code:Dark theme (costumed buttons)

May 28th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. #imgPreview img {
  2. background: transparent;
  3. border: unset;
  4. }
  5. .player, .url {
  6. background: transparent;
  7. border: unset;
  8. text-align: center;
  9. }
  10. * {
  11. color: white !important;
  12. font-weight: normal;
  13. }
  14. button, input {
  15. background: #353535;
  16. border-color: #353535;
  17. }
  18. #userWall {
  19. display: inline-table;
  20. border: 0.5px solid #717171;
  21. }
  22. .tableRight, .tableLeft {
  23. background: #1d1d1d;
  24. border: 0.5px solid #717171;
  25. }
  26. .extended {
  27. border-color: #2d2d2d;
  28. background: #191919;
  29. }
  30. .rightHead, .boxHead {
  31. background: #4e4e4e;
  32. border-top: 1px solid gray;
  33. border-radius: 2px;
  34. }
  35. *#hSub {
  36. background: #2b2b2b;
  37. }
  38. div#hSub {
  39. background: #2b2b2b;
  40. }
  41. div#header {
  42. background: #3e3e3e;
  43. }
  44. body {
  45. background: black;
  46. }
  47. .boxButton:active {
  48. background: #212121;
  49. color: #ffd91f !important;
  50. }
  51. audio {
  52. background: whitesmoke;
  53. border-radius: 4px;
  54. margin-top: 8px;
  55. }
  56. [href="https://myspace.windows93.net/?id=1"] img {
  57. content: url(https://i.imgur.com/O3Uu5AC.png);
  58. }
  59. #commentInput {
  60. color: black !important;
  61. font-family: arial;
  62. font-size: 100%;
  63. }
  64. .fwiendCount {
  65. color: #0095ff !important;
  66. }
  67. .fwiendFace img {
  68. object-fit: cover;
  69. max-height: 128px;
  70. image-rendering: pixelated;
  71. }
  72. .blogs .box.blog {
  73. background: #1b1b1b;
  74. }
  75. .blogs > div > a:link {
  76. color: #00adff !important;
  77. }
  78. .blogs > div > a:visited {
  79. color: #00ff37 !important;
  80. }
  81. #top {
  82. text-align: -webkit-center;
  83. }
  84. .tableLeft img {
  85. display: none;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement