Changeset 11132
- Timestamp:
- 09/21/2016 08:56:28 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/twentysixteen-rtl.css
r11006 r11132 150 150 } 151 151 152 #buddypress div.item-list-tabs ul li a { 153 color: #0073c1; 154 } 155 152 156 #buddypress div.item-list-tabs ul li a span { 153 157 border-radius: 25%; … … 199 203 border-bottom: 1px solid #eaeaea; 200 204 } 201 }202 203 #buddypress #object-nav ul li:not(.selected) a {204 opacity: 0.7;205 205 } 206 206 … … 652 652 } 653 653 654 #buddypress #activity-stream li .activity-content .activity-header a { 655 color: #0075c4; 656 } 657 654 658 @media screen and (min-width: 46.25em) { 655 659 #buddypress #activity-stream li .activity-avatar { … … 694 698 background-color: #f7f7f7; 695 699 border: 1px solid rgba(234, 234, 234, 0.6); 700 color: #727272; 696 701 margin-top: 0; 697 702 padding: 0 0.2em; … … 768 773 #buddypress #activity-stream .activity-comments ul { 769 774 background: rgba(247, 247, 247, 0.6); 775 color: #737373; 770 776 margin: 15px 2px 0 0; 777 } 778 779 #buddypress #activity-stream .activity-comments ul a { 780 color: #0077c7; 781 } 782 783 #buddypress #activity-stream .activity-comments .acomment-meta { 784 color: #737373; 771 785 } 772 786 … … 1196 1210 } 1197 1211 1212 .bp-user #buddypress table a { 1213 color: #0074c2; 1214 } 1215 1198 1216 @media screen and (min-width: 61.5625em) { 1199 1217 .bp-user #buddypress table th { … … 1694 1712 border-color: rgba(212, 208, 186, 0.5); 1695 1713 border-width: 1px; 1714 } 1715 1716 #buddypress .standard-form select { 1717 color: #737373; 1696 1718 } 1697 1719 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r11006 r11132 150 150 } 151 151 152 #buddypress div.item-list-tabs ul li a { 153 color: #0073c1; 154 } 155 152 156 #buddypress div.item-list-tabs ul li a span { 153 157 border-radius: 25%; … … 199 203 border-bottom: 1px solid #eaeaea; 200 204 } 201 }202 203 #buddypress #object-nav ul li:not(.selected) a {204 opacity: 0.7;205 205 } 206 206 … … 652 652 } 653 653 654 #buddypress #activity-stream li .activity-content .activity-header a { 655 color: #0075c4; 656 } 657 654 658 @media screen and (min-width: 46.25em) { 655 659 #buddypress #activity-stream li .activity-avatar { … … 694 698 background-color: #f7f7f7; 695 699 border: 1px solid rgba(234, 234, 234, 0.6); 700 color: #727272; 696 701 margin-top: 0; 697 702 padding: 0 0.2em; … … 768 773 #buddypress #activity-stream .activity-comments ul { 769 774 background: rgba(247, 247, 247, 0.6); 775 color: #737373; 770 776 margin: 15px 0 0 2px; 777 } 778 779 #buddypress #activity-stream .activity-comments ul a { 780 color: #0077c7; 781 } 782 783 #buddypress #activity-stream .activity-comments .acomment-meta { 784 color: #737373; 771 785 } 772 786 … … 1196 1210 } 1197 1211 1212 .bp-user #buddypress table a { 1213 color: #0074c2; 1214 } 1215 1198 1216 @media screen and (min-width: 61.5625em) { 1199 1217 .bp-user #buddypress table th { … … 1694 1712 border-color: rgba(212, 208, 186, 0.5); 1695 1713 border-width: 1px; 1714 } 1715 1716 #buddypress .standard-form select { 1717 color: #737373; 1696 1718 } 1697 1719 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r11006 r11132 364 364 li { 365 365 a { 366 color: #0073c1; 367 366 368 span {border-radius: 25%;} 367 369 } … … 440 442 441 443 li:not(.selected) { 442 a {opacity: 0.7;}443 444 444 445 @media screen and (max-width: 38.75em) { … … 979 980 .activity-header { 980 981 @include font-size(14); 982 983 a { 984 color: #0075c4; 985 } 981 986 } 982 987 } … … 1032 1037 background-color: $light-background; 1033 1038 border: 1px solid rgba($border-light, 0.6); 1039 color: #727272; 1034 1040 margin-top: 0; 1035 1041 padding: 0 0.2em; … … 1115 1121 ul { 1116 1122 background: rgba($light-background, 0.6); 1123 color: #737373; 1117 1124 margin: 15px 0 0 2px; 1125 1126 a { 1127 color: #0077c7; 1128 } 1129 } 1130 1131 .acomment-meta { 1132 color: #737373; 1118 1133 } 1119 1134 … … 1619 1634 th {@include font-size(14)} 1620 1635 td {@include font-size(12)} 1636 a { color: #0074c2; } 1621 1637 1622 1638 @include medium-up { … … 2181 2197 } 2182 2198 2199 select { 2200 color: #737373; 2201 } 2202 2183 2203 } // close .standard-form 2184 2204
Note: See TracChangeset
for help on using the changeset viewer.