Changeset 10493
- Timestamp:
- 02/02/2016 12:08:05 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r10353 r10493 1400 1400 *------------------------------------------- 1401 1401 */ 1402 .bp-user #buddypress {1403 /* Auto Complete background */1404 /* Sitewide Notices loop */1405 }1406 1407 1402 .bp-user #buddypress #message-thread a { 1408 1403 border-bottom: 0; … … 1924 1919 *------------------------------------------------------------------------------- 1925 1920 */ 1926 #buddypress {1927 /* Auto Complete background */1928 }1929 1930 1921 #buddypress .acfb-holder li.friend-tab { 1931 1922 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r10353 r10493 1400 1400 *------------------------------------------- 1401 1401 */ 1402 .bp-user #buddypress {1403 /* Auto Complete background */1404 /* Sitewide Notices loop */1405 }1406 1407 1402 .bp-user #buddypress #message-thread a { 1408 1403 border-bottom: 0; … … 1924 1919 *------------------------------------------------------------------------------- 1925 1920 */ 1926 #buddypress {1927 /* Auto Complete background */1928 }1929 1930 1921 #buddypress .acfb-holder li.friend-tab { 1931 1922 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10487 r10493 1503 1503 height: auto; 1504 1504 width: auto; 1505 }1506 }1505 } 1506 } 1507 1507 1508 1508 .main-column { 1509 1509 margin-left: 0; 1510 }1510 } 1511 1511 1512 1512 .submit { … … 1514 1514 display: inline-block; 1515 1515 width: 100%; 1516 } 1517 } 1518 } 1519 } 1520 1521 } 1516 } 1517 } 1518 1519 } // close @media 1520 } // close .item-body 1521 1522 } // close .groups.group-invites 1522 1523 1523 1524 /** … … 1728 1729 1729 1730 #message-thread { 1730 //Single message view1731 //Single message view 1731 1732 a { 1732 1733 border-bottom: 0; … … 1893 1894 } 1894 1895 1895 /* Auto Complete background */1896 1896 .acfb-holder { 1897 1897 … … 1913 1913 } 1914 1914 1915 /* Sitewide Notices loop */1916 1915 #message-threads.sitewide-notices { 1917 1916 td { … … 1936 1935 1937 1936 td:first-child + td + td { 1938 // notice date1937 // notice date 1939 1938 border-bottom: 0; 1940 1939 … … 1945 1944 1946 1945 td:last-child { 1947 // notice actions1946 // notice actions 1948 1947 border-bottom-color: darken($border-light, 20%); 1949 1948 line-height: 1; … … 1951 1950 1952 1951 a:last-child { 1953 // hide the 'x' text1952 // hide the 'x' text 1954 1953 line-height: 0; 1955 1954 margin-left: 0.7em; … … 2032 2031 #buddypress { 2033 2032 2034 // Match BP form elements to Themes(2015) styling where styles2035 // 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 { … … 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; … … 2148 2146 } 2149 2147 } // close @media 2150 2151 // Attempt to replicate the 2015 breakpoint font resizing for buttons/submits2152 // @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 // }2161 2148 2162 2149 @media screen and (min-width: 77.5em) { … … 2312 2299 2313 2300 #buddypress { 2314 /* Auto Complete background */2315 2301 .acfb-holder { 2316 2302 … … 2318 2304 background: $notice-info; 2319 2305 border: inherit; 2320 2321 } 2322 } 2306 } 2307 } 2308 } -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
r10353 r10493 1446 1446 *------------------------------------------------------------------------------- 1447 1447 */ 1448 #buddypress {1449 /* Auto Complete background */1450 }1451 1452 1448 #buddypress .acfb-holder li.friend-tab { 1453 1449 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css
r10353 r10493 1446 1446 *------------------------------------------------------------------------------- 1447 1447 */ 1448 #buddypress {1449 /* Auto Complete background */1450 }1451 1452 1448 #buddypress .acfb-holder li.friend-tab { 1453 1449 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r10451 r10493 830 830 .activity { 831 831 .activity-comments { 832 // border-left: 1px solid $border-light;833 832 margin-left: 0; 834 833 margin-top: 5px; … … 1425 1424 1426 1425 tbody > tr:first-child { 1426 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 … … 1581 1581 1582 1582 td:first-child + td + td { 1583 // notice date1583 // notice date 1584 1584 border-bottom: 0; 1585 1585 … … 1590 1590 1591 1591 td:last-child { 1592 // notice actions1592 // notice actions 1593 1593 border-bottom-color: $border-med; 1594 1594 line-height: 1; … … 1596 1596 1597 1597 a:last-child { 1598 // hide the 'x' text1598 // hide the 'x' text 1599 1599 line-height: 0; 1600 1600 margin-left: 0.7em; … … 1709 1709 margin: $spacing-val-sm 0; 1710 1710 1711 // Stylise the seach form elements, in part this deals with padding1712 // issues on the submit & sizing issues between bp styles & twentyfourteen1711 // 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; … … 1747 1747 } 1748 1748 1749 1749 }// close form 1750 1750 1751 1751 } // close .dir-search, .message-search … … 1847 1847 1848 1848 #buddypress { 1849 /* Auto Complete background */1850 1849 .acfb-holder { 1851 1850 … … 1853 1852 background: $notice-info; 1854 1853 border: inherit; 1855 1856 } 1857 } 1854 } 1855 } 1856 } -
trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
r10353 r10493 1852 1852 *------------------------------------------------------------------------------- 1853 1853 */ 1854 #buddypress {1855 /* Auto Complete background */1856 }1857 1858 1854 #buddypress .acfb-holder li.friend-tab { 1859 1855 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r10353 r10493 1852 1852 *------------------------------------------------------------------------------- 1853 1853 */ 1854 #buddypress {1855 /* Auto Complete background */1856 }1857 1858 1854 #buddypress .acfb-holder li.friend-tab { 1859 1855 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10451 r10493 421 421 } 422 422 423 423 /*__ Horizontal menus __*/ 424 424 #buddypress { 425 425 … … 502 502 503 503 504 504 /*__ Vertical menu User Account / Group single screens __*/ 505 505 506 506 // This block contains rules to re-factor the item-body structural element … … 1784 1784 1785 1785 #message-thread { 1786 //Single message view1786 //Single message view 1787 1787 a { 1788 1788 border-bottom: 0; … … 1987 1987 1988 1988 td:first-child + td + td { 1989 // notice date1989 // notice date 1990 1990 border-bottom: 0; 1991 1991 … … 1996 1996 1997 1997 td:last-child { 1998 // notice actions1998 // notice actions 1999 1999 border-bottom-color: darken($border-light, 20%); 2000 2000 line-height: 1; … … 2002 2002 2003 2003 a:last-child { 2004 // hide the 'x' text2004 // hide the 'x' text 2005 2005 line-height: 0; 2006 2006 margin-left: 0.7em; … … 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 { … … 2098 2099 #buddypress { 2099 2100 2100 // Match BP form elements to Themes(2016) styling where styles2101 // 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 … … 2352 2353 2353 2354 #buddypress { 2354 /* Auto Complete background */ 2355 2355 2356 .acfb-holder { 2356 2357 -
trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
r10353 r10493 1412 1412 *------------------------------------------- 1413 1413 */ 1414 .bp-user #buddypress {1415 /* Auto Complete background */1416 /* Sitewide Notices loop */1417 }1418 1419 1414 .bp-user #buddypress #message-thread a { 1420 1415 border-bottom: 0; … … 1927 1922 *------------------------------------------------------------------------------- 1928 1923 */ 1929 #buddypress {1930 /* Auto Complete background */1931 }1932 1933 1924 #buddypress .acfb-holder li.friend-tab { 1934 1925 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.css
r10353 r10493 1412 1412 *------------------------------------------- 1413 1413 */ 1414 .bp-user #buddypress {1415 /* Auto Complete background */1416 /* Sitewide Notices loop */1417 }1418 1419 1414 .bp-user #buddypress #message-thread a { 1420 1415 border-bottom: 0; … … 1927 1922 *------------------------------------------------------------------------------- 1928 1923 */ 1929 #buddypress {1930 /* Auto Complete background */1931 }1932 1933 1924 #buddypress .acfb-holder li.friend-tab { 1934 1925 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10451 r10493 322 322 } 323 323 } 324 324 /*__ Horizontal menus & small screen __*/ 325 325 326 326 #buddypress { … … 416 416 } // close #buddypress 417 417 418 418 /*__ Vertical menu User Account / Group single screens __*/ 419 419 420 420 // This block contains rules to re-factor the item-body structural element … … 424 424 425 425 @media screen and (min-width: 55em) { 426 427 .bp-user #buddypress,428 .single-item.groups #buddypress {429 // background: $light-background;430 }431 426 432 427 body:not(.sidebar) { … … 1323 1318 1324 1319 #item-header-cover-image { 1325 // #item-header-content {1326 // }1327 1320 1328 1321 #item-actions { … … 1823 1816 1824 1817 #message-thread { 1825 //Single message view1818 //Single message view 1826 1819 a { 1827 1820 border-bottom: 0; … … 1996 1989 } 1997 1990 1998 /* Auto Complete background */1999 1991 .acfb-holder { 2000 1992 … … 2016 2008 } 2017 2009 2018 /* Sitewide Notices loop */2019 2010 .sitewide-notices { 2020 2011 tr { … … 2048 2039 #settings-form { 2049 2040 padding: 0 $spacing-val-sm; 2050 // 'p' = email notification screen sub heading2041 // 'p' = email notification screen sub heading 2051 2042 > p { 2052 2043 @include font-size(20); … … 2096 2087 *------------------------------------------------------------------------------- 2097 2088 */ 2098 2089 // Attempt to reset form control widths 2099 2090 #main { 2100 2091 #buddypress { … … 2115 2106 #buddypress { 2116 2107 2117 // Match BP form elements to Themes(2013) styling where styles2118 // are not inherited or being overriden.2108 // Match BP form elements to Themes(2013) styling where styles 2109 // are not inherited or being overriden. 2119 2110 div.activity-comments { 2120 2111 … … 2385 2376 2386 2377 #buddypress { 2387 /* Auto Complete background */2388 2378 .acfb-holder { 2389 2379 … … 2391 2381 background: $notice-info; 2392 2382 border: inherit; 2393 2394 } 2395 } 2383 } 2384 } 2385 } -
trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
r10449 r10493 1938 1938 *------------------------------------------------------------------------------- 1939 1939 */ 1940 #buddypress {1941 /* Auto Complete background */1942 }1943 1944 1940 #buddypress .acfb-holder li.friend-tab { 1945 1941 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r10449 r10493 1938 1938 *------------------------------------------------------------------------------- 1939 1939 */ 1940 #buddypress {1941 /* Auto Complete background */1942 }1943 1944 1940 #buddypress .acfb-holder li.friend-tab { 1945 1941 background: #9fd1e2; -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r10451 r10493 353 353 } 354 354 355 355 /*__ Horizontal menus __*/ 356 356 #buddypress { 357 357 … … 457 457 } 458 458 459 459 /*__ Vertical menu User Account / Group single screens __*/ 460 460 461 461 // This block contains rules to re-factor the item-body structural element … … 1204 1204 .bp-user { 1205 1205 #buddypress { 1206 // On object nav links, table links (notifications etc) we don't really need :visited1207 // 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 { … … 1376 1376 float: left; 1377 1377 } 1378 1379 // #item-header-avatar {1380 // width: 21%;1381 // }1382 1378 1383 1379 #item-header-content { … … 1836 1832 1837 1833 #message-thread { 1838 //Single message view1834 //Single message view 1839 1835 a { 1840 1836 border-bottom: 0; … … 2061 2057 2062 2058 td:first-child + td + td { 2063 // notice date2059 // notice date 2064 2060 border-bottom: 0; 2065 2061 … … 2070 2066 2071 2067 td:last-child { 2072 // notice actions2068 // notice actions 2073 2069 line-height: 1; 2074 2070 padding-bottom: 1em; … … 2076 2072 2077 2073 a:last-child { 2078 // hide the 'x' text2074 // hide the 'x' text 2079 2075 line-height: 0; 2080 2076 margin-left: 0.7em; … … 2162 2158 *------------------------------------------------------------------------------- 2163 2159 */ 2164 // Attempt to reset form control widths 2160 2161 // Attempt to reset form control widths 2165 2162 #main { 2166 2163 #buddypress { … … 2181 2178 #buddypress { 2182 2179 2183 // Match BP form elements to Themes(2012) styling where styles2184 // are not inherited or being overriden.2180 // Match BP form elements to Themes(2012) styling where styles 2181 // are not inherited or being overriden. 2185 2182 div.activity-comments { 2186 2183 … … 2437 2434 2438 2435 #buddypress { 2439 /* Auto Complete background */ 2436 2440 2437 .acfb-holder { 2441 2438
Note: See TracChangeset
for help on using the changeset viewer.