Skip to:
Content

BuddyPress.org

Changeset 6458


Ignore:
Timestamp:
10/22/2012 09:56:42 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat:

  • General theme friendliness.
  • Update bp-legacy CSS to blend better with default WordPress themes.
  • See #3741.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/css/buddypress.css

    r6423 r6458  
    3232--------------------------------------------------------------*/
    3333#buddypress div.pagination {
    34     background: #f4f4f4;
     34    background: transparent;
    3535    border: none;
    3636    color: #888;
    37     font-size: 11px;
    38     margin: -20px 0 20px 0;
     37    font-size: 90%;
     38    margin: 0;
    3939    position: relative;
    4040    display: block;
     
    5353#buddypress div.pagination .pagination-links span,
    5454#buddypress div.pagination .pagination-links a {
    55     font-size: 12px;
     55    font-size: 90%;
    5656    padding: 0 5px;
    5757}
     
    6161#buddypress noscript div.pagination {
    6262    margin-bottom: 15px;
    63 }
    64 #buddypress div#pag-bottom {
    65     margin-top: -1px;
    6663}
    6764#buddypress #nav-above {
     
    9289    margin-top: -5px;
    9390}
     91
     92#buddypress #activity-stream p {
     93    margin: 5px 0;
     94}
     95
    9496#buddypress #item-body form#whats-new-form {
    95     border-bottom: 1px solid #ddd;
    96     margin: 20px 0 10px;
    97     padding: 0 0 20px;
     97    margin: 0;
     98    padding: 0;
    9899}
    99100#buddypress .home-page form#whats-new-form {
     
    116117    color: #555;
    117118    font-family: inherit;
    118     font-size: 14px;
     119    font-size: 90%;
    119120    height: 20px;
    120121    padding: 6px;
     
    157158    float: left;
    158159}
    159 #buddypress ul.activity-list > li:first-child {
    160     padding-top: 5px;
    161 }
    162160#buddypress ul.item-list.activity-list li.has-comments {
    163161    padding-bottom: 15px;
     
    167165}
    168166#buddypress .activity-list li.mini {
    169     font-size: 11px;
     167    font-size: 80%;
    170168    min-height: 35px;
    171169    padding: 15px 0 0 0;
     
    195193#buddypress .activity-list li.mini .activity-comments {
    196194    clear: both;
    197     font-size: 12px;
     195    font-size: 80%;
    198196}
    199197body.activity-permalink #buddypress li.mini .activity-meta {
     
    202200#buddypress .activity-list li .activity-inreplyto {
    203201    color: #888;
    204     font-size: 11px;
     202    font-size: 80%;
    205203    margin-left: 5px;
    206204    margin-top: 5px;
     
    229227    border-right: 1px solid #ddd;
    230228    border-radius: 4px;
    231     font-size: 16px;
     229    font-size: 100%;
    232230    line-height: 150%;
    233231    min-height: 35px;
     
    245243#buddypress .activity-list .activity-content .comment-header {
    246244    color: #888;
    247     font-size: 11px;
    248245    line-height: 220%;
    249246}
     
    262259#buddypress a.bp-secondary-action,
    263260#buddypress span.highlight {
    264     font-size: 11px;
     261    font-size: 80%;
    265262    padding: 0;
    266263    margin-right: 5px;
     
    308305    -webkit-border-radius: 4px;
    309306    border-radius: 4px;
    310     font-size: 1.2em;
     307    font-size: 110%;
    311308    margin: 15px 0 !important;
    312309    padding: 10px 15px !important;
     
    341338#buddypress a.bp-primary-action,
    342339#buddypress #reply-title small a {
    343     font-size: 11px;
     340    font-size: 80%;
    344341    margin-right: 5px;
    345342    text-decoration: none;
     
    421418}
    422419#buddypress div.activity-comments div.acomment-content {
    423     font-size: 11px;
     420    font-size: 80%;
    424421    margin: 5px 0 0 40px;
    425422}
     
    430427}
    431428body.activity-permalink #buddypress div.activity-comments div.acomment-content {
    432     font-size: 14px;
     429    font-size: 90%;
    433430}
    434431#buddypress div.activity-comments div.acomment-meta {
    435432    color: #888;
    436     font-size: 11px;
     433    font-size: 80%;
    437434}
    438435#buddypress div.activity-comments form.ac-form {
     
    466463    color: #555;
    467464    font-family: inherit;
    468     font-size: 11px;
     465    font-size: 80%;
    469466    height: 60px;
    470467    padding: 0;
     
    482479#buddypress div.activity-comments form div.ac-reply-content {
    483480    color: #888;
    484     font-size: 11px;
     481    font-size: 80%;
    485482    margin-left: 50px;
    486483    padding-left: 15px;
     
    505502}
    506503#buddypress div.dir-search input[type=text] {
    507     font-size: 12px;
     504    font-size: 90%;
    508505    padding: 1px 3px;
    509506}
     
    526523}
    527524#buddypress div#message p {
    528     font-size: 12px;
     525    font-size: 90%;
    529526    display: block;
    530527    padding: 10px 15px;
     
    559556    float: left;
    560557    margin: 0 10px 10px 0;
     558    list-style: none;
    561559}
    562560#buddypress ul.button-nav li.current a {
     
    577575    color: #888;
    578576    font: inherit;
    579     font-size: 14px;
     577    font-size: 100%;
    580578    padding: 6px;
    581579}
     
    595593#buddypress .standard-form div.radio label {
    596594    color: #888;
    597     font-size: 14px;
     595    font-size: 100%;
    598596    font-weight: normal;
    599597    margin: 5px 0 0 0;
     
    639637#buddypress .standard-form p.description {
    640638    color: #888;
    641     font-size: 11px;
     639    font-size: 80%;
    642640    margin: 5px 0;
    643641}
     
    819817}
    820818#buddypress div.topic-tags {
    821     font-size: 11px;
     819    font-size: 80%;
    822820}
    823821#buddypress div.admin-links {
    824822    color: #888;
    825     font-size: 11px;
     823    font-size: 80%;
    826824    position: absolute;
    827825    top: 15px;
     
    838836}
    839837#buddypress div#topic-meta h3 {
    840     font-size: 20px;
    841838    margin: 5px 0;
    842839}
     
    883880#buddypress table tr td.thread-info p.thread-excerpt {
    884881    color: #888;
    885     font-size: 11px;
     882    font-size: 80%;
    886883    margin-top: 3px;
    887884}
     
    916913}
    917914#buddypress table.forum tr.sticky td {
    918     font-size: 1.2em;
     915    font-size: 110%;
    919916    background: #fff9db;
    920917    border-top: 1px solid #ffe8c4;
     
    926923#buddypress table.forum td p.topic-text {
    927924    color: #888;
    928     font-size: 13px;
     925    font-size: 100%;
    929926}
    930927#buddypress table.forum tr > td:first-child,
     
    945942}
    946943#buddypress table.forum tr td.td-title a.topic-title {
    947     font-size: 1.2em;
     944    font-size: 110%;
    948945}
    949946#buddypress table.forum td.td-freshness {
     
    951948}
    952949#buddypress table.forum td.td-freshness span.time-since {
    953     font-size: 0.9em;
     950    font-size: 80%;
    954951    color: #888;
    955952}
     
    972969}
    973970#buddypress table.forum p.topic-meta {
    974     font-size: 0.9em;
     971    font-size: 80%;
    975972    margin: 5px 0 0 0;
    976973}
     
    984981#buddypress span.activity {
    985982    display: inline-block;
    986     font-size: 11px;
     983    font-size: 80%;
    987984    opacity: 0.8;
    988985    padding: 1px 8px;
     
    991988    color: #777;
    992989    display: inline-block;
    993     font-size: 16px;
     990    font-size: 120%;
    994991    font-weight: bold;
    995992}
     
    10191016}
    10201017#buddypress div#item-header h2 {
    1021     font-size: 28px;
    10221018    line-height: 120%;
    10231019    margin: 0 0 15px 0;
     
    10361032#buddypress div#item-header span.activity,
    10371033#buddypress div#item-header h2 span.highlight {
    1038     font-size: 11px;
     1034    font-size: 80%;
    10391035    font-weight: normal;
    10401036    line-height: 170%;
    10411037    margin-bottom: 7px;
    10421038    vertical-align: middle;
    1043 }
    1044 #buddypress div#item-header h2 span.highlight {
    1045     font-size: 16px;
    10461039}
    10471040#buddypress div#item-header h2 span.highlight span {
     
    10531046    cursor: pointer;
    10541047    font-weight: bold;
    1055     font-size: 11px;
     1048    font-size: 80%;
    10561049    margin-bottom: 2px;
    10571050    padding: 1px 4px;
     
    10621055}
    10631056#buddypress div#item-header div#item-meta {
    1064     font-size: 14px;
     1057    font-size: 80%;
    10651058    color: #aaa;
    10661059    overflow: hidden;
     
    10751068}
    10761069#buddypress div#item-header div#item-actions h3 {
    1077     font-size: 12px;
    10781070    margin: 0 0 5px 0;
    10791071}
     
    11051097}
    11061098#buddypress ul.item-list {
     1099    border-top: 1px solid #eaeaea;
    11071100    width: 100%;
    11081101    list-style: none;
    11091102    clear: both;
     1103    margin: 0;
     1104    padding: 0;
    11101105}
    11111106#buddypress ul.item-list li {
    11121107    border-bottom: 1px solid #eaeaea;
    11131108    padding: 15px 0;
     1109    margin: 0;
    11141110    position: relative;
    11151111    list-style: none;
     
    11281124#buddypress ul.item-list li h4 {
    11291125    font-weight: normal;
    1130     font-size: 14px;
     1126    font-size: 90%;
    11311127    margin: 0;
    11321128    width: 75%;
     
    11341130#buddypress ul.item-list li div.item-title span {
    11351131    color: #999;
    1136     font-size: 12px;
     1132    font-size: 80%;
    11371133}
    11381134#buddypress ul.item-list li div.item-desc {
    11391135    color: #888;
    1140     font-size: 11px;
     1136    font-size: 80%;
    11411137    margin: 10px 0 0 64px;
    11421138    width: 50%;
     
    11501146#buddypress ul.item-list li div.meta {
    11511147    color: #888;
    1152     font-size: 11px;
     1148    font-size: 80%;
    11531149    margin-top: 10px;
    11541150}
    11551151#buddypress ul.item-list li h5 span.small {
    11561152    float: right;
    1157     font-size: 11px;
     1153    font-size: 80%;
    11581154    font-weight: normal;
    11591155}
    11601156#buddypress div.item-list-tabs {
    1161     background: #e6e6e6;
     1157    background: transparent;
    11621158    clear: left;
    11631159    overflow: hidden;
     
    11701166#buddypress div.item-list-tabs ul li {
    11711167    float: left;
    1172     margin: 5px 0 0 5px;
     1168    margin: 0;
    11731169    list-style: none;
    11741170}
     
    11931189}
    11941190#buddypress div.item-list-tabs ul li a span {
    1195     background: #1fb3dd;
    1196     border-radius: 3px;
    1197     color: #fff;
     1191    background: #eee;
     1192    border-radius: 50%;
     1193    border: 1px solid #ccc;
     1194    color: #999;
    11981195    display: inline;
    1199     font-size: 90%;
     1196    font-size: 70%;
    12001197    margin-left: 2px;
    1201     padding: 1px 6px;
     1198    padding: 3px 6px;
     1199    text-align: center;
     1200    vertical-align: middle;
    12021201}
    12031202#buddypress div.item-list-tabs ul li.selected a,
    12041203#buddypress div.item-list-tabs ul li.current a {
    1205     background-color: #fff;
    1206     border-top-left-radius: 3px;
    1207     border-top-right-radius: 3px;
     1204    background-color: #eee;
    12081205    color: #555;
     1206    opacity: .8;
    12091207    font-weight: bold;
    12101208}
     
    12121210#buddypress div.item-list-tabs ul li.current a span,
    12131211#buddypress div.item-list-tabs ul li a:hover span {
    1214     background-color: #999;
     1212    background-color: #eee;
    12151213}
    12161214#buddypress div.item-list-tabs ul li.selected a span,
    12171215#buddypress div.item-list-tabs ul li.current a span {
    1218     background-color: #555;
     1216    background-color: #fff;
    12191217}
    12201218#buddypress div#item-nav ul li.loading a {
     
    12261224#buddypress div.item-list-tabs#subnav {
    12271225    background: #fff;
    1228     border-bottom: 1px solid #eaeaea;
    1229     margin: 0 0 20px;
     1226    margin: 10px 0 10px;
    12301227    overflow: hidden;
    12311228}
     
    12601257#buddypress div.messages-options-nav {
    12611258    background: #eee;
    1262     font-size: 11px;
     1259    font-size: 80%;
    12631260    margin: 0 -19px;
    12641261    padding: 5px 15px;
     
    12811278}
    12821279#buddypress div#message-thread strong {
    1283     font-size: 16px;
     1280    font-size: 100%;
    12841281    margin: 0;
    12851282}
     
    13381335#buddypress .field-visibility-settings-toggle a,
    13391336#buddypress .field-visibility-settings a {
    1340     font-size: .9em;
     1337    font-size: 80%;
    13411338}
    13421339body.register #buddypress div.page ul {
Note: See TracChangeset for help on using the changeset viewer.