arcolinuxforum.css 860 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body {
  2. font-size: 13px;
  3. background-color: #282a36 !important;
  4. background-image: none !important;
  5. color: #d0d0d0 !important;
  6. }
  7. h1 {
  8. color: #e1acff !important;
  9. }
  10. .above {
  11. border: 0px !important;
  12. background: #282a36 !important;
  13. }
  14. .backhead {
  15. background: #282a36 !important;
  16. border: 0px !important;
  17. box-shadow: inset 0px -1px 0 #282a36 !important;
  18. }
  19. .headerbar {
  20. background: #282a36 !important;
  21. }
  22. .site-description p {
  23. color: #c3e88d !important;
  24. }
  25. div#content {
  26. background: #282a36 !important;
  27. }
  28. div.forabg {
  29. background: #22232e !important;
  30. }
  31. dl.row-item {
  32. color: #d0d0d0;
  33. text-shadow: none;
  34. }
  35. ul.topiclist {
  36. background: # !important;
  37. }
  38. li.row {
  39. background-color: #282a36 !important;
  40. padding: 4px;
  41. text-shadow: none;
  42. }
  43. a.forumtitle {
  44. color: #e1acff !important;
  45. text-shadow: none;
  46. }