You are here

quiz.css in Quiz 5

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

div.multichoice_answer_text p {
  display: inline;
}

.multichoice_answer_text {
  margin: -1.9em 0 0 2em;
}

/*
** 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. div.multichoice_answer_text p {
  9. display: inline;
  10. }
  11. .multichoice_answer_text {
  12. margin: -1.9em 0 0 2em;
  13. }
  14. /*
  15. ** Definitions that apply on the summary pages
  16. */
  17. .quiz_question_bullet {
  18. font-weight: bold;
  19. font-size: 120%;
  20. }
  21. #quiz_score_possible, #quiz_score_percent {
  22. font-weight: bold;
  23. }
  24. .quiz_summary_question {
  25. margin-bottom: 0.5em;
  26. }
  27. tr.quiz_summary_qrow {
  28. background: transparent;
  29. }
  30. td.quiz_summary_qcell {
  31. vertical-align: top;
  32. padding: 1em 1em 0em 0em;
  33. }
  34. td.quiz_summary_qcell table tr {
  35. background: transparent;
  36. }
  37. td.quiz_summary_qcell table td {
  38. vertical-align: top;
  39. padding: .5em;
  40. }
  41. .quiz_answer_feedback {
  42. font-style: italic;
  43. }