[wp-meta] [Making WordPress.org] #3643: Add a new badge for Trusted Theme Authors
Making WordPress.org
noreply at wordpress.org
Sat May 26 08:42:57 UTC 2018
#3643: Add a new badge for Trusted Theme Authors
-------------------------+--------------------
Reporter: acosmin | Owner: (none)
Type: enhancement | Status: new
Priority: high | Milestone:
Component: Profiles | Keywords:
-------------------------+--------------------
We have a program running over at TRT, called
[https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/
Trusted Authors]. We would also like to add a profile badge for these
authors, nothing fancy, something like this:
[[Image(https://i.imgur.com/SseUPT4.jpg)]]
The code would be very simple, just another pseudo element. We'll use
`:after` because `:before` is already used.
{{{
:after {
position: absolute;
top: 0;
right: 3px;
background-color: white;
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #4e3288;
font-size: 14px;
content: "\f155";
line-height: 19px;
text-align: center;
color: #4e3288;
}
}}}
The CSS might need some adjustments...
The `screen-reader-text` and `title` attribute should be `Trusted Theme
Developer` or `Trusted Theme Author`
Thank you!
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3643>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list