Changeset 10285
- Timestamp:
- 10/17/2015 06:16:35 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
r10244 r10285 138 138 */ 139 139 #buddypress div.item-list-tabs ul li.selected a { 140 background: #555; 141 color: #fff; 140 background: inherit; 142 141 opacity: 1; 143 142 } … … 155 154 } 156 155 156 @media screen and (max-width: 38.75em) { 157 .bp-user #buddypress #object-nav { 158 background: #f7f5e7; 159 border: 1px solid #eaeaea; 160 overflow: visible; 161 padding: 10px; 162 } 163 .bp-user #buddypress #object-nav ul { 164 border: 0; 165 height: 0; 166 transition: height 0.3s ease-in-out 0.7s; 167 visibility: hidden; 168 } 169 .bp-user #buddypress #object-nav:before { 170 content: "Menu \021E9"; 171 display: inline; 172 opacity: 0.7; 173 } 174 .bp-user #buddypress #object-nav:hover:before, 175 .bp-user #buddypress #object-nav:focus:before { 176 content: "Menu \021E7"; 177 } 178 .bp-user #buddypress #object-nav:hover ul, 179 .bp-user #buddypress #object-nav:focus ul { 180 height: 320px; 181 opacity: 1; 182 overflow-y: auto; 183 visibility: visible; 184 } 185 .bp-user #buddypress #subnav { 186 clear: both; 187 } 188 } 189 157 190 /*__ Horizontal menus __*/ 158 191 #buddypress #object-nav ul { … … 227 260 text-align: left; 228 261 } 229 }230 231 #budypress div.item-list-tabs ul li.selected a,232 #budypress div.item-list-tabs ul li.current a {233 background: #555;234 color: #fff;235 opacity: 1;236 262 } 237 263 … … 385 411 #buddypress .activity-meta .button:focus, 386 412 #buddypress .activity-meta .button:hover { 387 background: #e37a5a;388 color: # f7f5e7;413 background: inherit; 414 color: #000; 389 415 } 390 416 391 417 #buddypress .action .generic-button a:focus, 392 418 #buddypress .action .generic-button a:hover { 393 background: #e37a5a;394 color: # f7f5e7;419 background: inherit; 420 color: #000; 395 421 } 396 422 … … 1161 1187 } 1162 1188 1163 .bp-user #buddypress { 1164 /** 1189 /** 1165 1190 *-------------------------------------------- 1166 1191 * @subsection 6.2.2.1 - classes, pag, filters 1167 1192 *-------------------------------------------- 1168 1193 */ 1169 /**1170 *-------------------------------------------1171 * @subsection 6.2.2.2 - Extended Profiles1172 *-------------------------------------------1173 */1174 /**1175 *-------------------------------------------1176 * @subsection 6.2.2.3 - Groups1177 *-------------------------------------------1178 */1179 /**1180 *-------------------------------------------1181 * @subsection 6.2.2.5 - Private Messaging1182 *-------------------------------------------1183 */1184 /* Auto Complete background */1185 /* Sitewide Notices loop */1186 /**1187 *------------------------------1188 * @subsection 6.2.2.6 - Settings1189 *------------------------------1190 */1191 }1192 1193 1194 .bp-user #buddypress table th { 1194 1195 font-size: 14px; … … 1261 1262 } 1262 1263 1264 /** 1265 *------------------------------------------- 1266 * @subsection 6.2.2.2 - Extended Profiles 1267 *------------------------------------------- 1268 */ 1263 1269 .bp-user #buddypress .profile { 1264 1270 /* Edit profile */ … … 1326 1332 } 1327 1333 1334 /** 1335 *------------------------------------------- 1336 * @subsection 6.2.2.3 - Groups 1337 *------------------------------------------- 1338 */ 1328 1339 @media screen and (min-width: 77.5em) { 1329 1340 .bp-user #buddypress #groups-list li .item { … … 1331 1342 width: 50%; 1332 1343 } 1344 } 1345 1346 /** 1347 *------------------------------------------- 1348 * @subsection 6.2.2.5 - Private Messaging 1349 *------------------------------------------- 1350 */ 1351 .bp-user #buddypress { 1352 /* Auto Complete background */ 1333 1353 } 1334 1354 … … 1523 1543 } 1524 1544 1545 /** 1546 *------------------------------ 1547 * @subsection 6.2.2.6 - Settings 1548 *------------------------------ 1549 */ 1525 1550 .bp-user #buddypress #settings-form > p { 1526 1551 font-size: 20px; … … 1629 1654 float: right; 1630 1655 margin: 0; 1631 width: 100%;1656 width: 70%; 1632 1657 } 1633 1658 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r10244 r10285 138 138 */ 139 139 #buddypress div.item-list-tabs ul li.selected a { 140 background: #555; 141 color: #fff; 140 background: inherit; 142 141 opacity: 1; 143 142 } … … 155 154 } 156 155 156 @media screen and (max-width: 38.75em) { 157 .bp-user #buddypress #object-nav { 158 background: #f7f5e7; 159 border: 1px solid #eaeaea; 160 overflow: visible; 161 padding: 10px; 162 } 163 .bp-user #buddypress #object-nav ul { 164 border: 0; 165 height: 0; 166 transition: height 0.3s ease-in-out 0.7s; 167 visibility: hidden; 168 } 169 .bp-user #buddypress #object-nav:before { 170 content: "Menu \021E9"; 171 display: inline; 172 opacity: 0.7; 173 } 174 .bp-user #buddypress #object-nav:hover:before, 175 .bp-user #buddypress #object-nav:focus:before { 176 content: "Menu \021E7"; 177 } 178 .bp-user #buddypress #object-nav:hover ul, 179 .bp-user #buddypress #object-nav:focus ul { 180 height: 320px; 181 opacity: 1; 182 overflow-y: auto; 183 visibility: visible; 184 } 185 .bp-user #buddypress #subnav { 186 clear: both; 187 } 188 } 189 157 190 /*__ Horizontal menus __*/ 158 191 #buddypress #object-nav ul { … … 227 260 text-align: right; 228 261 } 229 }230 231 #budypress div.item-list-tabs ul li.selected a,232 #budypress div.item-list-tabs ul li.current a {233 background: #555;234 color: #fff;235 opacity: 1;236 262 } 237 263 … … 385 411 #buddypress .activity-meta .button:focus, 386 412 #buddypress .activity-meta .button:hover { 387 background: #e37a5a;388 color: # f7f5e7;413 background: inherit; 414 color: #000; 389 415 } 390 416 391 417 #buddypress .action .generic-button a:focus, 392 418 #buddypress .action .generic-button a:hover { 393 background: #e37a5a;394 color: # f7f5e7;419 background: inherit; 420 color: #000; 395 421 } 396 422 … … 1161 1187 } 1162 1188 1163 .bp-user #buddypress { 1164 /** 1189 /** 1165 1190 *-------------------------------------------- 1166 1191 * @subsection 6.2.2.1 - classes, pag, filters 1167 1192 *-------------------------------------------- 1168 1193 */ 1169 /**1170 *-------------------------------------------1171 * @subsection 6.2.2.2 - Extended Profiles1172 *-------------------------------------------1173 */1174 /**1175 *-------------------------------------------1176 * @subsection 6.2.2.3 - Groups1177 *-------------------------------------------1178 */1179 /**1180 *-------------------------------------------1181 * @subsection 6.2.2.5 - Private Messaging1182 *-------------------------------------------1183 */1184 /* Auto Complete background */1185 /* Sitewide Notices loop */1186 /**1187 *------------------------------1188 * @subsection 6.2.2.6 - Settings1189 *------------------------------1190 */1191 }1192 1193 1194 .bp-user #buddypress table th { 1194 1195 font-size: 14px; … … 1261 1262 } 1262 1263 1264 /** 1265 *------------------------------------------- 1266 * @subsection 6.2.2.2 - Extended Profiles 1267 *------------------------------------------- 1268 */ 1263 1269 .bp-user #buddypress .profile { 1264 1270 /* Edit profile */ … … 1326 1332 } 1327 1333 1334 /** 1335 *------------------------------------------- 1336 * @subsection 6.2.2.3 - Groups 1337 *------------------------------------------- 1338 */ 1328 1339 @media screen and (min-width: 77.5em) { 1329 1340 .bp-user #buddypress #groups-list li .item { … … 1331 1342 width: 50%; 1332 1343 } 1344 } 1345 1346 /** 1347 *------------------------------------------- 1348 * @subsection 6.2.2.5 - Private Messaging 1349 *------------------------------------------- 1350 */ 1351 .bp-user #buddypress { 1352 /* Auto Complete background */ 1333 1353 } 1334 1354 … … 1523 1543 } 1524 1544 1545 /** 1546 *------------------------------ 1547 * @subsection 6.2.2.6 - Settings 1548 *------------------------------ 1549 */ 1525 1550 .bp-user #buddypress #settings-form > p { 1526 1551 font-size: 20px; … … 1629 1654 float: left; 1630 1655 margin: 0; 1631 width: 100%;1656 width: 70%; 1632 1657 } 1633 1658 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10244 r10285 1 1 2 // Stylesheet Guidence Notes 2 3 // Table of content represents a guide to sections of the sheet. … … 346 347 li.selected { 347 348 a { 348 background: $dark-background; 349 color: #fff; 349 background: inherit; 350 350 opacity: 1; 351 351 } … … 353 353 } 354 354 } 355 // Global Nav Styles355 // global nav styles 356 356 div.item-list-tabs { 357 357 ul { … … 372 372 } // close #buddypress 373 373 374 // .bp-user #object-nav @ small screen as a dropdown 375 376 .bp-user { 377 378 #buddypress { 379 380 @media screen and (max-width: 38.75em) { 381 382 #object-nav { 383 background: $cream-background; 384 border: 1px solid $border-light; 385 overflow: visible; 386 padding: $spacing-val-sm; 387 388 ul { 389 border: 0; 390 height: 0; 391 // all latest vendor releases handle transitions, so no prefixes used. 392 transition: height 0.3s ease-in-out 0.7s; 393 visibility: hidden; 394 } 395 396 &:before { 397 content: "Menu \021E9"; 398 display: inline; 399 opacity: 0.7; 400 } 401 402 &:hover, 403 &:focus { 404 &:before {content: "Menu \021E7";} 405 406 ul { 407 height: 320px; 408 opacity: 1; 409 overflow-y: auto; 410 visibility: visible; 411 } 412 } 413 } 414 415 #subnav { 416 clear: both; 417 } 418 419 } // close @media 420 } 421 } 422 374 423 /*__ Horizontal menus __*/ 375 424 #buddypress { … … 452 501 } // close #buddypress 453 502 454 #budypress {455 456 // active/current states all navs457 div.item-list-tabs {458 ul {459 li.selected,460 li.current {461 a {462 background: $dark-background;463 color: #fff;464 opacity: 1;465 }466 }467 }468 }469 470 } // close #buddypress471 503 472 504 /*__ Vertical menu User Account / Group single screens __*/ … … 660 692 &:focus, 661 693 &:hover { 662 background: lighten($background-hover, 10%);663 color: $cream-background;694 background: inherit; 695 color: #000; 664 696 } 665 697 } … … 671 703 &:focus, 672 704 &:hover { 673 background: lighten($background-hover, 10%);674 color: $cream-background;705 background: inherit; 706 color: #000; 675 707 } 676 708 } … … 1560 1592 .bp-user { 1561 1593 .entry-title {margin-bottom: 0.5em;} 1562 1563 #buddypress { 1594 } 1564 1595 1565 1596 /** … … 1568 1599 *-------------------------------------------- 1569 1600 */ 1601 .bp-user { 1602 1603 #buddypress { 1570 1604 1571 1605 table { … … 1617 1651 } // close .notifications-options-nav 1618 1652 1653 } //close #buddypress 1654 } // close .bp-user 1655 1619 1656 /** 1620 1657 *------------------------------------------- … … 1622 1659 *------------------------------------------- 1623 1660 */ 1661 1662 .bp-user { 1663 1664 #buddypress { 1665 1624 1666 .profile { 1625 1667 .bp-widget { … … 1688 1730 } // close .profile 1689 1731 1732 } // close #buddypress 1733 } // close .bp-user 1734 1690 1735 /** 1691 1736 *------------------------------------------- … … 1693 1738 *------------------------------------------- 1694 1739 */ 1740 1741 .bp-user { 1742 1743 #buddypress { 1695 1744 1696 1745 #groups-list { … … 1705 1754 } 1706 1755 1756 } // close #buddypress 1757 } // close .bp-user 1758 1707 1759 /** 1708 1760 *------------------------------------------- … … 1710 1762 *------------------------------------------- 1711 1763 */ 1764 1765 .bp-user { 1766 1767 #buddypress { 1712 1768 1713 1769 #message-thread { … … 1894 1950 } 1895 1951 1896 /* Sitewide Notices loop */1897 1952 .sitewide-notices { 1898 1953 tr { … … 1912 1967 } 1913 1968 1969 } // #buddypress 1970 } // close .bp-user 1971 1914 1972 /** 1915 1973 *------------------------------ … … 1917 1975 *------------------------------ 1918 1976 */ 1977 1978 .bp-user { 1979 1980 #buddypress { 1919 1981 1920 1982 #settings-form { … … 1958 2020 } 1959 2021 1960 } // close # BuddyPress2022 } // close #buddyPress 1961 2023 1962 2024 } // close .bp-user … … 2050 2112 float: left; 2051 2113 margin: 0; 2052 width: 100%;2114 width: 70%; 2053 2115 } 2054 2116
Note: See TracChangeset
for help on using the changeset viewer.