Changeset 26719
- Timestamp:
- 12/06/2013 12:15:59 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26718 r26719 37 37 38 38 <div class="changelog"> 39 <h2 ><?php _e( 'Introducing a new, modern admin design' ); ?></h2>40 <img src="<?php echo admin_url( 'images/about-overview.png' ); ?>" />39 <h2 class="about-headline-callout"><?php _e( 'Introducing a new, modern admin design' ); ?></h2> 40 <img class="about-overview-img" src="<?php echo admin_url( 'images/about-overview.png' ); ?>" /> 41 41 42 42 <div class="feature-section col three-col about-updates"> … … 59 59 </div> 60 60 61 <hr />61 <hr> 62 62 63 63 <!-- Image example --> … … 70 70 <p><?php _e( 'The WordPress admin is now completely responsive: you can work on your website easily from your smartphone or tablet. The full power of WordPress is at your fingertips, even when you’re on the go.' ); ?></p> 71 71 <h4><?php _e( 'Naturally HiDPI' ); ?></h4> 72 <p><?php _e( 'No more blurry edges —with the inclusion of vector icons and graphics, the admin is now entirely HiDPI, so you get the best viewing experience no matter what kind of computer or mobile device you use.' ); ?></p>72 <p><?php _e( 'No more blurry edges — with the inclusion of vector icons and graphics, the admin is now entirely HiDPI, so you get the best viewing experience no matter what kind of computer or mobile device you use.' ); ?></p> 73 73 </div> 74 <div class="last-feature ">74 <div class="last-feature about-colors-img"> 75 75 <img src="<?php echo admin_url( 'images/about-colors.png' ); ?>" /> 76 76 </div> … … 78 78 </div> 79 79 80 <hr />80 <hr class="flushtopdivider"> 81 81 82 82 <div class="changelog about-colors"> 83 83 <div class="feature-section col one-col"> 84 84 <div> 85 <h3> Now with more color</h3>86 <p><?php _e( 'Your admin is not longer monochromatic — we’ve brought some more color to keep it looking fresh. You now have the option of four different default color schemes.' ); ?></p>85 <h3><?php _e( 'Now with more color' ); ?></h3> 86 <p><?php _e( 'Your admin is not longer monochromatic — we’ve brought some more color to keep it looking fresh. You now have the option of four different default color schemes.' ); ?></p> 87 87 <p><?php _e( 'Try them out below:' ); ?></p> 88 88 <img src="https://i.cloudup.com/NBlGusRk0H.png" style="border: 2px solid red; max-width: 99%; margin: 0;" /> … … 92 92 </div> 93 93 94 <hr />94 <hr> 95 95 96 96 <div class="changelog"> … … 106 106 <p><?php _e( 'Identify immediately when a theme update is available.' ); ?></p> 107 107 </div> 108 <div class="last-feature ">108 <div class="last-feature about-themes-img"> 109 109 <img src="<?php echo admin_url( 'images/about-themes.png' ); ?>" /> 110 110 </div> … … 112 112 </div> 113 113 114 <hr />114 <hr class="flushtopdivider"> 115 115 116 116 <div class="changelog"> 117 <h2 ><?php _e( 'Sleek New Magazine Theme' ); ?></h2>117 <h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, A Sleek New Magazine Theme' ); ?></h2> 118 118 <img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" /> 119 119 … … 121 121 <div> 122 122 <h3><?php _e( 'Our new default theme lets you create a responsive magazine website with an elegant, modern design.' ); ?></h3> 123 <p><?php _e( 'Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content& rsquo;s layout with a full width page template and a contributor page to show of your authors.' ); ?></p>123 <p><?php _e( 'Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content’s layout with a full width page template and a contributor page to show of your authors.' ); ?></p> 124 124 <p><?php _e( 'Creating a magazine website with WordPress has never been easier.' ); ?></p> 125 125 </div> … … 127 127 </div> 128 128 129 <hr />129 <hr> 130 130 131 131 <div class="changelog"> -
trunk/src/wp-admin/css/colors.css
r26718 r26719 1793 1793 } 1794 1794 1795 .about-wrap h3 { 1796 color: #333; 1797 } 1798 1799 .about-wrap .feature-section h4 { 1800 color: #464646; 1795 .about-wrap h2, 1796 .about-wrap h3, 1797 .about-wrap h4 { 1798 color: #222; 1801 1799 } 1802 1800 -
trunk/src/wp-admin/css/wp-admin.css
r26718 r26719 7805 7805 .about-wrap p { 7806 7806 line-height: 1.6em; 7807 font-size: 14px; 7807 7808 } 7808 7809 … … 7832 7833 } 7833 7834 7834 .about-wrap .changelog h2 {7835 .about-wrap .changelog h2.about-headline-callout { 7835 7836 margin: 1.4em 0 0; 7836 font-size: 2.1em;7837 7837 line-height: 1.3; 7838 font-weight: 600; 7838 7839 text-align: center; 7839 7840 } … … 7847 7848 .about-wrap .feature-section h4 { 7848 7849 margin: 1.4em 0 0.6em 0; 7850 font-size: 1.2em; 7849 7851 } 7850 7852 … … 7858 7860 } 7859 7861 7862 /* 3.8 Images */ 7863 7864 .about-wrap .about-colors-img, 7865 .about-wrap .about-themes-img { 7866 bottom: -25px; 7867 } 7868 7869 .about-wrap .about-overview-img { 7870 border-bottom: 1px solid #ddd; 7871 } 7872 7873 .about-wrap hr.flushtopdivider { 7874 margin-top: 0; 7875 } 7876 7877 .about-colors-img img, 7878 .about-themes-img img { 7879 margin: 0 0; 7880 padding: 0; 7881 line-height: 1; 7882 } 7860 7883 7861 7884 /* Point Releases */ … … 7937 7960 .about-wrap .feature-section.two-col div { 7938 7961 position: relative; 7939 width: 47%; 7940 margin-right: 4.999999999%; 7962 width: 50%; 7941 7963 float: left; 7964 } 7965 7966 .about-wrap .feature-section.two-col div p { 7967 margin-right: 3%; 7942 7968 } 7943 7969
Note: See TracChangeset
for help on using the changeset viewer.