214 font-weight: bold; |
214 font-weight: bold; |
215 padding: 1.2em 5px 1em 5px; |
215 padding: 1.2em 5px 1em 5px; |
216 } |
216 } |
217 publidoc > document:before { |
217 publidoc > document:before { |
218 content: add-attribute-button() " Document" |
218 content: add-attribute-button() " Document" |
219 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); |
219 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
220 } |
220 } |
221 publidoc > document[xml|id][xml|lang]:before { |
221 publidoc > document[id][xml|lang]:before { |
222 content: "Document" |
222 content: "Document" |
223 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
223 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
224 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
224 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
225 values, "en\A fr\A fr-FR\A es", color, white); |
225 values, "en\A fr\A fr-FR\A es", color, white); |
226 } |
226 } |
227 publidoc > topic[xml|id]:before { |
227 publidoc > topic[id]:before { |
228 content: add-attribute-button() " Topic" |
228 content: add-attribute-button() " Topic" |
229 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); |
229 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
230 } |
230 } |
231 publidoc > topic[xml|id][type]:before { |
231 publidoc > topic[xml|id][type]:before { |
232 content: add-attribute-button() " Topic" |
232 content: add-attribute-button() " Topic" |
233 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
233 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
234 " – Type = " text-field(attribute, type, columns, 10, color, white); |
234 " – Type = " text-field(attribute, type, columns, 10, color, white); |
235 } |
235 } |
236 publidoc > topic[xml|id][xml|lang]:before { |
236 publidoc > topic[id][xml|lang]:before { |
237 content: add-attribute-button() " Topic" |
237 content: add-attribute-button() " Topic" |
238 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
238 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
239 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
239 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
240 values, "en\A fr\A fr-FR\A es", color, white); |
240 values, "en\A fr\A fr-FR\A es", color, white); |
241 } |
241 } |
242 publidoc > topic[xml|id][type][xml|lang]:before { |
242 publidoc > topic[id][type][xml|lang]:before { |
243 content: "Topic" |
243 content: "Topic" |
244 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
244 " – ID = " text-field(attribute, "id", columns, 15, color, white) |
245 " – Type = " text-field(attribute, type, columns, 10, color, white) |
245 " – Type = " text-field(attribute, type, columns, 10, color, white) |
246 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
246 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
247 values, "en\A fr\A fr-FR\A es", color, white); |
247 values, "en\A fr\A fr-FR\A es", color, white); |
248 } |
248 } |
249 |
249 |