Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. body.theme_purple
  2. {
  3. background-color: #150b1c;
  4. color: #405854;
  5. font-family: Helvetica;
  6. }
  7.  
  8. .theme_purple a, .theme_purple .coloredIcon, .theme_purple .unhideButton, .theme_purple .embedButton, .theme_purple .checkedFavouriteButton:before,
  9. #selectedTab, .theme_purple #showFormsButton {
  10. color: #1a403c;
  11. cursor: pointer
  12. }
  13.  
  14. .theme_purple .boardHeader p {
  15. color: #13453e;
  16. }
  17.  
  18. .theme_purple #postingForm th, .theme_purple .modalTableBody th {
  19. background: #1f1029;
  20. color: #3a3a3a;
  21. border-color: #13453e;
  22. }
  23.  
  24. .theme_purple .topBoards a, .theme_purple #divLatestImages img, .theme_purple #divLatestPosts .latestPostCell,
  25. .innerPost, .theme_purple .sideCatalogCell, .theme_purple .markedPost, .theme_purple .sideCatalogMarkedCell,
  26. .catalogCell {
  27. background: #1f1029;
  28. border-radius: 3px;
  29. border-style: none solid solid none;
  30. border-color: #1f1029;
  31. }
  32.  
  33. .theme_purple input, .theme_purple select, .theme_purple 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. .theme_purple input[type=button], .theme_purple input[type=submit], .theme_purple button, .theme_purple .dropzone, .theme_purple .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', .theme_purple monospace, .theme_purple sans-serif;
  50. font-weight: normal;
  51. margin-top: 0.5em;
  52. margin-bottom: 0.5em;
  53. cursor: pointer;
  54. }
  55.  
  56. .theme_purple nav {
  57. background-color: #1f1029;
  58. border-bottom: 1px solid #0f0f0f;
  59. }
  60.  
  61. .theme_purple .labelSubject {
  62. color: #339083;
  63. font-weight: bold;
  64. word-wrap: break-word;
  65. }
  66.  
  67. .them_purple .linkSelf {
  68. color: #339083;
  69. text-decoration: none;
  70. }
  71.  
  72. .theme_purple .linkQuote {
  73. color: #339083;
  74. text-decoration: none;
  75. }
  76.  
  77. .theme_purple .quoteLink {
  78. color: #13453e;
  79. }
  80.  
  81. .theme_purple .nameLink::after {
  82. content: 'Open file';
  83. color: #339083;
  84. }
  85.  
  86. .theme_purple .hideFileButton::after {
  87. content: '(Hide file)';
  88. color: #339083;
  89. }
  90.  
  91. .theme_purple .hiddenFile::after {
  92. content: '(Show file)';
  93. color: #339083;
  94. }
  95.  
  96. .theme_purple .extraMenuButton::before {
  97. content: '\e02f';
  98. color: #1a403c;
  99. }
  100.  
  101. .theme_purple .floatingMenu, .theme_purple #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