X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=b5858002dd70348715fba70cc46430e3e50126fc;hp=8f414f586f27656374735a305a0a0990d5123c17;hb=71d1ca9c594b64d959c608a2abbff926480abad5;hpb=f6648c37a3c13efbbc3b8c03c6ff725984c98843 diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index 8f414f5..b585800 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -1 +1,41 @@ -/* TODO */ +/* TODO: factor this piece of code from assessment (and course, and here...) */ +.question { + margin: 20px 5px; + padding: 15px 0; +} +.question label { + color: black; +} +.question .choiceCorrect { + background-color: lightgreen; +} +.question .choiceWrong { + background-color: peachpuff; +} +.question .wording { + margin-bottom: 10px; +} +.question .option { + margin-left: 15px; +} +.question p { + margin-top: 10px; +} +.questionInactive { + background-color: lightgrey; +} +.introduction { + padding: 20px 5px; +} +.conclusion { + padding: 20px 5px; +} +table.in-question { + border: 1px solid black; + width: auto; + margin: 10px auto; +} +table.in-question th, table.in-question td { + padding: 3px; + border-bottom: 1px solid grey; +}