diff --git src/bp-templates/bp-legacy/css/twentyfifteen.scss src/bp-templates/bp-legacy/css/twentyfifteen.scss
index a08af03..29b55d0 100644
|
|
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1502 | 1502 | #invite-list { |
1503 | 1503 | height: auto; |
1504 | 1504 | width: auto; |
| 1505 | } |
1505 | 1506 | } |
1506 | | } |
1507 | 1507 | |
1508 | 1508 | .main-column { |
1509 | 1509 | margin-left: 0; |
1510 | | } |
| 1510 | } |
1511 | 1511 | |
1512 | 1512 | .submit { |
1513 | 1513 | input { |
1514 | 1514 | display: inline-block; |
1515 | 1515 | width: 100%; |
| 1516 | } |
1516 | 1517 | } |
1517 | 1518 | } |
1518 | 1519 | } |
1519 | | } |
1520 | | |
1521 | 1520 | } |
1522 | 1521 | |
1523 | 1522 | /** |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1727 | 1726 | #buddypress { |
1728 | 1727 | |
1729 | 1728 | #message-thread { |
1730 | | //Single message view |
| 1729 | //Single message view |
1731 | 1730 | a { |
1732 | 1731 | border-bottom: 0; |
1733 | 1732 | } |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1892 | 1891 | } |
1893 | 1892 | } |
1894 | 1893 | |
1895 | | /* Auto Complete background */ |
| 1894 | /* Auto Complete background */ |
1896 | 1895 | .acfb-holder { |
1897 | 1896 | |
1898 | 1897 | li.friend-tab { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1935 | 1934 | } |
1936 | 1935 | |
1937 | 1936 | td:first-child + td + td { |
1938 | | // notice date |
| 1937 | // notice date |
1939 | 1938 | border-bottom: 0; |
1940 | 1939 | |
1941 | 1940 | span { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1944 | 1943 | } |
1945 | 1944 | |
1946 | 1945 | td:last-child { |
1947 | | // notice actions |
| 1946 | // notice actions |
1948 | 1947 | border-bottom-color: darken($border-light, 20%); |
1949 | 1948 | line-height: 1; |
1950 | 1949 | text-align: right; |
1951 | 1950 | |
1952 | 1951 | a:last-child { |
1953 | | // hide the 'x' text |
| 1952 | // hide the 'x' text |
1954 | 1953 | line-height: 0; |
1955 | 1954 | margin-left: 0.7em; |
1956 | 1955 | text-indent: -999em; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2031 | 2030 | |
2032 | 2031 | #buddypress { |
2033 | 2032 | |
2034 | | // Match BP form elements to Themes(2015) styling where styles |
2035 | | // are not inherited or being overriden. |
| 2033 | // Match BP form elements to Themes(2015) styling where styles |
| 2034 | // are not inherited or being overriden. |
2036 | 2035 | |
2037 | 2036 | div.activity-comments { |
2038 | 2037 | form { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2083 | 2082 | |
2084 | 2083 | div.dir-search, |
2085 | 2084 | div.message-search, |
2086 | | li.groups-members-search |
2087 | | { |
| 2085 | li.groups-members-search { |
2088 | 2086 | float: none; |
2089 | 2087 | margin: $spacing-val-sm 0; |
2090 | 2088 | |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2149 | 2147 | } // close @media |
2150 | 2148 | |
2151 | 2149 | // Attempt to replicate the 2015 breakpoint font resizing for buttons/submits |
2152 | | // @media screen and (min-width: 59.6875em) { |
2153 | | // .dir-search, |
2154 | | // .message-search { |
2155 | | // form { |
2156 | | // input[type='text'] { @include font-size(14) ;} |
2157 | | // input[type='submit'] {@include font-size(14);} |
2158 | | // } |
2159 | | // } |
2160 | | // } |
| 2150 | // @media screen and (min-width: 59.6875em) { |
| 2151 | // .dir-search, |
| 2152 | // message-search { |
| 2153 | // form { |
| 2154 | // input[type='text'] { @include font-size(14) ;} |
| 2155 | // input[type='submit'] {@include font-size(14);} |
| 2156 | // } |
| 2157 | // } |
| 2158 | // } |
2161 | 2159 | |
2162 | 2160 | @media screen and (min-width: 77.5em) { |
2163 | 2161 | |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2317 | 2315 | li.friend-tab { |
2318 | 2316 | background: $notice-info; |
2319 | 2317 | border: inherit; |
2320 | | } |
| 2318 | } |
2321 | 2319 | } |
2322 | 2320 | } |
diff --git src/bp-templates/bp-legacy/css/twentyfourteen.scss src/bp-templates/bp-legacy/css/twentyfourteen.scss
index efeab0c..a225020 100644
|
|
body.activity-permalink { |
829 | 829 | #buddypress { |
830 | 830 | .activity { |
831 | 831 | .activity-comments { |
832 | | // border-left: 1px solid $border-light; |
| 832 | // border-left: 1px solid $border-light; |
833 | 833 | margin-left: 0; |
834 | 834 | margin-top: 5px; |
835 | 835 | |
… |
… |
body.activity-permalink { |
1427 | 1427 | td.bulk-select-check, |
1428 | 1428 | td.thread-from { |
1429 | 1429 | border-top: 1px solid $border-med; |
1430 | | } |
| 1430 | } |
1431 | 1431 | } |
1432 | 1432 | |
1433 | 1433 | tr { |
… |
… |
body.activity-permalink { |
1580 | 1580 | } |
1581 | 1581 | |
1582 | 1582 | td:first-child + td + td { |
1583 | | // notice date |
| 1583 | // notice date |
1584 | 1584 | border-bottom: 0; |
1585 | 1585 | |
1586 | 1586 | span { |
… |
… |
body.activity-permalink { |
1589 | 1589 | } |
1590 | 1590 | |
1591 | 1591 | td:last-child { |
1592 | | // notice actions |
| 1592 | // notice actions |
1593 | 1593 | border-bottom-color: $border-med; |
1594 | 1594 | line-height: 1; |
1595 | 1595 | text-align: right; |
1596 | 1596 | |
1597 | 1597 | a:last-child { |
1598 | | // hide the 'x' text |
| 1598 | // hide the 'x' text |
1599 | 1599 | line-height: 0; |
1600 | 1600 | margin-left: 0.7em; |
1601 | 1601 | text-indent: -999em; |
… |
… |
body.activity-permalink { |
1708 | 1708 | float: none; |
1709 | 1709 | margin: $spacing-val-sm 0; |
1710 | 1710 | |
1711 | | // Stylise the seach form elements, in part this deals with padding |
1712 | | // issues on the submit & sizing issues between bp styles & twentyfourteen |
| 1711 | // Stylise the seach form elements, in part this deals with padding |
| 1712 | // issues on the submit & sizing issues between bp styles & twentyfourteen |
1713 | 1713 | form { |
1714 | 1714 | border: 1px solid #ccc; |
1715 | 1715 | overflow: hidden; |
… |
… |
body.activity-permalink { |
1746 | 1746 | width: 20%; |
1747 | 1747 | } |
1748 | 1748 | |
1749 | | }// close form |
| 1749 | }// close form |
1750 | 1750 | |
1751 | 1751 | } // close .dir-search, .message-search |
1752 | 1752 | |
… |
… |
body.activity-permalink { |
1852 | 1852 | li.friend-tab { |
1853 | 1853 | background: $notice-info; |
1854 | 1854 | border: inherit; |
1855 | | } |
| 1855 | } |
1856 | 1856 | } |
1857 | 1857 | } |
diff --git src/bp-templates/bp-legacy/css/twentysixteen.scss src/bp-templates/bp-legacy/css/twentysixteen.scss
index 112a4ed..e29d1dd 100644
|
|
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
420 | 420 | } |
421 | 421 | } |
422 | 422 | |
423 | | /*__ Horizontal menus __*/ |
| 423 | /*__ Horizontal menus __*/ |
424 | 424 | #buddypress { |
425 | 425 | |
426 | 426 | #object-nav { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
501 | 501 | } // close #buddypress |
502 | 502 | |
503 | 503 | |
504 | | /*__ Vertical menu User Account / Group single screens __*/ |
| 504 | /*__ Vertical menu User Account / Group single screens __*/ |
505 | 505 | |
506 | 506 | // This block contains rules to re-factor the item-body structural element |
507 | 507 | // to sit alongside the vert menu |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1783 | 1783 | #buddypress { |
1784 | 1784 | |
1785 | 1785 | #message-thread { |
1786 | | //Single message view |
| 1786 | //Single message view |
1787 | 1787 | a { |
1788 | 1788 | border-bottom: 0; |
1789 | 1789 | } |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1986 | 1986 | } |
1987 | 1987 | |
1988 | 1988 | td:first-child + td + td { |
1989 | | // notice date |
| 1989 | // notice date |
1990 | 1990 | border-bottom: 0; |
1991 | 1991 | |
1992 | 1992 | span { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1995 | 1995 | } |
1996 | 1996 | |
1997 | 1997 | td:last-child { |
1998 | | // notice actions |
| 1998 | // notice actions |
1999 | 1999 | border-bottom-color: darken($border-light, 20%); |
2000 | 2000 | line-height: 1; |
2001 | 2001 | text-align: right; |
2002 | 2002 | |
2003 | 2003 | a:last-child { |
2004 | | // hide the 'x' text |
| 2004 | // hide the 'x' text |
2005 | 2005 | line-height: 0; |
2006 | 2006 | margin-left: 0.7em; |
2007 | 2007 | text-indent: -999em; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2078 | 2078 | * @section 7.0 - Forms - General |
2079 | 2079 | *------------------------------------------------------------------------------- |
2080 | 2080 | */ |
2081 | | // Attempt to reset form control widths |
| 2081 | |
| 2082 | // Attempt to reset form control widths |
2082 | 2083 | #main { |
2083 | 2084 | #buddypress { |
2084 | 2085 | .standard-form { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2097 | 2098 | |
2098 | 2099 | #buddypress { |
2099 | 2100 | |
2100 | | // Match BP form elements to Themes(2016) styling where styles |
2101 | | // are not inherited or being overriden. |
| 2101 | // Match BP form elements to Themes(2016) styling where styles |
| 2102 | // are not inherited or being overriden. |
2102 | 2103 | div.activity-comments { |
2103 | 2104 | |
2104 | 2105 | form { |
diff --git src/bp-templates/bp-legacy/css/twentythirteen.scss src/bp-templates/bp-legacy/css/twentythirteen.scss
index 1386008..0626ab5 100644
|
|
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
321 | 321 | } // close @media |
322 | 322 | } |
323 | 323 | } |
324 | | /*__ Horizontal menus & small screen __*/ |
325 | 324 | |
| 325 | /*__ Horizontal menus & small screen __*/ |
326 | 326 | #buddypress { |
327 | 327 | |
328 | 328 | #object-nav { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
415 | 415 | |
416 | 416 | } // close #buddypress |
417 | 417 | |
418 | | /*__ Vertical menu User Account / Group single screens __*/ |
| 418 | /*__ Vertical menu User Account / Group single screens __*/ |
419 | 419 | |
420 | 420 | // This block contains rules to re-factor the item-body structural element |
421 | 421 | // to sit alongside the vert menu |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
426 | 426 | |
427 | 427 | .bp-user #buddypress, |
428 | 428 | .single-item.groups #buddypress { |
429 | | // background: $light-background; |
| 429 | // background: $light-background; |
430 | 430 | } |
431 | 431 | |
432 | 432 | body:not(.sidebar) { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1322 | 1322 | } // close @media |
1323 | 1323 | |
1324 | 1324 | #item-header-cover-image { |
1325 | | // #item-header-content { |
1326 | | // } |
| 1325 | // #item-header-content { |
| 1326 | // } |
1327 | 1327 | |
1328 | 1328 | #item-actions { |
1329 | 1329 | border: 0; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1822 | 1822 | #buddypress { |
1823 | 1823 | |
1824 | 1824 | #message-thread { |
1825 | | //Single message view |
| 1825 | //Single message view |
1826 | 1826 | a { |
1827 | 1827 | border-bottom: 0; |
1828 | 1828 | } |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1995 | 1995 | } |
1996 | 1996 | } |
1997 | 1997 | |
1998 | | /* Auto Complete background */ |
| 1998 | /* Auto Complete background */ |
1999 | 1999 | .acfb-holder { |
2000 | 2000 | |
2001 | 2001 | li.friend-tab { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2047 | 2047 | |
2048 | 2048 | #settings-form { |
2049 | 2049 | padding: 0 $spacing-val-sm; |
2050 | | // 'p' = email notification screen sub heading |
| 2050 | // 'p' = email notification screen sub heading |
2051 | 2051 | > p { |
2052 | 2052 | @include font-size(20); |
2053 | 2053 | margin: $spacing-val-md 0 $spacing-val-sm; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2095 | 2095 | * @section 7.0 - Forms - General |
2096 | 2096 | *------------------------------------------------------------------------------- |
2097 | 2097 | */ |
2098 | | // Attempt to reset form control widths |
| 2098 | |
| 2099 | // Attempt to reset form control widths |
2099 | 2100 | #main { |
2100 | 2101 | #buddypress { |
2101 | 2102 | .standard-form { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2114 | 2115 | |
2115 | 2116 | #buddypress { |
2116 | 2117 | |
2117 | | // Match BP form elements to Themes(2013) styling where styles |
2118 | | // are not inherited or being overriden. |
| 2118 | // Match BP form elements to Themes(2013) styling where styles |
| 2119 | // are not inherited or being overriden. |
2119 | 2120 | div.activity-comments { |
2120 | 2121 | |
2121 | 2122 | form { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2390 | 2391 | li.friend-tab { |
2391 | 2392 | background: $notice-info; |
2392 | 2393 | border: inherit; |
2393 | | } |
| 2394 | } |
2394 | 2395 | } |
2395 | 2396 | } |
diff --git src/bp-templates/bp-legacy/css/twentytwelve.scss src/bp-templates/bp-legacy/css/twentytwelve.scss
index e2429fe..40f5f63 100644
|
|
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
352 | 352 | } |
353 | 353 | } |
354 | 354 | |
355 | | /*__ Horizontal menus __*/ |
| 355 | /*__ Horizontal menus __*/ |
356 | 356 | #buddypress { |
357 | 357 | |
358 | 358 | #object-nav { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
456 | 456 | } |
457 | 457 | } |
458 | 458 | |
459 | | /*__ Vertical menu User Account / Group single screens __*/ |
| 459 | /*__ Vertical menu User Account / Group single screens __*/ |
460 | 460 | |
461 | 461 | // This block contains rules to re-factor the item-body structural element |
462 | 462 | // to sit alongside the vert menu |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1203 | 1203 | |
1204 | 1204 | .bp-user { |
1205 | 1205 | #buddypress { |
1206 | | // On object nav links, table links (notifications etc) we don't really need :visited |
1207 | | // inheritance, so set pseudo class to :link color. |
| 1206 | // On object nav links, table links (notifications etc) we don't really need :visited |
| 1207 | // inheritance, so set pseudo class to :link color. |
1208 | 1208 | a { |
1209 | 1209 | &:visited { |
1210 | 1210 | color: #21759b; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1376 | 1376 | float: left; |
1377 | 1377 | } |
1378 | 1378 | |
1379 | | // #item-header-avatar { |
1380 | | // width: 21%; |
1381 | | // } |
| 1379 | // #item-header-avatar { |
| 1380 | // width: 21%; |
| 1381 | // } |
1382 | 1382 | |
1383 | 1383 | #item-header-content { |
1384 | 1384 | margin-left: 4%; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
1835 | 1835 | #buddypress { |
1836 | 1836 | |
1837 | 1837 | #message-thread { |
1838 | | //Single message view |
| 1838 | //Single message view |
1839 | 1839 | a { |
1840 | 1840 | border-bottom: 0; |
1841 | 1841 | } |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2060 | 2060 | } |
2061 | 2061 | |
2062 | 2062 | td:first-child + td + td { |
2063 | | // notice date |
| 2063 | // notice date |
2064 | 2064 | border-bottom: 0; |
2065 | 2065 | |
2066 | 2066 | span { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2069 | 2069 | } |
2070 | 2070 | |
2071 | 2071 | td:last-child { |
2072 | | // notice actions |
| 2072 | // notice actions |
2073 | 2073 | line-height: 1; |
2074 | 2074 | padding-bottom: 1em; |
2075 | 2075 | text-align: right; |
2076 | 2076 | |
2077 | 2077 | a:last-child { |
2078 | | // hide the 'x' text |
| 2078 | // hide the 'x' text |
2079 | 2079 | line-height: 0; |
2080 | 2080 | margin-left: 0.7em; |
2081 | 2081 | text-indent: -999em; |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2161 | 2161 | * @section 7.0 - Forms - General |
2162 | 2162 | *------------------------------------------------------------------------------- |
2163 | 2163 | */ |
2164 | | // Attempt to reset form control widths |
| 2164 | |
| 2165 | // Attempt to reset form control widths |
2165 | 2166 | #main { |
2166 | 2167 | #buddypress { |
2167 | 2168 | .standard-form { |
… |
… |
http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ |
2180 | 2181 | |
2181 | 2182 | #buddypress { |
2182 | 2183 | |
2183 | | // Match BP form elements to Themes(2012) styling where styles |
2184 | | // are not inherited or being overriden. |
| 2184 | // Match BP form elements to Themes(2012) styling where styles |
| 2185 | // are not inherited or being overriden. |
2185 | 2186 | div.activity-comments { |
2186 | 2187 | |
2187 | 2188 | form { |