long-choice.css in Quiz 7.4
@font-face {
font-family: 'h5p-core-16';
src: url('../fonts/h5p-core-16.eot?tlv5f5');
src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-16.ttf?tlv5f5') format('truetype'),
url('../fonts/h5p-core-16.woff?tlv5f5') format('woff'),
url('../fonts/h5p-core-16.svg?tlv5f5#h5p-core-16') format('svg');
font-weight: normal;
font-style: normal;
}
.h5p-long-choice-container {
line-height: 2.25;
}
.h5p-long-choice-task-description {
border-bottom: 1px solid #e5e5e5;
}
.h5p-long-choice-word {
margin-left: 0.25em;
}
.h5p-long-choice-word.h5p-long-choice-answered,
.h5p-long-choice-word.h5p-long-choice-correct {
padding: 3px 10px;
margin-left: 5px;
margin-right: 5px;
border-radius: 5px;
}
.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct {
color: #ffffff;
background: #8AC062;
border: dashed 1px #8AC062;
}
.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct:before {
font-family: 'h5p-core-16';
content: "\e90c";
}
.h5p-long-choice-word.h5p-long-choice-answered {
color: #ffffff;
background-color: #DF465A;
border: dashed 1px #DF465A;
}
.h5p-long-choice-word.h5p-long-choice-answered:before {
font-family: 'h5p-core-16';
content: "\e894";
}
.h5p-long-choice-word.h5p-long-choice-correct {
color: #79B74B;
background-color: #fff;
border: dashed 1px #79B74B;
}
.h5p-long-choice-footer {
font-size: 14px;
text-align: right;
margin-top: 30px;
color: #5C5C5C;
margin-left: auto;
margin-right: auto;
}
.h5p-long-choice-correct,
.h5p-long-choice-answered.h5p-long-choice-correct,
.h5p-long-choice-answered {
white-space: nowrap;
display: inline-block;
line-height: 1.5;
}
File
question_types/quiz_h5p/report/styles/long-choice.css
View source
- @font-face {
- font-family: 'h5p-core-16';
- src: url('../fonts/h5p-core-16.eot?tlv5f5');
- src: url('../fonts/h5p-core-16.eot?tlv5f5#iefix') format('embedded-opentype'),
- url('../fonts/h5p-core-16.ttf?tlv5f5') format('truetype'),
- url('../fonts/h5p-core-16.woff?tlv5f5') format('woff'),
- url('../fonts/h5p-core-16.svg?tlv5f5#h5p-core-16') format('svg');
- font-weight: normal;
- font-style: normal;
- }
-
- .h5p-long-choice-container {
- line-height: 2.25;
- }
-
- .h5p-long-choice-task-description {
- border-bottom: 1px solid #e5e5e5;
- }
-
- .h5p-long-choice-word {
- margin-left: 0.25em;
- }
-
- .h5p-long-choice-word.h5p-long-choice-answered,
- .h5p-long-choice-word.h5p-long-choice-correct {
- padding: 3px 10px;
- margin-left: 5px;
- margin-right: 5px;
- border-radius: 5px;
- }
-
- .h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct {
- color: #ffffff;
- background: #8AC062;
- border: dashed 1px #8AC062;
- }
-
- .h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct:before {
- font-family: 'h5p-core-16';
- content: "\e90c";
- }
-
- .h5p-long-choice-word.h5p-long-choice-answered {
- color: #ffffff;
- background-color: #DF465A;
- border: dashed 1px #DF465A;
- }
-
- .h5p-long-choice-word.h5p-long-choice-answered:before {
- font-family: 'h5p-core-16';
- content: "\e894";
- }
-
- .h5p-long-choice-word.h5p-long-choice-correct {
- color: #79B74B;
- background-color: #fff;
- border: dashed 1px #79B74B;
- }
-
- .h5p-long-choice-footer {
- font-size: 14px;
- text-align: right;
- margin-top: 30px;
- color: #5C5C5C;
- margin-left: auto;
- margin-right: auto;
- }
-
- .h5p-long-choice-correct,
- .h5p-long-choice-answered.h5p-long-choice-correct,
- .h5p-long-choice-answered {
- white-space: nowrap;
- display: inline-block;
- line-height: 1.5;
- }