_task.scss 619 B

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