Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/shortcod.../css
File: quiz.css
div.jetpack-quiz {
[0] Fix | Delete
border: 1px solid #deede3;
[1] Fix | Delete
background-color: #f3f3f3;
[2] Fix | Delete
padding: 1em;
[3] Fix | Delete
/* stylelint-disable-next-line declaration-property-unit-allowed-list -- this should be changed to a unitless value: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#values */
[4] Fix | Delete
line-height: 1.3em;
[5] Fix | Delete
margin-bottom: 2em;
[6] Fix | Delete
border-radius: 0.2em;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-question {
[10] Fix | Delete
margin-bottom: 0.5em;
[11] Fix | Delete
font-weight: 700;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer {
[15] Fix | Delete
cursor: pointer;
[16] Fix | Delete
margin-bottom: 0.5em;
[17] Fix | Delete
padding: 1em 0 1em 1em;
[18] Fix | Delete
border-bottom: 1px dotted #999;
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.last {
[22] Fix | Delete
padding-bottom: 0;
[23] Fix | Delete
margin-bottom: 0;
[24] Fix | Delete
border-bottom: 0;
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.correct {
[28] Fix | Delete
color: #008000;
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.wrong {
[32] Fix | Delete
color: #f00;
[33] Fix | Delete
}
[34] Fix | Delete
[35] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
[36] Fix | Delete
display: none;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,
[40] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
[41] Fix | Delete
display: block;
[42] Fix | Delete
color: #000;
[43] Fix | Delete
font-size: 90%;
[44] Fix | Delete
margin-top: 1em;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,
[48] Fix | Delete
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
[49] Fix | Delete
font-size: 85%;
[50] Fix | Delete
}
[51] Fix | Delete
[52] Fix | Delete
div.jetpack-quiz pre {
[53] Fix | Delete
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
[54] Fix | Delete
background: transparent;
[55] Fix | Delete
margin: 0;
[56] Fix | Delete
padding: 0;
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
.jetpack-quiz-options {
[60] Fix | Delete
margin-top: 12px;
[61] Fix | Delete
text-align: right;
[62] Fix | Delete
}
[63] Fix | Delete
[64] Fix | Delete
.jetpack-quiz-count {
[65] Fix | Delete
color: #646970;
[66] Fix | Delete
float: left;
[67] Fix | Delete
font-size: 12px;
[68] Fix | Delete
}
[69] Fix | Delete
[70] Fix | Delete
.jetpack-quiz-option-button {
[71] Fix | Delete
cursor: pointer;
[72] Fix | Delete
margin-left: 12px;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
.jetpack-quiz-option-button:hover svg {
[76] Fix | Delete
background: #3c434a;
[77] Fix | Delete
}
[78] Fix | Delete
[79] Fix | Delete
.jetpack-quiz-option-button svg {
[80] Fix | Delete
background: #000;
[81] Fix | Delete
border-radius: 50%;
[82] Fix | Delete
display: inline-block;
[83] Fix | Delete
fill: #fff;
[84] Fix | Delete
height: 24px;
[85] Fix | Delete
width: 24px;
[86] Fix | Delete
}
[87] Fix | Delete
[88] Fix | Delete
.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,
[89] Fix | Delete
.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type {
[90] Fix | Delete
display: none;
[91] Fix | Delete
}
[92] Fix | Delete
[93] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function