You are here

quiz.css in Quiz 5.2

/*
 * 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;
}

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. }