.
This commit is contained in:
+10
-1
@@ -22,7 +22,7 @@ a, a:link {
|
||||
.answer-list .answer:hover{
|
||||
z-index: 99999;
|
||||
position: relative;
|
||||
background: rgba(167, 167, 167, 0.7);
|
||||
background: black;
|
||||
}
|
||||
|
||||
.answer-list .correct {
|
||||
@@ -34,6 +34,9 @@ a, a:link {
|
||||
content: " [Score = 2]";
|
||||
font-size: small;
|
||||
}
|
||||
.answer-list .correct .rapid::after{
|
||||
content: " [Score = 1]";
|
||||
}
|
||||
|
||||
.answer-list .half-correct {
|
||||
color: yellow;
|
||||
@@ -43,6 +46,9 @@ a, a:link {
|
||||
content: " [Score = 1]";
|
||||
font-size: small;
|
||||
}
|
||||
.answer-list .half-correct .rapid::after{
|
||||
content: " [Score = 0.5]";
|
||||
}
|
||||
|
||||
.answer-list .incorrect {
|
||||
color: red;
|
||||
@@ -52,6 +58,9 @@ a, a:link {
|
||||
content: " [Score = 0]";
|
||||
font-size: small;
|
||||
}
|
||||
.answer-list .incorrect .rapid::after{
|
||||
content: " [Score = 0]";
|
||||
}
|
||||
|
||||
.answer-list .not-marked {
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user