comparison css/docuviewer.css @ 540:4b43a57ad9b3

more nicer
author casties
date Thu, 16 Aug 2012 19:09:49 +0200
parents 37d122560028
children dbaa7dce60a5
comparison
equal deleted inserted replaced
539:37d122560028 540:4b43a57ad9b3
124 124
125 div.tocbody h4 { 125 div.tocbody h4 {
126 margin-top: 0; 126 margin-top: 0;
127 margin-bottom: 0.5em; 127 margin-bottom: 0.5em;
128 } 128 }
129 div.tocbody div.ruler { 129 div.tocbody div.ruler.top {
130 text-align: center; 130 text-align: center;
131 margin-bottom: 0.5em; 131 padding-bottom: 0.5em;
132 }
133 div.tocbody div.ruler.bottom {
134 clear: both;
135 text-align: center;
136 padding-top: 0.5em;
132 } 137 }
133 138
134 div.tocbody.text, 139 div.tocbody.text,
135 div.tocbody.figures { 140 div.tocbody.figures {
136 max-width: 20em; 141 max-width: 20em;
194 } 199 }
195 200
196 div.col.main div.content { 201 div.col.main div.content {
197 min-width: 30em; 202 min-width: 30em;
198 background-color: white; 203 background-color: white;
199 font-family: Junicode,Gentium,Georgia,serif;
200 font-size: 14px;
201 line-height: 1.3;
202 border: 1px solid silver; 204 border: 1px solid silver;
203 padding: 1em; 205 padding: 1em;
204 } 206 }
205 div.col.main div.content a:link, 207 div.col.main div.content a:link,
206 div.col.main div.content a:visited { 208 div.col.main div.content a:visited {
229 list-style-type: none; 231 list-style-type: none;
230 padding-left: 0; 232 padding-left: 0;
231 margin-top: 0; 233 margin-top: 0;
232 margin-bottom: 0.5em; 234 margin-bottom: 0.5em;
233 } 235 }
234
235 div.options.digilib li img { 236 div.options.digilib li img {
236 vertical-align: middle; 237 vertical-align: middle;
237 } 238 }
238 239
239 /* 240 /*
241 * text page
242 */
243 div.col.main div.content.text {
244 font-family: Junicode,Gentium,Georgia,serif;
245 font-size: 14px;
246 line-height: 1.3;
247 }
248
249 /*
240 * search results 250 * search results
241 */ 251 */
242 div.col.results { 252 div.col.results {
243 max-width: 20em; 253 max-width: 20em;
254 padding-right: 5px;
255 }
256 div.col.results div.result {
257 border: 1px solid silver;
258 border-radius: 5px;
259 padding: 0.5em;
260 }
261 div.col.results h4 {
262 margin-top: 0;
263 margin-bottom: 0.5em;
264 }
265 div.col.results div.ruler {
266 text-align: center;
267 margin-bottom: 0.5em;
268 }
269 div.col.results div.query {
270 margin-bottom: 0.5em;
244 } 271 }
245 272
246 /* 273 /*
247 * index page 274 * index page
248 */ 275 */
257 } 284 }
258 div.index-info h2 { 285 div.index-info h2 {
259 margin-top: 0.5em; 286 margin-top: 0.5em;
260 margin-bottom: 0.5em; 287 margin-bottom: 0.5em;
261 } 288 }
289 div.index-info td {
290 vertical-align: top;
291 }
262 div.index-info td.type { 292 div.index-info td.type {
263 font-weight: bold; 293 font-weight: bold;
264 } 294 }
265 div.index-info td.content { 295 div.index-info td.content {
266 max-width: 30em; 296 max-width: 30em;
276 } 306 }
277 307
278 /* 308 /*
279 * image page 309 * image page
280 */ 310 */
281 div.col.main div.content-images { 311 div.col.main div.content.images {
282 border: 1px solid silver; 312 background-color: inherit;
283 } 313 padding: 0;
284 div.col.main div.content-images table { 314 }
315 div.col.main div.content.images table {
285 border-collapse: collapse; /* for tight digilib */ 316 border-collapse: collapse; /* for tight digilib */
286 } 317 }
287 318
288 /* 319 /*
320 * xml page
321 */
322 div.col.main div.content.xml {
323 font-family: Monaco,Courier,monospace;
324 font-size: 12px;
325 }
326 div.col.main div.content.xml div.pageHeaderTitle {
327 display: none;
328 }
329
330
331
332 /*
289 * thumbnail overview 333 * thumbnail overview
290 */ 334 */
291 div.col.main div.content-thumbs { 335 div.col.main div.content-thumbs {
292 border: 1px solid silver; 336 border: 1px solid silver;
293 padding: 1em; 337 padding: 0.5em;
294 } 338 }
295 div.col.main table.thumbs td { 339 div.col.main table.thumbs td {
296 text-align: center; 340 text-align: center;
297 } 341 }