2010-03-25 06:38:21 +00:00
|
|
|
/** Question **/
|
|
|
|
|
|
|
|
.que {border-color: #DDD;}
|
|
|
|
.que .correct {background-color: #afa;}
|
|
|
|
.que .feedback {border-color: #DDD;}
|
2011-03-01 11:02:33 +00:00
|
|
|
.que .history {font-size:0.8em;}
|
2010-03-25 06:38:21 +00:00
|
|
|
.que .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 .instruction,
|
2010-05-25 15:26:24 +00:00
|
|
|
#qtypechoicecontainer #chooseqtype .qtypesummary {border-left-color: gray;}
|
2010-03-25 06:38:21 +00:00
|
|
|
|
|
|
|
.calculated .answer,
|
|
|
|
.numerical .answer,
|
|
|
|
.shortanswer .answer {background-color: #EEE;}
|
|
|
|
|
|
|
|
.essay .answerreview {background-color: #EEE;}
|