<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[19135] trunk/wp-admin/about.php: Layout and filler content for new about page.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/19135">19135</a></dd>
<dt>Author</dt> <dd>koopersmith</dd>
<dt>Date</dt> <dd>2011-11-03 23:13:50 +0000 (Thu, 03 Nov 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Layout and filler content for new about page. CSS will be moved to the main files. props chexee. see <a href="http://core.trac.wordpress.org/ticket/18742">#18742</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminaboutphp">trunk/wp-admin/about.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminaboutphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/about.php (19134 => 19135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/about.php        2011-11-03 23:09:59 UTC (rev 19134)
+++ trunk/wp-admin/about.php        2011-11-03 23:13:50 UTC (rev 19135)
</span><span class="lines">@@ -15,72 +15,267 @@
</span><span class="cx"> add_action( 'admin_head', '_wp_about_add_css' );
</span><span class="cx"> function _wp_about_add_css() { ?&gt;
</span><span class="cx">         &lt;style type=&quot;text/css&quot;&gt;
</span><del>-                .return-to-dashboard {
-                        margin: 16px 0 0;
-                        font-size: 14px;
</del><ins>+                .about-wrap {
+                        position: relative;
+                        margin: 44px 40px 0 20px;
</ins><span class="cx">                 }
</span><del>-                .return-to-dashboard a {
-                        text-decoration: none;
-                }
-                .wrap h2 {
-                        margin-top: 0.6em;
</del><ins>+                .about-wrap h1 {
+                        margin: 0.6em 200px 0 0;
+                        line-height: 1.2em;
</ins><span class="cx">                         font-size: 3.6em;
</span><del>-                        text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.2 );
</del><ins>+                        font-weight: 200;
+
+                        color: #333;
+                        text-shadow: 1px 1px 1px white;
</ins><span class="cx">                 }
</span><span class="cx">                 .about-text {
</span><span class="cx">                         font-family: &quot;HelveticaNeue-Light&quot;, &quot;Helvetica Neue Light&quot;, &quot;Helvetica Neue&quot;, sans-serif;
</span><span class="cx">                         font-weight: normal;
</span><del>-                        font-size: 1.8em;
</del><ins>+                        font-size: 24px;
</ins><span class="cx">                         color: #777;
</span><del>-                        margin: 1.4em 0;
-                        line-height: 1.4em;
-                        max-width: 600px;
</del><ins>+                        margin: 1em 200px 1.4em 0;
+                        line-height: 1.6em;
+                        min-height: 60px;
</ins><span class="cx">                 }
</span><del>-                .changelog {
</del><ins>+                .about-wrap h2.nav-tab-wrapper {
+                        padding-left: 6px;
+                }
+                .wp-badge {
+                        padding-top: 142px;
+                        height: 37px;
+                        width: 160px;
+
+                        position: absolute;
+                        top: 0;
+                        right: 0;
+
+                        color: #fff;
+                        font-weight: bold;
</ins><span class="cx">                         font-size: 14px;
</span><del>-                        padding-bottom: 10px;
</del><ins>+                        text-shadow: 0 -1px 0 #0c3d57;
+                        text-align: center;
+
+                        border: 1px solid #2B5173;
+                        -webkit-border-radius: 3px;
+                        border-radius: 3px;
+
+                        -moz-box-shadow: inset 0 0 0 1px #5F8CA8;
+                        -webkit-box-shadow: inset 0 0 0 1px #5F8CA8;
+                        box-shadow: inset 0 0 0 1px #5F8CA8;
+
+                        background-color: #378aac;
+                        background-repeat: no-repeat;
+                        background-position: center 20px;
+                        background-image: url(images/wp-badge.png);
+                        background-image: url(images/wp-badge.png), -ms-linear-gradient(top, #378aac, #165d84); /* IE10 */
+                        background-image: url(images/wp-badge.png), -moz-linear-gradient(top, #378aac, #165d84); /* Firefox */
+                        background-image: url(images/wp-badge.png), -o-linear-gradient(top, #378aac, #165d84); /* Opera */
+                        background-image: url(images/wp-badge.png), -webkit-gradient(linear, left top, left bottom, from(#378aac), to(#165d84)); /* old Webkit */
+                        background-image: url(images/wp-badge.png), -webkit-linear-gradient(top, #378aac, #165d84); /* new Webkit */
+                        background-image: url(images/wp-badge.png), linear-gradient(top, #378aac, #165d84); /* proposed W3C Markup */
</ins><span class="cx">                 }
</span><del>-                .changelog h3 {
</del><ins>+
+                .about-wrap h2 .nav-tab {
+                        color: #21759B;
+                        padding: 4px 10px 6px;
+                        margin: 0 3px -1px 0;
</ins><span class="cx">                         font-size: 18px;
</span><span class="cx">                 }
</span><del>-                .changelog li {
</del><ins>+                .about-wrap h2 .nav-tab:hover {
+                        color: #d54e21;
+                }
+
+                .about-wrap h2 .nav-tab-active,
+                .about-wrap h2 .nav-tab-active:hover {
+                        color: #333;
+                }
+                .about-wrap h2 .nav-tab-active {
+                        font-weight: bold;
+                        text-shadow: 1px 1px 1px white;
+                        color: #464646;
+                        padding-top: 3px;
+                }
+
+                .about-wrap h3 {
+                        font-size: 24px;
+                        color: #333;
+                        text-shadow: 1px 1px 1px white;
+                        margin-bottom: 0.4em;
+                        padding-top: 20px;
+                }
+
+                .about-wrap .changelog {
+                        font-size: 14px;
+                        padding-bottom: 10px;
+                        overflow: hidden;
+                }
+                .about-wrap .changelog li {
</ins><span class="cx">                         list-style-type: disc;
</span><span class="cx">                         margin-left: 3em;
</span><span class="cx">                 }
</span><ins>+
+                .about-wrap .feature-section .left-feature,
+                .about-wrap .feature-section img,
+                .about-wrap .feature-section .right-feature {
+                        float: left;
+                }
+
+                .about-wrap .feature-section {
+                        min-height: 100px;
+                        overflow: hidden;
+                }
+
+                .about-wrap .feature-section.angled-right {
+                        margin-top: -35px;
+                        padding-top: 15px;
+                }
+                .about-wrap .feature-section.angled-right img {
+                        margin-top: 0;
+                }
+                .about-wrap .feature-section.angled-right .left-feature {
+                        margin-top: 15px;
+                }
+
+                .about-wrap .feature-section h4 {
+                        color: #464646;
+                        margin-bottom: 0.6em;
+                }
+                .about-wrap .feature-section p {
+                        line-height: 1.6em;
+                        margin-top: 0.6em;
+                }
+
+                .about-wrap .feature-section .left-feature,
+                .about-wrap .feature-section .right-feature {
+                        width: 40%;
+                }
+                .about-wrap .feature-section .left-feature {
+                        margin-right: 10%;
+                }
+                .about-wrap .feature-section .right-feature {
+                        margin-left: 9%;
+                }
+                .about-wrap .feature-section.angled-left .left-feature,
+                .about-wrap .feature-section.angled-right .left-feature {
+                        margin-right: 5%;
+                }
+                .about-wrap .feature-section.angled-left .right-feature,
+                .about-wrap .feature-section.angled-right .right-feature {
+                        margin-left: 5%;
+                }
+                .about-wrap .feature-section img {
+                        width: 19%;
+                        height: 130px;
+                        background: #f9f9f9;
+                        margin-top: 15px;
+
+                        border: 1px solid #dfdfdf;
+                        -webkit-border-radius: 3px;
+                        border-radius: 3px;
+
+                        -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
+                        -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
+                        box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
+                }
+                .about-wrap .feature-section.angled-left .left-feature {
+                        width: 30%;
+                }
+                .about-wrap .feature-section.angled-left .right-feature {
+                        width: 40%;
+                }
+                .about-wrap .feature-section.angled-right .left-feature {
+                        width: 40%;
+                }
+                .about-wrap .feature-section.angled-right .right-feature {
+                        width: 30%;
+                }
+
+                .about-wrap .return-to-dashboard {
+                        margin: 16px 0 0;
+                        font-size: 14px;
+                        font-weight: bold;
+                }
+                .about-wrap .return-to-dashboard a {
+                        text-decoration: none;
+                }
</ins><span class="cx">         &lt;/style&gt;
</span><span class="cx"> &lt;?php }
</span><span class="cx"> 
</span><span class="cx"> include( './admin-header.php' );
</span><span class="cx"> ?&gt;
</span><del>-&lt;div class=&quot;wrap&quot;&gt;
</del><ins>+&lt;div class=&quot;wrap about-wrap&quot;&gt;
</ins><span class="cx"> 
</span><del>-&lt;div class=&quot;return-to-dashboard&quot;&gt;
-        &lt;a href=&quot;&lt;?php echo admin_url(); ?&gt;&quot;&gt;&lt;?php _e('&amp;larr; Return to dashboard'); ?&gt;&lt;/a&gt;
-&lt;/div&gt;
-&lt;h2&gt;&lt;?php _e( 'Welcome to WordPress 3.3!' ); ?&gt;&lt;/h2&gt;
</del><ins>+&lt;h1&gt;&lt;?php _e( 'Welcome to WordPress 3.3!' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;div class=&quot;about-text&quot;&gt;WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.&lt;/div&gt;
</span><span class="cx"> 
</span><ins>+&lt;div class=&quot;wp-badge&quot;&gt;&lt;?php _e( 'Version 3.3' ); ?&gt;&lt;/div&gt;
+
+&lt;h2 class=&quot;nav-tab-wrapper&quot;&gt;
+        &lt;a href=&quot;#&quot; class=&quot;nav-tab nav-tab-active&quot;&gt;
+                &lt;?php _e( 'What&amp;#8217;s New in 3.3' ); ?&gt;
+        &lt;/a&gt;&lt;a href=&quot;#&quot; class=&quot;nav-tab&quot;&gt;
+                &lt;?php _e( 'Credits' ); ?&gt;
+        &lt;/a&gt;&lt;a href=&quot;#&quot; class=&quot;nav-tab&quot;&gt;
+                &lt;?php _e( 'Freedoms' ); ?&gt;
+        &lt;/a&gt;
+&lt;/h2&gt;
+
</ins><span class="cx"> &lt;div class=&quot;changelog&quot;&gt;
</span><span class="cx">         &lt;h3&gt;&lt;?php _e('For Users'); ?&gt;&lt;/h3&gt;
</span><del>-        &lt;ul&gt;
-                &lt;li&gt;Media uploader&lt;/li&gt;
-                &lt;li&gt;New-user experience&lt;/li&gt;
-                &lt;li&gt;Improved admin bar&lt;/li&gt;
-                &lt;li&gt;Responsive admin&lt;/li&gt;
-        &lt;/ul&gt;
</del><ins>+
+        &lt;div class=&quot;feature-section angled-left&quot;&gt;
+                &lt;div class=&quot;left-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'Drag-and-Drop Media Uploader' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+                &lt;img class=&quot;placeholder&quot; /&gt;
+                &lt;div class=&quot;right-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'A Responsive Admin' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+        &lt;/div&gt;
+        &lt;div class=&quot;feature-section angled-right&quot;&gt;
+                &lt;div class=&quot;left-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'New-user Experience' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'New users get a helping hand. Updates come with this handy summary of what&amp;#8217;s new in this version of WordPress.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+                &lt;img class=&quot;placeholder&quot; /&gt;
+                &lt;div class=&quot;right-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'A New and Improved Admin Bar' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+        &lt;/div&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;div class=&quot;changelog&quot;&gt;
</span><span class="cx">         &lt;h3&gt;&lt;?php _e('For Developers'); ?&gt;&lt;/h3&gt;
</span><del>-        &lt;ul&gt;
-                &lt;li&gt;Meta API improvements&lt;/li&gt;
-                &lt;li&gt;Language packs&lt;/li&gt;
-                &lt;li&gt;Permalink performance&lt;/li&gt;
-                &lt;li&gt;Nav menus performance&lt;/li&gt;
-        &lt;/ul&gt;
</del><ins>+
+        &lt;div class=&quot;feature-section&quot;&gt;
+                &lt;div class=&quot;left-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'Performance Enhancements' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+                &lt;div class=&quot;right-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'API: Settings Improvements' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+        &lt;/div&gt;
+        &lt;div class=&quot;feature-section&quot;&gt;
+                &lt;div class=&quot;left-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'More Efficient Updates and Upgrades' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'New users get a helping hand. Updates come with this handy summary of what&amp;#8217;s new in this version of WordPress.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+                &lt;div class=&quot;right-feature&quot;&gt;
+                        &lt;h4&gt;&lt;?php _e( 'API: Meta Improvements' ); ?&gt;&lt;/h4&gt;
+                        &lt;p&gt;&lt;?php _e( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
+        &lt;/div&gt;
</ins><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+&lt;div class=&quot;return-to-dashboard&quot;&gt;
+        &lt;a href=&quot;&lt;?php echo admin_url(); ?&gt;&quot;&gt;&lt;?php _e('Go to the Dashboard'); ?&gt;&lt;/a&gt;
+&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;?php
</span></span></pre>
</div>
</div>

</body>
</html>