| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 #content h1, #content h2 | 1 #content h1, #content h2 |
| 2 { | 2 { |
| 3 font-size: 16px; | 3 font-size: 16px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 #content .sprite | 6 #content .sprite |
| 7 { | 7 { |
| 8 background-image: url(../img/sprite-index.png); | 8 background-image: url(../img/sprite-index.png); |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 587 { | 587 { |
| 588 padding-top: 5px; | 588 padding-top: 5px; |
| 589 } | 589 } |
| 590 | 590 |
| 591 #footnote ul | 591 #footnote ul |
| 592 { | 592 { |
| 593 margin: 0px; | 593 margin: 0px; |
| 594 padding: 0px 30px; | 594 padding: 0px 30px; |
| 595 } | 595 } |
| 596 | 596 |
| 597 #more, #less | |
|
ire
2017/10/05 20:26:48
The #more element has been deleted so this style i
juliandoucette
2017/10/06 10:21:11
Done.
| |
| 598 { | |
| 599 padding: 10px 0px; | |
| 600 border: 0px; | |
| 601 background-color: #dbd4c7; | |
| 602 } | |
| 603 | |
| 604 #sidebar | |
| 605 { | |
| 606 display: inline-block; | |
| 607 } | |
| 608 | |
| 609 #more-tabs #sidebar button | |
| 610 { | |
| 611 margin: 5px; | |
| 612 padding: 4px 7px; | |
| 613 font-size: 18px; | |
| 614 border: 0px; | |
| 615 border-radius: 4px; | |
| 616 background-color: #eee8df; | |
| 617 } | |
| 618 | |
| 619 .more-tab | |
| 620 { | |
| 621 vertical-align: top; | |
| 622 } | |
| 623 | |
| 624 #content .more-tab h2 | |
| 625 { | |
| 626 margin: 10px 0px; | |
| 627 font-size: 30px; | |
| 628 font-weight: normal; | |
| 629 } | |
| 630 | |
| 631 .more-tab li | |
| 632 { | |
| 633 margin-bottom: 10px; | |
| 634 } | |
| 635 | |
| 636 .more-tab blockquote | |
| 637 { | |
| 638 margin: 0px; | |
| 639 font-style: italic; | |
| 640 } | |
| 641 | |
| 642 #more, .more-tab | |
| 643 { | |
| 644 display: none; | |
| 645 } | |
| 646 | |
| 647 #less, #more-tabs | |
| 648 { | |
| 649 display: inline-block; | |
| 650 } | |
| 651 | |
| 652 .notice | 597 .notice |
| 653 { | 598 { |
| 654 padding: 20px; | 599 padding: 20px; |
| 655 line-height: 1.4; | 600 line-height: 1.4; |
| 656 color: #000; | 601 color: #000; |
| 657 background-color: #fff; | 602 background-color: #fff; |
| 658 border: 2px solid #a1a1a1; | 603 border: 2px solid #a1a1a1; |
| 659 } | 604 } |
| 660 | 605 |
| 661 #ready-for-windows-notice | 606 #ready-for-windows-notice |
| 662 { | 607 { |
| 663 margin-bottom: 30px; | 608 margin-bottom: 30px; |
| 664 } | 609 } |
| LEFT | RIGHT |