Changeset 11423
- Timestamp:
- 02/09/2017 07:28:32 AM (8 years ago)
- Location:
- trunk/src/bp-core/admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/css/common-rtl.css
r11422 r11423 64 64 * 1.2.1 Headline Feature 65 65 */ 66 .index_page_bp-about .bp-headline-feature, 67 .dashboard_page_bp-about .bp-headline-feature { 66 .buddypress .bp-headline-feature { 68 67 margin-bottom: 3em; 69 68 margin-top: 3em; … … 71 70 } 72 71 73 .index_page_bp-about .bp-headline, 74 .dashboard_page_bp-about .bp-headline { 72 .buddypress .bp-headline { 75 73 margin: 0 auto; 76 width: 35em; 77 } 78 79 .index_page_bp-about .bp-headline span.dashicons, 80 .dashboard_page_bp-about .bp-headline span.dashicons { 74 width: 45em; 75 } 76 77 .buddypress .bp-headline span.dashicons { 81 78 background-color: #f1f1f1; 79 color: #d84800; 82 80 clear: right; 83 81 font-size: 100px; … … 90 88 } 91 89 92 .index_page_bp-about .bp-headline-feature h3, 93 .index_page_bp-about .bp-headline-feature .headline-title, 94 .dashboard_page_bp-about .bp-headline-feature h3, 95 .dashboard_page_bp-about .bp-headline-feature .headline-title { 90 .buddypress .bp-headline-feature .headline-title { 96 91 font-size: 2.2em; 97 92 font-weight: 300; 98 93 line-height: 1; 99 margin: 0 125px 0 0;100 } 101 102 .index_page_bp-about .bp-headline-feature p, 103 . dashboard_page_bp-about.bp-headline-feature p {94 margin: 0; 95 text-align: center; 96 } 97 98 .buddypress .bp-headline-feature p { 104 99 font-size: 1.15em; 105 margin: 1.15em 125px 0.6em auto; 106 } 107 108 .index_page_bp-about .bp-headline-feature .introduction, 109 .dashboard_page_bp-about .bp-headline-feature .introduction { 110 font-weight: 600; 111 } 112 100 margin: 1.15em 0 0.6em auto; 101 } 113 102 114 103 /* 115 104 * 1.2.2 Features Section 116 105 */ 117 . index_page_bp-about .bp-features-section,118 .dashboard_page_bp-about .bp-features-section { 106 .buddypress .bp-features-section { 107 border-bottom: 1px solid #ccc; 119 108 clear: both; 120 109 margin-top: 3em; … … 123 112 } 124 113 125 .index_page_bp-about span.dashicons, 126 .dashboard_page_bp-about span.dashicons { 114 .buddypress .bp-features-section span.dashicons { 127 115 background-color: #fff; 128 116 border-radius: 50%; … … 138 126 } 139 127 140 .index_page_bp-about .bp-features-section h3, 141 .dashboard_page_bp-about .bp-features-section h3 { 128 .buddypress .bp-features-section .headline-title { 142 129 font-size: 2em; 143 130 font-weight: 300; 144 131 line-height: 1.5; 145 margin: 0 auto 3em;132 margin: 0 auto 2em; 146 133 text-align: center; 147 134 } 148 135 149 .index_page_bp-about .bp-feature, 150 .dashboard_page_bp-about .bp-feature { 136 .buddypress .bp-features-section .bp-feature-with-images { 137 border-bottom: 1px solid #ccc; 138 margin-bottom: 5em; 139 padding-bottom: 2em; 140 } 141 142 .buddypress .bp-features-section .bp-feature, 143 .buddypress .bp-features-section .bp-feature-imaged { 151 144 float: right; 152 145 margin-bottom: 3em; … … 155 148 } 156 149 157 158 .index_page_bp-about .bp-feature code, 159 .dashboard_page_bp-about .bp-feature code{ 150 .buddypress .bp-features-section .bp-feature.opposite, 151 .buddypress .bp-features-section .bp-feature-imaged.anon { 152 margin-left: 0; 153 } 154 155 .buddypress .bp-features-section .bp-feature code { 160 156 font-size: 0.95em; 161 157 line-height: 1.5; 162 158 } 163 159 164 .index_page_bp-about .bp-feature:nth-of-type(2n), 165 .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { 166 margin-left: 0; 167 } 168 169 .index_page_bp-about .bp-feature::after, 170 .dashboard_page_bp-about .bp-feature::after { 160 .buddypress .bp-feature::after { 171 161 content: ''; 172 162 } 173 163 174 .index_page_bp-about .bp-feature h4, 175 .dashboard_page_bp-about .bp-feature h4 { 164 .buddypress .bp-feature-imaged .feature-title { 165 color: #23282d; 166 font-size: 1.25em; 167 margin-bottom: 0.6em; 168 margin-top: 0; 169 } 170 171 .buddypress .bp-feature-imaged p { 172 clear: right; 173 font-size: 1.1em; 174 } 175 176 .buddypress .bp-feature-imaged img { 177 clear: right; 178 } 179 180 .buddypress .bp-feature .feature-title { 176 181 font-size: 1.25em; 177 182 line-height: 1.5; … … 182 187 } 183 188 184 .index_page_bp-about .bp-feature p, 185 .dashboard_page_bp-about .bp-feature p { 189 .buddypress .bp-feature p { 186 190 margin-right: 110px; 187 191 } … … 190 194 * 1.2.3 Changelog Section 191 195 */ 192 .index_page_bp-about .bp-changelog-section, 193 .dashboard_page_bp-about .bp-changelog-section { 196 .buddypress .bp-changelog-section { 194 197 clear: both; 195 margin-bottom: 8em;198 margin-bottom: 3em; 196 199 margin-top: 3em; 197 200 overflow: hidden; … … 199 202 } 200 203 201 .index_page_bp-about .bp-changelog-section::after, 202 .dashboard_page_bp-about .bp-changelog-section::after { 204 .buddypress .bp-changelog-section::after { 203 205 content: ''; 204 206 } 205 207 206 .index_page_bp-about .bp-changelog-section .changelog-title, 207 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 208 .buddypress .bp-changelog-section .changelog-title { 208 209 color: #23282d; 209 font-size: 1.8em; 210 font-weight: 300; 210 font-size: 1.25em; 211 211 line-height: 1.5; 212 margin: 0 auto 0.5em; 213 text-align: center; 214 } 215 216 .index_page_bp-about .bp-changelog-section .two-col > div, 217 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 212 margin: 0 auto 1.5em; 213 } 214 215 .buddypress .bp-changelog-section .two-col div { 218 216 float: right; 219 217 margin-left: 4.799999999%; … … 222 220 } 223 221 224 .index_page_bp-about .bp-changelog-section .two-col > div.last-feature, 225 .dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature { 222 .buddypress .bp-changelog-section .three-col .col { 223 float: right; 224 margin-left: 5%; 225 position: relative; 226 width: 29.95%; 227 } 228 229 .buddypress .two-col .col:nth-of-type(2n), 230 .buddypress .three-col .col:nth-of-type(3n) { 226 231 margin-left: 0; 227 232 } 228 233 229 .index_page_bp-about .bp-changelog, 230 .dashboard_page_bp-about .bp-changelog { 234 .buddypress .bp-changelog { 231 235 margin-bottom: 3em; 232 236 } 233 237 234 .index_page_bp-about .bp-changelog h4, 235 .dashboard_page_bp-about .bp-changelog h4 { 238 .buddypress .bp-changelog .title { 236 239 font-size: 1em; 237 240 margin-bottom: 0; … … 239 242 } 240 243 241 .index_page_bp-about .bp-changelog p, 242 .dashboard_page_bp-about .bp-changelog p { 244 .buddypress .bp-changelog p { 243 245 margin-bottom: 3em; 244 246 } … … 251 253 clear: both; 252 254 margin-bottom: 2em; 255 margin-top: 2em; 253 256 } 254 257 255 258 @media screen and ( max-width: 782px ) { 256 .index_page_bp-about .bp-headline-feature, 257 .dashboard_page_bp-about .bp-headline-feature { 259 .bp-headline-feature, 260 .bp-features-section, 261 .bp-changelog-section, 262 .bp-assets { 263 margin-right: 20px; 264 margin-left: 20px; 265 } 266 .buddypress .bp-headline-feature { 258 267 padding: 0; 259 268 } 260 .index_page_bp-about .bp-headline, 261 .dashboard_page_bp-about .bp-headline { 269 .buddypress .bp-headline { 262 270 margin: 0; 263 271 width: 97%; 264 272 } 265 .index_page_bp-about .bp-features-section, 266 .dashboard_page_bp-about .bp-features-section { 273 .buddypress .bp-features-section { 267 274 clear: both; 268 275 margin-bottom: 0; 269 276 margin-top: 2em; 270 } 271 .index_page_bp-about .bp-features-section h3, 272 .dashboard_page_bp-about .bp-features-section h3, 273 .index_page_bp-about .bp-changelog-section .changelog-title, 274 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 275 font-size: 1.8em; 276 font-weight: 300; 277 padding-bottom: 2em; 278 } 279 .buddypress .bp-features-section .bp-feature-with-images { 280 margin-bottom: 2em; 281 } 282 .buddypress .bp-features-section .headline-title { 283 margin-bottom: 1em; 284 } 285 .buddypress .bp-changelog-section .changelog-title { 286 font-size: 1.25em; 277 287 line-height: 1.5; 278 288 margin-bottom: 0.5em; 279 289 margin-top: 0.5em; 280 290 } 281 .index_page_bp-about .bp-features-section h4, 282 .dashboard_page_bp-about .bp-features-section h4, 283 .index_page_bp-about .bp-changelog-section h4, 284 .dashboard_page_bp-about .bp-changelog-section h4 { 291 .buddypress .bp-features-section .feature-title, 292 .buddypress .bp-changelog-section .title { 285 293 font-size: 1.25em; 286 294 line-height: 1.25; … … 288 296 text-align: right; 289 297 } 290 . index_page_bp-about.bp-feature,291 . dashboard_page_bp-about .bp-feature{298 .buddypress .bp-features-section .bp-feature, 299 .buddypress .bp-features-section .bp-feature-imaged { 292 300 clear: both; 293 301 float: right; … … 298 306 width: 100%; 299 307 } 300 .index_page_bp-about .bp-feature span, 301 .dashboard_page_bp-about .bp-feature span { 308 .buddypress .bp-features-section .bp-feature-imaged p { 309 font-size: 1em; 310 } 311 .buddypress .bp-features-section .bp-feature span { 302 312 margin-top: 0.33em; 303 313 } 304 .index_page_bp-about .bp-feature h4, 305 .dashboard_page_bp-about .bp-feature h4, 306 .index_page_bp-about .bp-feature p, 307 .dashboard_page_bp-about .bp-feature p { 308 width: 100%; 309 } 310 .index_page_bp-about .bp-feature.opposite h4, 311 .dashboard_page_bp-about .bp-feature.opposite h4, 312 .index_page_bp-about .bp-feature.opposite p, 313 .dashboard_page_bp-about .bp-feature.opposite p { 314 .buddypress .bp-feature.opposite .feature-title, 315 .buddypress .bp-feature.opposite p { 314 316 float: none; 315 317 } 316 .index_page_bp-about .bp-changelog-section, 317 .dashboard_page_bp-about .bp-changelog-section { 318 .buddypress .bp-changelog-section { 318 319 clear: both; 319 320 margin-bottom: 2em; 320 } 321 .index_page_bp-about .bp-changelog-section .changelog-title, 322 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 321 margin-top: 2em; 322 } 323 .buddypress .bp-changelog-section .changelog-title { 324 margin-bottom: 1.5em; 325 } 326 .buddypress .bp-changelog .title { 327 font-size: 1em; 328 } 329 .buddypress .bp-changelog p { 323 330 margin-bottom: 1em; 324 331 } 325 .index_page_bp-about .bp-changelog h4, 326 .dashboard_page_bp-about .bp-changelog h4 { 327 font-size: 1em; 328 } 329 .index_page_bp-about .bp-changelog p, 330 .dashboard_page_bp-about .bp-changelog p { 331 margin-bottom: 2em; 332 } 333 .index_page_bp-about .bp-changelog-section .two-col > div, 334 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 332 .buddypress .bp-changelog-section .two-col > div, 333 .buddypress .bp-changelog-section .three-col .col { 335 334 margin-top: 0; 336 335 padding-bottom: 0.5em; … … 339 338 } 340 339 @media screen and ( max-width: 360px ) { 341 .index_page_bp-about .bp-headline, 342 .dashboard_page_bp-about .bp-headline { 340 .buddypress .bp-headline { 343 341 text-align: center; 344 342 } 345 .index_page_bp-about .bp-headline span.dashicons, 346 .dashboard_page_bp-about .bp-headline span.dashicons { 343 .buddypress .bp-headline span.dashicons { 347 344 clear: none; 348 345 font-size: 80px; … … 353 350 width: 80px; 354 351 } 355 .index_page_bp-about .bp-headline-feature h3, 356 .index_page_bp-about .bp-headline-feature .headline-title, 357 .dashboard_page_bp-about .bp-headline-feature h3, 358 .dashboard_page_bp-about .bp-headline-feature .headline-title { 352 .buddypress .bp-headline-feature .headline-title, 353 .buddypress .bp-features-section .headline-title { 354 font-size: 1.5em; 355 line-height: 1.5; 356 } 357 .buddypress .bp-headline-feature .headline-title { 359 358 margin: 1em 0 0 0; 360 359 text-align: right; 361 360 } 362 .index_page_bp-about .bp-headline-feature p, 363 .dashboard_page_bp-about .bp-headline-feature p { 361 .buddypress .bp-headline-feature p { 364 362 margin: 1.15em 0 0.6em auto; 365 363 text-align: right; 366 }367 .index_page_bp-about .bp-headline-feature .headline-title,368 .dashboard_page_bp-about .bp-headline-feature .headline-title {369 font-size: 1.5em;370 line-height: 1.5;371 }372 .index_page_bp-about .bp-headline-feature p,373 .dashboard_page_bp-about .bp-headline-feature p {374 364 width: auto; 375 365 } 376 .index_page_bp-about .bp-feature, 377 .dashboard_page_bp-about .bp-feature { 366 .buddypress .bp-features-section .bp-feature { 378 367 text-align: center; 379 368 } 380 .index_page_bp-about span.dashicons, 381 .dashboard_page_bp-about span.dashicons { 369 .buddypress .bp-features-section span.dashicons { 382 370 float: none; 383 371 } 384 .index_page_bp-about .bp-features-section h4, 385 .dashboard_page_bp-about .bp-features-section h4, 386 .index_page_bp-about .bp-features-section p, 387 .dashboard_page_bp-about .bp-features-section p { 372 .buddypress .bp-features-section .feature-title, 373 .buddypress .bp-features-section p { 388 374 margin-right: 0; 389 375 text-align: right; … … 522 508 } 523 509 510 .bp-signups-list table { 511 margin: 1em 0; 512 } 513 514 .bp-signups-list .column-fields { 515 font-weight: bold; 516 } 524 517 525 518 /*------------------------------------------------------------------------------ … … 628 621 } 629 622 623 .bp-signups-list table { 624 margin: 1em 0; 625 } 626 627 .bp-signups-list .column-fields { 628 font-weight: bold; 629 } 630 630 631 631 /*------------------------------------------------------------------------------ -
trunk/src/bp-core/admin/css/common.css
r11406 r11423 64 64 * 1.2.1 Headline Feature 65 65 */ 66 .index_page_bp-about .bp-headline-feature, 67 .dashboard_page_bp-about .bp-headline-feature { 66 .buddypress .bp-headline-feature { 68 67 margin-bottom: 3em; 69 68 margin-top: 3em; … … 71 70 } 72 71 73 .index_page_bp-about .bp-headline, 74 .dashboard_page_bp-about .bp-headline { 72 .buddypress .bp-headline { 75 73 margin: 0 auto; 76 width: 35em; 77 } 78 79 .index_page_bp-about .bp-headline span.dashicons, 80 .dashboard_page_bp-about .bp-headline span.dashicons { 74 width: 45em; 75 } 76 77 .buddypress .bp-headline span.dashicons { 81 78 background-color: #f1f1f1; 79 color: #d84800; 82 80 clear: left; 83 81 font-size: 100px; … … 90 88 } 91 89 92 .index_page_bp-about .bp-headline-feature h3, 93 .index_page_bp-about .bp-headline-feature .headline-title, 94 .dashboard_page_bp-about .bp-headline-feature h3, 95 .dashboard_page_bp-about .bp-headline-feature .headline-title { 90 .buddypress .bp-headline-feature .headline-title { 96 91 font-size: 2.2em; 97 92 font-weight: 300; 98 93 line-height: 1; 99 margin: 0 0 0 125px;100 } 101 102 .index_page_bp-about .bp-headline-feature p, 103 . dashboard_page_bp-about.bp-headline-feature p {94 margin: 0; 95 text-align: center; 96 } 97 98 .buddypress .bp-headline-feature p { 104 99 font-size: 1.15em; 105 margin: 1.15em auto 0.6em 125px; 106 } 107 108 .index_page_bp-about .bp-headline-feature .introduction, 109 .dashboard_page_bp-about .bp-headline-feature .introduction { 110 font-weight: 600; 111 } 112 100 margin: 1.15em auto 0.6em 0; 101 } 113 102 114 103 /* 115 104 * 1.2.2 Features Section 116 105 */ 117 . index_page_bp-about .bp-features-section,118 .dashboard_page_bp-about .bp-features-section { 106 .buddypress .bp-features-section { 107 border-bottom: 1px solid #ccc; 119 108 clear: both; 120 109 margin-top: 3em; … … 123 112 } 124 113 125 .index_page_bp-about span.dashicons, 126 .dashboard_page_bp-about span.dashicons { 114 .buddypress .bp-features-section span.dashicons { 127 115 background-color: #fff; 128 116 border-radius: 50%; … … 138 126 } 139 127 140 .index_page_bp-about .bp-features-section h3, 141 .dashboard_page_bp-about .bp-features-section h3 { 128 .buddypress .bp-features-section .headline-title { 142 129 font-size: 2em; 143 130 font-weight: 300; 144 131 line-height: 1.5; 145 margin: 0 auto 3em;132 margin: 0 auto 2em; 146 133 text-align: center; 147 134 } 148 135 149 .index_page_bp-about .bp-feature, 150 .dashboard_page_bp-about .bp-feature { 136 .buddypress .bp-features-section .bp-feature-with-images { 137 border-bottom: 1px solid #ccc; 138 margin-bottom: 5em; 139 padding-bottom: 2em; 140 } 141 142 .buddypress .bp-features-section .bp-feature, 143 .buddypress .bp-features-section .bp-feature-imaged { 151 144 float: left; 152 145 margin-bottom: 3em; … … 155 148 } 156 149 157 158 .index_page_bp-about .bp-feature code, 159 .dashboard_page_bp-about .bp-feature code{ 150 .buddypress .bp-features-section .bp-feature.opposite, 151 .buddypress .bp-features-section .bp-feature-imaged.anon { 152 margin-right: 0; 153 } 154 155 .buddypress .bp-features-section .bp-feature code { 160 156 font-size: 0.95em; 161 157 line-height: 1.5; 162 158 } 163 159 164 .index_page_bp-about .bp-feature:nth-of-type(2n), 165 .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { 166 margin-right: 0; 167 } 168 169 .index_page_bp-about .bp-feature::after, 170 .dashboard_page_bp-about .bp-feature::after { 160 .buddypress .bp-feature::after { 171 161 content: ''; 172 162 } 173 163 174 .index_page_bp-about .bp-feature h4, 175 .dashboard_page_bp-about .bp-feature h4 { 164 .buddypress .bp-feature-imaged .feature-title { 165 color: #23282d; 166 font-size: 1.25em; 167 margin-bottom: 0.6em; 168 margin-top: 0; 169 } 170 171 .buddypress .bp-feature-imaged p { 172 clear: left; 173 font-size: 1.1em; 174 } 175 176 .buddypress .bp-feature-imaged img { 177 clear: left; 178 } 179 180 .buddypress .bp-feature .feature-title { 176 181 font-size: 1.25em; 177 182 line-height: 1.5; … … 182 187 } 183 188 184 .index_page_bp-about .bp-feature p, 185 .dashboard_page_bp-about .bp-feature p { 189 .buddypress .bp-feature p { 186 190 margin-left: 110px; 187 191 } … … 190 194 * 1.2.3 Changelog Section 191 195 */ 192 .index_page_bp-about .bp-changelog-section, 193 .dashboard_page_bp-about .bp-changelog-section { 196 .buddypress .bp-changelog-section { 194 197 clear: both; 195 margin-bottom: 8em;198 margin-bottom: 3em; 196 199 margin-top: 3em; 197 200 overflow: hidden; … … 199 202 } 200 203 201 .index_page_bp-about .bp-changelog-section::after, 202 .dashboard_page_bp-about .bp-changelog-section::after { 204 .buddypress .bp-changelog-section::after { 203 205 content: ''; 204 206 } 205 207 206 .index_page_bp-about .bp-changelog-section .changelog-title, 207 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 208 .buddypress .bp-changelog-section .changelog-title { 208 209 color: #23282d; 209 font-size: 1.8em; 210 font-weight: 300; 210 font-size: 1.25em; 211 211 line-height: 1.5; 212 margin: 0 auto 0.5em; 213 text-align: center; 214 } 215 216 .index_page_bp-about .bp-changelog-section .two-col > div, 217 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 212 margin: 0 auto 1.5em; 213 } 214 215 .buddypress .bp-changelog-section .two-col div { 218 216 float: left; 219 217 margin-right: 4.799999999%; … … 222 220 } 223 221 224 .index_page_bp-about .bp-changelog-section .two-col > div.last-feature, 225 .dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature { 222 .buddypress .bp-changelog-section .three-col .col { 223 float: left; 224 margin-right: 5%; 225 position: relative; 226 width: 29.95%; 227 } 228 229 .buddypress .two-col .col:nth-of-type(2n), 230 .buddypress .three-col .col:nth-of-type(3n) { 226 231 margin-right: 0; 227 232 } 228 233 229 .index_page_bp-about .bp-changelog, 230 .dashboard_page_bp-about .bp-changelog { 234 .buddypress .bp-changelog { 231 235 margin-bottom: 3em; 232 236 } 233 237 234 .index_page_bp-about .bp-changelog h4, 235 .dashboard_page_bp-about .bp-changelog h4 { 238 .buddypress .bp-changelog .title { 236 239 font-size: 1em; 237 240 margin-bottom: 0; … … 239 242 } 240 243 241 .index_page_bp-about .bp-changelog p, 242 .dashboard_page_bp-about .bp-changelog p { 244 .buddypress .bp-changelog p { 243 245 margin-bottom: 3em; 244 246 } … … 251 253 clear: both; 252 254 margin-bottom: 2em; 255 margin-top: 2em; 253 256 } 254 257 255 258 @media screen and ( max-width: 782px ) { 256 .index_page_bp-about .bp-headline-feature, 257 .dashboard_page_bp-about .bp-headline-feature { 259 .bp-headline-feature, 260 .bp-features-section, 261 .bp-changelog-section, 262 .bp-assets { 263 margin-left: 20px; 264 margin-right: 20px; 265 } 266 .buddypress .bp-headline-feature { 258 267 padding: 0; 259 268 } 260 .index_page_bp-about .bp-headline, 261 .dashboard_page_bp-about .bp-headline { 269 .buddypress .bp-headline { 262 270 margin: 0; 263 271 width: 97%; 264 272 } 265 .index_page_bp-about .bp-features-section, 266 .dashboard_page_bp-about .bp-features-section { 273 .buddypress .bp-features-section { 267 274 clear: both; 268 275 margin-bottom: 0; 269 276 margin-top: 2em; 270 } 271 .index_page_bp-about .bp-features-section h3, 272 .dashboard_page_bp-about .bp-features-section h3, 273 .index_page_bp-about .bp-changelog-section .changelog-title, 274 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 275 font-size: 1.8em; 276 font-weight: 300; 277 padding-bottom: 2em; 278 } 279 .buddypress .bp-features-section .bp-feature-with-images { 280 margin-bottom: 2em; 281 } 282 .buddypress .bp-features-section .headline-title { 283 margin-bottom: 1em; 284 } 285 .buddypress .bp-changelog-section .changelog-title { 286 font-size: 1.25em; 277 287 line-height: 1.5; 278 288 margin-bottom: 0.5em; 279 289 margin-top: 0.5em; 280 290 } 281 .index_page_bp-about .bp-features-section h4, 282 .dashboard_page_bp-about .bp-features-section h4, 283 .index_page_bp-about .bp-changelog-section h4, 284 .dashboard_page_bp-about .bp-changelog-section h4 { 291 .buddypress .bp-features-section .feature-title, 292 .buddypress .bp-changelog-section .title { 285 293 font-size: 1.25em; 286 294 line-height: 1.25; … … 288 296 text-align: left; 289 297 } 290 . index_page_bp-about.bp-feature,291 . dashboard_page_bp-about .bp-feature{298 .buddypress .bp-features-section .bp-feature, 299 .buddypress .bp-features-section .bp-feature-imaged { 292 300 clear: both; 293 301 float: left; … … 298 306 width: 100%; 299 307 } 300 .index_page_bp-about .bp-feature span, 301 .dashboard_page_bp-about .bp-feature span { 308 .buddypress .bp-features-section .bp-feature-imaged p { 309 font-size: 1em; 310 } 311 .buddypress .bp-features-section .bp-feature span { 302 312 margin-top: 0.33em; 303 313 } 304 .index_page_bp-about .bp-feature h4, 305 .dashboard_page_bp-about .bp-feature h4, 306 .index_page_bp-about .bp-feature p, 307 .dashboard_page_bp-about .bp-feature p { 308 width: 100%; 309 } 310 .index_page_bp-about .bp-feature.opposite h4, 311 .dashboard_page_bp-about .bp-feature.opposite h4, 312 .index_page_bp-about .bp-feature.opposite p, 313 .dashboard_page_bp-about .bp-feature.opposite p { 314 .buddypress .bp-feature.opposite .feature-title, 315 .buddypress .bp-feature.opposite p { 314 316 float: none; 315 317 } 316 .index_page_bp-about .bp-changelog-section, 317 .dashboard_page_bp-about .bp-changelog-section { 318 .buddypress .bp-changelog-section { 318 319 clear: both; 319 320 margin-bottom: 2em; 320 } 321 .index_page_bp-about .bp-changelog-section .changelog-title, 322 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 321 margin-top: 2em; 322 } 323 .buddypress .bp-changelog-section .changelog-title { 324 margin-bottom: 1.5em; 325 } 326 .buddypress .bp-changelog .title { 327 font-size: 1em; 328 } 329 .buddypress .bp-changelog p { 323 330 margin-bottom: 1em; 324 331 } 325 .index_page_bp-about .bp-changelog h4, 326 .dashboard_page_bp-about .bp-changelog h4 { 327 font-size: 1em; 328 } 329 .index_page_bp-about .bp-changelog p, 330 .dashboard_page_bp-about .bp-changelog p { 331 margin-bottom: 2em; 332 } 333 .index_page_bp-about .bp-changelog-section .two-col > div, 334 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 332 .buddypress .bp-changelog-section .two-col > div, 333 .buddypress .bp-changelog-section .three-col .col { 335 334 margin-top: 0; 336 335 padding-bottom: 0.5em; … … 339 338 } 340 339 @media screen and ( max-width: 360px ) { 341 .index_page_bp-about .bp-headline, 342 .dashboard_page_bp-about .bp-headline { 340 .buddypress .bp-headline { 343 341 text-align: center; 344 342 } 345 .index_page_bp-about .bp-headline span.dashicons, 346 .dashboard_page_bp-about .bp-headline span.dashicons { 343 .buddypress .bp-headline span.dashicons { 347 344 clear: none; 348 345 font-size: 80px; … … 353 350 width: 80px; 354 351 } 355 .index_page_bp-about .bp-headline-feature h3, 356 .index_page_bp-about .bp-headline-feature .headline-title, 357 .dashboard_page_bp-about .bp-headline-feature h3, 358 .dashboard_page_bp-about .bp-headline-feature .headline-title { 352 .buddypress .bp-headline-feature .headline-title, 353 .buddypress .bp-features-section .headline-title { 354 font-size: 1.5em; 355 line-height: 1.5; 356 } 357 .buddypress .bp-headline-feature .headline-title { 359 358 margin: 1em 0 0 0; 360 359 text-align: left; 361 360 } 362 .index_page_bp-about .bp-headline-feature p, 363 .dashboard_page_bp-about .bp-headline-feature p { 361 .buddypress .bp-headline-feature p { 364 362 margin: 1.15em auto 0.6em 0; 365 363 text-align: left; 366 }367 .index_page_bp-about .bp-headline-feature .headline-title,368 .dashboard_page_bp-about .bp-headline-feature .headline-title {369 font-size: 1.5em;370 line-height: 1.5;371 }372 .index_page_bp-about .bp-headline-feature p,373 .dashboard_page_bp-about .bp-headline-feature p {374 364 width: auto; 375 365 } 376 .index_page_bp-about .bp-feature, 377 .dashboard_page_bp-about .bp-feature { 366 .buddypress .bp-features-section .bp-feature { 378 367 text-align: center; 379 368 } 380 .index_page_bp-about span.dashicons, 381 .dashboard_page_bp-about span.dashicons { 369 .buddypress .bp-features-section span.dashicons { 382 370 float: none; 383 371 } 384 .index_page_bp-about .bp-features-section h4, 385 .dashboard_page_bp-about .bp-features-section h4, 386 .index_page_bp-about .bp-features-section p, 387 .dashboard_page_bp-about .bp-features-section p { 372 .buddypress .bp-features-section .feature-title, 373 .buddypress .bp-features-section p { 388 374 margin-left: 0; 389 375 text-align: left;
Note: See TracChangeset
for help on using the changeset viewer.