23 padding: .5em 5px .5em 5px; |
23 padding: .5em 5px .5em 5px; |
24 content: collapser() " " insert-before-button() insert-after-button() |
24 content: collapser() " " insert-before-button() insert-after-button() |
25 " " add-attribute-button() " Quiz"; |
25 " " add-attribute-button() " Quiz"; |
26 } |
26 } |
27 |
27 |
28 quiz[xml|id]:before { |
28 quiz[id]:before { |
29 content: collapser() " " insert-before-button() insert-after-button() " Quiz" |
29 content: collapser() " " insert-before-button() insert-after-button() |
30 " – ID = " text-field(attribute, "xml:id", columns, 15, color, black); |
30 " " add-attribute-button() " Quiz" |
|
31 " – ID = " text-field(attribute, "id", columns, 15, color, black); |
|
32 } |
|
33 quiz[type]:before { |
|
34 content: collapser() " " insert-before-button() insert-after-button() |
|
35 " " add-attribute-button() " Quiz" |
|
36 " – Type = " text-field(attribute, type, columns, 10, color, black); |
|
37 } |
|
38 quiz[id][type]:before { |
|
39 content: collapser() " " insert-before-button() insert-after-button() |
|
40 " Quiz" |
|
41 " – ID = " text-field(attribute, "id", columns, 15, color, black) |
|
42 " – Type = " text-field(attribute, type, columns, 10, color, black); |
31 } |
43 } |
32 |
44 |
33 quiz { |
45 quiz { |
34 display: block; |
46 display: block; |
35 border: 1px solid #aeaea0; |
47 border: 1px solid #aeaea0; |
69 } |
81 } |
70 publiquiz > quiz[id]:before { |
82 publiquiz > quiz[id]:before { |
71 content: add-attribute-button() " Quiz" |
83 content: add-attribute-button() " Quiz" |
72 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
84 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
73 } |
85 } |
|
86 publiquiz > quiz[id][type]:before { |
|
87 content: add-attribute-button() " Quiz" |
|
88 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
|
89 " – Type = " text-field(attribute, type, columns, 10, color, white); |
|
90 } |
74 publiquiz > quiz[id][xml|lang]:before { |
91 publiquiz > quiz[id][xml|lang]:before { |
|
92 content: add-attribute-button() " Quiz" |
|
93 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
|
94 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
|
95 values, "en\A fr\A es", color, white); |
|
96 } |
|
97 publiquiz > quiz[id][type][xml|lang]:before { |
75 content: "Quiz" |
98 content: "Quiz" |
76 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
99 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
77 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
100 " – Type = " text-field(attribute, type, columns, 10, color, white) |
|
101 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
78 values, "en\A fr\A es", color, white); |
102 values, "en\A fr\A es", color, white); |
79 } |
103 } |
80 |
104 |
81 publiquiz > * { |
105 publiquiz > * { |
82 display: block; |
106 display: block; |