X-Git-Url: https://git.auder.net/images/pieces/%22%20%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=42a489511b2fe2d8171cdab0760bde48d771f3ff;hb=43828378be054cf3604b753e8d9ab24af911188f;hp=b5858002dd70348715fba70cc46430e3e50126fc;hpb=71d1ca9c594b64d959c608a2abbff926480abad5;p=qomet.git diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index b585800..42a4895 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -1,41 +1,17 @@ -/* TODO: factor this piece of code from assessment (and course, and here...) */ -.question { - margin: 20px 5px; - padding: 15px 0; +.blur { + background-color: lightsalmon; } -.question label { - color: black; + +.resize { + font-style: italic; + color: darkred; } -.question .choiceCorrect { - background-color: lightgreen; + +.disconnect { + background-color: grey; } -.question .choiceWrong { - background-color: peachpuff; -} -.question .wording { - margin-bottom: 10px; -} -.question .option { - margin-left: 15px; -} -.question p { - margin-top: 10px; -} -.questionInactive { + +.absent { + opacity: 0.5; 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; -}