document.css 863 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import url("../../../dojo/resources/dojo.css");
  2. /* ======= Styling for the document itself (overriding dojo.css) ======== */
  3. .claro {
  4. font-family: Verdana, Arial, Helvetica, sans-serif;
  5. font-size: .688em;
  6. color: #131313;
  7. }
  8. /* Headings */
  9. .claro h1 {
  10. font-size: 1.545em;
  11. margin-bottom: 0.727em;
  12. }
  13. .claro h2 {
  14. font-size: 1.364em;
  15. line-height: 1.455em;
  16. margin-top: 1em;
  17. margin-bottom: 0.60em;
  18. font-weight: normal;
  19. }
  20. .claro h3,
  21. .claro h4,
  22. .claro h5,
  23. .claro h6 {
  24. font-size: 1.091em;
  25. font-weight: normal;
  26. }
  27. /* paragraphs, quotes and lists */
  28. .claro p {
  29. line-height: 1.3em;
  30. }
  31. /* pre and code */
  32. .claro pre, .claro code {
  33. font-family: inherit;
  34. background-color: #efefef;
  35. border: 1px solid #d3d3d3;
  36. }
  37. /* tables */
  38. .claro table.dojoTabular thead, .claro table.dojoTabular tfoot {
  39. background-color: #efefef;
  40. border: 1px solid #d3d3d3;
  41. }