Changeset 9279
- Timestamp:
- 11/15/2019 07:14:04 AM (5 years ago)
- 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 55 55 56 56 // Version of CSS 57 $version = '20191115000 1';57 $version = '201911150002'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r9278 r9279 40 40 } 41 41 body { 42 font: 400 13px/24px "Open Sans",sans-serif;42 font: 400 13px/24px sans-serif; 43 43 text-align: left; 44 44 background: #fbfbfb; … … 319 319 .button { 320 320 color: #fff; 321 font-family: "Open Sans",sans-serif;321 font-family: sans-serif; 322 322 height: auto; 323 323 line-height: 1; … … 325 325 font-weight: 600; 326 326 border: none; 327 328 -moz-border-radius: 3px;329 -webkit-border-radius: 3px;330 -o-border-radius: 3px;331 -ms-border-radius: 3px;332 327 border-radius: 3px; 333 328 } … … 370 365 padding: 5px 10px; 371 366 font-weight: 600; 372 -moz-border-radius: 3px;373 -webkit-border-radius: 3px;374 -o-border-radius: 3px;375 -ms-border-radius: 3px;376 367 border-radius: 3px; 377 368 border: 1px solid transparent; … … 623 614 body.archive cite, 624 615 body.single cite { 625 font-family: "Open Sans",sans-serif;616 font-family: sans-serif; 626 617 font-size: 12px; 627 618 font-style: normal; … … 639 630 } 640 631 div.single-post h3 { 641 font-family: "Open Sans",sans-serif !important;632 font-family: sans-serif !important; 642 633 font-style: normal; 643 634 } … … 685 676 .screen-reader-text:focus { 686 677 background-color: #f1f1f1; 687 -webkit-border-radius: 3px;688 678 border-radius: 3px; 689 679 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); … … 721 711 722 712 input { 723 font: 14px/16px "Open Sans",sans-serif;713 font: 14px/16px sans-serif; 724 714 padding: 2px; 725 715 color: #333; … … 1368 1358 } 1369 1359 div.single-plugin h3 { 1370 font-family: "Open Sans",sans-serif !important;1360 font-family: sans-serif !important; 1371 1361 font-style: normal; 1372 1362 float: left; … … 1429 1419 } 1430 1420 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; 1439 1427 } 1440 1428 … … 1770 1758 #bbpress-forums div.bbp-topic-author img.avatar, 1771 1759 #bbpress-forums div.bbp-reply-author img.avatar { 1772 width: 100px;1773 height: 100px;1774 ma x-width: 100px;1775 max-height: 100px;1760 width: 72px; 1761 height: 72px; 1762 margin: -5px 0 0 -5px; 1763 transform: rotate(-5deg); 1776 1764 } 1777 1765 … … 1786 1774 #bbpress-forums p.bbp-reply-post-date { 1787 1775 position: absolute; 1788 right: -1 5px;1789 top: -1 5px;1776 right: -13px; 1777 top: -17px; 1790 1778 font-size: 10px; 1779 margin: 0; 1791 1780 } 1792 1781 1793 1782 #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, 1795 1784 #bbpress-forums div.bbp-topic-ip, 1796 1785 #bbpress-forums div.bbp-reply-ip { … … 1798 1787 } 1799 1788 1800 #bbpress-forums li.bbp-body div.type-topic :hoverspan.bbp-admin-links,1801 #bbpress-forums li.bbp-body div.type-reply :hoverspan.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; 1803 1792 border-top: 1px dotted #ddd; 1804 margin: 10px ;1793 margin: 10px 10px 0 10px; 1805 1794 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.