|
25 | 25 | .header + .header h5 {
|
26 | 26 | margin-top: 1em;
|
27 | 27 | }
|
| 28 | +table { |
| 29 | + margin: 0 auto; |
| 30 | +} |
| 31 | +table thead td { |
| 32 | + font-weight: 700; |
| 33 | +} |
| 34 | +table td { |
| 35 | + padding: 3px 20px; |
| 36 | +} |
28 | 37 | .sidebar {
|
29 | 38 | position: absolute;
|
30 | 39 | left: 0;
|
@@ -285,35 +294,17 @@ h5 {
|
285 | 294 | }
|
286 | 295 | }
|
287 | 296 | .light {
|
288 |
| -/* Inline code */ |
289 | 297 | color: #333;
|
290 | 298 | background-color: #fff;
|
291 |
| -} |
292 |
| -.light :not(pre) > .hljs { |
293 |
| - display: inline-block; |
294 |
| - vertical-align: middle; |
295 |
| - padding: 0.1em 0.3em; |
296 |
| - -webkit-border-radius: 3px; |
297 |
| - border-radius: 3px; |
298 |
| -} |
299 |
| -.light pre { |
300 |
| - position: relative; |
301 |
| -} |
302 |
| -.light pre > .buttons { |
303 |
| - position: absolute; |
304 |
| - right: 5px; |
305 |
| - top: 5px; |
306 |
| - color: #364149; |
307 |
| - cursor: pointer; |
308 |
| -} |
309 |
| -.light pre > .buttons :hover { |
310 |
| - color: #008cff; |
311 |
| -} |
312 |
| -.light pre > .buttons i { |
313 |
| - margin-left: 8px; |
314 |
| -} |
315 |
| -.light pre > .result { |
316 |
| - margin-top: 10px; |
| 299 | +/* |
| 300 | + table { |
| 301 | + thead td { |
| 302 | + color: $table-header-fg; |
| 303 | + backrgound: $table-header-bg; |
| 304 | + } |
| 305 | + } |
| 306 | + */ |
| 307 | +/* Inline code */ |
317 | 308 | }
|
318 | 309 | .light .content .header:link,
|
319 | 310 | .light .content .header:visited {
|
@@ -372,37 +363,53 @@ h5 {
|
372 | 363 | .light .theme-popup .theme:hover {
|
373 | 364 | background-color: #e6e6e6;
|
374 | 365 | }
|
375 |
| -.coal { |
376 |
| -/* Inline code */ |
377 |
| - color: #98a3ad; |
378 |
| - background-color: #141617; |
| 366 | +.light blockquote { |
| 367 | + margin: 20px 0; |
| 368 | + padding: 0 20px; |
| 369 | + color: #333; |
| 370 | + background-color: #f2f7f9; |
| 371 | + border-top: 0.1em solid #e1edf1; |
| 372 | + border-bottom: 0.1em solid #e1edf1; |
379 | 373 | }
|
380 |
| -.coal :not(pre) > .hljs { |
| 374 | +.light :not(pre) > .hljs { |
381 | 375 | display: inline-block;
|
382 | 376 | vertical-align: middle;
|
383 | 377 | padding: 0.1em 0.3em;
|
384 | 378 | -webkit-border-radius: 3px;
|
385 | 379 | border-radius: 3px;
|
386 | 380 | }
|
387 |
| -.coal pre { |
| 381 | +.light pre { |
388 | 382 | position: relative;
|
389 | 383 | }
|
390 |
| -.coal pre > .buttons { |
| 384 | +.light pre > .buttons { |
391 | 385 | position: absolute;
|
392 | 386 | right: 5px;
|
393 | 387 | top: 5px;
|
394 |
| - color: #a1adb8; |
| 388 | + color: #364149; |
395 | 389 | cursor: pointer;
|
396 | 390 | }
|
397 |
| -.coal pre > .buttons :hover { |
398 |
| - color: #3473ad; |
| 391 | +.light pre > .buttons :hover { |
| 392 | + color: #008cff; |
399 | 393 | }
|
400 |
| -.coal pre > .buttons i { |
| 394 | +.light pre > .buttons i { |
401 | 395 | margin-left: 8px;
|
402 | 396 | }
|
403 |
| -.coal pre > .result { |
| 397 | +.light pre > .result { |
404 | 398 | margin-top: 10px;
|
405 | 399 | }
|
| 400 | +.coal { |
| 401 | + color: #98a3ad; |
| 402 | + background-color: #141617; |
| 403 | +/* |
| 404 | + table { |
| 405 | + thead td { |
| 406 | + color: $table-header-fg; |
| 407 | + backrgound: $table-header-bg; |
| 408 | + } |
| 409 | + } |
| 410 | + */ |
| 411 | +/* Inline code */ |
| 412 | +} |
406 | 413 | .coal .content .header:link,
|
407 | 414 | .coal .content .header:visited {
|
408 | 415 | color: #98a3ad;
|
@@ -460,37 +467,53 @@ h5 {
|
460 | 467 | .coal .theme-popup .theme:hover {
|
461 | 468 | background-color: #1f2124;
|
462 | 469 | }
|
463 |
| -.navy { |
464 |
| -/* Inline code */ |
465 |
| - color: #bcbdd0; |
466 |
| - background-color: #161923; |
| 470 | +.coal blockquote { |
| 471 | + margin: 20px 0; |
| 472 | + padding: 0 20px; |
| 473 | + color: #98a3ad; |
| 474 | + background-color: #242637; |
| 475 | + border-top: 0.1em solid #2c2f44; |
| 476 | + border-bottom: 0.1em solid #2c2f44; |
467 | 477 | }
|
468 |
| -.navy :not(pre) > .hljs { |
| 478 | +.coal :not(pre) > .hljs { |
469 | 479 | display: inline-block;
|
470 | 480 | vertical-align: middle;
|
471 | 481 | padding: 0.1em 0.3em;
|
472 | 482 | -webkit-border-radius: 3px;
|
473 | 483 | border-radius: 3px;
|
474 | 484 | }
|
475 |
| -.navy pre { |
| 485 | +.coal pre { |
476 | 486 | position: relative;
|
477 | 487 | }
|
478 |
| -.navy pre > .buttons { |
| 488 | +.coal pre > .buttons { |
479 | 489 | position: absolute;
|
480 | 490 | right: 5px;
|
481 | 491 | top: 5px;
|
482 |
| - color: #c8c9db; |
| 492 | + color: #a1adb8; |
483 | 493 | cursor: pointer;
|
484 | 494 | }
|
485 |
| -.navy pre > .buttons :hover { |
486 |
| - color: #2b79a2; |
| 495 | +.coal pre > .buttons :hover { |
| 496 | + color: #3473ad; |
487 | 497 | }
|
488 |
| -.navy pre > .buttons i { |
| 498 | +.coal pre > .buttons i { |
489 | 499 | margin-left: 8px;
|
490 | 500 | }
|
491 |
| -.navy pre > .result { |
| 501 | +.coal pre > .result { |
492 | 502 | margin-top: 10px;
|
493 | 503 | }
|
| 504 | +.navy { |
| 505 | + color: #bcbdd0; |
| 506 | + background-color: #161923; |
| 507 | +/* |
| 508 | + table { |
| 509 | + thead td { |
| 510 | + color: $table-header-fg; |
| 511 | + backrgound: $table-header-bg; |
| 512 | + } |
| 513 | + } |
| 514 | + */ |
| 515 | +/* Inline code */ |
| 516 | +} |
494 | 517 | .navy .content .header:link,
|
495 | 518 | .navy .content .header:visited {
|
496 | 519 | color: #bcbdd0;
|
@@ -548,37 +571,53 @@ h5 {
|
548 | 571 | .navy .theme-popup .theme:hover {
|
549 | 572 | background-color: #282e40;
|
550 | 573 | }
|
551 |
| -.rust { |
552 |
| -/* Inline code */ |
553 |
| - color: #262625; |
554 |
| - background-color: #e1e1db; |
| 574 | +.navy blockquote { |
| 575 | + margin: 20px 0; |
| 576 | + padding: 0 20px; |
| 577 | + color: #bcbdd0; |
| 578 | + background-color: #262933; |
| 579 | + border-top: 0.1em solid #2f333f; |
| 580 | + border-bottom: 0.1em solid #2f333f; |
555 | 581 | }
|
556 |
| -.rust :not(pre) > .hljs { |
| 582 | +.navy :not(pre) > .hljs { |
557 | 583 | display: inline-block;
|
558 | 584 | vertical-align: middle;
|
559 | 585 | padding: 0.1em 0.3em;
|
560 | 586 | -webkit-border-radius: 3px;
|
561 | 587 | border-radius: 3px;
|
562 | 588 | }
|
563 |
| -.rust pre { |
| 589 | +.navy pre { |
564 | 590 | position: relative;
|
565 | 591 | }
|
566 |
| -.rust pre > .buttons { |
| 592 | +.navy pre > .buttons { |
567 | 593 | position: absolute;
|
568 | 594 | right: 5px;
|
569 | 595 | top: 5px;
|
570 | 596 | color: #c8c9db;
|
571 | 597 | cursor: pointer;
|
572 | 598 | }
|
573 |
| -.rust pre > .buttons :hover { |
574 |
| - color: #e69f67; |
| 599 | +.navy pre > .buttons :hover { |
| 600 | + color: #2b79a2; |
575 | 601 | }
|
576 |
| -.rust pre > .buttons i { |
| 602 | +.navy pre > .buttons i { |
577 | 603 | margin-left: 8px;
|
578 | 604 | }
|
579 |
| -.rust pre > .result { |
| 605 | +.navy pre > .result { |
580 | 606 | margin-top: 10px;
|
581 | 607 | }
|
| 608 | +.rust { |
| 609 | + color: #262625; |
| 610 | + background-color: #e1e1db; |
| 611 | +/* |
| 612 | + table { |
| 613 | + thead td { |
| 614 | + color: $table-header-fg; |
| 615 | + backrgound: $table-header-bg; |
| 616 | + } |
| 617 | + } |
| 618 | + */ |
| 619 | +/* Inline code */ |
| 620 | +} |
582 | 621 | .rust .content .header:link,
|
583 | 622 | .rust .content .header:visited {
|
584 | 623 | color: #262625;
|
@@ -636,3 +675,37 @@ h5 {
|
636 | 675 | .rust .theme-popup .theme:hover {
|
637 | 676 | background-color: #99908a;
|
638 | 677 | }
|
| 678 | +.rust blockquote { |
| 679 | + margin: 20px 0; |
| 680 | + padding: 0 20px; |
| 681 | + color: #262625; |
| 682 | + background-color: #c1c1bb; |
| 683 | + border-top: 0.1em solid #b8b8b1; |
| 684 | + border-bottom: 0.1em solid #b8b8b1; |
| 685 | +} |
| 686 | +.rust :not(pre) > .hljs { |
| 687 | + display: inline-block; |
| 688 | + vertical-align: middle; |
| 689 | + padding: 0.1em 0.3em; |
| 690 | + -webkit-border-radius: 3px; |
| 691 | + border-radius: 3px; |
| 692 | +} |
| 693 | +.rust pre { |
| 694 | + position: relative; |
| 695 | +} |
| 696 | +.rust pre > .buttons { |
| 697 | + position: absolute; |
| 698 | + right: 5px; |
| 699 | + top: 5px; |
| 700 | + color: #c8c9db; |
| 701 | + cursor: pointer; |
| 702 | +} |
| 703 | +.rust pre > .buttons :hover { |
| 704 | + color: #e69f67; |
| 705 | +} |
| 706 | +.rust pre > .buttons i { |
| 707 | + margin-left: 8px; |
| 708 | +} |
| 709 | +.rust pre > .result { |
| 710 | + margin-top: 10px; |
| 711 | +} |
0 commit comments