Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. body {
  2. background-color: #ddd;
  3. color: #000000;
  4. }
  5.  
  6. nav {
  7. background-color: rgb(204, 202, 202);
  8. border-bottom: 1px solid #117743;
  9. }
  10.  
  11. a, .hideButton {
  12. color: #000000;
  13. }
  14.  
  15. .innerPost, .markedPost {
  16. background-color: #dddddd !important;
  17. border: 2px dashed #117743;
  18. }
  19.  
  20. input, select, textarea {
  21. background: #ACACAC;
  22. color: #3C3C3C;
  23. }
  24.  
  25. input[type="button"], input[type="submit"], button, .dropzone, .selectedCell {
  26. background: #5b5f5c;
  27. }
  28.  
  29. .catalogCell, #divLatestPosts .latestPostCell, .topBoards a {
  30. background: #dddddd !important;
  31. }
  32.  
  33. #quick-reply table {
  34. background: #e7e7e7;
  35. }
  36.  
  37. .title, .unhideButton {
  38. font-weight: bold;
  39. color: #117743;
  40. }
  41.  
  42. a, .navClickable {
  43. color: #000000;
  44. text-decoration: none;
  45. }
  46.  
  47. .labelSubject {
  48. color: #663e11;
  49. font-weight: bold;
  50. }
  51.  
  52. .hideButton, .embedButton, #closeWatcherMenuButton, .watchButton,
  53. .watchedCellCloseButton, .hideFileButton {
  54. margin-left: 0.5em;
  55. cursor: pointer;
  56. color: #000000;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement