refactoring, better README (breaking commit...)
[qomet.git] / public / stylesheets / monitor.css
index b585800..42a4895 100644 (file)
@@ -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;
-}