Advertisement
Guest User

cssbluegreen

a guest
Jan 19th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. body
  2. {
  3. background-color: #d9eaf4;
  4. color: #3a3a3a;
  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: #172b28;
  16. }
  17.  
  18. #postingForm th, .modalTableBody th {
  19. background: #99adf4;
  20. }
  21.  
  22. .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell,
  23. .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell,
  24. .catalogCell {
  25. background: #b7ddd8;
  26. border-radius: 3px;
  27. border-style: none solid solid none;
  28. border-color: #83a5a1;
  29. }
  30.  
  31. input, select, textarea {
  32. border: 1px double #07371F;
  33. background: #ffffff;
  34. color: #0f0f0f;
  35. }
  36.  
  37. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  38. {
  39. border: 3px double #606060;
  40. background: #d1d7ec;
  41. color: #0f0f0f;
  42. padding-left: 0.25em;
  43. font-family: 'Helvetica', monospace, sans-serif;
  44. font-weight: normal;
  45. margin-top: 0.5em;
  46. margin-bottom: 0.5em;
  47. cursor: pointer;
  48. }
  49.  
  50. nav {
  51. background-color: #b7ddd8;
  52. border-bottom: 1px solid #0f0f0f;
  53. }
  54.  
  55. .labelSubject {
  56. color: #0f0f0f;
  57. font-weight: bold;
  58. word-wrap: break-word;
  59. }
  60.  
  61. .linkSelf {
  62. color: #20635a;
  63. text-decoration: none;
  64. }
  65.  
  66. .linkQuote {
  67. color: #20635a;
  68. text-decoration: none;
  69. }
  70.  
  71. .quoteLink {
  72. color: #000;
  73. }
  74.  
  75. .nameLink::after {
  76. content: 'Open file';
  77. color: #000;
  78. }
  79.  
  80. .hideFileButton::after {
  81. content: '(Hide file)';
  82. color: #000;
  83. }
  84.  
  85. .hiddenFile::after {
  86. content: '(Show file)';
  87. color: #000;
  88. }
  89.  
  90. .extraMenuButton::before {
  91. content: '\e02f';
  92. color: #1a403c;
  93. }
  94.  
  95. .floatingMenu, #quick-reply table {
  96. background: #b7ddd8;
  97. color: black;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement