fglt.css 387 B

12345678910111213141516171819202122232425
  1. body {
  2. background: white;
  3. font-size: 12px;
  4. }
  5. div.classified-expires {
  6. background-color: #688a02;
  7. /* color: #2b4300; */
  8. color: white;
  9. margin: 0 0 1em 1em;
  10. }
  11. div.classified-expires>hr {
  12. margin-bottom: 0;
  13. }
  14. div.classified-expires-later>hr {
  15. background-color: #2b4300;
  16. margin-bottom: 0;
  17. }
  18. div.classified-expires-soon>hr {
  19. background-color: red;
  20. margin-bottom: 0;
  21. }