comparison css/docuviewer.css @ 567:8b1e20bf300d

more new textserver
author casties
date Thu, 11 Oct 2012 10:21:49 +0200
parents 1b483194901c
children 694935574177
comparison
equal deleted inserted replaced
566:4a31608f8b0e 567:8b1e20bf300d
1 1 /*
2 * Documentviewer style sheet.
3 *
4 * Robert Casties 2012.
5 */
2 body { 6 body {
3 background-color: #ebebeb; 7 background-color: #ebebeb;
4 margin: 5px; 8 margin: 5px;
5 font-family: Verdana,Arial,sans-serif; 9 font-family: Verdana,Arial,sans-serif;
6 font-size: 12px; 10 font-size: 12px;
261 } 265 }
262 div.col.main div.content.text .head { 266 div.col.main div.content.text .head {
263 margin-top: 0.5em; 267 margin-top: 0.5em;
264 margin-bottom: 0.25em; 268 margin-bottom: 0.25em;
265 } 269 }
270 /* page break */
271 div.col.main div.content.text span.pb span.n,
272 div.col.main div.content.text span.pb span.o {
273 display: none;
274 }
275 div.col.main div.content.text span.pb span.rhead {
276 display: block;
277 }
266 /* running head */ 278 /* running head */
267 div.col.main div.content.text div.pageHeaderTitle { 279 div.col.main div.content.text div.pageHeaderTitle {
268 text-align: center; 280 text-align: center;
269 margin-bottom: 1em; 281 margin-bottom: 1em;
270 } 282 }
382 margin-right: 28px; 394 margin-right: 28px;
383 text-align: center; 395 text-align: center;
384 } 396 }
385 div.footer div.content { 397 div.footer div.content {
386 font-size: 10px; 398 font-size: 10px;
387 color: grey; 399 color: gray;
388 } 400 }
389 div.footer div.content a:link, 401 div.footer div.content a:link,
390 div.footer div.content a:visited { 402 div.footer div.content a:visited {
391 color: grey; 403 color: gray;
392 } 404 }