diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index acaaa2a009..901fc08f01 100644
|
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 20 | 20 | |
| 21 | 21 | <div class="about__header"> |
| 22 | 22 | <div class="about__header-title"> |
| 23 | | <h1> |
| | 23 | <p> |
| 24 | 24 | <?php _e( 'WordPress' ); ?> |
| 25 | 25 | <span><?php echo $display_version; ?></span> |
| 26 | | </h1> |
| | 26 | </p> |
| 27 | 27 | </div> |
| 28 | 28 | |
| 29 | 29 | <div class="about__header-text"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 41 | 41 | </div> |
| 42 | 42 | |
| 43 | 43 | <div class="about__section is-feature has-accent-background-color"> |
| 44 | | <p><?php _e( 'Say hello to more and better.' ); ?></p> |
| | 44 | <h1><?php _e( 'Say hello to more and better.' ); ?></h1> |
| | 45 | |
| 45 | 46 | <p><?php _e( 'More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.' ); ?></p> |
| 46 | 47 | </div> |
| 47 | 48 | |
diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php
index 60b1ebb004..c15d86e4d2 100644
|
a
|
b
|
$credits = wp_credits(); |
| 22 | 22 | |
| 23 | 23 | <div class="about__header"> |
| 24 | 24 | <div class="about__header-title"> |
| 25 | | <h1> |
| | 25 | <p> |
| 26 | 26 | <?php _e( 'WordPress' ); ?> |
| 27 | 27 | <span><?php echo $display_version; ?></span> |
| 28 | | </h1> |
| | 28 | </p> |
| 29 | 29 | </div> |
| 30 | 30 | |
| 31 | 31 | <div class="about__header-text"> |
| … |
… |
$credits = wp_credits(); |
| 42 | 42 | </nav> |
| 43 | 43 | </div> |
| 44 | 44 | |
| 45 | | <div class="about__section"> |
| | 45 | <div class="about__section is-feature"> |
| 46 | 46 | <div class="column"> |
| 47 | | <h2><?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?></h2> |
| | 47 | <h1><?php _e( 'Credits' ); ?></h1> |
| 48 | 48 | |
| 49 | 49 | <p> |
| | 50 | <?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?> |
| 50 | 51 | <?php |
| 51 | 52 | if ( ! $credits ) { |
| 52 | 53 | printf( |
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 51e49261d6..960a577e04 100644
|
a
|
b
|
|
| 99 | 99 | .about__section { |
| 100 | 100 | background: #f3f4f5; |
| 101 | 101 | background: var(--background); |
| | 102 | clear: both; |
| 102 | 103 | } |
| 103 | 104 | |
| 104 | 105 | .about__container .has-accent-background-color { |
| … |
… |
|
| 302 | 303 | line-height: 1.4; |
| 303 | 304 | } |
| 304 | 305 | |
| 305 | | .about__container h1 { |
| 306 | | font-size: 5em; |
| 307 | | line-height: 1; |
| | 306 | .about__section h1 { |
| | 307 | font-weight: 600; |
| | 308 | margin: 0 0 1em; |
| | 309 | padding: 0; |
| | 310 | color: inherit; |
| 308 | 311 | } |
| 309 | 312 | |
| | 313 | .about__container h1, |
| 310 | 314 | .about__container h2 { |
| 311 | 315 | margin-top: 0; |
| 312 | 316 | font-size: 1.4em; |
| | 317 | line-height: 1.4; |
| 313 | 318 | } |
| 314 | 319 | |
| 315 | 320 | .about__container h3 { |
| … |
… |
|
| 395 | 400 | text-align: center; |
| 396 | 401 | } |
| 397 | 402 | |
| 398 | | @media screen and (max-width: 782px) { |
| 399 | | .about__container h1 { |
| 400 | | font-size: 4em; |
| 401 | | } |
| 402 | | } |
| 403 | | |
| 404 | 403 | @media screen and (max-width: 480px) { |
| 405 | | .about__container h1 { |
| 406 | | font-size: 3.2em; |
| 407 | | } |
| 408 | | |
| 409 | 404 | .about__section.is-feature { |
| 410 | 405 | font-size: 1.4em; |
| 411 | 406 | font-weight: 500; |
| … |
… |
|
| 452 | 447 | -ms-writing-mode: tb-rl; |
| 453 | 448 | writing-mode: vertical-rl; |
| 454 | 449 | transform: rotate(180deg); |
| | 450 | direction: ltr; |
| | 451 | } |
| | 452 | |
| | 453 | /* rtl:ignore */ |
| | 454 | .rtl .about__header-title { |
| | 455 | transform: none; |
| | 456 | direction: rtl; |
| 455 | 457 | } |
| 456 | 458 | |
| 457 | 459 | /* Needs to be inline-block to use vertical-align, needs specificity to override flex. */ |
| … |
… |
|
| 460 | 462 | vertical-align: top; |
| 461 | 463 | } |
| 462 | 464 | |
| 463 | | .about__header-title h1 { |
| | 465 | .about__header-title p { |
| | 466 | margin: 0; |
| 464 | 467 | padding: 0; |
| | 468 | font-size: 5em; |
| | 469 | line-height: 1; |
| 465 | 470 | color: #1730e5; |
| 466 | 471 | color: var(--accent-1); |
| 467 | 472 | } |
| 468 | 473 | |
| 469 | | .about__header-title h1 span { |
| | 474 | .about__header-title p span { |
| 470 | 475 | display: block; |
| 471 | 476 | font-weight: 600; |
| 472 | 477 | font-size: 1.2em; |
| … |
… |
|
| 543 | 548 | .about__container .about__header-text { |
| 544 | 549 | font-size: 1.4em; |
| 545 | 550 | } |
| 546 | | } |
| 547 | 551 | |
| 548 | | @media screen and (max-width: 600px) { |
| 549 | 552 | .about__header { |
| 550 | 553 | display: block; |
| 551 | | min-height: unset; |
| 552 | | max-height: unset; |
| | 554 | min-height: none; |
| | 555 | max-height: none; |
| 553 | 556 | height: auto; |
| 554 | 557 | } |
| 555 | 558 | |
| … |
… |
|
| 561 | 564 | padding-top: 80%; |
| 562 | 565 | padding-bottom: 0; |
| 563 | 566 | -webkit-writing-mode: initial; |
| 564 | | -ms-writing-mode: initial; |
| | 567 | -ms-writing-mode: lr-tb; |
| 565 | 568 | writing-mode: initial; |
| 566 | 569 | transform: none; |
| 567 | 570 | } |
| 568 | 571 | |
| | 572 | .rtl .about__header-title { |
| | 573 | -ms-writing-mode: rl-tb; |
| | 574 | } |
| | 575 | |
| | 576 | .about__header-title p { |
| | 577 | font-size: 4em; |
| | 578 | } |
| | 579 | |
| 569 | 580 | .about__header-text { |
| 570 | 581 | text-align: left; |
| 571 | 582 | } |
| … |
… |
|
| 578 | 589 | } |
| 579 | 590 | |
| 580 | 591 | @media screen and (max-width: 480px) { |
| | 592 | .about__header-title p { |
| | 593 | font-size: 3.2em; |
| | 594 | } |
| | 595 | |
| 581 | 596 | .about__header-navigation .nav-tab { |
| 582 | 597 | float: none; |
| 583 | 598 | display: block; |
diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php
index c9bc298866..454a647c0d 100644
|
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 25 | 25 | |
| 26 | 26 | <div class="about__header"> |
| 27 | 27 | <div class="about__header-title"> |
| 28 | | <h1> |
| | 28 | <p> |
| 29 | 29 | <?php _e( 'WordPress' ); ?> |
| 30 | 30 | <span><?php echo $display_version; ?></span> |
| 31 | | </h1> |
| | 31 | </p> |
| 32 | 32 | </div> |
| 33 | 33 | |
| 34 | 34 | <div class="about__header-text"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 46 | 46 | </div> |
| 47 | 47 | |
| 48 | 48 | <div class="about__section has-subtle-background-color is-feature"> |
| 49 | | <h2><?php _e( 'Freedoms' ); ?></h2> |
| | 49 | <h1><?php _e( 'Freedoms' ); ?></h1> |
| 50 | 50 | |
| 51 | 51 | <p class="about-description"> |
| 52 | 52 | <?php |
diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php
index 09248661bb..2ef4258e33 100644
|
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 19 | 19 | |
| 20 | 20 | <div class="about__header"> |
| 21 | 21 | <div class="about__header-title"> |
| 22 | | <h1> |
| | 22 | <p> |
| 23 | 23 | <?php _e( 'WordPress' ); ?> |
| 24 | 24 | <span><?php echo $display_version; ?></span> |
| 25 | | </h1> |
| | 25 | </p> |
| 26 | 26 | </div> |
| 27 | 27 | |
| 28 | 28 | <div class="about__header-text"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 41 | 41 | |
| 42 | 42 | <div class="about__section"> |
| 43 | 43 | <div class="column"> |
| 44 | | <h2><?php _e( 'Privacy' ); ?></h2> |
| | 44 | <h1><?php _e( 'Privacy' ); ?></h1> |
| 45 | 45 | |
| 46 | 46 | <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p> |
| 47 | 47 | |