diff client/digitallibrary/jquery/jquery.digilib.css @ 806:4f4f455ebbdb jquery

regions plugin works, inclunding event handlers
author hertzhaft
date Mon, 21 Feb 2011 01:03:55 +0100
parents 4091b0e4dfd7
children 29de310ed4f3
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Mon Feb 21 01:00:26 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Mon Feb 21 01:03:55 2011 +0100
@@ -57,10 +57,24 @@
 }
 
 div.digilib div.region {
+	position: absolute;
 	background-color: red;
+	opacity: 0.3;
+}
+
+div.digilib div.region:hover {
 	opacity: 0.5;
 }
 
+div.regionnumber {
+    color: white;
+    font-size: 11px;
+	font-weight: bold;
+	height: 15px;
+	width: 16px;
+	margin: 3px;
+}
+
 /* special definitions for fullscreen */
 div.digilib.dl_fullscreen div.buttons {
 	position: fixed;