Skip to:
Content

BuddyPress.org

Ticket #4953: style.diff

File style.diff, 14.0 KB (added by karmatosed, 12 years ago)
  • bp-templates/bp-legacy/css/buddypress.css

     
    44----------------------------------------------------------------
    55>>> TABLE OF CONTENTS:
    66----------------------------------------------------------------
    7 4.0 - Navigation
    8         4.1 - Pagination
    9 5.0 - WordPress
    10         5.1 - Alignments
    11         5.2 - Comments
    12         5.3 - Gallery
    13         5.4 - Images
    14         5.5 - Posts
    15 6.0 - BuddyPress
    16         6.1 - Activity
    17                 6.1.1 - Activity Listing
    18                 6.1.2 - Activity Comments
    19         6.2 - Toolbar
    20         6.3 - Directories - Members, Groups, Blogs, Forums
    21         6.4 - Error / Success Messages
    22         6.5 - Forms
    23         6.6 - Ajax Loading
    24         6.7 - Topics and Tables - Forums and General
    25         6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
    26         6.9 - Private Messaging Threads
    27         6.10 - Extended Profiles
    28         6.11 - Widgets
    29 7.0 - Media Queries
    30         7.1 - Smartphones Landscape
    31         7.2 - Smartphones Portrait
    32         7.3 - Smartphones - smaller screen sizes
     71.0 - Navigation
     8        1.1 - Pagination
     92.0 - WordPress
     10        2.1 - Images
     113.0 - BuddyPress
     12        3.1 - Activity
     13                3.1.1 - Activity Listing
     14                3.1.2 - Activity Comments
     15        3.2 - Toolbar
     16        3.3 - Directories - Members, Groups, Blogs, Forums
     17        3.4 - Error / Success Messages
     18        3.5 - Forms
     19        3.6 - Ajax Loading
     20        3.7 - Topics and Tables - Forums and General
     21        3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
     22        3.9 - Private Messaging Threads
     23        3.10 - Extended Profiles
     24        3.11 - Widgets
     254.0 - Media Queries
     26        4.1 - Smartphones Landscape
     27        4.2 - Smartphones Portrait
     28        4.3 - Smartphones - smaller screen sizes
    3329--------------------------------------------------------------*/
    3430
    3531/*--------------------------------------------------------------
    36 4.1 - Pagination
     321 - Navigation
    3733--------------------------------------------------------------*/
     34/*--------------------------------------------------------------
     351.1 - Pagination
     36--------------------------------------------------------------*/
    3837#buddypress div.pagination {
    3938        background: transparent;
    4039        border: none;
     
    7271#buddypress .paged #nav-above {
    7372        display: block;
    7473}
    75 
    7674/*--------------------------------------------------------------
    77 5.4 - Images
     752 - WordPress
    7876--------------------------------------------------------------*/
     77/*--------------------------------------------------------------
     782.1 - Images
     79--------------------------------------------------------------*/
    7980#buddypress img.wp-smiley {
    8081        border: none !important;
    8182        clear: none !important;
     
    8586}
    8687
    8788/*--------------------------------------------------------------
    88 6.0 - BuddyPress
     893.0 - BuddyPress
    8990--------------------------------------------------------------*/
    9091/*--------------------------------------------------------------
    91 6.1 - Activity
     923.1 - Activity
    9293--------------------------------------------------------------*/
    9394#buddypress #activity-stream {
    9495        margin-top: -5px;
     
    120121}
    121122#buddypress form#whats-new-form textarea {
    122123        background: #fff;
    123         border: 1px inset #ccc;
    124         -moz-border-radius: 3px;
    125         -webkit-border-radius: 3px;
    126         border-radius: 3px;
    127124        color: #555;
    128125        font-family: inherit;
    129126        font-size: 90%;
     
    152149#buddypress #whats-new:focus {
    153150        border-color: rgba(31, 179, 221, 0.9) !important;
    154151        outline-color: rgba(31, 179, 221, 0.9);
    155         box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
    156         -moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
    157         -webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
    158152}
    159153
    160154/*--------------------------------------------------------------
    161 6.1.1 - Activity Listing
     1553.1.1 - Activity Listing
    162156--------------------------------------------------------------*/
    163157#buddypress ul.activity-list li {
    164158        overflow: hidden;
     
    309303
    310304
    311305/*--------------------------------------------------------------
    312 6.1.2 - Activity Comments
     3063.1.2 - Activity Comments
    313307--------------------------------------------------------------*/
    314308#buddypress div.activity-meta {
    315309        margin: 18px 0 0;
     
    318312        margin-bottom: 6px;
    319313}
    320314#buddypress div.activity-meta a {
    321         font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
    322315        padding: 4px 8px;
    323316}
    324317#buddypress a.activity-time-since {
     
    338331#buddypress a.bp-primary-action span,
    339332#buddypress #reply-title small a span {
    340333        background: #999;
    341         border-radius: 3px;
    342334        color: #fff;
    343335        font-size: 90%;
    344336        margin-left: 2px;
     
    443435#buddypress div.activity-comments form .ac-textarea {
    444436        background: #fff;
    445437        border: 1px inset #ccc;
    446         border-radius: 3px;
    447438        margin-bottom: 10px;
    448439        padding: 8px;
    449440}
     
    489480}
    490481
    491482/*--------------------------------------------------------------
    492 6.3 - Directories - Members, Groups, Blogs, Forums
     4833.3 - Directories - Members, Groups, Blogs, Forums
    493484--------------------------------------------------------------*/
    494485#buddypress div.dir-search {
    495486        float: right;
     
    505496}
    506497
    507498/*--------------------------------------------------------------
    508 6.4 - Errors / Success Messages
     4993.4 - Errors / Success Messages
    509500--------------------------------------------------------------*/
    510501#buddypress div#message {
    511502        margin: 0 0 15px;
     
    523514        padding: 10px 15px;
    524515}
    525516#buddypress div#message.error p {
    526         background-color: #db1717;
    527         border-color: #a71a1a;
     517        background-color: #ff0000;
    528518        clear: left;
    529519        color: #fff;
    530520}
    531521#buddypress div#message.updated p {
    532         background-color: #8ff57a;
    533         border-color: #80cf70;
    534         color: #1a6a00;
     522        background-color: #99ff33;
    535523}
    536524#buddypress .standard-form#signup_form div div.error {
    537         background: #e41717;
    538         -moz-border-radius: 3px;
    539         -webkit-border-radius: 3px;
    540         border-radius: 3px;
     525        background: #ff0000;
    541526        color: #fff;
    542527        margin: 0 0 10px 0;
    543528        padding: 6px;
     
    572557}
    573558
    574559/*--------------------------------------------------------------
    575 6.5 - Forms
     5603.5 - Forms
    576561--------------------------------------------------------------*/
    577562#buddypress .standard-form textarea,
    578563#buddypress .standard-form input[type=text],
    579 #buddypress .standard-form input[type=text],
    580 #buddypress .standard-form input[type=color],
    581 #buddypress .standard-form input[type=date],
    582 #buddypress .standard-form input[type=datetime],
    583 #buddypress .standard-form input[type=datetime-local],
    584 #buddypress .standard-form input[type=email],
    585 #buddypress .standard-form input[type=month],
    586 #buddypress .standard-form input[type=number],
    587 #buddypress .standard-form input[type=range],
    588 #buddypress .standard-form input[type=search],
    589 #buddypress .standard-form input[type=tel],
    590 #buddypress .standard-form input[type=time],
    591 #buddypress .standard-form input[type=url],
    592 #buddypress .standard-form input[type=week],
    593564#buddypress .standard-form select,
    594565#buddypress .standard-form input[type=password],
    595 #buddypress .dir-search input[type=search],
    596566#buddypress .dir-search input[type=text] {
    597567        border: 1px inset #ccc;
    598         border-radius: 3px;
    599568        color: #888;
    600569        font: inherit;
    601570        font-size: 100%;
     
    725694#buddypress .comment-reply-link,
    726695a.bp-title-button {
    727696        background: #fff; /* Old browsers */
    728         background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    729         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    730         background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    731         background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
    732         background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    733         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    734         background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    735697        border: 1px solid #ccc;
    736         -moz-border-radius: 3px;
    737         -webkit-border-radius: 3px;
    738         border-radius: 3px;
    739698        color: #777;
    740699        cursor: pointer;
    741         font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
    742700        outline: none;
    743701        padding: 4px 10px;
    744702        text-align: center;
     
    756714#buddypress div.generic-button a:hover,
    757715#buddypress .comment-reply-link:hover {
    758716        background: #ededed;
    759         background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    760         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    761         background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    762         background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
    763         background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
    764         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    765         background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
    766717        border: 1px solid #bbb;
    767718        color: #555;
    768719        outline: none;
     
    770721}
    771722
    772723/*--------------------------------------------------------------
    773 6.6 - Ajax Loading
     7243.6 - Ajax Loading
    774725--------------------------------------------------------------*/
    775726#buddypress a.loading,
    776727#buddypress input.loading {
    777728        -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
    778729        -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
    779730        border-color: #aaa;
    780         -moz-box-shadow: 0 0 6px #ccc;
    781         -webkit-box-shadow: 0 0 6px #ccc;
    782         box-shadow: 0 0 6px #ccc;
    783731}
    784732@-webkit-keyframes loader-pulsate {
    785733        from {
     
    834782#buddypress button.disabled:hover,
    835783#buddypress div.pending a:hover,
    836784#buddypress a.disabled:hover {
    837         background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    838         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    839         background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    840         background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
    841         background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    842         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    843         background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    844     border-color: #eee;
     785        border-color: #eee;
    845786    color: #bbb;
    846787}
    847788
    848789/*--------------------------------------------------------------
    849 6.7 - Forums, Tables and Topics
     7903.7 - Forums, Tables and Topics
    850791--------------------------------------------------------------*/
    851792#buddypress ul#topic-post-list {
    852793        margin: 0;
     
    1026967}
    1027968
    1028969/*-------------------------------------------------------------------------
    1029 6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
     9703.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
    1030971-------------------------------------------------------------------------*/
    1031972#buddypress .item-body {
    1032973        margin: 20px 0;
     
    1045986}
    1046987#buddypress div#message p,
    1047988#sitewide-notice p {
    1048         border: 1px solid #e1ca82;
    1049         -moz-border-radius: 3px;
    1050         -webkit-border-radius: 3px;
    1051         border-radius: 3px;
    1052989        font-weight: normal;
    1053990        margin-top: 3px;
    1054991        text-decoration: none;
    1055         background: #ffeaa6;
    1056         background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    1057         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    1058         background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    1059         background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    1060         background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    1061         background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     992        background: #ffff00;
    1062993}
    1063994#buddypress div#item-header {
    1064995        overflow: hidden;
     
    10911022}
    10921023#buddypress div#item-header h2 span.highlight span {
    10931024        background: #a1dcfa;
    1094         -moz-border-radius: 3px;
    1095         -webkit-border-radius: 3px;
    1096         border-radius: 3px;
    10971025        color: #fff;
    10981026        cursor: pointer;
    10991027        font-weight: bold;
     
    12891217
    12901218
    12911219/*--------------------------------------------------------------
    1292 6.9 - Private Messaging Threads
     12203.9 - Private Messaging Threads
    12931221--------------------------------------------------------------*/
    12941222#buddypress table#message-threads tr.unread td {
    12951223        background: #fff9db;
     
    13001228#buddypress li span.unread-count,
    13011229#buddypress tr.unread span.unread-count {
    13021230        background: #dd0000;
    1303         border-radius: 3px;
    13041231        color: #fff;
    13051232        font-weight: bold;
    13061233        padding: 2px 8px;
     
    13591286}
    13601287
    13611288/*--------------------------------------------------------------
    1362 6.10 - Extended Profiles
     12893.10 - Extended Profiles
    13631290--------------------------------------------------------------*/
    13641291
    13651292#buddypress div.profile h4 {
     
    14061333}
    14071334
    14081335/*--------------------------------------------------------------
    1409 6.11 - Widgets
     13363.11 - Widgets
    14101337--------------------------------------------------------------*/
    14111338
    14121339.widget.buddypress div.item-avatar img.avatar {
     
    14531380}
    14541381
    14551382/*--------------------------------------------------------------
    1456 7.0 - Media Queries
     13834.0 - Media Queries
    14571384--------------------------------------------------------------*/
    14581385/*--------------------------------------------------------------
    1459 7.1 - Smartphones - landscape
     13864.1 - Smartphones - landscape
    14601387--------------------------------------------------------------*/
    14611388@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
    14621389        -webkit-text-size-adjust: none;
     
    14771404}
    14781405
    14791406/*--------------------------------------------------------------
    1480 7.2 - Smartphones - portrait
     14074.2 - Smartphones - portrait
    14811408--------------------------------------------------------------*/
    14821409@media only screen and (max-width: 320px) {
    14831410        #buddypress div.dir-search {
     
    15221449}
    15231450
    15241451/*--------------------------------------------------------------
    1525 7.2 - Smartphones - smaller screen sizes
     14524.2 - Smartphones - smaller screen sizes
    15261453--------------------------------------------------------------*/
    15271454@media only screen and (max-width: 240px) {
    15281455        #buddypress div.dir-search {