Last change
on this file since 17930 was
6369,
checked in by Henrik Bettermann, 13 years ago
|
Add Moodle 2.0 bteducation theme. This is a copy of the standard theme. Feel free to tweak this theme as you like. The old bteducation theme is deprecated, it can't be used for Moodle >2.0.
|
File size:
974 bytes
|
Rev | Line | |
---|
[6369] | 1 | /** Question **/ |
---|
| 2 | |
---|
| 3 | .que {border-color: #DDD;} |
---|
| 4 | .que .correct {background-color: #afa;} |
---|
| 5 | .que .info h2 {font-size: 1.25em;font-weight: bold;} |
---|
| 6 | .que .grade {font-size: 0.8em;} |
---|
| 7 | .que .feedback {border-color: #DDD;} |
---|
| 8 | .que .history {font-size:75%;} |
---|
| 9 | .que .incorrect {background-color: #faa;} |
---|
| 10 | .que.multianswer .incorrect {background-color: #faa;} |
---|
| 11 | .que .partiallycorrect {background-color: #ff9;} |
---|
| 12 | .que .r0 {background-color: #F5F5F5;} |
---|
| 13 | .que .r1 {background-color: #EEE;} |
---|
| 14 | |
---|
| 15 | #chooseqtype .qtypename {font-weight: bold;} |
---|
| 16 | |
---|
| 17 | #qtypechoicecontainer #chooseqtype .qtypename {font-weight: normal;} |
---|
| 18 | #qtypechoicecontainer #chooseqtype .qtypes {border-bottom-color: gray;} |
---|
| 19 | #qtypechoicecontainer #chooseqtype .selected {background: #dddddd;} |
---|
| 20 | #qtypechoicecontainer #chooseqtype .instruction, |
---|
| 21 | #qtypechoicecontainer #chooseqtype .qtypesummary {border-left-color: gray;} |
---|
| 22 | |
---|
| 23 | .calculated .answer, |
---|
| 24 | .numerical .answer, |
---|
| 25 | .shortanswer .answer {background-color: #EEE;} |
---|
| 26 | |
---|
| 27 | .essay .answerreview {background-color: #EEE;} |
---|
Note: See
TracBrowser for help on using the repository browser.