2011-09-21 19:20:26 -04:00
< ? php
/**
* About This Version administration panel .
*
* @ package WordPress
* @ subpackage Administration
*/
/** WordPress Administration Bootstrap */
require_once ( './admin.php' );
$title = __ ( 'About' );
$parent_file = 'index.php' ;
add_action ( 'admin_head' , '_wp_about_add_css' );
function _wp_about_add_css () { ?>
< style type = " text/css " >
2011-11-03 19:13:50 -04:00
. about - wrap {
position : relative ;
margin : 44 px 40 px 0 20 px ;
2011-09-21 19:20:26 -04:00
}
2011-11-03 19:13:50 -04:00
. about - wrap h1 {
margin : 0.6 em 200 px 0 0 ;
line - height : 1.2 em ;
2011-09-21 19:20:26 -04:00
font - size : 3.6 em ;
2011-11-03 19:13:50 -04:00
font - weight : 200 ;
color : #333;
text - shadow : 1 px 1 px 1 px white ;
2011-09-21 19:20:26 -04:00
}
. about - text {
font - family : " HelveticaNeue-Light " , " Helvetica Neue Light " , " Helvetica Neue " , sans - serif ;
font - weight : normal ;
2011-11-03 19:13:50 -04:00
font - size : 24 px ;
2011-09-21 19:20:26 -04:00
color : #777;
2011-11-03 19:13:50 -04:00
margin : 1 em 200 px 1.4 em 0 ;
line - height : 1.6 em ;
min - height : 60 px ;
2011-09-21 19:20:26 -04:00
}
2011-11-03 19:13:50 -04:00
. about - wrap h2 . nav - tab - wrapper {
padding - left : 6 px ;
}
. wp - badge {
padding - top : 142 px ;
height : 37 px ;
width : 160 px ;
position : absolute ;
top : 0 ;
right : 0 ;
color : #fff;
font - weight : bold ;
2011-09-21 19:20:26 -04:00
font - size : 14 px ;
2011-11-03 19:13:50 -04:00
text - shadow : 0 - 1 px 0 #0c3d57;
text - align : center ;
border : 1 px solid #2B5173;
- webkit - border - radius : 3 px ;
border - radius : 3 px ;
- moz - box - shadow : inset 0 0 0 1 px #5F8CA8;
- webkit - box - shadow : inset 0 0 0 1 px #5F8CA8;
box - shadow : inset 0 0 0 1 px #5F8CA8;
background - color : #378aac;
background - repeat : no - repeat ;
background - position : center 20 px ;
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 */
2011-09-21 19:20:26 -04:00
}
2011-11-03 19:13:50 -04:00
. about - wrap h2 . nav - tab {
color : #21759B;
padding : 4 px 10 px 6 px ;
margin : 0 3 px - 1 px 0 ;
2011-09-21 19:20:26 -04:00
font - size : 18 px ;
}
2011-11-03 19:13:50 -04:00
. 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 : 1 px 1 px 1 px white ;
color : #464646;
padding - top : 3 px ;
}
. about - wrap h3 {
font - size : 24 px ;
color : #333;
text - shadow : 1 px 1 px 1 px white ;
margin - bottom : 0.4 em ;
padding - top : 20 px ;
}
. about - wrap . changelog {
font - size : 14 px ;
padding - bottom : 10 px ;
overflow : hidden ;
}
. about - wrap . changelog li {
2011-09-21 19:20:26 -04:00
list - style - type : disc ;
margin - left : 3 em ;
}
2011-11-03 19:13:50 -04:00
. 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 : 100 px ;
overflow : hidden ;
}
. about - wrap . feature - section . angled - right {
margin - top : - 35 px ;
padding - top : 15 px ;
}
. about - wrap . feature - section . angled - right img {
margin - top : 0 ;
}
. about - wrap . feature - section . angled - right . left - feature {
margin - top : 15 px ;
}
. about - wrap . feature - section h4 {
color : #464646;
margin - bottom : 0.6 em ;
}
. about - wrap . feature - section p {
line - height : 1.6 em ;
margin - top : 0.6 em ;
}
. 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 : 130 px ;
background : #f9f9f9;
margin - top : 15 px ;
border : 1 px solid #dfdfdf;
- webkit - border - radius : 3 px ;
border - radius : 3 px ;
- moz - box - shadow : 0 0 6 px rgba ( 0 , 0 , 0 , 0.3 );
- webkit - box - shadow : 0 0 6 px rgba ( 0 , 0 , 0 , 0.3 );
box - shadow : 0 0 6 px 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 : 16 px 0 0 ;
font - size : 14 px ;
font - weight : bold ;
}
. about - wrap . return - to - dashboard a {
text - decoration : none ;
}
2011-09-21 19:20:26 -04:00
</ style >
< ? php }
include ( './admin-header.php' );
?>
2011-11-03 19:13:50 -04:00
< div class = " wrap about-wrap " >
2011-09-21 19:20:26 -04:00
2011-11-03 19:13:50 -04:00
< h1 >< ? php _e ( 'Welcome to WordPress 3.3!' ); ?> </h1>
2011-09-21 19:20:26 -04:00
< div class = " about-text " > 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 .</ div >
2011-11-03 19:13:50 -04:00
< div class = " wp-badge " >< ? php _e ( 'Version 3.3' ); ?> </div>
< h2 class = " nav-tab-wrapper " >
< a href = " # " class = " nav-tab nav-tab-active " >
< ? php _e ( 'What’s New in 3.3' ); ?>
</ a >< a href = " # " class = " nav-tab " >
< ? php _e ( 'Credits' ); ?>
</ a >< a href = " # " class = " nav-tab " >
< ? php _e ( 'Freedoms' ); ?>
</ a >
</ h2 >
2011-09-21 19:20:26 -04:00
< div class = " changelog " >
< h3 >< ? php _e ( 'For Users' ); ?> </h3>
2011-11-03 19:13:50 -04:00
< div class = " feature-section angled-left " >
< div class = " left-feature " >
< h4 >< ? php _e ( 'Drag-and-Drop Media Uploader' ); ?> </h4>
< p >< ? php _e ( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?> </p>
</ div >
< img class = " placeholder " />
< div class = " right-feature " >
< h4 >< ? php _e ( 'A Responsive Admin' ); ?> </h4>
< p >< ? php _e ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?> </p>
</ div >
</ div >
< div class = " feature-section angled-right " >
< div class = " left-feature " >
< h4 >< ? php _e ( 'New-user Experience' ); ?> </h4>
< p >< ? php _e ( 'New users get a helping hand. Updates come with this handy summary of what’s new in this version of WordPress.' ); ?> </p>
</ div >
< img class = " placeholder " />
< div class = " right-feature " >
< h4 >< ? php _e ( 'A New and Improved Admin Bar' ); ?> </h4>
< p >< ? 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.' ); ?> </p>
</ div >
</ div >
2011-09-21 19:20:26 -04:00
</ div >
< div class = " changelog " >
< h3 >< ? php _e ( 'For Developers' ); ?> </h3>
2011-11-03 19:13:50 -04:00
< div class = " feature-section " >
< div class = " left-feature " >
< h4 >< ? php _e ( 'Performance Enhancements' ); ?> </h4>
< p >< ? php _e ( 'Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?> </p>
</ div >
< div class = " right-feature " >
< h4 >< ? php _e ( 'API: Settings Improvements' ); ?> </h4>
< p >< ? php _e ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?> </p>
</ div >
</ div >
< div class = " feature-section " >
< div class = " left-feature " >
< h4 >< ? php _e ( 'More Efficient Updates and Upgrades' ); ?> </h4>
< p >< ? php _e ( 'New users get a helping hand. Updates come with this handy summary of what’s new in this version of WordPress.' ); ?> </p>
</ div >
< div class = " right-feature " >
< h4 >< ? php _e ( 'API: Meta Improvements' ); ?> </h4>
< p >< ? 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.' ); ?> </p>
</ div >
</ div >
2011-09-21 19:20:26 -04:00
</ div >
2011-11-03 19:13:50 -04:00
< div class = " return-to-dashboard " >
< a href = " <?php echo admin_url(); ?> " >< ? php _e ( 'Go to the Dashboard' ); ?> </a>
</ div >
2011-09-21 19:20:26 -04:00
</ div >
< ? php
include ( './admin-footer.php' );