about summary refs log tree commit diff stats
path: root/_style.css
diff options
context:
space:
mode:
Diffstat (limited to '_style.css')
-rw-r--r--_style.css33
1 files changed, 28 insertions, 5 deletions
diff --git a/_style.css b/_style.css index 4ef57e3..b0474e9 100644 --- a/_style.css +++ b/_style.css
@@ -400,7 +400,7 @@ a.footnoteRef {
400 -ms-flex-item-align: auto; 400 -ms-flex-item-align: auto;
401 align-self: auto; 401 align-self: auto;
402} 402}
403#cover .lozenge { 403#cover .anchors {
404 -webkit-box-ordinal-group: 1; 404 -webkit-box-ordinal-group: 1;
405 -moz-box-ordinal-group: 1; 405 -moz-box-ordinal-group: 1;
406 -webkit-order: 0; 406 -webkit-order: 0;
@@ -428,6 +428,8 @@ a.footnoteRef {
428} 428}
429#cover header { 429#cover header {
430 border: none; 430 border: none;
431 margin: auto;
432 padding: 0;
431} 433}
432#cover .content { 434#cover .content {
433 max-width: 39em; 435 max-width: 39em;
@@ -466,6 +468,10 @@ a.footnoteRef {
466 letter-spacing: 0.2em; 468 letter-spacing: 0.2em;
467 color: #e5bfb2; 469 color: #e5bfb2;
468} 470}
471#cover .anchors a {
472 margin-left: 0.25em;
473 margin-right: 0.25em;
474}
469#cover .lozenge { 475#cover .lozenge {
470 text-align: center; 476 text-align: center;
471 font-size: 1em; 477 font-size: 1em;
@@ -483,12 +489,12 @@ a.footnoteRef {
483table { border-collapse: collapse; } 489table { border-collapse: collapse; }
484td { 490td {
485 vertical-align: top; 491 vertical-align: top;
486 text-indent: -1em; 492 padding-top: 0.25em;
487 padding-left: 1em; 493 padding-bottom: 0.25em;
488} 494}
489tr { 495tr {
490 border-bottom: 1px solid #aaa; 496 border-bottom: 1px solid black;
491 border-top: 1px solid #aaa; 497 border-top: 1px solid black;
492} 498}
493/* .stark }}} */ 499/* .stark }}} */
494/* .PAUL {{{ */ 500/* .PAUL {{{ */
@@ -527,3 +533,20 @@ tr {
527 background-color: white; 533 background-color: white;
528} 534}
529/* .autocento }}} */ 535/* .autocento }}} */
536/* ARTICLE CSS */
537/* #TABLE_CONTENTS {{{ */
538#table_contents table {
539 max-width: 39em;
540}
541#table_contents tr {
542 border: none;
543}
544#table_contents td {
545 max-width: 50%;
546}
547/* #table_contents }}} */
548/* #ABOUT_AUTHOR {{{ */
549#about-the-author td {
550 vertical-align: middle;
551}
552/* #about_author }}} */