Xxe/Css/publidoc.css
changeset 68 b47c497e1f0f
parent 67 e38ad0e8e9d4
child 70 5d58a740a067
--- a/Xxe/Css/publidoc.css	ven. janv. 06 00:45:13 2012 +0100
+++ b/Xxe/Css/publidoc.css	ven. janv. 06 12:09:03 2012 +0100
@@ -93,11 +93,12 @@
            insert-after-button(icon, icon(right-half-disc));
 }
 
-head role {
+contributor role {
   color: #7f7f7f;
-  content: " role : " combo-box(element, "role", font-size, 75%,
+  content: " rôle : " combo-box(element, role, font-size, 75%,
              labels, "auteur\A illustrateur\A éditeur"
-             values, "author\A illustrator\A publisher", color, black);;
+             values, "author\A illustrator\A publisher", color, black)
+           insert-same-after-button(icon, icon(right-half-disc));
 }
 
 /* source ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@@ -382,12 +383,21 @@
 
 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
+media {
+  text-align: center;
+}
+
 image {
   display: block;
   margin: .5em;
   content: concatenate("image('Images/", attr(id), ".png', -200, -200, smooth)");
 }
 
+caption {
+  font-style: italic;
+  font-size: 93%;
+}
+
 
 /* Inline level ============================================================ */
 
@@ -420,6 +430,10 @@
 
 highlight { font-weight: bold; }
 
+/* term ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+term { font-style: italic; }
+
 /* link ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
 link:before {