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/elements/_badges.scss

    r13167 r13272  
    44
    55.by-moderator {
    6     box-shadow: -4px 0 0 #fff, -6px 0 0 $color__moderator;
     6    box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--moderator);
    77}
    88
     
    1010.by-plugin-contributor,
    1111.by-plugin-support-rep {
    12     box-shadow: -4px 0 0 #fff, -6px 0 0 $color__plugin-author;
     12    box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--plugin-author);
    1313}
    1414
     
    1616.by-theme-contributor,
    1717.by-theme-support-rep {
    18     box-shadow: -4px 0 0 #fff, -6px 0 0 $color__theme-author;
     18    box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--theme-author);
    1919}
    2020
    2121.by-thread-starter {
    22     box-shadow: -4px 0 0 #fff, -6px 0 0 $color__thread_starter;
     22    box-shadow: -4px 0 0 #fff, -6px 0 0 var(--wp--custom--color--thread-starter);
    2323}
    2424
    2525.type-reported_topics {
    26     border-right: 2px solid $color__thread-reporter;
     26    border-right: 2px solid var(--wp--custom--color--thread-reporter);
    2727}
    2828
     
    3939
    4040.author-badge-moderator {
    41     background-color: $color__moderator;
     41    background-color: var(--wp--custom--color--moderator);
    4242}
    4343
    4444.author-badge-thread-starter {
    45     background-color: $color__thread-starter;
     45    background-color: var(--wp--custom--color--thread-starter);
    4646}
    4747
    4848.author-badge-plugin {
    49     background-color: $color__plugin-author;
     49    background-color: var(--wp--custom--color--plugin-author);
    5050}
    5151
    5252.author-badge-theme {
    53     background-color: $color__theme-author;
     53    background-color: var(--wp--custom--color--theme-author);
    5454}
    5555
    5656.author-badge-reporter {
    57     background-color: $color__thread-reporter;
     57    background-color: var(--wp--custom--color--thread-reporter);
    5858    right: -2px;
    5959    left: initial;
     
    7373
    7474    .by-moderator {
    75         border-left-color: $color__moderator;
     75        border-left-color: var(--wp--custom--color--moderator);
    7676    }
    7777
     
    7979    .by-plugin-contributor,
    8080    .by-plugin-support-rep {
    81         border-left-color: $color__plugin-author;
     81        border-left-color: var(--wp--custom--color--plugin-author);
    8282    }
    8383
     
    8585    .by-theme-contributor,
    8686    .by-theme-support-rep {
    87         border-left-color: $color__theme-author;
     87        border-left-color: var(--wp--custom--color--theme-author);
    8888    }
    8989
Note: See TracChangeset for help on using the changeset viewer.