Couleur et en-tête
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
lun., 06 août 2012 17:14:33 +0200
changeset 128 14dc149154f4
parent 127 efce69890bfd
child 129 bc03da8aef31
Couleur et en-tête
RelaxNG/publiquiz.rnc
Xxe/Css/publiquiz.css
--- a/RelaxNG/publiquiz.rnc	jeu. août 02 17:16:36 2012 +0200
+++ b/RelaxNG/publiquiz.rnc	lun. août 06 17:14:33 2012 +0200
@@ -33,13 +33,19 @@
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ quiz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-top.quiz = element quiz { top.quiz.attributes, quiz.content }
+top.quiz = element quiz { top.quiz.attributes, top.quiz.content }
 
 top.quiz.attributes =
    quiz.id.attribute
  & lang.attribute?
 quiz.id.attribute = attribute id { xsd:NMTOKEN }
 
+top.quiz.content =
+   top.head?,
+   instructions,
+   (engine | composite),
+   help?,
+   answer?
 
 # =============================================================================
 #                               COMPONENT LEVEL
--- a/Xxe/Css/publiquiz.css	jeu. août 02 17:16:36 2012 +0200
+++ b/Xxe/Css/publiquiz.css	lun. août 06 17:14:33 2012 +0200
@@ -139,6 +139,7 @@
 /* choices ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
 choices-radio:before {
+  color: #7f7f7f;
   content: insert-before-button()
            command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box))
            " QCM – radio";
@@ -151,6 +152,7 @@
 }
 
 choices-check:before {
+  color: #7f7f7f;
   content: insert-before-button()
            command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box))
            " QCM – check";