# HG changeset patch # User hertzhaft # Date 1136824790 -3600 # Node ID 0e5aebfeb7d49da0433fc2cb54482094ebb57662 # Parent 2345b3f8b82e83200a4d49714f6b227bdff4eb35 adapt to changes in JSP diff -r 2345b3f8b82e -r 0e5aebfeb7d4 client/digitallibrary/greyskin/diginew.css --- 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; }