Making WordPress.org

Changeset 1258


Ignore:
Timestamp:
02/13/2015 11:57:55 PM (10 years ago)
Author:
Otto42
Message:

Update color scheme to match new 4.2 default colors. Fixes #867

File:
1 edited

Legend:

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

    r1067 r1258  
    180180    height: 140px;
    181181    width: 100%;
    182     background: #222222;
     182    background: #23282d;
    183183    text-align: center;
    184184}
     
    231231
    232232#head-search input.text {
    233     background: #131313;
     233    background: #191e23;
    234234    border: 0;
    235235    margin-right: 0;
     
    237237    width: 256px;
    238238    height: 24px;
    239     color: #999999;
     239    color: #b4b9be;
    240240    float: left;
    241241    font-size: 12px;
     
    255255    height: 30px;
    256256    width: 26px;
    257     background: #131313;
     257    background: #191e23;
    258258    background-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831);
    259259    background-position: 100% 2px;
     
    270270    min-width: 200px;
    271271    max-width: 75%;
    272     background: #222222;
     272    background: #23282d;
    273273    list-style: none;
    274274    text-align: left;
     
    298298    margin: 0 4px;
    299299    font-size: 13px;
    300     color: #ddd;
     300    color: #eee;
    301301    height: 34px;
    302302}
     
    306306}
    307307
    308 #wporg-header ul li a:active {
    309     color: #000;
    310 }
    311 
    312 #wporg-header ul li a:hover {
    313     color: #2faadd;
    314 }
    315 
     308#wporg-header ul li a:hover,
    316309#wporg-header ul li a.current,
    317310#wporg-header ul li.current-menu-item a {
    318     color: #2faadd;
     311    color: #45bbe6;
    319312}
    320313
     
    482475        margin: 0 4px;
    483476        font-size: 13px;
    484         color: #ddd;
     477        color: #eee;
    485478        height: 46px;
    486479    }
     
    516509        border-left: 9px solid transparent;
    517510        border-right: 9px solid transparent;
    518         border-bottom: 9px solid #444;
     511        border-bottom: 9px solid #32373c;
    519512        margin: -10px auto 0 auto;
    520513    }
     
    523516        display:none!important;/* Prevents #wporg-header ul overwriting this */
    524517        min-width: 0;
    525         background: #444;
     518        background: #32373c;
    526519        margin-top: -1px;
    527         border: #444 solid 1px;
     520        border: #32373c solid 1px;
    528521        border-top:0;
    529522    }
     
    986979h3 {
    987980    font-size: 14px;
    988     color: #333;
     981    color: #23282d;
    989982    font-weight:bold;
    990983    margin: -1px 0 1px 0;
     
    996989    border-bottom: 1px solid #dedede;
    997990    padding-bottom: 4px;
    998     color: #333;
     991    color: #23282d;
    999992    margin-bottom: 18px;
    1000993}
     
    11791172
    11801173#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {
    1181     color: #333;
     1174    color: #23282d;
    11821175    cursor: default;
    11831176}
Note: See TracChangeset for help on using the changeset viewer.