fglt.css 457 B

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