X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fcourse.css;h=d62457c601e6fcf115d4f707c4a2376dc4dfb739;hb=43828378be054cf3604b753e8d9ab24af911188f;hp=c1c4a9b1c95688c7b858cba55cbb2f936836c59b;hpb=71d1ca9c594b64d959c608a2abbff926480abad5;p=qomet.git diff --git a/public/stylesheets/course.css b/public/stylesheets/course.css index c1c4a9b..d62457c 100644 --- a/public/stylesheets/course.css +++ b/public/stylesheets/course.css @@ -3,6 +3,11 @@ h4.title { background-color: lightgrey; } +.idle { + background-color: #EFEFEF; + opacity: 0.5; +} + tr.assessment { cursor: pointer; } @@ -14,54 +19,3 @@ input#password { table.result { cursor: pointer; } - -tr.stats { - padding-top: 10px; -} - -#questionList { - margin: 20px 5px; -} - -.question { - margin: 20px 0; -} - -.question .choiceCorrect { - background-color: lightgreen; -} - -.question .wording { - margin-bottom: 10px; -} - -.question .option { - margin-left: 15px; -} - -.question p { - margin-top: 10px; -} - -.questionInactive { - background-color: lightgrey; -} - -.introduction { - margin-top: 20px; -} - -.conclusion { - margin-bottom: 20px; -} - -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; -}