Mercurial > hg > digilib-old
view client/digitallibrary/greyskin/diginew.css @ 431:2345b3f8b82e
resize
author | hertzhaft |
---|---|
date | Mon, 09 Jan 2006 17:39:10 +0100 |
parents | ec504da8f69a |
children | 0e5aebfeb7d4 |
line wrap: on
line source
/* Styles for Digilib NG */ /* (c) 2005 by Martin Raspe <hertzhaft@biblhertz.it> */ /* Bibliotheca Hertziana (Max-Planck-Institute for Art History), Rome */ body { background-color: #E0E0E0; color: black; font-size: 8pt; } code { font-family: monospace; color: blue; } pre { color: #006060; } a.icon { margin: 0px; padding: 0px; } a.arrow { display: block; 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'); } a#down:hover { background-image: url('down.png'); } a#left:hover { background-image: url('left.png'); } a#right:hover { background-image: url('right.png'); } /* Images */ img.logo { border: none; } img.png { border: none; } img.png:hover { background-image: url('corona.png'); } img#bird-image { border: none; position: absolute; bottom: 10px; right: 10px; visibility: hidden; z-index: 1; } /* DIVs */ div.button { padding: 0px; } div.mark { position: absolute; color: white; background: url('mark-bg-16.png'); font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:11px; height: 16px; width: 16px; text-align: center; z-index: 10; /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */ } div#scaler-table { padding-right: 40px; } div#overlay { position: absolute; /* background: transparent; */ border: 2px solid lightcyan; z-index: 100; visibility: hidden; box-sizing: border-box; -moz-box-sizing: border-box; } div#buttons { position: absolute; right: 5px; top: 5px; background-color: #E0E0E0; } div#dloptions { position: absolute; right: 5px; top: 5px; background-color: #E0E0E0; visibility: hidden; } div#zoom { position: absolute; border: 2px solid #ffa060; visibility: hidden; z-index: 200; box-sizing: border-box; -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; visibility: hidden; background-color: transparent; box-sizing: border-box; -moz-box-sizing: border-box; z-index: 10; } div#about { position: absolute; width: 200px; top: 100px; left: 350px; height: 200px; 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; } /* DEBUG elements */ div#debug { position: absolute; width: 200px; top: 10px; left: 10px; bottom: 10px; overflow: auto; padding: 0px 2px; font-family: Verdana, Arial, Helvetica, sans-serif; color: lightgreen; border: 1px dotted lightcyan; background-color: transparent; } div#debug p.debug, h1 { font-weight: bold; color: lightcyan; } div#debug p, h1 { margin: 0px; padding: 2px 0px; font-size: 9px; }