comparison client/digitallibrary/greyskin/diginew.css @ 439:65219f4fcf6b

added osize and pixel-by-pixel; reordered buttons;
author hertzhaft
date Tue, 10 Jan 2006 12:28:57 +0100
parents 0e5aebfeb7d4
children 85aef29cc1da
comparison
equal deleted inserted replaced
438:06f6b72dc8ac 439:65219f4fcf6b
87 text-align: center; 87 text-align: center;
88 z-index: 10; 88 z-index: 10;
89 /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */ 89 /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */
90 } 90 }
91 91
92 div#scaler-table { 92 div#scaler {
93 padding-right: 40px; 93 position: absolute;
94 left: 8px;
95 top: 8px;
96 bottom: 30px;
97 right: 44px;
98 overflow: auto;
94 } 99 }
95 100
96 div#overlay { 101 div#overlay {
97 position: absolute; 102 position: absolute;
98 background-color: transparent; 103 background-color: transparent;
136 -moz-box-sizing: border-box; 141 -moz-box-sizing: border-box;
137 z-index: 10; 142 z-index: 10;
138 } 143 }
139 144
140 div#calibration { 145 div#calibration {
141 position: absolute; 146 background: url('blue.png');
142 padding: 0px 2px; 147 position: absolute;
143 font-family: Verdana, Arial, Helvetica, sans-serif; 148 padding: 0px;
144 border: 3px solid lightcyan; 149 visibility: hidden;
145 background-color: lightgrey; 150 z-index: 1000;
151 }
152
153 div#calibration div {
154 width: 100%;
155 height: 100%;
156 margin: 0px;
157 padding: 0px;
158 font-family: Verdana, Arial, Helvetica, sans-serif;
146 text-align: center; 159 text-align: center;
147 visibility: hidden; 160 color: lightcyan;
148 z-index: 1000; 161 border: 1px solid lightcyan;
162 background: url('ruler-top.gif') 0px -1px repeat-x;
163 z-index: 1001;
164 }
165
166 p.cm {
167 font-weight: bold;
149 } 168 }
150 169
151 div#about { 170 div#about {
152 position: absolute; 171 position: absolute;
153 width: 200px; 172 width: 200px;
177 right: 36px; 196 right: 36px;
178 bottom: 50px; 197 bottom: 50px;
179 overflow: auto; 198 overflow: auto;
180 padding: 0px 2px; 199 padding: 0px 2px;
181 font-family: Verdana, Arial, Helvetica, sans-serif; 200 font-family: Verdana, Arial, Helvetica, sans-serif;
182 color: green; 201 color: lightgreen;
183 border: 1px dotted lightcyan; 202 border: 1px dotted black;
184 background-color: transparent; 203 background-color: transparent;
185 } 204 }
186 205
187 div#debug p.debug, h1 { 206 div#debug p.debug, h1 {
188 font-weight: bold; 207 font-weight: bold;
191 210
192 div#debug p, h1 { 211 div#debug p, h1 {
193 margin: 0px; 212 margin: 0px;
194 padding: 2px 0px; 213 padding: 2px 0px;
195 font-size: 9px; 214 font-size: 9px;
215 background-color: black;
196 } 216 }
197 217
218