[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 /* Mise en forme des QCM 2 */ 3 4 .spip_qcm 5 { 6 text-align:left; 7 font-size: 80%; 8 font-family : arial, helvetica, sans-serif; 9 color : #3F5264; 10 font-size : 12; 11 border: 1px solid #F78C54; 12 padding: 3px; 13 background-color : #FFEADE; 14 } 15 16 .spip_qcm_question{ 17 font-size : 12; 18 font-weight : bold; 19 color : #3F5264; 20 } 21 22 .spip_qcm_proposition{ 23 font-size : 10; 24 color : #3F5264; 25 } 26 27 .spip_qcm_reponse{ 28 font-size : 10; 29 color : #3F5264; 30 } 31 32 .spip_qcm_precision{ 33 margin-left: 0; 34 margin-top: 5; 35 margin-bottom: 1em; 36 margin-right: 0; 37 text-align:left; 38 font-size: 80%; 39 width:90%; 40 font-family : arial, helvetica, sans-serif; 41 color : #3F5264; 42 font-size : 12; 43 border: 1px dotted #3F5264; 44 padding: 3px; 45 } 46 47 .spip_qcm_correction_faux{ 48 font-size : 10; 49 background-color : red; 50 color : #FFEADE; 51 font-weight : bold; 52 width:120px; 53 } 54 55 .spip_qcm_correction_juste{ 56 font-size : 10; 57 background-color : green; 58 color : #FFEADE; 59 font-weight : bold; 60 width:120px; 61 } 62 63 .spip_qcm_correction_null{ 64 font-size : 10; 65 font-weight : bold; 66 } 67 68 69 .spip_qcm_bouton_corriger{ 70 color : #3F5264; 71 font-size : 10; 72 font-weight : bold; 73 background-color : #FFEADE; 74 } 75 76 .spip_qcm_select{ 77 color : #3F5264; 78 font-size : 10; 79 background-color : #F3EEEA; 80 } 81 82 83 .spip_qcm_titre{ 84 text-align : center; 85 font-size : 14; 86 font-weight : bold; 87 color : #3F5264; 88 } 89 90 .spip_qcm_point{ 91 font-size : 10; 92 font-weight : normal; 93 color : #3F5264; 94 } 95 96 .spip_qcm_score{ 97 text-align:center; 98 width:20%; 99 font-family : arial, helvetica, sans-serif; 100 color : red; 101 font-size : 12; 102 font-weight : bold; 103 border: 2px solid green; 104 padding: 3px; 105 } 106 107 .spip_qcm_erreur{ 108 font-family : arial, helvetica, sans-serif; 109 color : red; 110 font-size : 14; 111 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |