comparison 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
comparison
equal deleted inserted replaced
439:65219f4fcf6b 440:85aef29cc1da
71 71
72 /* DIVs */ 72 /* DIVs */
73 73
74 div.button { 74 div.button {
75 padding: 0px; 75 padding: 0px;
76 }
77
78 div.separator {
79 margin-bottom: 4px;
80 border-top: 2px solid lightgrey;
76 } 81 }
77 82
78 div.mark { 83 div.mark {
79 position: absolute; 84 position: absolute;
80 color: white; 85 color: white;
163 z-index: 1001; 168 z-index: 1001;
164 } 169 }
165 170
166 p.cm { 171 p.cm {
167 font-weight: bold; 172 font-weight: bold;
173 }
174
175 div#sizes {
176 position: absolute;
177 top: 100px;
178 right: 40px;
179 padding: 0px 2px;
180 font-family: Verdana, Arial, Helvetica, sans-serif;
181 border: 3px solid lightcyan;
182 background-color: lightgrey;
183 text-align: center;
184 visibility: hidden;
185 z-index: 1005;
186 }
187
188 div#sizes p {
189 margin: 2px;
190 }
191
192 div#sizes p:hover {
193 background-color: black;
194 }
195
196 div#sizes a {
197 text-decoration: none;
198 font-weight: bold;
199 color: lightcyan;
168 } 200 }
169 201
170 div#about { 202 div#about {
171 position: absolute; 203 position: absolute;
172 width: 200px; 204 width: 200px;
199 padding: 0px 2px; 231 padding: 0px 2px;
200 font-family: Verdana, Arial, Helvetica, sans-serif; 232 font-family: Verdana, Arial, Helvetica, sans-serif;
201 color: lightgreen; 233 color: lightgreen;
202 border: 1px dotted black; 234 border: 1px dotted black;
203 background-color: transparent; 235 background-color: transparent;
236 visibility: hidden;
204 } 237 }
205 238
206 div#debug p.debug, h1 { 239 div#debug p.debug, h1 {
207 font-weight: bold; 240 font-weight: bold;
208 color: lightcyan; 241 color: lightcyan;