X-Git-Url: https://git.auder.net/img/vendor/underscore-min.js?a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=20406b3a086efed7a5b3a7fb11cc345a6ad72d1c;hb=db5571d67f6b6b3b841fa1eeaf2099cecf2bcffc;hp=8f414f586f27656374735a305a0a0990d5123c17;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73;p=qomet.git diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index 8f414f5..20406b3 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -1 +1,54 @@ -/* TODO */ +.blur { + background-color: lightsalmon; +} +.resize { + font-style: italic; + color: darkred; +} +.disconnect { + background-color: grey; +} + +/* 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; +} +table.in-question { + border: 1px solid black; + width: auto; + margin: 10px auto; +} + +table.in-question th, table.in-question td { + padding: 7px; + border-bottom: 1px solid grey; +} + +/*table { border: none; border-collapse: collapse; }*/ +table.in-question td { border-left: 1px solid grey; } +table.in-question td:first-child { border-left: none; }