_task.scss 695 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. .tasklabel {
  7. font-size: 100%;
  8. margin-bottom: 1em;
  9. margin-top: 1em;
  10. }
  11. // block
  12. .chdesc {
  13. }
  14. .chdeschd {
  15. }
  16. .chhead {
  17. }
  18. .choice {
  19. }
  20. .choices {
  21. }
  22. .choicetable {
  23. }
  24. .choption {
  25. }
  26. .choptionhd {
  27. }
  28. .chrow {
  29. }
  30. .context {
  31. }
  32. .postreq {
  33. }
  34. .prereq {
  35. }
  36. .result {
  37. }
  38. .step {
  39. }
  40. .steps {
  41. }
  42. .steps-informal {
  43. }
  44. .steps-unordered {
  45. }
  46. .stepsection {
  47. }
  48. .steptroubleshooting {
  49. }
  50. .substep {
  51. }
  52. .substeps {
  53. }
  54. .task {
  55. }
  56. .taskbody {
  57. }
  58. .tasktroubleshooting {
  59. }
  60. // inline
  61. .cmd {
  62. }
  63. .info {
  64. }
  65. .stepresult {
  66. }
  67. .stepxmp {
  68. }
  69. .tutorialinfo {
  70. }