X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=b22b317adba876463db5790fb97b7a6be7047f7e;hb=f87ac54a07e9cc63a28b8eae42fa6ab23ac626d0;hp=b5858002dd70348715fba70cc46430e3e50126fc;hpb=71d1ca9c594b64d959c608a2abbff926480abad5;p=qomet.git diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index b585800..b22b317 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -1,3 +1,14 @@ +.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; @@ -27,15 +38,22 @@ .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; + 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; } + +.absent { + opacity: 0.5; + background-color: lightgrey; +}