mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
28 lines
974 B
CSS
28 lines
974 B
CSS
/** Question **/
|
|
|
|
.que {border-color: #DDD;}
|
|
.que .correct {background-color: #afa;}
|
|
.que .info h2 {font-size: 1.25em;font-weight: bold;}
|
|
.que .grade {font-size: 0.8em;}
|
|
.que .feedback {border-color: #DDD;}
|
|
.que .history {font-size:75%;}
|
|
.que .incorrect {background-color: #faa;}
|
|
.que.multianswer .incorrect {background-color: #faa;}
|
|
.que .partiallycorrect {background-color: #ff9;}
|
|
.que .r0 {background-color: #F5F5F5;}
|
|
.que .r1 {background-color: #EEE;}
|
|
|
|
#chooseqtype .qtypename {font-weight: bold;}
|
|
|
|
#qtypechoicecontainer #chooseqtype .qtypename {font-weight: normal;}
|
|
#qtypechoicecontainer #chooseqtype .qtypes {border-bottom-color: gray;}
|
|
#qtypechoicecontainer #chooseqtype .selected {background: #dddddd;}
|
|
#qtypechoicecontainer #chooseqtype .instruction,
|
|
#qtypechoicecontainer #chooseqtype .qtypesummary {border-left-color: gray;}
|
|
|
|
.calculated .answer,
|
|
.numerical .answer,
|
|
.shortanswer .answer {background-color: #EEE;}
|
|
|
|
.essay .answerreview {background-color: #EEE;}
|