@cryptotaxi247 / kubo / commits / 96ea8c91b

Alphabetized styles

Jessica Schilling committed May 4, 2020 at 15:02 UTC 96ea8c91baf6b4fabaf87aed173c99decbbd537f
1 file changed +20 -20
dir-index.html
+20 -20
@@ -396,12 +396,12 @@
396 /* END ICONS; NOW FOR CSS STYLING */
397
398 body {
399 + color: #34373f;
400 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
401 + font-size: 14px;
402 + line-height: 1.43;
403 margin: 0;
400 - font-size: 14px;
401 - line-height: 1.43;
402 - color: #34373f;
404 word-break: break-all;
404 - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
405 -webkit-text-size-adjust: 100%;
406 -ms-text-size-adjust: 100%;
407 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -426,15 +426,15 @@ strong {
426 }
427
428 table {
429 + border-collapse: collapse;
430 border-spacing: 0;
430 - border-collapse: collapse;
431 - width: 100%;
431 max-width: 100%;
432 + width: 100%;
433 }
434
435 table:last-child {
436 + border-bottom-left-radius: 3px;
437 border-bottom-right-radius: 3px;
437 - border-bottom-left-radius: 3px;
438 }
439
440 tr:first-child td {
@@ -446,21 +446,21 @@ tr:nth-of-type(even) {
446 }
447
448 td {
449 + border-top: 1px solid #d9dbe2;
450 padding: 0.65em;
451 vertical-align: top;
451 - border-top: 1px solid #d9dbe2;
452 }
453
454 #page-header {
455 + align-items: center;
456 background: #0b3a53;
457 border-bottom: 4px solid #69c4cd;
458 color: #ffffff;
458 - padding: 0 1em;
459 display: flex;
460 - align-items: center;
461 - justify-content: space-between;
462 - font-size: 1.15em;
460 + font-size: 1.12em;
461 font-weight: 500;
462 + justify-content: space-between;
463 + padding: 0 1em;
464 }
465
466 #page-header a {
@@ -476,15 +476,15 @@ td {
476 }
477
478 #page-header-logo {
479 - height: 2.5em;
479 + height: 2.25em;
480 margin: 0.7em 0.7em 0.7em 0;
481 width: 7.15em;
482 }
483
484 #page-header-menu {
485 - margin: 0.65em 0;
486 - display: flex;
485 align-items: center;
486 + display: flex;
487 + margin: 0.65em 0;
488 }
489
490 #page-header-menu div {
@@ -496,8 +496,8 @@ td {
496 }
497
498 #page-header-menu svg {
499 + fill: #69c4cd;
500 height: 1.8em;
500 - fill: #69c4cd;
501 margin-top: 0.125em;
502 }
503
@@ -510,17 +510,17 @@ td {
510 }
511
512 #content {
513 - margin: 1em;
513 border: 1px solid #d9dbe2;
514 border-radius: 4px;
515 + margin: 1em;
516 }
517
518 #content-header {
519 - padding: 0.7em 1em;
519 + background-color: #edf0f4;
520 border-bottom: 1px solid #d9dbe2;
521 border-top-left-radius: 3px;
522 border-top-right-radius: 3px;
523 - background-color: #edf0f4;
523 + padding: 0.7em 1em;
524 }
525
526 .type-icon {
@@ -557,8 +557,8 @@ td {
557 }
558 a,
559 a:visited {
560 - text-decoration: underline;
560 color: #000;
561 + text-decoration: underline;
562 }
563 a[href]:after {
564 content: " (" attr(href) ")";