diff client/digitallibrary/jquery/jquery.digilib.css @ 835:9fa078dcb493 jquery

predefine region content with a rel=
author hertzhaft
date Tue, 01 Mar 2011 17:12:25 +0100
parents e4133946a9ad
children 77248c6d2a5f
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Tue Mar 01 01:31:26 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Tue Mar 01 17:12:25 2011 +0100
@@ -66,7 +66,7 @@
 	opacity: 0.5;
 }
 
-div.regionnumber a {
+div.region a {
     color: white;
     text-decoration: none;
     font-size: 11px;
@@ -78,23 +78,9 @@
 
 div.regioncontent {
     display: none;
-    padding: 3px;
 }
 
-div.regioncontent a {
-    color: white;
-    text-decoration: none;
-    font-size: 11px;
-	font-weight: bold;
-}
-
-div.regioninfo {
-    display: none;
-    color: white;
-    background-color: black;
-}
-
-div.regionhtml {
+div.regionHTML {
     display: none;
     position: absolute;
 	top: 100px;
@@ -107,6 +93,13 @@
 	z-index: 1000;
 }
 
+div.regionHTML a {
+    color: white;
+    text-decoration: none;
+    font-size: 11px;
+	font-weight: bold;
+}
+
 /* special definitions for fullscreen */
 div.digilib.dl_fullscreen div.buttons {
 	position: fixed;