Mercurial > hg > digilib-old
changeset 432:0e5aebfeb7d4
adapt to changes in JSP
author | hertzhaft |
---|---|
date | Mon, 09 Jan 2006 17:39:50 +0100 |
parents | 2345b3f8b82e |
children | 35044254c5af |
files | client/digitallibrary/greyskin/diginew.css |
diffstat | 1 files changed, 24 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/diginew.css Mon Jan 09 17:39:10 2006 +0100 +++ b/client/digitallibrary/greyskin/diginew.css Mon Jan 09 17:39:50 2006 +0100 @@ -26,14 +26,10 @@ position: absolute; border: none; z-index: 150; - } - -a.arrow:hover { - /* background-color: lightgray; */ background-repeat: no-repeat; background-position: center; } - + a#up:hover { background-image: url('up.png'); } @@ -99,8 +95,8 @@ div#overlay { position: absolute; - /* background: transparent; */ - border: 2px solid lightcyan; + background-color: transparent; + border: 1px dotted lightcyan; z-index: 100; visibility: hidden; box-sizing: border-box; @@ -131,14 +127,6 @@ -moz-box-sizing: border-box; } -/* -div#bird-frame { - position: absolute; - border: 2px solid lightcyan; - visibility: hidden; - } -*/ - div#bird-area { position: absolute; border: 2px solid #ffa060; @@ -149,6 +137,17 @@ z-index: 10; } +div#calibration { + position: absolute; + padding: 0px 2px; + font-family: Verdana, Arial, Helvetica, sans-serif; + border: 3px solid lightcyan; + background-color: lightgrey; + text-align: center; + visibility: hidden; + z-index: 1000; + } + div#about { position: absolute; width: 200px; @@ -164,18 +163,23 @@ z-index: 1000; } +div#about p { + margin: 6px; + } + + /* DEBUG elements */ div#debug { position: absolute; - width: 200px; - top: 10px; - left: 10px; - bottom: 10px; + width: 150px; + top: 50px; + right: 36px; + bottom: 50px; overflow: auto; padding: 0px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; - color: lightgreen; + color: green; border: 1px dotted lightcyan; background-color: transparent; }