Changeset 7206
- Timestamp:
- 06/12/2013 10:00:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/css/buddypress.css
r7133 r7206 5 5 >>> TABLE OF CONTENTS: 6 6 ---------------------------------------------------------------- 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 33 --------------------------------------------------------------*/ 34 35 /*-------------------------------------------------------------- 36 4.1 - Pagination 7 1.0 - Navigation 8 1.1 - Pagination 9 2.0 - WordPress 10 2.1 - Images 11 3.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 25 4.0 - Media Queries 26 4.1 - Smartphones Landscape 27 4.2 - Smartphones Portrait 28 4.3 - Smartphones - smaller screen sizes 29 --------------------------------------------------------------*/ 30 31 /*-------------------------------------------------------------- 32 1 - Navigation 33 --------------------------------------------------------------*/ 34 /*-------------------------------------------------------------- 35 1.1 - Pagination 37 36 --------------------------------------------------------------*/ 38 37 #buddypress div.pagination { … … 73 72 display: block; 74 73 } 75 76 /*-------------------------------------------------------------- 77 5.4 - Images 74 /*-------------------------------------------------------------- 75 2 - WordPress 76 --------------------------------------------------------------*/ 77 /*-------------------------------------------------------------- 78 2.1 - Images 78 79 --------------------------------------------------------------*/ 79 80 #buddypress img.wp-smiley { … … 86 87 87 88 /*-------------------------------------------------------------- 88 6.0 - BuddyPress89 --------------------------------------------------------------*/ 90 /*-------------------------------------------------------------- 91 6.1 - Activity89 3.0 - BuddyPress 90 --------------------------------------------------------------*/ 91 /*-------------------------------------------------------------- 92 3.1 - Activity 92 93 --------------------------------------------------------------*/ 93 94 #buddypress #activity-stream { … … 121 122 #buddypress form#whats-new-form textarea { 122 123 background: #fff; 123 border: 1px inset #ccc;124 -moz-border-radius: 3px;125 -webkit-border-radius: 3px;126 border-radius: 3px;127 124 color: #555; 128 125 font-family: inherit; … … 153 150 border-color: rgba(31, 179, 221, 0.9) !important; 154 151 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); 158 } 159 160 /*-------------------------------------------------------------- 161 6.1.1 - Activity Listing 152 } 153 154 /*-------------------------------------------------------------- 155 3.1.1 - Activity Listing 162 156 --------------------------------------------------------------*/ 163 157 #buddypress ul.activity-list li { … … 310 304 311 305 /*-------------------------------------------------------------- 312 6.1.2 - Activity Comments306 3.1.2 - Activity Comments 313 307 --------------------------------------------------------------*/ 314 308 #buddypress div.activity-meta { … … 319 313 } 320 314 #buddypress div.activity-meta a { 321 font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;322 315 padding: 4px 8px; 323 316 } … … 339 332 #buddypress #reply-title small a span { 340 333 background: #999; 341 border-radius: 3px;342 334 color: #fff; 343 335 font-size: 90%; … … 444 436 background: #fff; 445 437 border: 1px inset #ccc; 446 border-radius: 3px;447 438 margin-bottom: 10px; 448 439 padding: 8px; … … 490 481 491 482 /*-------------------------------------------------------------- 492 6.3 - Directories - Members, Groups, Blogs, Forums483 3.3 - Directories - Members, Groups, Blogs, Forums 493 484 --------------------------------------------------------------*/ 494 485 #buddypress div.dir-search { … … 506 497 507 498 /*-------------------------------------------------------------- 508 6.4 - Errors / Success Messages499 3.4 - Errors / Success Messages 509 500 --------------------------------------------------------------*/ 510 501 #buddypress div#message { … … 524 515 } 525 516 #buddypress div#message.error p { 526 background-color: #db1717; 527 border-color: #a71a1a; 517 background-color: #ff0000; 528 518 clear: left; 529 519 color: #fff; 530 520 } 531 521 #buddypress div#message.updated p { 532 background-color: #8ff57a; 533 border-color: #80cf70; 534 color: #1a6a00; 522 background-color: #99ff33; 535 523 } 536 524 #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; 541 526 color: #fff; 542 527 margin: 0 0 10px 0; … … 573 558 574 559 /*-------------------------------------------------------------- 575 6.5 - Forms560 3.5 - Forms 576 561 --------------------------------------------------------------*/ 577 562 #buddypress .standard-form textarea, … … 594 579 #buddypress .standard-form input[type=password], 595 580 #buddypress .dir-search input[type=search], 596 #buddypress .dir-search input[type=text] 581 #buddypress .dir-search input[type=text]{ 597 582 border: 1px inset #ccc; 598 border-radius: 3px;599 583 color: #888; 600 584 font: inherit; … … 726 710 a.bp-title-button { 727 711 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 */735 712 border: 1px solid #ccc; 736 -moz-border-radius: 3px;737 -webkit-border-radius: 3px;738 border-radius: 3px;739 713 color: #777; 714 font-size: .8rem; 740 715 cursor: pointer; 741 font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;742 716 outline: none; 743 717 padding: 4px 10px; 744 718 text-align: center; 745 719 text-decoration: none; 746 line-height: 14px;747 720 } 748 721 #buddypress button:hover, … … 757 730 #buddypress .comment-reply-link:hover { 758 731 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 */766 732 border: 1px solid #bbb; 767 733 color: #555; … … 771 737 772 738 /*-------------------------------------------------------------- 773 6.6 - Ajax Loading739 3.6 - Ajax Loading 774 740 --------------------------------------------------------------*/ 775 741 #buddypress a.loading, … … 778 744 -moz-animation: loader-pulsate .5s infinite ease-in-out alternate; 779 745 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;783 746 } 784 747 @-webkit-keyframes loader-pulsate { … … 835 798 #buddypress div.pending a:hover, 836 799 #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; 800 border-color: #eee; 845 801 color: #bbb; 846 802 } 847 803 848 804 /*-------------------------------------------------------------- 849 6.7 - Forums, Tables and Topics805 3.7 - Forums, Tables and Topics 850 806 --------------------------------------------------------------*/ 851 807 #buddypress ul#topic-post-list { … … 1027 983 1028 984 /*------------------------------------------------------------------------- 1029 6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles985 3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles 1030 986 -------------------------------------------------------------------------*/ 1031 987 #buddypress .item-body { … … 1046 1002 #buddypress div#message p, 1047 1003 #sitewide-notice p { 1048 border: 1px solid #e1ca82;1049 -moz-border-radius: 3px;1050 -webkit-border-radius: 3px;1051 border-radius: 3px;1052 1004 font-weight: normal; 1053 1005 margin-top: 3px; 1054 1006 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)); 1007 background: #ffff00; 1062 1008 } 1063 1009 #buddypress div#item-header { … … 1092 1038 #buddypress div#item-header h2 span.highlight span { 1093 1039 background: #a1dcfa; 1094 -moz-border-radius: 3px;1095 -webkit-border-radius: 3px;1096 border-radius: 3px;1097 1040 color: #fff; 1098 1041 cursor: pointer; … … 1290 1233 1291 1234 /*-------------------------------------------------------------- 1292 6.9 - Private Messaging Threads1235 3.9 - Private Messaging Threads 1293 1236 --------------------------------------------------------------*/ 1294 1237 #buddypress table#message-threads tr.unread td { … … 1301 1244 #buddypress tr.unread span.unread-count { 1302 1245 background: #dd0000; 1303 border-radius: 3px;1304 1246 color: #fff; 1305 1247 font-weight: bold; … … 1360 1302 1361 1303 /*-------------------------------------------------------------- 1362 6.10 - Extended Profiles1304 3.10 - Extended Profiles 1363 1305 --------------------------------------------------------------*/ 1364 1306 … … 1407 1349 1408 1350 /*-------------------------------------------------------------- 1409 6.11 - Widgets1351 3.11 - Widgets 1410 1352 --------------------------------------------------------------*/ 1411 1353 … … 1454 1396 1455 1397 /*-------------------------------------------------------------- 1456 7.0 - Media Queries1457 --------------------------------------------------------------*/ 1458 /*-------------------------------------------------------------- 1459 7.1 - Smartphones - landscape1398 4.0 - Media Queries 1399 --------------------------------------------------------------*/ 1400 /*-------------------------------------------------------------- 1401 4.1 - Smartphones - landscape 1460 1402 --------------------------------------------------------------*/ 1461 1403 @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) { … … 1478 1420 1479 1421 /*-------------------------------------------------------------- 1480 7.2 - Smartphones - portrait1422 4.2 - Smartphones - portrait 1481 1423 --------------------------------------------------------------*/ 1482 1424 @media only screen and (max-width: 320px) { … … 1523 1465 1524 1466 /*-------------------------------------------------------------- 1525 7.2 - Smartphones - smaller screen sizes1467 4.2 - Smartphones - smaller screen sizes 1526 1468 --------------------------------------------------------------*/ 1527 1469 @media only screen and (max-width: 240px) { … … 1541 1483 } 1542 1484 #buddypress ul.item-list li div.action, 1543 #buddypress li div.item{ 1485 #buddypress li div.item{ 1544 1486 margin-left: 45px; 1545 1487 }
Note: See TracChangeset
for help on using the changeset viewer.