_pr-d.scss 638 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. // This file is part of the DITA Open Toolkit project.
  2. //
  3. // Copyright 2016 Eero Helenius
  4. //
  5. // See the accompanying LICENSE file for applicable license.
  6. // block
  7. .codeblock {
  8. font-family: monospace;
  9. }
  10. .fragment {
  11. }
  12. .groupchoice {
  13. }
  14. .groupcomp {
  15. }
  16. .groupseq {
  17. }
  18. .parml {
  19. }
  20. .pd {
  21. }
  22. .plentry {
  23. }
  24. .pt {
  25. }
  26. .synblk {
  27. }
  28. .synnote {
  29. }
  30. .syntaxdiagram {
  31. }
  32. // inline
  33. .apiname {
  34. }
  35. .codeph {
  36. font-family: monospace;
  37. }
  38. .coderef {
  39. }
  40. .delim {
  41. }
  42. .fragref {
  43. }
  44. .kwd {
  45. font-weight: bold;
  46. }
  47. .oper {
  48. }
  49. .option {
  50. }
  51. .parmname {
  52. font-weight: bold;
  53. }
  54. .repsep {
  55. }
  56. .sep {
  57. }
  58. .synnoteref {
  59. }
  60. .synph {
  61. }
  62. .var {
  63. font-style: italic;
  64. }