repoze.css 509 B

123456789101112131415161718192021222324252627282930313233
  1. @import url('default.css');
  2. body {
  3. background-color: #006339;
  4. }
  5. div.document {
  6. background-color: #dad3bd;
  7. }
  8. div.sphinxsidebar h3, h4, h5, a {
  9. color: #127c56 !important;
  10. }
  11. div.related {
  12. color: #dad3bd !important;
  13. background-color: #00744a;
  14. }
  15. div.related a {
  16. color: #dad3bd !important;
  17. }
  18. /* override the justify text align of the default */
  19. div.body p {
  20. text-align: left !important;
  21. }
  22. /* fix google chrome <pre> tag renderings */
  23. pre {
  24. line-height: normal !important;
  25. }