Xxe/Css/publiquiz.css
changeset 125 dd9b04a54839
parent 117 fb3173d57512
child 128 14dc149154f4
--- a/Xxe/Css/publiquiz.css	jeu. juin 21 19:10:16 2012 +0200
+++ b/Xxe/Css/publiquiz.css	jeu. juil. 26 18:35:33 2012 +0200
@@ -65,7 +65,7 @@
   content: "Document"
            " – ID = " text-field(attribute, "id", columns, 15, color, white)
            " – Langue principale  = " combo-box(attribute, "xml:lang", font-size, 75%,
-             values, "en\A fr\A fr-FR\A es", color, white);
+             values, "en\A fr\A es", color, white);
 }
 publiquiz > quiz[id]:before {
   content: add-attribute-button() " Quiz"
@@ -75,7 +75,7 @@
   content: "Quiz"
            " – ID = " text-field(attribute, "id", columns, 15, color, white)
            " – Langue principale  = " combo-box(attribute, "xml:lang", font-size, 75%,
-             values, "en\A fr\A fr-FR\A es", color, white);
+             values, "en\A fr\A es", color, white);
 }
 
 publiquiz > * {
@@ -220,6 +220,12 @@
            set-attribute-button(attribute, shuffle, unset-attribute, yes);
 }
 
+/* categories ~~~~~~~~~~~~~~~~~~~~~~ */
+
+categories:before {
+  content: insert-before-button() " Catégories";
+}
+
 /* production ~~~~~~~~~~~~~~~~~~~~~~ */
 
 production:before {
@@ -258,7 +264,7 @@
 help:before {
   margin-top: .5em;
   background-color: #ffffdd;
-  content: insert-before-button() insert-button() " Aide 2";
+  content: insert-before-button() insert-button() " Aide ";
 }
 
 help, help > *:before, help > * {
@@ -427,6 +433,26 @@
   content: insert-same-after-button(icon, icon(right-half-disc)) "\A";
 }
 
+/* category ~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+category {
+  display: block;
+  margin-bottom: .3em;
+}
+
+category > head {
+  display: block;
+}
+
+category > item {
+  margin-left: 1em;
+}
+
+category:after {
+  color: #7f7f7f;
+  content: "  " insert-same-after-button();
+}
+
 
 /* Inline level ============================================================ */