Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/typography/_headings.scss

    r10412 r13272  
    22@import "../mixins/mixins-master";
    33
    4 h1, h2, h3, h4, h5, h6 {
     4h1,
     5h2,
     6h3,
     7h4,
     8h5,
     9h6 {
    510    clear: both;
    6 
    7     // Override wp4.css.
    8     font-family: inherit;
    9     line-height: $font__line-height-body;
    10     margin: 2rem 0 1rem;
    11 }
    12 
    13 h1 {
    14     font-size: ms( 12 );
    15     font-weight: 300;
    16 }
    17 
    18 h1.title {
    19     font-size: ms( -2 );
    20     color: $color__link;
    21     font-weight: 600;
    22     letter-spacing: 0.05rem;
    23     text-transform: uppercase;
    2411}
    2512
    2613h2 {
    27     font-size: ms( 8 );
    28     font-weight: 300;
    2914
    3015    &.comment-reply-title {
     
    3621
    3722h3 {
    38     font-size: ms( 4 );
    39     font-weight: 400;
    4023
    4124    &.comment-reply-title {
     
    4427    }
    4528}
    46 
    47 h4 {
    48     font-size: ms( 2 );
    49 
    50     // Override wp4.css.
    51     border: none;
    52     color: $color__text-main;
    53     font-weight: 600;
    54     padding: 0;
    55 }
    56 
    57 h5 {
    58     font-size: ms( 0 );
    59     font-weight: 600;
    60     letter-spacing: 0.01rem;
    61     text-transform: uppercase;
    62 }
    63 
    64 h6 {
    65     font-size: ms( -2 );
    66     font-weight: 600;
    67     letter-spacing: 0.8px;
    68     text-transform: uppercase;
    69 }
Note: See TracChangeset for help on using the changeset viewer.