Changeset 11134
- Timestamp:
- 09/21/2016 08:58:05 AM (8 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
r11006 r11134 124 124 } 125 125 126 #buddypress .item-list-tabs ul a { 127 color: #1b6e08; 128 } 129 126 130 .directory #buddypress .item-list-tabs ul:before, 127 131 .directory #buddypress .item-list-tabs ul:after { … … 163 167 } 164 168 169 .directory #buddypress #subnav a { 170 color: #1b6e08; 171 } 172 165 173 /* List last filters global */ 166 174 #buddypress #subnav li#activity-filter-select.last { … … 213 221 } 214 222 #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover { 215 background: # bebebe;223 background: #f1f1f1; 216 224 } 217 225 #buddypress #object-nav ul li span { … … 236 244 #buddypress #item-body #subnav li:focus, 237 245 #buddypress #item-body #subnav li:hover { 238 background: # bebebe;246 background: #f1f1f1; 239 247 } 240 248 #buddypress #item-body #subnav li.current { … … 553 561 } 554 562 563 #buddypress .activity .activity-comments a { 564 color: #1b6e08; 565 } 566 555 567 #buddypress .activity .activity-comments ul { 556 568 background: rgba(247, 247, 247, 0.6); … … 561 573 border-right: 1px solid rgba(0, 0, 0, 0.1); 562 574 padding-right: 2%; 575 } 576 577 #buddypress .activity .activity-comments .acomment-meta { 578 color: #737373; 563 579 } 564 580 … … 805 821 #group-settings-form .radio ul, 806 822 #create-group-form .radio ul { 807 color: # 787878;823 color: #6b6b6b; 808 824 } 809 825 … … 841 857 .groups.manage-members #group-settings-form .item-list li h5 > a { 842 858 border-bottom: 0; 859 color: #22830c; 843 860 } 844 861 … … 998 1015 */ 999 1016 #buddypress .profile .bp-widget h2 { 1000 background: #9 99;1017 background: #949494; 1001 1018 color: #fff; 1002 1019 padding: 0.4em 0.2em; … … 1460 1477 } 1461 1478 1479 #buddypress table .alt a { 1480 color: #22820c; 1481 } 1482 1462 1483 /*__ User Account tables __*/ 1463 1484 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css
r11006 r11134 124 124 } 125 125 126 #buddypress .item-list-tabs ul a { 127 color: #1b6e08; 128 } 129 126 130 .directory #buddypress .item-list-tabs ul:before, 127 131 .directory #buddypress .item-list-tabs ul:after { … … 163 167 } 164 168 169 .directory #buddypress #subnav a { 170 color: #1b6e08; 171 } 172 165 173 /* List last filters global */ 166 174 #buddypress #subnav li#activity-filter-select.last { … … 213 221 } 214 222 #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover { 215 background: # bebebe;223 background: #f1f1f1; 216 224 } 217 225 #buddypress #object-nav ul li span { … … 236 244 #buddypress #item-body #subnav li:focus, 237 245 #buddypress #item-body #subnav li:hover { 238 background: # bebebe;246 background: #f1f1f1; 239 247 } 240 248 #buddypress #item-body #subnav li.current { … … 553 561 } 554 562 563 #buddypress .activity .activity-comments a { 564 color: #1b6e08; 565 } 566 555 567 #buddypress .activity .activity-comments ul { 556 568 background: rgba(247, 247, 247, 0.6); … … 561 573 border-left: 1px solid rgba(0, 0, 0, 0.1); 562 574 padding-left: 2%; 575 } 576 577 #buddypress .activity .activity-comments .acomment-meta { 578 color: #737373; 563 579 } 564 580 … … 805 821 #group-settings-form .radio ul, 806 822 #create-group-form .radio ul { 807 color: # 787878;823 color: #6b6b6b; 808 824 } 809 825 … … 841 857 .groups.manage-members #group-settings-form .item-list li h5 > a { 842 858 border-bottom: 0; 859 color: #22830c; 843 860 } 844 861 … … 998 1015 */ 999 1016 #buddypress .profile .bp-widget h2 { 1000 background: #9 99;1017 background: #949494; 1001 1018 color: #fff; 1002 1019 padding: 0.4em 0.2em; … … 1460 1477 } 1461 1478 1479 #buddypress table .alt a { 1480 color: #22820c; 1481 } 1482 1462 1483 /*__ User Account tables __*/ 1463 1484 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r11006 r11134 127 127 $dark-back-text-color: #fff; 128 128 $light-background: #f7f7f7; 129 $medium-background: #9 99;129 $medium-background: #949494; 130 130 $dark-background: #000; 131 131 $border-color: #000; // border color can be varied using rgba … … 287 287 } 288 288 } 289 290 a { 291 color: #1b6e08; 292 } 289 293 } 290 294 } … … 331 335 ul { 332 336 border-bottom: 0; 337 } 338 339 a { 340 color: #1b6e08; 333 341 } 334 342 … … 418 426 &:focus, 419 427 &:hover { 420 background: $nav-background-border;428 background: lighten($nav-background-border, 20%); 421 429 } 422 430 … … 447 455 li:focus, 448 456 li:hover { 449 background: $nav-background-border;457 background: lighten($nav-background-border, 20%); 450 458 } 451 459 … … 838 846 } 839 847 848 a { 849 color: #1b6e08; 850 } 851 840 852 ul { 841 853 background: rgba($light-background, 0.6); … … 846 858 border-left: 1px solid $border-light; 847 859 padding-left: 2%; 860 } 861 862 .acomment-meta { 863 color: #737373; 848 864 } 849 865 … … 1137 1153 1138 1154 ul { 1139 color: lighten($body-text, 30%);1155 color: lighten($body-text, 25%); 1140 1156 } 1141 1157 } … … 1163 1179 clear: none; 1164 1180 float: left; 1165 > a {border-bottom: 0;} 1181 1182 > a { 1183 border-bottom: 0; 1184 color: #22830c; 1185 } 1166 1186 } 1167 1187 … … 1849 1869 table { 1850 1870 border-color: $border-med; 1871 1872 .alt a { 1873 color: #22820c; 1874 } 1851 1875 } 1852 1876 }
Note: See TracChangeset
for help on using the changeset viewer.