Ticket #24832: 24832.10.diff
| File 24832.10.diff, 7.4 KB (added by , 13 years ago) |
|---|
-
wp-admin/about.php
include( ABSPATH . 'wp-admin/admin-header.php' ); 37 37 <h3><?php _e( 'Colorful New Theme' ); ?></h3> 38 38 39 39 <div class="feature-section images-stagger-right"> 40 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-twenty-twelve.png' ) ); ?>" class="image-66" />40 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/theme.png" class="image-66" /> 41 41 <h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4> 42 42 <p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p> 43 43 <p><?php _e( 'Inspired by modern art, Twenty Thirteen features quirky details, beautiful typography, and bold, high-contrast colors — all with a flexible layout that looks great on any device, big or small.' ); ?></p> … … include( ABSPATH . 'wp-admin/admin-header.php' ); 48 48 <h3><?php _e( 'Write with Confidence' ); ?></h3> 49 49 50 50 <div class="feature-section images-stagger-right"> 51 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-retina.png' ) ); ?>" class="image-66" />51 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/revisions.png" class="image-66" /> 52 52 <h4><?php _e( 'Explore Revisions' ); ?></h4> 53 53 <p></p> 54 54 <p><?php _e( 'From the first word you write, WordPress saves every change. Each revision is always at your fingertips. Text is highlighted as you scroll through revisions at lightning speed, so you can see what changes have been made along the way.' ); ?></p> … … include( ABSPATH . 'wp-admin/admin-header.php' ); 75 75 <h3><?php _e( 'Support for Audio and Video' ); ?></h3> 76 76 77 77 <div class="feature-section images-stagger-right"> 78 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30" /> 78 <div class="video image-66"><?php echo wp_video_shortcode( 79 array( 80 'm4v' => (is_ssl() ? 'https://' : '//s.' ) . 'wordpress.org/images/core/3.6/video.m4v', 81 'ogv' => (is_ssl() ? 'https://' : '//s.' ) . 'wordpress.org/images/core/3.6/video.ogv', 82 'width' => 625, 83 'height' => 360, 84 ) 85 ); ?></div> 79 86 <h4><?php _e( 'New Media Player' ); ?></h4> 80 87 <p><?php _e( 'Share your audio and video with the new built-in HTML5 media player. Upload files using the media manager and embed them in your posts.' ); ?></p> 81 88 -
wp-admin/css/wp-admin-rtl.css
h2 .nav-tab { 1725 1725 margin-left: 0; 1726 1726 } 1727 1727 1728 .about-wrap .feature-section img { 1728 .about-wrap .feature-section img, 1729 .about-wrap .feature-section .video { 1729 1730 margin: 0 0 10px 0.7%; 1730 1731 } 1731 1732 1732 .about-wrap .feature-section.images-stagger-right img { 1733 .about-wrap .feature-section.images-stagger-right img, 1734 .about-wrap .feature-section.images-stagger-right .video { 1733 1735 float: left; 1734 1736 margin: 0 2em 12px 5px; 1735 1737 } 1736 1738 1737 .about-wrap .feature-section.images-stagger-left img { 1739 .about-wrap .feature-section.images-stagger-left img, 1740 .about-wrap .feature-section.images-stagger-left .video { 1738 1741 float: right; 1739 1742 margin: 0 5px 12px 2em; 1740 1743 } … … h2 .nav-tab { 1746 1749 margin-left: 10px; 1747 1750 } 1748 1751 1752 @media only screen and (max-width: 900px) { 1753 .about-wrap .feature-section.images-stagger-right .video.image-66 { 1754 margin-right: 3px; 1755 } 1756 1757 .about-wrap .feature-section.images-stagger-left .video.image-66 { 1758 margin-left: 3px; 1759 } 1760 } 1761 1749 1762 @media only screen and (max-width: 768px) { 1750 .about-wrap .feature-section img.image-66 {1763 .about-wrap .feature-section .image-66 { 1751 1764 float: none; 1752 1765 } 1753 1766 1754 .about-wrap .feature-section.images-stagger-right img.image-66 {1767 .about-wrap .feature-section.images-stagger-right .image-66 { 1755 1768 margin-right: 3px; 1756 1769 } 1757 1770 1758 .about-wrap .feature-section.images-stagger-left img.image-66 {1771 .about-wrap .feature-section.images-stagger-left .image-66 { 1759 1772 margin-left: 3px; 1760 1773 } 1761 1774 } -
wp-admin/css/wp-admin.css
h2 .nav-tab { 5823 5823 5824 5824 /* Changelog / Update screen */ 5825 5825 5826 .about-wrap .feature-section img { 5826 .about-wrap .feature-section img, 5827 .about-wrap .feature-section .video { 5827 5828 border: none; 5828 5829 margin: 0 1.94% 10px 0; 5829 5830 -webkit-border-radius: 3px; 5830 5831 border-radius: 3px; 5831 5832 } 5832 5833 5833 .about-wrap .feature-section.three-col img { 5834 .about-wrap .feature-section.three-col img, 5835 .about-wrap .feature-section.three-col .video { 5834 5836 margin: 0.5em 0 0.5em 5px; 5835 5837 max-width: 100%; 5836 5838 float: none; 5837 5839 } 5838 5840 5839 .ie8 .about-wrap .feature-section.three-col img { 5841 .ie8 .about-wrap .feature-section.three-col img, 5842 .ie8 .about-wrap .feature-section.three-col .video { 5840 5843 margin-left: 0; 5841 5844 } 5842 5845 5843 .about-wrap .feature-section.images-stagger-right img { 5846 .about-wrap .feature-section.images-stagger-right img, 5847 .about-wrap .feature-section.images-stagger-right .video { 5844 5848 float: right; 5845 5849 margin: 0 5px 12px 2em; 5846 5850 } 5847 5851 5848 .about-wrap .feature-section.images-stagger-left img { 5852 .about-wrap .feature-section.images-stagger-left img, 5853 .about-wrap .feature-section.images-stagger-left .video { 5849 5854 float: left; 5850 5855 margin: 0 2em 12px 5px; 5851 5856 } 5852 5857 5853 .about-wrap .feature-section img.image-100 {5858 .about-wrap .feature-section .image-100 { 5854 5859 margin: 0 0 2em 0; 5855 5860 width: 100%; 5856 5861 } 5857 5862 5858 .about-wrap .feature-section img.image-66 {5863 .about-wrap .feature-section .image-66 { 5859 5864 width: 65%; 5860 5865 } 5861 5866 5862 .about-wrap .feature-section img.image-50 {5867 .about-wrap .feature-section .image-50 { 5863 5868 max-width: 50%; 5864 5869 } 5865 5870 5866 .about-wrap .feature-section img.image-30 {5871 .about-wrap .feature-section .image-30 { 5867 5872 max-width: 31.2381%; 5868 5873 } 5869 5874 … … h2 .nav-tab { 5872 5877 border-style: solid; 5873 5878 } 5874 5879 5875 .about-wrap .images-stagger-right img.image-30:nth-child(2) {5880 .about-wrap .images-stagger-right .image-30:nth-child(2) { 5876 5881 margin-left: 1em; 5877 5882 } 5878 5883 … … h2 .nav-tab { 5904 5909 text-align: center; 5905 5910 } 5906 5911 5907 .about-wrap .three-col-images img { 5912 .about-wrap .three-col-images img, 5913 .about-wrap .three-col-images .video { 5908 5914 margin: 0 0 10px; 5909 5915 } 5910 5916 … … h2 .nav-tab { 5927 5933 5928 5934 @media only screen and (max-width: 900px) { 5929 5935 .about-wrap .feature-section.images-stagger-left img, 5930 .about-wrap .feature-section.images-stagger-right img { 5936 .about-wrap .feature-section.images-stagger-right img, 5937 .about-wrap .feature-section.images-stagger-left .video, 5938 .about-wrap .feature-section.images-stagger-right .video { 5931 5939 clear: both; 5932 5940 } 5941 5942 .about-wrap .feature-section .video.image-66 { 5943 float: none; 5944 width: 98%; 5945 max-width: 98%; 5946 } 5947 5948 .about-wrap .feature-section.images-stagger-right .video.image-66 { 5949 margin-left: 3px; 5950 } 5951 5952 .about-wrap .feature-section.images-stagger-left .video.image-66 { 5953 margin-right: 3px; 5954 } 5933 5955 } 5934 5956 5935 5957 @media only screen and (max-width: 768px) { 5936 .about-wrap .feature-section img.image-66 {5958 .about-wrap .feature-section .image-66 { 5937 5959 float: none; 5938 5960 width: 98%; 5939 5961 max-width: 98%; 5940 5962 } 5941 5963 5942 .about-wrap .feature-section.images-stagger-right img.image-66 {5964 .about-wrap .feature-section.images-stagger-right .image-66 { 5943 5965 margin-left: 3px; 5944 5966 } 5945 5967 5946 .about-wrap .feature-section.images-stagger-left img.image-66 {5968 .about-wrap .feature-section.images-stagger-left .image-66 { 5947 5969 margin-right: 3px; 5948 5970 } 5949 5971 }