Changeset 63212
- Timestamp:
- 08/12/2026 12:17:30 PM (less than one hour ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/about.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r63182 r63212 35 35 36 36 /* Header background on small screens */ 37 --accent-gradient: linear-gradient(90deg, #000 000 4.7%, var(--accent-1) 83.84%)/*rtl:linear-gradient(-90deg, #000000 4.7%, var(--accent-1) 83.84%)*/;37 --accent-gradient: linear-gradient(90deg, #000 4.7%, var(--accent-1) 83.84%)/*rtl:linear-gradient(-90deg, #000 4.7%, var(--accent-1) 83.84%)*/; 38 38 39 39 /* Navigation colors. */ … … 295 295 296 296 .about__section.has-2-columns.has-gutters .column, 297 .about__section.has-2-columns.has-gutters .column,298 297 .about__section.has-3-columns.has-gutters .column { 299 298 margin-bottom: var(--gap); 300 299 } 301 300 302 .about__section.has-2-columns.has-gutters .column:last-child,303 301 .about__section.has-2-columns.has-gutters .column:last-child, 304 302 .about__section.has-3-columns.has-gutters .column:last-child { … … 360 358 361 359 .about__section .column.is-left-padding-zero { 362 padding-right: 0;363 }364 365 .about__section .column.is-right-padding-zero {366 padding-left: 0;367 }360 padding-right: 0; 361 } 362 363 .about__section .column.is-right-padding-zero { 364 padding-left: 0; 365 } 368 366 } 369 367 … … 446 444 .about__container p { 447 445 text-wrap: pretty; 448 }449 450 .about__container p {451 446 font-size: inherit; 452 447 line-height: inherit; … … 458 453 font-size: 1.5rem; 459 454 font-weight: 300; 460 line-height: 1 60%;455 line-height: 1.6; 461 456 } 462 457 … … 609 604 min-height: clamp(10rem, 25vw, 18.75rem); 610 605 border-radius: var(--border-radius); 611 background-image: url( "https://s.w.org/images/core/7.1/about-header-default.webp?ver=20260804");606 background-image: url(https://s.w.org/images/core/7.1/about-header-default.webp?ver=20260804); 612 607 background-repeat: no-repeat; 613 608 background-position: right center; … … 615 610 background-color: var(--background); 616 611 color: var(--text-light); 617 margin-bottom: .25rem;618 } 619 620 .credits-php .about__header {621 background-image: url( "https://s.w.org/images/core/7.1/about-header-credits.webp?ver=20260804");622 } 623 624 .freedoms-php .about__header {625 background-image: url( "https://s.w.org/images/core/7.1/about-header-freedoms.webp?ver=20260804");626 } 627 628 .privacy-php .about__header {629 background-image: url( "https://s.w.org/images/core/7.1/about-header-privacy.webp?ver=20260804");612 margin-bottom: 0.25rem; 613 } 614 615 .credits-php .about__header { 616 background-image: url(https://s.w.org/images/core/7.1/about-header-credits.webp?ver=20260804); 617 } 618 619 .freedoms-php .about__header { 620 background-image: url(https://s.w.org/images/core/7.1/about-header-freedoms.webp?ver=20260804); 621 } 622 623 .privacy-php .about__header { 624 background-image: url(https://s.w.org/images/core/7.1/about-header-privacy.webp?ver=20260804); 630 625 } 631 626 632 627 .contribute-php .about__header { 633 background-image: url( "https://s.w.org/images/core/7.1/about-header-get-involved.webp?ver=20260804");628 background-image: url(https://s.w.org/images/core/7.1/about-header-get-involved.webp?ver=20260804); 634 629 } 635 630 636 631 [dir="rtl"] .about__header { 637 background-image: url( "https://s.w.org/images/core/7.1/about-header-default-rtl.webp?ver=20260804");638 } 639 640 [dir="rtl"] .credits-php .about__header {641 background-image: url( "https://s.w.org/images/core/7.1/about-header-credits-rtl.webp?ver=20260804");642 } 643 644 [dir="rtl"] .freedoms-php .about__header {645 background-image: url( "https://s.w.org/images/core/7.1/about-header-freedoms-rtl.webp?ver=20260804");646 } 647 648 [dir="rtl"] .privacy-php .about__header {649 background-image: url( "https://s.w.org/images/core/7.1/about-header-privacy-rtl.webp?ver=20260804");632 background-image: url(https://s.w.org/images/core/7.1/about-header-default-rtl.webp?ver=20260804); 633 } 634 635 [dir="rtl"] .credits-php .about__header { 636 background-image: url(https://s.w.org/images/core/7.1/about-header-credits-rtl.webp?ver=20260804); 637 } 638 639 [dir="rtl"] .freedoms-php .about__header { 640 background-image: url(https://s.w.org/images/core/7.1/about-header-freedoms-rtl.webp?ver=20260804); 641 } 642 643 [dir="rtl"] .privacy-php .about__header { 644 background-image: url(https://s.w.org/images/core/7.1/about-header-privacy-rtl.webp?ver=20260804); 650 645 } 651 646 652 647 [dir="rtl"] .contribute-php .about__header { 653 background-image: url( "https://s.w.org/images/core/7.1/about-header-get-involved-rtl.webp?ver=20260804");648 background-image: url(https://s.w.org/images/core/7.1/about-header-get-involved-rtl.webp?ver=20260804); 654 649 } 655 650 … … 1083 1078 font-size: 13px; 1084 1079 text-align: center; 1085 color: white;1080 color: #fff; 1086 1081 text-overflow: ellipsis; 1087 1082 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)