You are here

quiz.css in Quiz 6.3

/*
 * Definitions that apply while taking the quiz.
 */
#quiz_progress {
  font-style: italic;
  font-size: 80%;
}

span.multichoice_answer_text p {
  display: inline;
}

/*
 * Definitions that apply on the summary pages.
 */
.quiz_question_bullet {
  font-weight: bold;
  font-size: 120%;
}

#quiz_score_possible, #quiz_score_percent {
  font-weight: bold;
}

.quiz_summary_question {
  margin-bottom: 0.5em;
}

tr.quiz_summary_qrow {
  background: transparent;
}

td.quiz_summary_qcell {
  vertical-align: top;
  padding: 1em 1em 0em 0em;
}

td.quiz_summary_qcell table tr {
  background: transparent;
}

td.quiz_summary_qcell table td {
  vertical-align: top;
  padding: .5em;
}

.quiz_answer_feedback {
  font-style: italic;
}

.quiz_summary_header {
  font-weight: bold;
}
.quiz_summary_text {

}
div.multichoice_answer_correct {
  padding: 5px;
  border: 1px solid green;
}
div.multichoice_answer_incorrect {
  padding: 5px;
  border: 1px solid red;
}

.add-questions {
  background: transparent url(images/add.png) no-repeat scroll 0% 10%;
  padding: 0 0 1em 2em;
}

File

quiz.css
View source
  1. /*
  2. * Definitions that apply while taking the quiz.
  3. */
  4. #quiz_progress {
  5. font-style: italic;
  6. font-size: 80%;
  7. }
  8. span.multichoice_answer_text p {
  9. display: inline;
  10. }
  11. /*
  12. * Definitions that apply on the summary pages.
  13. */
  14. .quiz_question_bullet {
  15. font-weight: bold;
  16. font-size: 120%;
  17. }
  18. #quiz_score_possible, #quiz_score_percent {
  19. font-weight: bold;
  20. }
  21. .quiz_summary_question {
  22. margin-bottom: 0.5em;
  23. }
  24. tr.quiz_summary_qrow {
  25. background: transparent;
  26. }
  27. td.quiz_summary_qcell {
  28. vertical-align: top;
  29. padding: 1em 1em 0em 0em;
  30. }
  31. td.quiz_summary_qcell table tr {
  32. background: transparent;
  33. }
  34. td.quiz_summary_qcell table td {
  35. vertical-align: top;
  36. padding: .5em;
  37. }
  38. .quiz_answer_feedback {
  39. font-style: italic;
  40. }
  41. .quiz_summary_header {
  42. font-weight: bold;
  43. }
  44. .quiz_summary_text {
  45. }
  46. div.multichoice_answer_correct {
  47. padding: 5px;
  48. border: 1px solid green;
  49. }
  50. div.multichoice_answer_incorrect {
  51. padding: 5px;
  52. border: 1px solid red;
  53. }
  54. .add-questions {
  55. background: transparent url(images/add.png) no-repeat scroll 0% 10%;
  56. padding: 0 0 1em 2em;
  57. }