diff --git src/wp-content/themes/twentyfifteen/style.css src/wp-content/themes/twentyfifteen/style.css
index f90dfba..f0845aa 100644
|
|
|
Use it to make something cool, have fun, and share what you've learned with othe |
| 39 | 39 | * 14.0 - Media |
| 40 | 40 | * 14.1 - Captions |
| 41 | 41 | * 14.2 - Galleries |
| 42 | | * 15.0 - Media Queries |
| 43 | | * 15.1 - Mobile Large |
| 44 | | * 15.2 - Tablet Small |
| 45 | | * 15.3 - Tablet Large |
| 46 | | * 15.4 - Desktop Small |
| 47 | | * 15.5 - Desktop Medium |
| 48 | | * 15.6 - Desktop Large |
| 49 | | * 15.7 - Desktop X-Large |
| | 42 | * 15.0 - Multisite |
| | 43 | * 16.0 - Media Queries |
| | 44 | * 16.1 - Mobile Large |
| | 45 | * 16.2 - Tablet Small |
| | 46 | * 16.3 - Tablet Large |
| | 47 | * 16.4 - Desktop Small |
| | 48 | * 16.5 - Desktop Medium |
| | 49 | * 16.6 - Desktop Large |
| | 50 | * 16.7 - Desktop X-Large |
| 50 | 51 | */ |
| 51 | 52 | |
| 52 | 53 | |
| … |
… |
p > video { |
| 2562 | 2563 | |
| 2563 | 2564 | |
| 2564 | 2565 | /** |
| 2565 | | * 15.0 Media Queries |
| | 2566 | * 15.0 Multisite |
| | 2567 | */ |
| | 2568 | |
| | 2569 | .site-content .mu_register { |
| | 2570 | background-color: #fff; |
| | 2571 | margin: 0; |
| | 2572 | padding: 7.6923%; |
| | 2573 | width: auto; |
| | 2574 | } |
| | 2575 | |
| | 2576 | /** |
| | 2577 | * 16.0 Media Queries |
| 2566 | 2578 | */ |
| 2567 | 2579 | |
| 2568 | 2580 | /* |
| … |
… |
p > video { |
| 2580 | 2592 | } |
| 2581 | 2593 | |
| 2582 | 2594 | /** |
| 2583 | | * 15.1 Mobile Large 620px |
| | 2595 | * 16.1 Mobile Large 620px |
| 2584 | 2596 | */ |
| 2585 | 2597 | |
| 2586 | 2598 | @media screen and (min-width: 38.75em) { |
| … |
… |
p > video { |
| 2764 | 2776 | .comment-content blockquote > ol { |
| 2765 | 2777 | margin-left: 1.3333em; |
| 2766 | 2778 | } |
| | 2779 | |
| | 2780 | .site-content .mu_register { |
| | 2781 | box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); |
| | 2782 | margin: 7.6923%; |
| | 2783 | } |
| 2767 | 2784 | } |
| 2768 | 2785 | |
| 2769 | 2786 | |
| 2770 | 2787 | /** |
| 2771 | | * 15.2 Tablet Small 740px |
| | 2788 | * 16.2 Tablet Small 740px |
| 2772 | 2789 | */ |
| 2773 | 2790 | |
| 2774 | 2791 | @media screen and (min-width: 46.25em) { |
| … |
… |
p > video { |
| 3365 | 3382 | |
| 3366 | 3383 | |
| 3367 | 3384 | /** |
| 3368 | | * 15.3 Tablet Large 880px |
| | 3385 | * 16.3 Tablet Large 880px |
| 3369 | 3386 | */ |
| 3370 | 3387 | |
| 3371 | 3388 | @media screen and (min-width: 55em) { |
| … |
… |
p > video { |
| 3886 | 3903 | |
| 3887 | 3904 | |
| 3888 | 3905 | /** |
| 3889 | | * 15.4 Desktop Small 955px |
| | 3906 | * 16.4 Desktop Small 955px |
| 3890 | 3907 | */ |
| 3891 | 3908 | |
| 3892 | 3909 | @media screen and (min-width: 59.6875em) { |
| … |
… |
p > video { |
| 4552 | 4569 | .gallery { |
| 4553 | 4570 | margin-bottom: 1.6em; |
| 4554 | 4571 | } |
| | 4572 | |
| | 4573 | .site-content .mu_register { |
| | 4574 | margin: 8.3333%; |
| | 4575 | padding: 8.3333%; |
| | 4576 | } |
| 4555 | 4577 | } |
| 4556 | 4578 | |
| 4557 | 4579 | |
| 4558 | 4580 | /** |
| 4559 | | * 15.5 Desktop Medium 1100px |
| | 4581 | * 16.5 Desktop Medium 1100px |
| 4560 | 4582 | */ |
| 4561 | 4583 | |
| 4562 | 4584 | @media screen and (min-width: 68.75em) { |
| … |
… |
p > video { |
| 5063 | 5085 | |
| 5064 | 5086 | |
| 5065 | 5087 | /** |
| 5066 | | * 15.6 Desktop Large 1240px |
| | 5088 | * 16.6 Desktop Large 1240px |
| 5067 | 5089 | */ |
| 5068 | 5090 | |
| 5069 | 5091 | @media screen and (min-width: 77.5em) { |
| … |
… |
p > video { |
| 5572 | 5594 | |
| 5573 | 5595 | |
| 5574 | 5596 | /** |
| 5575 | | * 15.7 Desktop X-Large 1403px |
| | 5597 | * 16.7 Desktop X-Large 1403px |
| 5576 | 5598 | */ |
| 5577 | 5599 | |
| 5578 | 5600 | @media screen and (min-width: 87.6875em) { |
| … |
… |
p > video { |
| 5614 | 5636 | .entry-footer, |
| 5615 | 5637 | .page-header, |
| 5616 | 5638 | .page-content, |
| 5617 | | .comments-area { |
| | 5639 | .comments-area, |
| | 5640 | .site-content .mu_register { |
| 5618 | 5641 | background: none !important; /* Make sure color schemes dont't affect to print */ |
| 5619 | 5642 | } |
| 5620 | 5643 | |
| … |
… |
p > video { |
| 5728 | 5751 | margin-top: 7.6923%; |
| 5729 | 5752 | padding: 3.84615% 0; |
| 5730 | 5753 | } |
| | 5754 | |
| | 5755 | .site-content .mu_register { |
| | 5756 | padding: 7.6923%; |
| | 5757 | } |
| 5731 | 5758 | } |