help.css 503 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body
  2. {
  3. margin: 0;
  4. padding: 0;
  5. border: 0;
  6. background: #fff;
  7. color: #000;
  8. }
  9. img
  10. {
  11. border: 0;
  12. }
  13. h1
  14. {
  15. background-color: #DFEFFF;
  16. padding: 0.25em;
  17. margin: 0;
  18. }
  19. h1, h2
  20. {
  21. border-bottom: 1px solid #aaa;
  22. }
  23. #content
  24. {
  25. margin: 0 !important;
  26. border: 0 !important;
  27. }
  28. #toc
  29. {
  30. display: none;
  31. }
  32. ul
  33. {
  34. list-style-image: url(bullet.png) !important;
  35. }
  36. div#content a.external
  37. {
  38. background: center right no-repeat url(external.png);
  39. padding-right: 13px;
  40. }