Rev 7075 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7075 | Rev 7671 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | /*Styles pour createQCM et confia2qcm */ |
5 | /*Styles pour createQCM et confia2qcm */ |
6 | @media all { |
6 | @media all { |
7 | /*div.intro_createqcm, div.intro_confia2qcm{ |
7 | /*div.intro_createqcm, div.intro_confia2qcm{ |
8 | background-color: lightblue; |
8 | background-color: lightblue; |
9 | }*/ |
9 | }*/ |
10 | 10 | ||
11 | div.intro_createqcm{ |
11 | div.intro_createqcm{ |
12 | text-align: justify; |
12 | text-align: justify; |
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: #E6E6FA; /*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;*/ |
24 | border-collapse: collapse; |
24 | border-collapse: collapse; |
25 | } |
25 | } |
26 | table.table2_createqcm td, table.table1_confia2qcm td{ |
26 | table.table2_createqcm td, table.table1_confia2qcm td{ |
27 | /*background-color: moccasin;*/ |
27 | /*background-color: moccasin;*/ |
28 | border-width: thin; |
28 | border-width: thin; |
29 | border-color: grey; |
29 | border-color: grey; |
30 | border-style: solid none; |
30 | border-style: solid none; |
31 | } |
31 | } |
32 | 32 | ||
33 | table.table2_createqcm{ |
33 | table.table2_createqcm{ |
34 | border: 1px solid black; |
34 | border: 1px solid black; |
35 | width: 80%; |
35 | width: 80%; |
36 | } |
36 | } |
37 | 37 | ||
38 | span.demo_confia2qcm{ |
38 | span.demo_confia2qcm{ |
39 | color: red; |
39 | color: red; |
40 | font-weight: bold; |
40 | font-weight: bold; |
41 | } |
41 | } |
42 | 42 | ||
43 | table.table1_confia2qcm{ |
43 | table.table1_confia2qcm{ |
44 | border: 1px solid black; |
44 | border: 1px solid black; |
45 | width: 80%; |
45 | width: 80%; |
46 | } |
46 | } |
47 | 47 | ||
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: #FFFACD; /*lemonchiffon*/ |
53 | background-color: #FFFACD; /*lemonchiffon*/ |
54 | } |
54 | } |
55 | 55 | ||
56 | li.replibre{ |
56 | li.replibre{ |
57 | background-color: #F0FFFF; /*azure*/ |
57 | background-color: #F0FFFF; /*azure*/ |
58 | } |
58 | } |
59 | 59 | ||
60 | li.combinatoire{ |
60 | li.combinatoire{ |
61 | background-color: #ADD8E6; /*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: #008B8B; /*darkcyan*/ |
70 | color: #008B8B; /*darkcyan*/ |
71 | } |
71 | } |
72 | } |
72 | } |