Xxe/Css/publidoc.css
changeset 176 b1ce505b889d
parent 174 ca43d2c3a2c2
child 183 f9b4457d0778
--- a/Xxe/Css/publidoc.css	mer. mars 06 16:02:01 2013 +0100
+++ b/Xxe/Css/publidoc.css	lun. mars 11 14:54:12 2013 +0100
@@ -509,40 +509,34 @@
 hotspot {
   display: block;
   padding: .5em;
+  margin-right: 1.5em;
   background-color: #ffefd8;
   border-radius: 1.5em;
 }
 
-/* tooltip ~~~~~~~~~~~~~~~~~~~~~~~~~ */
-
-tooltip image:before {
+hotspot image:before {
   content: "";
 }
-tooltip > image {
+hotspot > image {
   content: concatenate("image('Images/", attr(id), ".png', -128, -96, smooth)");
 }
 
-tooltip {
-  display: block;
-  padding: .4em;
-  margin: 0 1em .1em 0; 
-  background-color: #eaffe9;
-  border-radius: 1.5em;
+hotspot p:before {
+  content: "";
 }
-
-tooltip > p {
+hotspot > p {
   font-family: sans-serif;
   font-size: 85%;
 }
 
-tooltip > blank {
+hotspot > blank {
   background-color: transparent;
 }
 
-tooltip:after {
+hotspot:after {
   display: marker;
   padding-bottom: .7em;
-  content: insert-after-button(color, #7f7f7f, icon, icon(right-half-disc));
+  content: insert-same-after-button(color, #7f7f7f, icon, icon(right-half-disc));
 }
 
 /* audio ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */