63 } |
63 } |
64 publiquiz > document[id][xml|lang]:before { |
64 publiquiz > document[id][xml|lang]:before { |
65 content: "Document" |
65 content: "Document" |
66 " – ID = " text-field(attribute, "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 es", color, white); |
69 } |
69 } |
70 publiquiz > quiz[id]:before { |
70 publiquiz > quiz[id]:before { |
71 content: add-attribute-button() " Quiz" |
71 content: add-attribute-button() " Quiz" |
72 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
72 " – ID = " text-field(attribute, "id", columns, 15, color, white); |
73 } |
73 } |
74 publiquiz > quiz[id][xml|lang]:before { |
74 publiquiz > quiz[id][xml|lang]:before { |
75 content: "Quiz" |
75 content: "Quiz" |
76 " – ID = " text-field(attribute, "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 es", color, white); |
79 } |
79 } |
80 |
80 |
81 publiquiz > * { |
81 publiquiz > * { |
82 display: block; |
82 display: block; |
83 margin: 5px; |
83 margin: 5px; |
218 content: insert-before-button() |
218 content: insert-before-button() |
219 " Tri – shuffle = " label(attribute, shuffle, color, black) |
219 " Tri – shuffle = " label(attribute, shuffle, color, black) |
220 set-attribute-button(attribute, shuffle, unset-attribute, yes); |
220 set-attribute-button(attribute, shuffle, unset-attribute, yes); |
221 } |
221 } |
222 |
222 |
|
223 /* categories ~~~~~~~~~~~~~~~~~~~~~~ */ |
|
224 |
|
225 categories:before { |
|
226 content: insert-before-button() " Catégories"; |
|
227 } |
|
228 |
223 /* production ~~~~~~~~~~~~~~~~~~~~~~ */ |
229 /* production ~~~~~~~~~~~~~~~~~~~~~~ */ |
224 |
230 |
225 production:before { |
231 production:before { |
226 content: insert-before-button() " Production"; |
232 content: insert-before-button() " Production"; |
227 } |
233 } |
256 /* help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
262 /* help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
257 |
263 |
258 help:before { |
264 help:before { |
259 margin-top: .5em; |
265 margin-top: .5em; |
260 background-color: #ffffdd; |
266 background-color: #ffffdd; |
261 content: insert-before-button() insert-button() " Aide 2"; |
267 content: insert-before-button() insert-button() " Aide "; |
262 } |
268 } |
263 |
269 |
264 help, help > *:before, help > * { |
270 help, help > *:before, help > * { |
265 background-color: #ffffdd; |
271 background-color: #ffffdd; |
266 } |
272 } |
425 } |
431 } |
426 sort > item:last-child:after { |
432 sort > item:last-child:after { |
427 content: insert-same-after-button(icon, icon(right-half-disc)) "\A"; |
433 content: insert-same-after-button(icon, icon(right-half-disc)) "\A"; |
428 } |
434 } |
429 |
435 |
|
436 /* category ~~~~~~~~~~~~~~~~~~~~~~~~ */ |
|
437 |
|
438 category { |
|
439 display: block; |
|
440 margin-bottom: .3em; |
|
441 } |
|
442 |
|
443 category > head { |
|
444 display: block; |
|
445 } |
|
446 |
|
447 category > item { |
|
448 margin-left: 1em; |
|
449 } |
|
450 |
|
451 category:after { |
|
452 color: #7f7f7f; |
|
453 content: " " insert-same-after-button(); |
|
454 } |
|
455 |
430 |
456 |
431 /* Inline level ============================================================ */ |
457 /* Inline level ============================================================ */ |
432 |
458 |
433 /* blank ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
459 /* blank ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
434 |
460 |