diff client/digitallibrary/greyskin/diginew.css @ 440:85aef29cc1da

sizes menu; button separators; switched off debug window
author hertzhaft
date Tue, 10 Jan 2006 16:48:28 +0100
parents 65219f4fcf6b
children 3d37d8eae372
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/diginew.css	Tue Jan 10 12:28:57 2006 +0100
+++ b/client/digitallibrary/greyskin/diginew.css	Tue Jan 10 16:48:28 2006 +0100
@@ -75,6 +75,11 @@
 	padding: 0px;
 	}
 
+div.separator {
+	margin-bottom: 4px;
+	border-top: 2px solid lightgrey;
+	}
+
 div.mark {
 	position: absolute;
 	color: white;
@@ -167,6 +172,33 @@
 	font-weight: bold;
 	}
 
+div#sizes {
+	position: absolute;
+	top: 100px;
+	right: 40px;
+	padding: 0px 2px;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	border: 3px solid lightcyan;
+	background-color: lightgrey;
+	text-align: center;
+	visibility: hidden;
+	z-index: 1005;
+	}
+
+div#sizes p {
+	margin: 2px;
+	}
+
+div#sizes p:hover {
+	background-color: black;
+	}
+
+div#sizes a {
+	text-decoration: none;
+	font-weight: bold;
+	color: lightcyan;
+	}
+
 div#about {
 	position: absolute;
 	width: 200px;
@@ -201,6 +233,7 @@
 	color: lightgreen;
 	border: 1px dotted black;
 	background-color: transparent;
+	visibility: hidden;
 	}
 
 div#debug p.debug, h1 {