Making WordPress.org

Changeset 9279


Ignore:
Timestamp:
11/15/2019 07:14:04 AM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: more responsive improvements, and remove Open Sans font family.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r9278 r9279  
    5555
    5656    // Version of CSS
    57     $version = '201911150001';
     57    $version = '201911150002';
    5858
    5959    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r9278 r9279  
    4040}
    4141body {
    42     font: 400 13px/24px "Open Sans", sans-serif;
     42    font: 400 13px/24px sans-serif;
    4343    text-align: left;
    4444    background: #fbfbfb;
     
    319319.button {
    320320    color: #fff;
    321     font-family: "Open Sans", sans-serif;
     321    font-family: sans-serif;
    322322    height: auto;
    323323    line-height: 1;
     
    325325    font-weight: 600;
    326326    border: none;
    327 
    328     -moz-border-radius: 3px;
    329     -webkit-border-radius: 3px;
    330     -o-border-radius: 3px;
    331     -ms-border-radius: 3px;
    332327    border-radius: 3px;
    333328}
     
    370365    padding: 5px 10px;
    371366    font-weight: 600;
    372     -moz-border-radius: 3px;
    373     -webkit-border-radius: 3px;
    374     -o-border-radius: 3px;
    375     -ms-border-radius: 3px;
    376367    border-radius: 3px;
    377368    border: 1px solid transparent;
     
    623614body.archive cite,
    624615body.single cite {
    625     font-family: "Open Sans", sans-serif;
     616    font-family: sans-serif;
    626617    font-size: 12px;
    627618    font-style: normal;
     
    639630}
    640631div.single-post h3 {
    641     font-family: "Open Sans", sans-serif !important;
     632    font-family: sans-serif !important;
    642633    font-style: normal;
    643634}
     
    685676.screen-reader-text:focus {
    686677    background-color: #f1f1f1;
    687     -webkit-border-radius: 3px;
    688678    border-radius: 3px;
    689679    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     
    721711
    722712input {
    723     font: 14px/16px "Open Sans", sans-serif;
     713    font: 14px/16px sans-serif;
    724714    padding: 2px;
    725715    color: #333;
     
    13681358}
    13691359div.single-plugin h3 {
    1370     font-family: "Open Sans", sans-serif !important;
     1360    font-family: sans-serif !important;
    13711361    font-style: normal;
    13721362    float: left;
     
    14291419}
    14301420
    1431 #bbpress-forums .bbp-topic-form fieldset.bbp-form button {
    1432     float: right;
    1433     margin-top: -160px;
    1434 }
    1435 
    1436 #bbpress-forums .bbp-reply-form fieldset.bbp-form button {
    1437     float: right;
    1438     margin-top: -120px;
     1421#bbpress-forums div.bbp-submit-wrapper {
     1422    border: 1px solid #ddd;
     1423    float: none;
     1424    text-align: right;
     1425    padding: 15px;
     1426    background: #f5f5f5;
    14391427}
    14401428
     
    17701758    #bbpress-forums div.bbp-topic-author img.avatar,
    17711759    #bbpress-forums div.bbp-reply-author img.avatar {
    1772         width: 100px;
    1773         height: 100px;
    1774         max-width: 100px;
    1775         max-height: 100px;
     1760        width: 72px;
     1761        height: 72px;
     1762        margin: -5px 0 0 -5px;
     1763        transform: rotate(-5deg);
    17761764    }
    17771765
     
    17861774    #bbpress-forums p.bbp-reply-post-date {
    17871775        position: absolute;
    1788         right: -15px;
    1789         top: -15px;
     1776        right: -13px;
     1777        top: -17px;
    17901778        font-size: 10px;
     1779        margin: 0;
    17911780    }
    17921781
    17931782    #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br,
    1794     #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br,
     1783    #bbpress-forums div.bbp-reply-author .bbp-author-avatar + br,
    17951784    #bbpress-forums div.bbp-topic-ip,
    17961785    #bbpress-forums div.bbp-reply-ip {
     
    17981787    }
    17991788
    1800     #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,
    1801     #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links {
    1802         display: block;
     1789    #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links,
     1790    #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links {
     1791        display: block !important;
    18031792        border-top: 1px dotted #ddd;
    1804         margin: 10px;
     1793        margin: 10px 10px 0 10px;
    18051794        padding: 5px 0;
    1806     }
    1807 }
     1795        position: relative !important;
     1796        top: 0;
     1797        left: 0;
     1798    }
     1799}
Note: See TracChangeset for help on using the changeset viewer.