23 } |
23 } |
24 |
24 |
25 head > *:before { |
25 head > *:before { |
26 display: marker; |
26 display: marker; |
27 color: #7f7f7f; |
27 color: #7f7f7f; |
28 content: element-label(); |
28 content: element-label() " :"; |
29 } |
29 } |
30 head > title:before { display: none; } |
30 head > title:before { display: none; } |
31 head > subtitle:before { display: none; } |
31 head > subtitle:before { display: none; } |
32 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; } |
32 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; } |
33 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; } |
33 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; } |
231 " – Type = " text-field(attribute, type, columns, 10, color, white); |
231 " – Type = " text-field(attribute, type, columns, 10, color, white); |
232 } |
232 } |
233 publidoc > topic[xml|id][xml|lang]:before { |
233 publidoc > topic[xml|id][xml|lang]:before { |
234 content: add-attribute-button() " Topic" |
234 content: add-attribute-button() " Topic" |
235 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
235 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
236 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
236 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
237 values, "en\A fr\A fr-FR\A es", color, white); |
237 values, "en\A fr\A fr-FR\A es", color, white); |
238 } |
238 } |
239 publidoc > topic[xml|id][type][xml|lang]:before { |
239 publidoc > topic[xml|id][type][xml|lang]:before { |
240 content: "Topic" |
240 content: "Topic" |
241 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
241 " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) |
242 " – Type = " text-field(attribute, type, columns, 10, color, white) |
242 " – Type = " text-field(attribute, type, columns, 10, color, white) |
243 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
243 " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, |
244 values, "en\A fr\A fr-FR\A es", color, white); |
244 values, "en\A fr\A fr-FR\A es", color, white); |
245 } |
245 } |
246 |
246 |
247 publidoc > * { |
247 publidoc > * { |
248 display: block; |
248 display: block; |
417 color: #7f7f7f; |
417 color: #7f7f7f; |
418 content: " (" date-picker(attribute, value, columns, 7, color, black, font-size, 75%) |
418 content: " (" date-picker(attribute, value, columns, 7, color, black, font-size, 75%) |
419 ") " insert-after-button(); |
419 ") " insert-after-button(); |
420 } |
420 } |
421 |
421 |
|
422 /* name ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
|
423 |
|
424 name { font-family: sans-serif; color: #004080; } |
|
425 |
422 /* note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
426 /* note ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
423 |
427 |
424 note:before { font-size: 75%; content: "(Note : "; } |
428 note:before { font-size: 75%; content: "(Note : "; } |
425 note { font-family: sans-serif; color: #004080; font-size: 75%; } |
429 note { font-family: sans-serif; color: #004080; font-size: 75%; } |
426 note:after { font-size: 75%; content: ")"; } |
430 note:after { font-size: 75%; content: ")"; } |