Mercurial > hg > digilib-old
changeset 731:d69a72e8562f jquery
merge
with aee08dbfccaef28c3ea2bfc251d41d98b7f94c2a
author | robcast |
---|---|
date | Tue, 01 Feb 2011 16:11:45 +0100 |
parents | fec653a3094e (current diff) aee08dbfccae (diff) |
children | 55f2dd197ca9 |
files | client/digitallibrary/jquery/jquery.digilib.js |
diffstat | 1 files changed, 2 insertions(+), 67 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html Tue Feb 01 16:03:57 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Tue Feb 01 16:11:45 2011 +0100 @@ -9,78 +9,13 @@ background: silver; } - div.digilib { - } - - div.buttons { - position: fixed; - right: 5px; - top: 5px; - padding: 3px; - background-color: transparent; - z-index: 20; - } - - img.button:hover { - background-image: url('../greyskin/corona.png'); - } - - div.digilib div.mark { - position: absolute; - color: white; - background: url('../greyskin/mark-bg-16.png'); - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size:11px; - height: 15px; - width: 16px; - padding-top: 1px; - text-align: center; - z-index: 10; - } - - div.digilib div.zoomrect { - position: absolute; - /* border: 2px solid #ffa060; */ - border: 2px solid #ff0000; - z-index: 100; - } - - div.birdview { - border: 1px solid white; - position: fixed; - bottom: 8px; - right: 48px; - display: none; - z-index: 1; - } - - div.about { - position: absolute; - width: 200px; - top: 100px; - left: 350px; - height: 200px; - padding: 0px 2px; - font-family: Verdana, Arial, Helvetica, sans-serif; - border: 2px solid lightcyan; - background-color: lightgrey; - text-align: center; - display: none; - z-index: 1000; - } - - div.scaler { - background-color: grey; - z-index: 0; - } - </style> <script type="text/javascript" src="jquery-1.4.4.js"></script> <script type="text/javascript" src="dlGeometry.js"></script> <script type="text/javascript" src="jquery.cookie.js"></script> <script type="text/javascript" src="jquery.digilib.js"></script> + <link rel="stylesheet" type="text/css" href="jquery.digilib.css" /> <script type="text/javascript"> @@ -97,7 +32,7 @@ <body> - <div id="digilib-1" class="digilib single"> + <div id="digilib-1" class="digilib"> <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> </div> </body>