/tracext/sphinx/htdocs/css/sphinx.css

https://bitbucket.org/glenfant/sphinx-plugin · CSS · 30 lines · 26 code · 4 blank · 0 comment · 0 complexity · 51d16426ee4f7ab2764eeaba1c445d94 MD5 · raw file

  1. pre {
  2. width: 600px;
  3. background: #fafafa;
  4. color: #022;
  5. border-top: 1px solid #ddc;
  6. border-bottom: 1px solid #ddc;
  7. margin: .2em .2em;
  8. padding: .2em;
  9. overflow: auto;
  10. }
  11. .find {
  12. background: #afa;
  13. }
  14. .bubble {
  15. float: right;
  16. background: #eed;
  17. margin-bottom: 0.6em;
  18. }
  19. .menu_part {
  20. border-top: 3px solid white;
  21. padding-top: 6px;
  22. margin-top: 1em;
  23. }
  24. .menu_part select {
  25. margin: .5em 0;
  26. }