You are here

quiz.css in Quiz 6.6

/* @override http://qcommons-staging.local.funq.org:8888/sites/all/modules/quiz/quiz.css?R */


/*
 * Definitions that apply while viewing questions
 */
.question_type_name {
  font-style: italic;
}

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

#export-table {
  text-align: right;
}

.multichoice_answer_correct {
	background-color: lightgreen;
}

File

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