document.less 993 B

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