[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /** Bits that can appear on any page. */ 2 .path-mod-quiz .statedetails { 3 display: block; 4 font-size: 0.7em; 5 } 6 7 /** Attempt and review pages **/ 8 #page-mod-quiz-attempt #page .controls, 9 #page-mod-quiz-summary #page .controls, 10 #page-mod-quiz-review #page .controls { 11 text-align: center; 12 margin: 8px auto; 13 } 14 15 #page-mod-quiz-attempt .submitbtns, 16 #page-mod-quiz-review .submitbtns { 17 clear: left; 18 text-align: left; 19 padding-top: 1.5em; 20 } 21 #page-mod-quiz-attempt.dir-rtl .submitbtns, 22 #page-mod-quiz-review.dir-rtl .submitbtns { 23 text-align: right; 24 } 25 26 #page-mod-quiz-attempt .submitbtns .mod_quiz-next-nav, 27 #page-mod-quiz-review .submitbtns .mod_quiz-next-nav { 28 float: right; 29 } 30 #page-mod-quiz-attempt.dir-rtl .submitbtns .mod_quiz-next-nav, 31 #page-mod-quiz-review.dir-rtl .submitbtns .mod_quiz-next-nav { 32 float: left; 33 } 34 35 .path-mod-quiz .mod_quiz-redo_question_button { 36 margin: 0; 37 } 38 .path-mod-quiz input[type="submit"].mod_quiz-redo_question_button { 39 padding: 2px 0.8em; 40 font-size: 1em; 41 } 42 43 #page-mod-quiz-attempt .mod_quiz-blocked_question_warning .que .formulation, 44 #page-mod-quiz-review .mod_quiz-blocked_question_warning .que .formulation { 45 background: #eee; 46 border: 1px solid #dcdcdc; 47 } 48 49 body.jsenabled .questionflagcheckbox { 50 display: none; 51 } 52 53 #page-mod-quiz-attempt #connection-ok, 54 #page-mod-quiz-attempt #connection-error { 55 position: fixed; 56 top: 0; 57 width: 80%; 58 left: 10%; 59 color: #555; 60 border-radius: 0 0 10px 10px; 61 box-shadow: 5px 5px 20px 0 #666666; 62 padding: 1em 1em 0; 63 z-index: 10000; 64 } 65 66 #page-mod-quiz-attempt #connection-error { 67 background-color: #fcc; 68 } 69 #page-mod-quiz-attempt #connection-ok { 70 background-color: #cfb; 71 width: 60%; 72 left: 20%; 73 } 74 75 /** Mod quiz attempt **/ 76 .generalbox#passwordbox { 77 /* Should probably match .generalbox#intro above */ 78 width: 70%; 79 margin-left: auto; 80 margin-right: auto; 81 } 82 #passwordform { 83 margin: 1em 0; 84 } 85 86 /* Question navigation block. */ 87 #quiznojswarning { 88 color: red; 89 } 90 #quiznojswarning { 91 font-size: 0.7em; 92 line-height: 1.1; 93 } 94 .jsenabled #quiznojswarning { 95 display: none; 96 } 97 98 .path-mod-quiz #user-picture { 99 margin: 0.5em 0; 100 } 101 .path-mod-quiz #user-picture img { 102 width: auto; 103 height: auto; 104 vertical-align: bottom; 105 } 106 107 .path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading { 108 padding: 0.7em 0 0; 109 margin: 0; 110 clear: both; 111 } 112 .path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading:first-child { 113 padding-top: 0; 114 } 115 116 .path-mod-quiz .qnbutton { 117 display: block; 118 position: relative; 119 float: left; 120 width: 1.5em; 121 height: 1.5em; 122 overflow: hidden; 123 margin: 0.3em 0.3em 0.3em 0; 124 padding: 0; 125 border: 1px solid #bbb; 126 background: #ddd; 127 text-align: center; 128 line-height: 1.5em; 129 font-weight: bold; 130 text-decoration: none; 131 } 132 .path-mod-quiz.dir-rtl .qnbutton { 133 float: right; 134 } 135 .path-mod-quiz .qnbutton:visited:hover, 136 .path-mod-quiz .qnbutton:link:hover { 137 text-decoration: underline; 138 } 139 140 .path-mod-quiz .qnbutton .trafficlight, 141 .path-mod-quiz .qnbutton .thispageholder { 142 display: block; 143 position: absolute; 144 top: 0; 145 bottom: 0; 146 left: 0; 147 right: 0; 148 } 149 150 .path-mod-quiz .qnbutton.thispage { 151 border-color: #666; 152 } 153 .path-mod-quiz .qnbutton.thispage .thispageholder { 154 border: 1px solid #666; 155 } 156 157 .path-mod-quiz .qnbutton.flagged .trafficlight { 158 background: url([[pix:quiz|navflagged]]) no-repeat top right; 159 } 160 161 .path-mod-quiz .qnbutton.blocked, 162 .path-mod-quiz .qnbutton.notyetanswered, 163 .path-mod-quiz .qnbutton.requiresgrading, 164 .path-mod-quiz .qnbutton.invalidanswer { 165 background-color: white; 166 } 167 .path-mod-quiz .qnbutton.correct { 168 background-color: #cfc; 169 } 170 .path-mod-quiz .qnbutton.correct .trafficlight { 171 border-bottom: 3px solid #080; 172 } 173 .path-mod-quiz .qnbutton.partiallycorrect { 174 background-color: #ffa; 175 } 176 .path-mod-quiz .qnbutton.notanswered, 177 .path-mod-quiz .qnbutton.incorrect { 178 background-color: #fcc; 179 } 180 .path-mod-quiz .qnbutton.blocked { 181 color: #999; 182 } 183 .path-mod-quiz .qnbutton.notanswered .trafficlight, 184 .path-mod-quiz .qnbutton.incorrect .trafficlight { 185 border-top: 3px solid #800; 186 } 187 188 .path-mod-quiz .othernav { 189 clear: both; 190 margin: 0.5em 0; 191 } 192 .path-mod-quiz .othernav a, 193 .path-mod-quiz .othernav input { 194 display: block; 195 margin: 0.5em 0; 196 } 197 198 /* Countdown timer. */ 199 #quiz-timer { 200 display: none; 201 margin-top: 1em; 202 } 203 #quiz-time-left { 204 font-weight: bold; 205 } 206 #quiz-timer.timeleft15 { 207 background: #ffffff; 208 } 209 #quiz-timer.timeleft14 { 210 background: #ffeeee; 211 } 212 #quiz-timer.timeleft13 { 213 background: #ffdddd; 214 } 215 #quiz-timer.timeleft12 { 216 background: #ffcccc; 217 } 218 #quiz-timer.timeleft11 { 219 background: #ffbbbb; 220 } 221 #quiz-timer.timeleft10 { 222 background: #ffaaaa; 223 } 224 #quiz-timer.timeleft9 { 225 background: #ff9999; 226 } 227 #quiz-timer.timeleft8 { 228 background: #ff8888; 229 } 230 #quiz-timer.timeleft7 { 231 background: #ff7777; 232 } 233 #quiz-timer.timeleft6 { 234 background: #ff6666; 235 } 236 #quiz-timer.timeleft5 { 237 background: #ff5555; 238 } 239 #quiz-timer.timeleft4 { 240 background: #ff4444; 241 } 242 #quiz-timer.timeleft3 { 243 background: #ff3333; 244 } 245 #quiz-timer.timeleft2 { 246 background: #ff2222; 247 } 248 #quiz-timer.timeleft1 { 249 background: #ff1111; 250 } 251 #quiz-timer.timeleft0 { 252 background: #ff0000; 253 } 254 255 /** mod quiz mod **/ 256 #page-mod-quiz-mod #id_reviewoptionshdr .fitem { 257 width: 23%; 258 margin-left: 10px; 259 } 260 #page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup { 261 width: 100%; 262 text-align: left; 263 margin-left: 0; 264 } 265 #page-mod-quiz-mod #id_reviewoptionshdr .fitem { 266 float: left; 267 width: 23%; 268 clear: none; 269 } 270 #page-mod-quiz-mod.dir-rtl #id_reviewoptionshdr .fitem { 271 float: right; 272 } 273 274 #page-mod-quiz-mod #id_reviewoptionshdr .fitemtitle { 275 width: 100%; 276 font-weight: bold; 277 text-align: left; 278 height: 2.5em; 279 margin-left: 0; 280 } 281 #page-mod-quiz-mod.dir-rtl #id_reviewoptionshdr .fitemtitle { 282 text-align: right; 283 } 284 285 #page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup { 286 clear: left; 287 margin: 0 0 1em; 288 } 289 #page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup > span { 290 float: left; 291 clear: left; 292 line-height: 1.7; 293 } 294 #page-mod-quiz-mod.dir-rtl #id_reviewoptionshdr fieldset.fgroup > span { 295 float: right; 296 clear: right; 297 } 298 #page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup span label { 299 margin-left: 0.4em; 300 } 301 302 /** Mod quiz view **/ 303 #page-mod-quiz-view .quizinfo, 304 #page-mod-quiz-view #page .quizgradefeedback, 305 #page-mod-quiz-view #page .quizattempt { 306 text-align: center; 307 } 308 #page-mod-quiz-view #page .quizattemptsummary td p { 309 margin-top: 0; 310 } 311 #page-mod-quiz-view table.quizattemptsummary tr.bestrow td { 312 border-color: #bce8f1; 313 background-color: #d9edf7; 314 } 315 table.quizattemptsummary .noreviewmessage { 316 color: gray; 317 } 318 #page-mod-quiz-view .generaltable.quizattemptsummary { 319 margin-left: auto; 320 margin-right: auto; 321 } 322 #page-mod-quiz-view .generalbox#feedback { 323 width: 70%; 324 margin-left: auto; 325 margin-right: auto; 326 padding-bottom: 15px; 327 } 328 #page-mod-quiz-view .generalbox#feedback h2 { 329 margin: 0; 330 } 331 #page-mod-quiz-view .generalbox#feedback h3 { 332 text-align: left; 333 } 334 #page-mod-quiz-view.dir-rtl .generalbox#feedback h3 { 335 text-align: center; 336 } 337 #page-mod-quiz-view .generalbox#feedback .overriddennotice { 338 text-align: center; 339 font-size: 0.7em; 340 } 341 .quizstartbuttondiv.quizsecuremoderequired input { 342 display: none; 343 } 344 .jsenabled .quizstartbuttondiv.quizsecuremoderequired input { 345 display: inline; 346 } 347 .quizattempt #mod_quiz_preflight_form { 348 display: none; 349 } 350 351 #mod_quiz_preflight_form .femptylabel .fitemtitle { 352 display: none; 353 } 354 #mod_quiz_preflight_form .femptylabel .felement { 355 margin: 0; 356 padding: 0; 357 } 358 359 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup { 360 width: 600px; 361 } 362 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-wrap { 363 overflow: hidden; 364 } 365 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-bd { 366 padding: 0; 367 } 368 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-bd #mod_quiz_preflight_form legend { 369 padding: 0 10px; 370 margin: 0; 371 border: 0 none; 372 } 373 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-bd #mod_quiz_preflight_form .fitem { 374 margin-left: 10px; 375 } 376 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-bd #mod_quiz_preflight_form #fgroup_id_buttonar { 377 padding: 10px 0 0; 378 margin: 0; 379 } 380 .moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup .moodle-dialogue-content .moodle-dialogue-ft { 381 margin: 0; 382 } 383 /* Standard Moodle rule that needs to be more specific here. */ 384 .moodle-dialogue-bd #mod_quiz_preflight_form fieldset.hidden { 385 display: inherit; 386 visibility: inherit; 387 } 388 389 body.path-mod-quiz .gradedattempt, 390 body.path-mod-quiz table tbody tr.gradedattempt > td { 391 border-color: #bce8f1; 392 background-color: #d9edf7; 393 } 394 395 .quizattemptcounts { 396 clear: left; 397 text-align: center; 398 display:inline; 399 margin-left:20%; 400 } 401 .dir-rtl .quizattemptcounts { 402 margin-left:0; 403 margin-right: 20%; 404 } 405 #page-mod-quiz-view .quizattemptcounts, 406 .dir-rtl #page-mod-quiz-view .quizattemptcounts { 407 display: block; 408 margin-left: 0; 409 margin-right: 0; 410 } 411 412 /** Mod quiz summary **/ 413 #page-mod-quiz-summary #content { 414 text-align: center; 415 } 416 #page-mod-quiz-summary .questionflag { 417 vertical-align: text-bottom; 418 } 419 #page-mod-quiz-summary #quiz-timer { 420 text-align: center; 421 margin-top: 1em; 422 } 423 #page-mod-quiz-summary .submitbtns { 424 margin-top: 1.5em; 425 } 426 @media print { 427 .quiz-secure-window * { 428 display: none; 429 } 430 } 431 432 /** Mod quiz review **/ 433 table.quizreviewsummary { 434 width: 100%; 435 } 436 table.quizreviewsummary th.cell { 437 padding: 1px 0.5em 1px 1em; 438 font-weight: bold; 439 text-align: right; 440 width: 10em; 441 background: #f0f0f0; 442 } 443 table.quizreviewsummary td.cell { 444 padding: 1px 1em 1px 0.5em; 445 text-align: left; 446 background: #fafafa; 447 } 448 .dir-rtl table.quizreviewsummary td.cell { 449 text-align: right; 450 } 451 452 /** Mod quiz make comment or override grade popup. **/ 453 #page-mod-quiz-comment .mform { 454 width: 100%; 455 } 456 #page-mod-quiz-comment .mform fieldset { 457 margin: 0; 458 } 459 #page-mod-quiz-comment .que { 460 margin: 0; 461 } 462 463 /** Mod quiz report **/ 464 #page-mod-quiz-report h2.main { 465 clear: both; 466 } 467 #page-mod-quiz-report div#commands, 468 #page-mod-quiz-report .controls { 469 text-align: center; 470 } 471 #page-mod-quiz-report .dubious { 472 background-color: #fcc; 473 } 474 #page-mod-quiz-report .highlight { 475 border: 1px solid #bce8f1; 476 background-color: #d9edf7; 477 } 478 #page-mod-quiz-report .negcovar { 479 border : medium solid pink; 480 } 481 #page-mod-quiz-report .toggleincludeauto { 482 text-align: center; 483 } 484 #page-mod-quiz-report .gradetheselink { 485 font-size: 0.8em; 486 } 487 #page-mod-quiz-report .mform fieldset.fgroup span label { 488 margin-right: 14px; 489 } 490 #page-mod-quiz-report table th { 491 white-space: normal; 492 } 493 #page-mod-quiz-report table#attempts td, 494 #page-mod-quiz-report table.quizresponseanalysis td { 495 word-wrap: break-word; 496 max-width: 20em; 497 } 498 #page-mod-quiz-report table.titlesleft td.c0 { 499 font-weight: bold; 500 } 501 #page-mod-quiz-report table .numcol { 502 text-align: center; 503 vertical-align : middle; 504 } 505 506 #page-mod-quiz-report table#attempts { 507 clear: both; 508 width: 80%; 509 margin: 0.2em auto; 510 } 511 #page-mod-quiz-report table#attempts .header, 512 #page-mod-quiz-report table#attempts .cell { 513 padding: 4px; 514 } 515 #page-mod-quiz-report table#attempts .header .commands { 516 display: inline; 517 } 518 #page-mod-quiz-report table#attempts .picture { 519 width: 40px; 520 } 521 #page-mod-quiz-report table#attempts td { 522 border-left-width: 1px; 523 border-right-width: 1px; 524 border-left-style: solid; 525 border-right-style: solid; 526 vertical-align: middle; 527 } 528 #page-mod-quiz-report table#attempts .header { 529 text-align: left; 530 } 531 #page-mod-quiz-report table#attempts .picture { 532 text-align: center; 533 } 534 #page-mod-quiz-report table#attempts.grades span.que, 535 #page-mod-quiz-report table#attempts span.avgcell { 536 white-space: nowrap; 537 } 538 #page-mod-quiz-report table#attempts span.que .requiresgrading { 539 white-space: normal; 540 } 541 #page-mod-quiz-report table#attempts .questionflag { 542 vertical-align: text-bottom; 543 padding-left: 6px; 544 } 545 .dir-rtl#page-mod-quiz-report table#attempts .questionflag { 546 padding-right: 6px; 547 padding-left: 0; 548 } 549 550 #page-mod-quiz-report .graph.flexible-wrap { 551 text-align: center; 552 overflow: auto; 553 } 554 555 #page-mod-quiz-report #cachingnotice { 556 margin-bottom: 1em; 557 padding: 0.2em; 558 } 559 #page-mod-quiz-report #cachingnotice .singlebutton { 560 margin: 0.5em 0 0; 561 } 562 #page-mod-quiz-report .bold .reviewlink { 563 font-weight: normal; 564 } 565 566 #page-mod-quiz-report tr.lastrowforattempt { 567 border-bottom: lightgrey solid 0.2em; 568 } 569 570 /** Mod quiz edit **/ 571 #page-mod-quiz-edit .statusbar { 572 margin: 0.6em 0.4em; 573 } 574 #page-mod-quiz-edit .statusdisplay { 575 background-color: #ffc; 576 clear: both; 577 margin: 0.3em 0; 578 padding: 1px 10px; 579 } 580 #page-mod-quiz-edit .statusdisplay p { 581 margin: 4px 0; 582 } 583 #page-mod-quiz-edit .maxgrade, 584 #page-mod-quiz-edit .totalpoints { 585 display: block; 586 float: right; 587 margin: -2.85em 0 0; 588 padding: .2em; 589 } 590 #page-mod-quiz-edit.dir-rtl .maxgrade, 591 #page-mod-quiz-edit.dir-rtl .totalpoints { 592 float: left; 593 } 594 #page-mod-quiz-edit .maxgrade label { 595 display: inline; 596 } 597 598 #page-mod-quiz-edit li.activity > div, 599 #page-mod-quiz-edit li.pagenumber { 600 position: relative; 601 } 602 603 #page-mod-quiz-edit ul.section li.pagenumber:first-child .add-menu-outer ul.menu li:first-child, 604 #page-mod-quiz-edit .last-add-menu .add-menu-outer ul.menu li:first-child { 605 display: none; 606 } 607 608 #page-mod-quiz-edit .last-add-menu { 609 position: relative; 610 height: 1.5em; 611 margin: 0 20px; 612 } 613 #page-mod-quiz-edit .add-menu-outer { 614 position: absolute; 615 right: 0; 616 } 617 #page-mod-quiz-edit.dir-rtl .add-menu-outer { 618 right: auto; 619 left: 0; 620 } 621 622 #page-mod-quiz-edit .slotnumber { 623 background-color: #D3D3D3; 624 text-align: center; 625 margin: 0.1em 0.5em; 626 min-width: 2em; 627 display: inline-block; 628 } 629 630 #page-mod-quiz-edit .section-heading { 631 font-size: 24px; 632 margin-left: 20px; 633 margin-bottom: 0; 634 height: 40px; 635 } 636 #page-mod-quiz-edit .section-heading .instancesectioncontainer { 637 display: inline; 638 } 639 #page-mod-quiz-edit .section-heading .instancesectioncontainer h3 { 640 display: inline; 641 color: #999; 642 } 643 #page-mod-quiz-edit .section-heading .editing_section, 644 #page-mod-quiz-edit .section-heading .editing_delete { 645 margin-left: 10px; 646 } 647 #page-mod-quiz-edit .section-heading .sectioninstance { 648 position: relative; 649 } 650 #page-mod-quiz-edit .section-heading .instancesection { 651 white-space: nowrap; 652 max-width: 72%; 653 display: inline-block; 654 text-overflow: ellipsis; 655 overflow: hidden; 656 vertical-align: bottom; 657 } 658 #page-mod-quiz-edit .section-heading form { 659 display: inline; 660 position: relative; 661 top: 3px; 662 left: -7px; 663 } 664 #page-mod-quiz-edit .section-heading form input { 665 font-size: 24px; 666 font-weight: bold; 667 width: 50%; 668 } 669 670 #page-mod-quiz-edit .section-heading .instanceshufflequestions { 671 float: right; 672 margin: 0.3em 20px 0 0; 673 } 674 675 #page-mod-quiz-edit ul.section { 676 margin: 0; 677 padding: 0 20px; 678 } 679 #page-mod-quiz-edit ul.slots { 680 margin: 0; 681 } 682 #page-mod-quiz-edit ul.slots li.section { 683 border: 0; 684 } 685 #page-mod-quiz-edit ul.slots li.section .content { 686 background-color:#FAFAFA; 687 padding: 1px 0; 688 } 689 #page-mod-quiz-edit ul.slots li.section { 690 list-style: none; 691 margin: 0; 692 padding: 0; 693 } 694 #page-mod-quiz-edit ul.slots li.section li.activity { 695 background: #E6E6E6; 696 margin: 3px 0; 697 padding: 0.2em; 698 } 699 #page-mod-quiz-edit ul.slots li.section li.activity.page { 700 background: transparent; 701 } 702 #page-mod-quiz-edit ul.slots li.section li.activity.page h4 { 703 display: inline; 704 font-weight: normal; 705 font-size: 1em; 706 } 707 708 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer { 709 background: white; 710 padding: 0.2em; 711 margin: 0.4em; 712 } 713 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer .editicon { 714 width: 13px; 715 } 716 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer.infoitem { 717 background: transparent; 718 } 719 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form { 720 display: inline; 721 } 722 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form input { 723 margin: 0; 724 padding: 0.2em; 725 height: 1em; 726 } 727 728 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark { 729 display: inline-block; 730 text-align: right; 731 } 732 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .instancemaxmark { 733 text-align: left; 734 } 735 #page-mod-quiz-edit ul.slots li.section li.activity .page_split_join_wrapper { 736 position: absolute; 737 } 738 #page-mod-quiz-edit ul.slots li.section li.activity .page_split_join { 739 position: relative; 740 left: -20px; 741 top: -7px; 742 } 743 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .page_split_join { 744 left: auto; 745 right: -20px; 746 } 747 748 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_0 { 749 min-width: 1.3em; 750 } 751 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_1 { 752 min-width: 2em; 753 } 754 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_2 { 755 min-width: 2.6em; 756 } 757 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_3 { 758 min-width: 3.2em; 759 } 760 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_4 { 761 min-width: 3.7em; 762 } 763 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_5 { 764 min-width: 4.3em; 765 } 766 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_6 { 767 min-width: 4.8em; 768 } 769 #page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmark.decimalplaces_7 { 770 min-width: 5.45em; 771 } 772 773 #page-mod-quiz-edit ul.slots li.section li.activity .edit_icon, 774 #page-mod-quiz-edit ul.slots li.section li.activity a.preview, 775 #page-mod-quiz-edit ul.slots li.section li.activity .editing_delete, 776 #page-mod-quiz-edit ul.slots li.section li.activity .editing_maxmark { 777 margin: 0 2px; 778 } 779 #page-mod-quiz-edit ul.slots li.section.only-has-one-slot li.activity .editing_move, 780 #page-mod-quiz-edit ul.slots li.section.only-has-one-slot li.activity .editing_delete { 781 visibility: hidden; 782 } 783 #page-mod-quiz-edit ul.slots.only-one-section li.section.only-has-one-slot li.activity .editing_delete { 784 visibility: visible; 785 } 786 787 #page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper { 788 position: absolute; 789 top: 0; 790 right: 0; 791 } 792 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .question_dependency_wrapper { 793 left: 0; 794 right: auto; 795 } 796 #page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper.question_dependency_cannot_depend { 797 display: none; 798 } 799 800 #page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper .currentlink, 801 #page-mod-quiz-edit ul.slots li.section li.activity .question_dependency_wrapper .cm-edit-action { 802 position: relative; 803 left: 20px; 804 top: -1em; 805 } 806 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .question_dependency_wrapper .currentlink, 807 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .question_dependency_wrapper .cm-edit-action { 808 right: 20px; 809 left: auto; 810 } 811 812 #page-mod-quiz-edit ul.slots li.section li.activity .activityinstance { 813 display: block; 814 min-height: 1.7em; 815 position: absolute; 816 top: 0; 817 left: 5em; 818 width: 100%; 819 } 820 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .activityinstance { 821 left: auto; 822 right: 5em; 823 } 824 825 #page-mod-quiz-edit ul.slots li.section li.activity .mod-indent-outer { 826 padding-left: 22px; 827 } 828 #page-mod-quiz-edit.dir-rtl ul.slots li.section li.activity .mod-indent-outer { 829 padding-left: 0; 830 padding-right: 22px; 831 } 832 833 #page-mod-quiz-edit ul.slots .activityinstance form { 834 display: inline; 835 } 836 #page-mod-quiz-edit span.editinstructions { 837 right: 0; 838 } 839 #page-mod-quiz-edit.dir-rtl span.editinstructions { 840 left: 0; 841 right: auto; 842 } 843 844 #page-mod-quiz-edit ul.slots .activityinstance span.instancename { 845 overflow-x: hidden; 846 white-space: nowrap; 847 text-overflow: ellipsis; 848 overflow: hidden; 849 width: 70%; 850 display: inline-block; 851 height: 20px; 852 } 853 854 #page-mod-quiz-edit ul.slots .activityinstance span.instancename img { 855 margin: 0 0.2em; 856 } 857 #page-mod-quiz-edit #categoryquestions .questionname, 858 #page-mod-quiz-edit ul.slots li.activity div.activityinstance .questionname { 859 font-weight: bold; 860 color: #555; 861 } 862 #page-mod-quiz-edit ul.slots li.activity div.activityinstance .questiontext { 863 color: #555; 864 } 865 #page-mod-quiz-edit ul.slots li.activity div.activityinstance .mod_quiz_random_qbank_link { 866 font-size: 0.8em; 867 } 868 869 #page-mod-quiz-edit ul.slots .activityinstance img.activityicon { 870 float: left; 871 margin: .2em 0 0; 872 padding: 0; 873 } 874 #page-mod-quiz-edit.dir-rtl ul.slots .activityinstance img.activityicon { 875 float: right; 876 } 877 878 #page-mod-quiz-edit .section .activity .actions { 879 white-space: nowrap; 880 background: #e6e6e6; 881 padding: 0.1em 0; 882 } 883 884 #page-mod-quiz-edit .mod_quiz_edit_forms { 885 display: none; 886 } 887 888 #categoryquestions > tbody > tr:nth-of-type(even) { 889 background: #e4e4e4; 890 } 891 #categoryquestions > tbody > tr:nth-of-type(even).highlight { 892 background-color: #AAFFAA; 893 } 894 #categoryquestions .header { 895 text-align: center; 896 padding: 0 2px; 897 border: 0 none; 898 } 899 #categoryquestions th.modifiername .sorters, 900 #categoryquestions th.creatorname .sorters { 901 font-weight: normal; 902 font-size: 0.8em; 903 } 904 #categoryquestions td.modifiername, 905 #categoryquestions td.creatorname { 906 line-height: 1em; 907 } 908 #categoryquestions td.modifiername span.date, 909 #categoryquestions td.creatorname span.date { 910 font-weight: normal; 911 font-size: 0.8em; 912 } 913 table#categoryquestions { 914 width: 100%; 915 overflow: hidden; 916 table-layout: fixed; 917 } 918 #categoryquestions .iconcol { 919 width: 15px; 920 text-align: center; 921 padding: 0; 922 } 923 #categoryquestions .checkbox { 924 width: 19px; 925 text-align: center; 926 padding: 0; 927 } 928 #categoryquestions .qtype { 929 text-align: center; 930 } 931 #categoryquestions .qtype { 932 width: 28px; 933 padding: 0; 934 } 935 #categoryquestions .questiontext { 936 position: relative; 937 zoom: 1; 938 padding-left: 0.3em; 939 overflow: hidden; 940 white-space: nowrap; 941 text-overflow: ellipsis; 942 } 943 .dir-rtl #categoryquestions .questiontext { 944 padding-left: 0; 945 padding-right: 0.3em; 946 } 947 #categoryquestions .questionname { 948 white-space: nowrap; 949 overflow: hidden; 950 zoom: 1; 951 position: relative; 952 } 953 #categoryquestions .questiontext p { 954 margin: 0; 955 } 956 957 #page-mod-quiz-edit table#categoryquestions td, 958 #page-mod-quiz-edit table#categoryquestions th { 959 overflow: hidden; 960 white-space: nowrap; 961 } 962 .mod_quiz_qbank_dialogue { 963 width: 80%; 964 min-height: 200px; 965 } 966 .mod_quiz_qbank_dialogue.moodle-dialogue-fullscreen { 967 width: 100%; 968 969 } 970 .mod_quiz_qbank_dialogue .questionbankloading { 971 position: absolute; 972 top: 30px; 973 bottom: 0; 974 left: 0; 975 right: 0; 976 background: #fff; 977 text-align: center; 978 opacity: 0.5; 979 padding-top: 50px; 980 } 981 .mod_quiz_qbank_dialogue #advancedsearch label { 982 font-size: 100%; 983 } 984 985 .modulespecificbuttonscontainer { 986 padding-left: 0.3em; 987 padding-right: 0.3em; 988 } 989 990 .quizquestionlistcontrols { 991 text-align: center; 992 } 993 994 .categoryinfo { 995 padding: 0.3em; 996 } 997 998 .path-mod-quiz .gradingdetails { 999 font-size: small; 1000 } 1001 1002 #page-mod-quiz-edit div#repaginatedialog .mform { 1003 margin-left: auto; 1004 margin-right: auto; 1005 } 1006 #page-mod-quiz-edit div.container div.generalbox { 1007 position: relative; 1008 display: block; 1009 border: 0 none; 1010 margin: 0; 1011 padding: 0; 1012 } 1013 1014 #page-mod-quiz-edit .paging { 1015 margin-top: 0; 1016 margin-bottom: 0; 1017 padding: 0.1em 0.3em; 1018 display: block; 1019 background-color: #ddd; 1020 } 1021 1022 #page-mod-quiz-edit #page-footer { 1023 clear: both; 1024 padding-top: 1em; 1025 } 1026 1027 #page-mod-quiz-edit .categoryinfofield { 1028 font-style: italic; 1029 } 1030 #page-mod-quiz-edit .categorynamefield { 1031 font-weight: bold; 1032 } 1033 #page-mod-quiz-edit .questionsortoptions { 1034 background-color: #ddd; 1035 } 1036 1037 #page-mod-quiz-edit div.questionbank .categorysortopotionscontainer { 1038 padding-top: 0.5em; 1039 margin-top: 0.3em; 1040 } 1041 #page-mod-quiz-edit div.questionbank .categoryquestionscontainer, 1042 .questionbank .categorysortopotionscontainer, 1043 .questionbank .categorypagingbarcontainer, 1044 .questionbank .categoryselectallcontainer { 1045 background-color: #FFF; 1046 } 1047 1048 /* Base theme needs extra support. */ 1049 #page-mod-quiz-edit ul.slots li.section ul.section { 1050 list-style: none; 1051 } 1052 1053 /** Print formatting for attempt and review pages **/ 1054 1055 @media print { 1056 1057 #page-mod-quiz-attempt header.navbar, 1058 #page-mod-quiz-review header.navbar { 1059 display: none; 1060 } 1061 1062 #page-mod-quiz-attempt #dock, 1063 #page-mod-quiz-review #dock { 1064 display: none; 1065 } 1066 1067 #page-mod-quiz-attempt #page #page-header h1, 1068 #page-mod-quiz-review #page #page-header h1 { 1069 display: none; 1070 } 1071 1072 #page-mod-quiz-attempt #region-main, 1073 #page-mod-quiz-review #region-main { 1074 width: 100%; 1075 } 1076 1077 #page-mod-quiz-attempt #block-region-side-pre, 1078 #page-mod-quiz-attempt #block-region-side-post, 1079 #page-mod-quiz-review #block-region-side-pre, 1080 #page-mod-quiz-review #block-region-side-post { 1081 display: none; 1082 } 1083 1084 #page-mod-quiz-attempt #page-footer, 1085 #page-mod-quiz-review #page-footer { 1086 display: none; 1087 } 1088 1089 #page-mod-quiz-attempt .editquestion, 1090 #page-mod-quiz-review .editquestion, 1091 #page-mod-quiz-attempt .questionflag, 1092 #page-mod-quiz-review .questionflag { 1093 display: none; 1094 } 1095 1096 #page-mod-quiz-attempt .submitbtns, 1097 #page-mod-quiz-review .submitbtns { 1098 display: none; 1099 } 1100 1101 #page-mod-quiz-review .que .commentlink { 1102 display: none; 1103 } 1104 1105 #page-mod-quiz-attempt .que, 1106 #page-mod-quiz-review .que { 1107 page-break-inside: avoid; 1108 } 1109 } 1110 /* Ajustments for mobile devices */ 1111 @media only screen and (max-width:565px) { 1112 #page-mod-quiz-edit .rpcontainerclass { 1113 margin-top: 3em; 1114 } 1115 #page-mod-quiz-edit .maxgrade { 1116 margin-top: 0.1em; 1117 } 1118 #page-mod-quiz-edit .statusbar { 1119 padding: 0; 1120 } 1121 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |