A new Riff-radio.org site with a static approach.

nikola_ipython.css 875B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. div.prompt {
  2. padding: 0.6em;
  3. font-size: 13px;
  4. background-color: #E9E9E9;
  5. margin-right: 1em;
  6. -webkit-border-radius: 3px;
  7. -moz-border-radius: 3px;
  8. border-radius: 3px;
  9. }
  10. div.output_prompt {
  11. /* 5px right shift to account for margin in parent container */
  12. margin: 0 5px 0 0px;
  13. }
  14. div.output_area pre {
  15. font-size: 13px;
  16. }
  17. div.text_cell_render {
  18. padding: 0px;
  19. color: #333333;
  20. }
  21. .rendered_html p {
  22. text-align: left;
  23. }
  24. .rendered_html ul {
  25. margin: 0 0 12px 25px;
  26. }
  27. .rendered_html :visited {
  28. text-decoration: none;
  29. }
  30. .rendered_html :link {
  31. text-decoration: none;
  32. }
  33. .rendered_html pre, .rendered_html code {
  34. background-color: #DDDDDD;
  35. margin: 1em 0em;
  36. font-size: 14px;
  37. }
  38. .rendered_html pre {
  39. padding-left: 0.5em;
  40. padding-right: 0.5em;
  41. padding-top: 0.05em;
  42. padding-bottom: 0.05em;
  43. }
  44. .page-content > .content p {
  45. margin: 0 0 0px;
  46. }