moodle/mod/quiz/styles.php
2005-05-15 14:40:38 +00:00

122 lines
2.2 KiB
PHP

.feedbacktext {
display:block;
}
.quiz-report-title {
text-align: center;
font-weight : bold;
}
body#mod-quiz-attempts table#attempts,
body#mod-quiz-attempts table#commands,
body#mod-quiz-report table#commands,
body#mod-quiz-report table#itemanalysis
{
width: 80%;
margin: auto;
}
body#mod-quiz-attempts table#attempts {
margin: 20px auto;
}
body#mod-quiz-attempts table#attempts .header,
body#mod-quiz-attempts table#attempts .cell
{
padding: 4px;
}
body#mod-quiz-attempts table#attempts .header .commands {
display: inline;
}
body#mod-quiz-attempts table#attempts .picture {
width: 40px;
}
body#mod-quiz-attempts table#attempts td {
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
vertical-align: bottom;
}
.grade {
font-size: small;
margin-top: 10pt
}
.gradingdetails {
font-size: small;
}
.feedbacktext {
text-align:right;
}
body#mod-quiz-attempts table#attempts .header {
text-align: left;
}
body#mod-quiz-attempts table#attempts .picture {
text-align: center !important;
}
body#mod-quiz-attempts .controls {
text-align: center;
}
body#mod-quiz-attempts table#attempts td {
border-color: #dddddd;
}
body#mod-quiz-attempts table#attempts .r1 {
background-color: #eeeeee;
}
body#mod-quiz-report table#itemanalysis {
margin: 20px auto;
}
body#mod-quiz-report table#itemanalysis .header,
body#mod-quiz-report table#itemanalysis .cell
{
padding: 4px;
}
body#mod-quiz-report table#itemanalysis .header .commands {
display: inline;
}
body#mod-quiz-report table#itemanalysis td {
border-width: 1px;
border-style: solid;
}
body#mod-quiz-report table#itemanalysis .header {
text-align: left;
}
body#mod-quiz-report table#itemanalysis .numcol {
text-align: center;
! vertical-align : middle;
}
body#mod-quiz-report table#itemanalysis .uncorrect {
color: red;
}
body#mod-quiz-report table#itemanalysis .correct {
color: blue;
font-weight : bold;
}
body#mod-quiz-report table#itemanalysis .partialcorrect {
!color: green;
}
body#mod-quiz-report table#itemanalysis .qname {
!color: green;
}
body#mod-quiz-report .controls {
text-align: center;
}
.editorhelptext {
font-size:0.7em;
}