diff --git wordpress.tv/public_html/wp-content/themes/wptv2/style.css wordpress.tv/public_html/wp-content/themes/wptv2/style.css
index 3a326768d..740ca415b 100644
|
|
|
body #page > .container { |
| 1846 | 1846 | } |
| 1847 | 1847 | |
| 1848 | 1848 | .primary-content { |
| 1849 | | flex: 1 1 auto; |
| | 1849 | flex: 1 1 650px; |
| 1850 | 1850 | margin: 0; |
| 1851 | 1851 | } |
| 1852 | 1852 | |
| … |
… |
body, td, p, |
| 1951 | 1951 | font-size: 13px; |
| 1952 | 1952 | font-weight: bold; |
| 1953 | 1953 | -webkit-font-smoothing: antialiased; |
| | 1954 | text-align: left; |
| 1954 | 1955 | } |
| 1955 | 1956 | |
| 1956 | 1957 | h2 { |
| … |
… |
h5 { |
| 2047 | 2048 | |
| 2048 | 2049 | .wptv-hero .main-video { |
| 2049 | 2050 | background: #2f2f2f; |
| 2050 | | /* margin: auto; */ |
| | 2051 | margin: 0 auto; |
| 2051 | 2052 | max-width: 575px; |
| 2052 | 2053 | position: relative; |
| 2053 | 2054 | } |
| … |
… |
h3#comments { |
| 2428 | 2429 | } |
| 2429 | 2430 | |
| 2430 | 2431 | .category .page-title { |
| 2431 | | float: left; |
| 2432 | | width: auto; |
| 2433 | | margin: -8px 0 20px 0; |
| | 2432 | flex: 0 0 25%; |
| | 2433 | margin: -8px auto 20px; |
| 2434 | 2434 | } |
| 2435 | 2435 | |
| 2436 | 2436 | .desc { |
| 2437 | | float: right; |
| | 2437 | flex: 0 0 70%; |
| 2438 | 2438 | color: #969696; |
| 2439 | 2439 | margin: 3px 0 20px 0; |
| | 2440 | text-align: center; |
| 2440 | 2441 | } |
| 2441 | 2442 | |
| 2442 | | /*.category-wordcamptv .secondary-content { |
| 2443 | | float: left; |
| 2444 | | width: 200px; |
| 2445 | | }*/ |
| 2446 | | |
| 2447 | | /*.category-wordcamptv .primary-content { |
| 2448 | | float: right; |
| 2449 | | margin: 0; |
| 2450 | | }*/ |
| 2451 | | |
| 2452 | 2443 | /* WordCamp Individual Page |
| 2453 | 2444 | ============================================================= */ |
| 2454 | 2445 | |
| … |
… |
h3#comments { |
| 2694 | 2685 | |
| 2695 | 2686 | } |
| 2696 | 2687 | |
| 2697 | | @media screen and ( min-width: 940px ) { |
| 2698 | | } |
| 2699 | | |
| 2700 | 2688 | @media screen and ( min-width: 940px ) { |
| 2701 | 2689 | #menu { |
| 2702 | 2690 | clear: initial; |
| … |
… |
h3#comments { |
| 2721 | 2709 | margin-left: 15px; |
| 2722 | 2710 | } |
| 2723 | 2711 | |
| 2724 | | body.home .wptv-hero .container, |
| 2725 | | body.home #page > .container { |
| | 2712 | body .wptv-hero .container, |
| | 2713 | body #page > .container { |
| 2726 | 2714 | flex-direction: row; |
| | 2715 | flex-wrap: wrap; |
| | 2716 | justify-content: space-between; |
| 2727 | 2717 | } |
| 2728 | 2718 | |
| 2729 | 2719 | .wptv-hero .main-video { |
| 2730 | 2720 | flex: 0 0 575px; |
| | 2721 | margin-left: 0; |
| | 2722 | margin-right: 0; |
| 2731 | 2723 | } |
| 2732 | 2724 | |
| 2733 | 2725 | .wptv-hero .secondary-videos { |
| 2734 | | flex: 1 1 auto; |
| | 2726 | flex: 1 0 320px; |
| 2735 | 2727 | margin-left: 23px; |
| 2736 | 2728 | margin-top: 0; |
| 2737 | 2729 | } |
| … |
… |
h3#comments { |
| 2748 | 2740 | } |
| 2749 | 2741 | |
| 2750 | 2742 | .category-wordcamptv .secondary-content { |
| 2751 | | float: left; |
| | 2743 | margin: 0 30px 0 0; |
| | 2744 | order: 0; |
| 2752 | 2745 | width: 170px; |
| 2753 | 2746 | } |
| 2754 | 2747 | |
| 2755 | 2748 | .category-wordcamptv .primary-content { |
| 2756 | | float: right; |
| 2757 | 2749 | margin: 0; |
| | 2750 | order: 1; |
| 2758 | 2751 | } |
| 2759 | 2752 | |
| 2760 | 2753 | .single .video-player { |
| … |
… |
h3#comments { |
| 2779 | 2772 | |
| 2780 | 2773 | @media screen and ( max-width: 940px ) { |
| 2781 | 2774 | |
| 2782 | | .category .page-title, |
| 2783 | | .desc { |
| 2784 | | float: none; |
| 2785 | | } |
| 2786 | | |
| 2787 | 2775 | .wptv-hero .main-video .video-player { |
| 2788 | 2776 | /*height: auto !important;*/ |
| 2789 | 2777 | |