Xxe/Css/publidoc.css
changeset 122 a0b8294a5a99
parent 117 fb3173d57512
child 124 9298d951459b
--- a/Xxe/Css/publidoc.css	dim. juin 17 19:55:34 2012 +0200
+++ b/Xxe/Css/publidoc.css	jeu. juin 21 02:45:51 2012 +0200
@@ -464,13 +464,6 @@
            insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
 }
 
-tooltip image:before {
-  content: "";
-}
-tooltip > image {
-  content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)");
-}
-
 media image {
   margin-bottom: .8em;
 }
@@ -481,6 +474,24 @@
   font-style: italic;
 }
 
+/* Hotspot */
+
+hotspot {
+  display: block;
+  padding: .5em;
+  background-color: #ffefd8;
+  border-radius: 1.5em;
+}
+
+/* Tooltip */
+
+tooltip image:before {
+  content: "";
+}
+tooltip > image {
+  content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)");
+}
+
 tooltip {
   display: block;
   padding: .5em;