57 font-weight: bold; |
57 font-weight: bold; |
58 padding: 1.2em 5px 1em 5px; |
58 padding: 1.2em 5px 1em 5px; |
59 } |
59 } |
60 publiquiz > document:before { |
60 publiquiz > document:before { |
61 content: add-attribute-button() " Document" |
61 content: add-attribute-button() " Document" |
62 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); |
62 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
63 } |
63 } |
64 publiquiz > document[xml|id][xml|lang]:before { |
64 publiquiz > document[id][xml|lang]:before { |
65 content: "Document" |
65 content: "Document" |
66 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
66 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
67 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
67 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
68 values, "en\A fr\A fr-FR\A es", color, white); |
68 values, "en\A fr\A fr-FR\A es", color, white); |
69 } |
69 } |
70 publiquiz > quiz[xml|id]:before { |
70 publiquiz > quiz[id]:before { |
71 content: add-attribute-button() " Quiz" |
71 content: add-attribute-button() " Quiz" |
72 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); |
72 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
73 } |
73 } |
74 publiquiz > quiz[xml|id][xml|lang]:before { |
74 publiquiz > quiz[id][xml|lang]:before { |
75 content: "Quiz" |
75 content: "Quiz" |
76 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
76 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
77 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
77 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
78 values, "en\A fr\A fr-FR\A es", color, white); |
78 values, "en\A fr\A fr-FR\A es", color, white); |
79 } |
79 } |
80 |
80 |
81 publiquiz > * { |
81 publiquiz > * { |