Making WordPress.org

Changeset 6313

Timestamp:
01/08/2018 06:54:51 PM (7 years ago)
Author:
obenland
Message:

Header: Update WordPress logo

Now adheres to WP.org style guidelines, including safety margins, and uses an SVG for better scaling.

Props melchoyce, hugobaeta.
See https://make.wordpress.org/design/handbook/design-guide/wordpress-org/wordpress-org-identity/
See #1530.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r6220 r6313  
    217217#wporg-header h1 a {
    218218    display: block;
    219     background: url(//s.w.org/style/images/wp-header-logo.png?1) center left no-repeat;
    220     background-size: 303px 53px;
    221     width: 303px;
     219    background: url(//s.w.org/style/images/wporg-logo.svg?1) center left no-repeat;
     220    background-size: 290px 46px;
    222221    height: 88px;
    223222    text-indent: -9999px;
    224 }
    225 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    226        only screen and (min-resolution: 1.5dppx),
    227        only screen and (min-resolution: 144dpi) {
    228     #wporg-header h1 a {
    229         background-image: url(//s.w.org/style/images/wp-header-logo-2x.png?1);
    230     }
    231223}
    232224
Note: See TracChangeset for help on using the changeset viewer.