Subversion Repositories wimsdev

Rev

Rev 6226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6226 Rev 7075
Line 13... Line 13...
13
        width:80%;
13
        width:80%;
14
    }
14
    }
15
   
15
   
16
    table.table1_createqcm{
16
    table.table1_createqcm{
17
        border: 1px solid black;
17
        border: 1px solid black;
18
        background-color: lavender;
18
        background-color: #E6E6FA; /*lavender*/
19
        width: 80%;
19
        width: 80%;
20
    }
20
    }
21
   
21
   
22
    table.table2_createqcm, table.table1_confia2qcm{
22
    table.table2_createqcm, table.table1_confia2qcm{
23
        /*background-color: moccasin;*/
23
        /*background-color: moccasin;*/
Line 48... Line 48...
48
    table.table1_confia2qcm td{
48
    table.table1_confia2qcm td{
49
        padding: 4px;
49
        padding: 4px;
50
    }
50
    }
51
   
51
   
52
    li.qcm{
52
    li.qcm{
53
        background-color: lemonchiffon;
53
        background-color: #FFFACD; /*lemonchiffon*/
54
    }
54
    }
55
   
55
   
56
    li.replibre{
56
    li.replibre{
57
        background-color: azure;
57
        background-color: #F0FFFF; /*azure*/
58
    }
58
    }
59
   
59
   
60
    li.combinatoire{
60
    li.combinatoire{
61
        background-color: lightblue;
61
        background-color: #ADD8E6; /*lightblue*/
62
    }
62
    }
63
   
63
   
64
    div.intro2_createqcm{
64
    div.intro2_createqcm{
65
        text-align: justify;
65
        text-align: justify;
66
        width: 80%;
66
        width: 80%;
67
    }
67
    }
68
   
68
   
69
    select.select_createqcm{
69
    select.select_createqcm{
70
        color: darkcyan;
70
        color: #008B8B; /*darkcyan*/
71
    }
71
    }
72
}
72
}