Changeset 11744
- Timestamp:
- 11/09/2017 07:22:05 PM (8 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss
r11686 r11744 172 172 } 173 173 174 dt.section-title { 175 176 @include responsive-font(22); 177 } 178 179 .bp-label-text, 180 .message-threads { 181 182 @include responsive-font(16); 183 } 184 185 .activity-header { 186 187 @include responsive-font(16); 188 } 189 190 .activity-inner { 191 192 @include responsive-font(18); 193 } 194 195 #whats-new-post-in { 196 197 @include font-size(16); 198 } 199 200 .mini .activity-header, 201 .acomment-meta { 202 203 @include font-size(16); 204 } 205 206 .dir-component-filters { 207 208 #activity-filter-by { 174 // wrap block in bp content region class, 175 // avoid styles filtering through 176 // to site areas such as sidebars/footers etc. 177 .buddypress-wrap { 178 179 dt.section-title { 180 181 @include responsive-font(22); 182 } 183 184 .bp-label-text, 185 .message-threads { 209 186 210 187 @include responsive-font(16); 211 188 } 212 } 213 214 $search-element-size: 15; 215 $search-element-button-size: $search-element-size + 5; 216 217 .bp-tables-user { 218 219 th { 189 190 .activity-header { 220 191 221 192 @include responsive-font(16); 222 193 } 223 194 224 td { 195 .activity-inner { 196 197 @include responsive-font(18); 198 } 199 200 #whats-new-post-in { 201 202 @include font-size(16); 203 } 204 205 .mini .activity-header, 206 .acomment-meta { 207 208 @include font-size(16); 209 } 210 211 .dir-component-filters { 212 213 #activity-filter-by { 214 215 @include responsive-font(16); 216 } 217 } 218 219 $search-element-size: 15; 220 $search-element-button-size: $search-element-size + 5; 221 222 .bp-tables-user { 223 224 th { 225 226 @include responsive-font(16); 227 } 228 229 td { 230 231 @include responsive-font(14); 232 } 233 } 234 235 // Setting the profile fields to be a larger 236 // font than all general user tables is open for review. 237 .profile-fields { 238 239 th { 240 241 @include responsive-font(18); 242 } 243 244 td { 245 246 @include responsive-font(16); 247 } 248 } 249 250 #notification-select { 225 251 226 252 @include responsive-font(14); 227 253 } 228 254 } 229 230 // Setting the profile fields to be a larger231 // font than all general user tables is open for review.232 .profile-fields {233 234 th {235 236 @include responsive-font(18);237 }238 239 td {240 241 @include responsive-font(16);242 }243 }244 245 #notification-select {246 247 @include responsive-font(14);248 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r11742 r11744 152 152 } 153 153 154 dt.section-title {154 .buddypress-wrap dt.section-title { 155 155 font-size: 18px; 156 156 } 157 157 158 158 @media screen and (min-width: 46.8em) { 159 dt.section-title {159 .buddypress-wrap dt.section-title { 160 160 font-size: 22px; 161 161 } 162 162 } 163 163 164 .b p-label-text,165 . message-threads {164 .buddypress-wrap .bp-label-text, 165 .buddypress-wrap .message-threads { 166 166 font-size: 13px; 167 167 } 168 168 169 169 @media screen and (min-width: 46.8em) { 170 .b p-label-text,171 . message-threads {170 .buddypress-wrap .bp-label-text, 171 .buddypress-wrap .message-threads { 172 172 font-size: 16px; 173 173 } 174 174 } 175 175 176 . activity-header {176 .buddypress-wrap .activity-header { 177 177 font-size: 13px; 178 178 } 179 179 180 180 @media screen and (min-width: 46.8em) { 181 . activity-header {181 .buddypress-wrap .activity-header { 182 182 font-size: 16px; 183 183 } 184 184 } 185 185 186 . activity-inner {186 .buddypress-wrap .activity-inner { 187 187 font-size: 15px; 188 188 } 189 189 190 190 @media screen and (min-width: 46.8em) { 191 . activity-inner {191 .buddypress-wrap .activity-inner { 192 192 font-size: 18px; 193 193 } 194 194 } 195 195 196 #whats-new-post-in {196 .buddypress-wrap #whats-new-post-in { 197 197 font-size: 16px; 198 198 } 199 199 200 . mini .activity-header,201 . acomment-meta {200 .buddypress-wrap .mini .activity-header, 201 .buddypress-wrap .acomment-meta { 202 202 font-size: 16px; 203 203 } 204 204 205 . dir-component-filters #activity-filter-by {205 .buddypress-wrap .dir-component-filters #activity-filter-by { 206 206 font-size: 13px; 207 207 } 208 208 209 209 @media screen and (min-width: 46.8em) { 210 . dir-component-filters #activity-filter-by {210 .buddypress-wrap .dir-component-filters #activity-filter-by { 211 211 font-size: 16px; 212 212 } 213 213 } 214 214 215 .b p-tables-user th {215 .buddypress-wrap .bp-tables-user th { 216 216 font-size: 13px; 217 217 } 218 218 219 219 @media screen and (min-width: 46.8em) { 220 .b p-tables-user th {220 .buddypress-wrap .bp-tables-user th { 221 221 font-size: 16px; 222 222 } 223 223 } 224 224 225 .b p-tables-user td {225 .buddypress-wrap .bp-tables-user td { 226 226 font-size: 12px; 227 227 } 228 228 229 229 @media screen and (min-width: 46.8em) { 230 .b p-tables-user td {230 .buddypress-wrap .bp-tables-user td { 231 231 font-size: 14px; 232 232 } 233 233 } 234 234 235 . profile-fields th {235 .buddypress-wrap .profile-fields th { 236 236 font-size: 15px; 237 237 } 238 238 239 239 @media screen and (min-width: 46.8em) { 240 . profile-fields th {240 .buddypress-wrap .profile-fields th { 241 241 font-size: 18px; 242 242 } 243 243 } 244 244 245 . profile-fields td {245 .buddypress-wrap .profile-fields td { 246 246 font-size: 13px; 247 247 } 248 248 249 249 @media screen and (min-width: 46.8em) { 250 . profile-fields td {250 .buddypress-wrap .profile-fields td { 251 251 font-size: 16px; 252 252 } 253 253 } 254 254 255 #notification-select {255 .buddypress-wrap #notification-select { 256 256 font-size: 12px; 257 257 } 258 258 259 259 @media screen and (min-width: 46.8em) { 260 #notification-select {260 .buddypress-wrap #notification-select { 261 261 font-size: 14px; 262 262 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r11742 r11744 152 152 } 153 153 154 dt.section-title {154 .buddypress-wrap dt.section-title { 155 155 font-size: 18px; 156 156 } 157 157 158 158 @media screen and (min-width: 46.8em) { 159 dt.section-title {159 .buddypress-wrap dt.section-title { 160 160 font-size: 22px; 161 161 } 162 162 } 163 163 164 .b p-label-text,165 . message-threads {164 .buddypress-wrap .bp-label-text, 165 .buddypress-wrap .message-threads { 166 166 font-size: 13px; 167 167 } 168 168 169 169 @media screen and (min-width: 46.8em) { 170 .b p-label-text,171 . message-threads {170 .buddypress-wrap .bp-label-text, 171 .buddypress-wrap .message-threads { 172 172 font-size: 16px; 173 173 } 174 174 } 175 175 176 . activity-header {176 .buddypress-wrap .activity-header { 177 177 font-size: 13px; 178 178 } 179 179 180 180 @media screen and (min-width: 46.8em) { 181 . activity-header {181 .buddypress-wrap .activity-header { 182 182 font-size: 16px; 183 183 } 184 184 } 185 185 186 . activity-inner {186 .buddypress-wrap .activity-inner { 187 187 font-size: 15px; 188 188 } 189 189 190 190 @media screen and (min-width: 46.8em) { 191 . activity-inner {191 .buddypress-wrap .activity-inner { 192 192 font-size: 18px; 193 193 } 194 194 } 195 195 196 #whats-new-post-in {196 .buddypress-wrap #whats-new-post-in { 197 197 font-size: 16px; 198 198 } 199 199 200 . mini .activity-header,201 . acomment-meta {200 .buddypress-wrap .mini .activity-header, 201 .buddypress-wrap .acomment-meta { 202 202 font-size: 16px; 203 203 } 204 204 205 . dir-component-filters #activity-filter-by {205 .buddypress-wrap .dir-component-filters #activity-filter-by { 206 206 font-size: 13px; 207 207 } 208 208 209 209 @media screen and (min-width: 46.8em) { 210 . dir-component-filters #activity-filter-by {210 .buddypress-wrap .dir-component-filters #activity-filter-by { 211 211 font-size: 16px; 212 212 } 213 213 } 214 214 215 .b p-tables-user th {215 .buddypress-wrap .bp-tables-user th { 216 216 font-size: 13px; 217 217 } 218 218 219 219 @media screen and (min-width: 46.8em) { 220 .b p-tables-user th {220 .buddypress-wrap .bp-tables-user th { 221 221 font-size: 16px; 222 222 } 223 223 } 224 224 225 .b p-tables-user td {225 .buddypress-wrap .bp-tables-user td { 226 226 font-size: 12px; 227 227 } 228 228 229 229 @media screen and (min-width: 46.8em) { 230 .b p-tables-user td {230 .buddypress-wrap .bp-tables-user td { 231 231 font-size: 14px; 232 232 } 233 233 } 234 234 235 . profile-fields th {235 .buddypress-wrap .profile-fields th { 236 236 font-size: 15px; 237 237 } 238 238 239 239 @media screen and (min-width: 46.8em) { 240 . profile-fields th {240 .buddypress-wrap .profile-fields th { 241 241 font-size: 18px; 242 242 } 243 243 } 244 244 245 . profile-fields td {245 .buddypress-wrap .profile-fields td { 246 246 font-size: 13px; 247 247 } 248 248 249 249 @media screen and (min-width: 46.8em) { 250 . profile-fields td {250 .buddypress-wrap .profile-fields td { 251 251 font-size: 16px; 252 252 } 253 253 } 254 254 255 #notification-select {255 .buddypress-wrap #notification-select { 256 256 font-size: 12px; 257 257 } 258 258 259 259 @media screen and (min-width: 46.8em) { 260 #notification-select {260 .buddypress-wrap #notification-select { 261 261 font-size: 14px; 262 262 }
Note: See TracChangeset
for help on using the changeset viewer.