comparison 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
comparison
equal deleted inserted replaced
805:1f9940d4bd35 806:4f4f455ebbdb
55 display: none; 55 display: none;
56 z-index: 1000; 56 z-index: 1000;
57 } 57 }
58 58
59 div.digilib div.region { 59 div.digilib div.region {
60 position: absolute;
60 background-color: red; 61 background-color: red;
62 opacity: 0.3;
63 }
64
65 div.digilib div.region:hover {
61 opacity: 0.5; 66 opacity: 0.5;
67 }
68
69 div.regionnumber {
70 color: white;
71 font-size: 11px;
72 font-weight: bold;
73 height: 15px;
74 width: 16px;
75 margin: 3px;
62 } 76 }
63 77
64 /* special definitions for fullscreen */ 78 /* special definitions for fullscreen */
65 div.digilib.dl_fullscreen div.buttons { 79 div.digilib.dl_fullscreen div.buttons {
66 position: fixed; 80 position: fixed;