Advertisement
Guest User

Dark Garden CSS (B)

a guest
Feb 23rd, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. body
  2. {
  3. background-color: #150b1c;
  4. color: #405854;
  5. font-family: Helvetica;
  6. }
  7.  
  8. a, .coloredIcon, .unhideButton, .embedButton, .checkedFavouriteButton:before,
  9. #selectedTab, #showFormsButton {
  10. color: #1a403c;
  11. cursor: pointer
  12. }
  13.  
  14. .boardHeader p {
  15. color: #13453e;
  16. }
  17.  
  18. #postingForm th, .modalTableBody th {
  19. background: #1f1029;
  20. color: #3a3a3a;
  21. border-color: #13453e;
  22. }
  23.  
  24. .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell,
  25. .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell,
  26. .catalogCell {
  27. background: #1f1029;
  28. border-radius: 3px;
  29. border-style: none solid solid none;
  30. border-color: #1f1029;
  31. }
  32.  
  33. input, select, textarea {
  34. border: 1px double #653c7e;
  35. background: #ffffff;
  36. color: #0f0f0f;
  37. border-color: #653c7e;
  38. background: #ffffff;
  39. color: #653c7e;
  40. }
  41.  
  42. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  43. {
  44. border: 3px double #3a3a3a;
  45. background: #339083;
  46. color: #1f1029;
  47. border-color: #653c7e;
  48. padding-left: 0.25em;
  49. font-family: 'Helvetica', monospace, sans-serif;
  50. font-weight: normal;
  51. margin-top: 0.5em;
  52. margin-bottom: 0.5em;
  53. cursor: pointer;
  54. }
  55.  
  56. nav {
  57. background-color: #1f1029;
  58. border-bottom: 1px solid #0f0f0f;
  59. }
  60.  
  61. .labelSubject {
  62. color: #339083;
  63. font-weight: bold;
  64. word-wrap: break-word;
  65. }
  66.  
  67. .linkSelf {
  68. color: #339083;
  69. text-decoration: none;
  70. }
  71.  
  72. .linkQuote {
  73. color: #339083;
  74. text-decoration: none;
  75. }
  76.  
  77. .quoteLink {
  78. color: #13453e;
  79. }
  80.  
  81. .nameLink::after {
  82. content: 'Open file';
  83. color: #339083;
  84. }
  85.  
  86. .hideFileButton::after {
  87. content: '(Hide file)';
  88. color: #339083;
  89. }
  90.  
  91. .hiddenFile::after {
  92. content: '(Show file)';
  93. color: #339083;
  94. }
  95.  
  96. .extraMenuButton::before {
  97. content: '\e02f';
  98. color: #1a403c;
  99. }
  100.  
  101. .floatingMenu, #quick-reply table {
  102. background: #1f1029;
  103. color: #3a3a3a;
  104. border-width: 1px;
  105. border-color: #622987;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement