equal
deleted
inserted
replaced
1 @charset "UTF-8"; |
1 @charset "UTF-8"; |
2 |
2 |
|
3 @import url(xxe-config:common/css/cals_table.imp); |
|
4 |
3 /* $Id$ */ |
5 /* $Id$ */ |
4 |
|
5 @import url(xxe-config:common/css/cals_table.imp); |
|
6 |
6 |
7 *::comment { display: none; } |
7 *::comment { display: none; } |
8 |
8 |
9 publidoc { |
9 publidoc { |
10 display: block; |
10 display: block; |
315 |
315 |
316 section section:before { |
316 section section:before { |
317 margin-left: 1em; |
317 margin-left: 1em; |
318 } |
318 } |
319 |
319 |
320 header, section, footer { |
320 header, front, section, footer { |
321 display: block; |
321 display: block; |
322 } |
322 } |
|
323 |
323 section[type="box"] { |
324 section[type="box"] { |
324 margin-bottom: .5em; |
325 margin-bottom: .5em; |
325 padding: 5px; |
326 padding: 5px; |
326 background-color: #e8f0f7; |
327 background-color: #e8f0f7; |
327 border-radius: 0.2em; |
328 border-radius: 0.2em; |
331 |
332 |
332 header, footer { |
333 header, footer { |
333 background-color: #fafafa; |
334 background-color: #fafafa; |
334 } |
335 } |
335 |
336 |
|
337 front { |
|
338 margin: 1em 20px 1em 20px; |
|
339 background-color: #fafafa; |
|
340 } |
|
341 front p { |
|
342 font-family: sans-serif; |
|
343 } |
|
344 |
336 section section { |
345 section section { |
337 margin-left: 1em; |
346 margin-left: 1em; |
338 } |
347 } |
339 |
348 |
340 section:after { |
349 section:after { |
443 /* blockquote ~~~~~~~~~~~~~~~~~~~~~~ */ |
452 /* blockquote ~~~~~~~~~~~~~~~~~~~~~~ */ |
444 |
453 |
445 blockquote { color: #004080; } |
454 blockquote { color: #004080; } |
446 |
455 |
447 attribution { font-style: italic; } |
456 attribution { font-style: italic; } |
|
457 |
|
458 /* table ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
|
459 |
|
460 @extension "com.xmlmind.xmleditext.xhtml.table.TableSupport black rgb(238,238,224)"; |
|
461 |
|
462 table { |
|
463 display: table; |
|
464 border-style: solid; |
|
465 border-width: 1px; |
|
466 margin-top: 0; |
|
467 margin-bottom: 1em; |
|
468 } |
|
469 |
|
470 table > head { |
|
471 display: table-caption; |
|
472 margin-left: 24px; |
|
473 margin-bottom: 0; |
|
474 } |
|
475 |
|
476 table title { |
|
477 font-size: 93%; |
|
478 font-family: sans-serif; |
|
479 color: black; |
|
480 } |
|
481 |
|
482 thead, tbody { |
|
483 display: table-row-group; |
|
484 } |
|
485 |
|
486 tr { |
|
487 display: table-row; |
|
488 } |
|
489 |
|
490 td, th { |
|
491 display: table-cell; |
|
492 border-style: solid; |
|
493 border-width: 1px; |
|
494 padding: .2em; |
|
495 } |
|
496 th { |
|
497 font-weight: bold; |
|
498 } |
|
499 |
|
500 table > caption { |
|
501 display: block; |
|
502 font-family: sans-serif; |
|
503 font-size: 93%; |
|
504 color: #004080; |
|
505 } |
448 |
506 |
449 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
507 /* media ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
450 |
508 |
451 media { |
509 media { |
452 margin-top: .5em; |
510 margin-top: .5em; |