diff client/digitallibrary/jquery/jquery.digilib.css @ 870:5d811828347b jquery

arrows: got basic functionality working
author hertzhaft
date Thu, 17 Mar 2011 16:43:59 +0100
parents e96f4ff42450
children df78d6b36540
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Thu Mar 17 12:20:36 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Thu Mar 17 16:43:59 2011 +0100
@@ -66,13 +66,13 @@
 	opacity: 0.5;
 }
 
-div.region {
+div.digilib div.region {
     color: white;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
 }
 
-div.region a.regionnumber {
+div.digilib div.region a.regionnumber {
     color: white;
     text-decoration: none;
 	font-weight: bold;
@@ -84,11 +84,11 @@
     display: inline-block;
 }
 
-div.regioncontent {
+div.digilib div.regioncontent {
     display: none;
 }
 
-div.regionHTML {
+div.digilib div.regionHTML {
     display: none;
     position: absolute;
 	top: 100px;
@@ -101,7 +101,7 @@
 	z-index: 1000;
 }
 
-div.regionHTML a {
+div.digilib div.regionHTML a {
     color: white;
     text-decoration: none;
     font-size: 11px;
@@ -127,15 +127,18 @@
     margin-bottom: 20px;
 }
 
-div.arrow {
+div.digilib div.arrows {
+    display: none;
+}
+
+div.digilib div.arrows div.button {
     position: absolute;
     text-align: center;
     background-color: black;
     opacity: 0.08;
-    display: none;
-}
+    }
 
-div.arrow:hover {
+div.digilib div.arrows div.button:hover {
     opacity: 0.5;
 }
 
@@ -149,12 +152,14 @@
 	z-index: 100;
 }
 
-div.digilib.dl_fullscreen div.button:hover {
+div.digilib.dl_fullscreen div.buttons div.button:hover {
 	background-image: url('img/fullscreen/corona.png');
+	background-repeat: no-repeat;
 }
 
 div.digilib.dl_fullscreen div.button-on {
 	background-image: url('img/fullscreen/whitedisc.png');
+	background-repeat: no-repeat;
 }
 
 div.digilib.dl_fullscreen div.birdview {
@@ -178,7 +183,7 @@
 	z-index: 100;
 }
 
-div.digilib.dl_embedded div.button:hover {
+div.digilib.dl_embedded div.buttons div.button:hover {
 	background-color: black;
 }
 
@@ -191,3 +196,4 @@
 	bottom: 0px;
 	right: 0px;
 }
+