You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
727 B

  1. .code pre {
  2. margin:0;
  3. border:none;
  4. white-space: pre !important;
  5. word-wrap: normal !important;
  6. color: #5e5e5e;
  7. }
  8. body {
  9. font-family: Arial, FreeSans, Helvetica, sans-serif;
  10. font-size: 13px;
  11. color: #000000;
  12. margin: 0;
  13. padding: 0;
  14. overflow-x: auto;
  15. }
  16. .docco-container
  17. {
  18. margin-top: 50px;
  19. }
  20. #grabber {
  21. border: #dadada solid thin;
  22. width: 5px;
  23. background: #e8e8e8;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. z-index: 10;
  28. cursor: ew-resize;
  29. }
  30. .nav .nav-header {
  31. text-transform: none;
  32. font-size: 12px;
  33. }
  34. .dropdown-menu a {
  35. font-size: 11px;
  36. }
  37. div.hidden-code-line, a.hidden-code-toggle {
  38. color: #3A87AD;
  39. }
  40. .doctext{
  41. margin-top:5px;
  42. }