Changeset 6850 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 03/10/2018 11:32:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r6317 r6850 14 14 .three-up { //3-columns section 15 15 @extend .clear; 16 16 17 17 @media (min-width: $ms-breakpoint) { 18 18 > div { … … 96 96 @media screen and ( min-width: $ms-breakpoint ) { 97 97 float: left; 98 padding: 0; 98 padding: 0; 99 99 width: 65%; 100 100 } … … 162 162 163 163 .bbp-body { 164 .bbp-topic-freshness, 165 .bbp-topic-voice-count, 164 .bbp-topic-freshness, 165 .bbp-topic-voice-count, 166 166 .bbp-topic-reply-count { 167 167 font-size: ms(-3); … … 171 171 .bbp-header, 172 172 .bbp-body { 173 li.bbp-forum-freshness, 173 li.bbp-forum-freshness, 174 174 li.bbp-topic-freshness { 175 175 width: 58%; … … 191 191 } 192 192 193 ul.bbp-lead-topic, 194 ul.bbp-replies, 195 ul.bbp-search-results, 193 ul.bbp-lead-topic, 194 ul.bbp-replies, 195 ul.bbp-search-results, 196 196 ul.bbp-topics.full-posts, 197 197 li.bbp-body div.hentry { … … 216 216 } 217 217 218 div.bbp-topic-author img.avatar, 218 div.bbp-topic-author img.avatar, 219 219 div.bbp-reply-author img.avatar { 220 220 border-radius: 50%; … … 246 246 } 247 247 248 div.bbp-reply-author a.bbp-author-name, 248 div.bbp-reply-author a.bbp-author-name, 249 249 div.bbp-topic-author a.bbp-author-name { 250 250 clear: none; … … 254 254 } 255 255 256 div.bbp-reply-author, 256 div.bbp-reply-author, 257 257 div.bbp-topic-author { 258 258 float: none; … … 291 291 } 292 292 293 div.topic, 293 div.topic, 294 294 div.reply { 295 295 padding: 1.5rem 1.5rem 1.5rem 0; 296 296 } 297 297 298 div.bbp-reply-content, 298 div.bbp-reply-content, 299 299 div.bbp-topic-content { 300 300 padding: 0; … … 311 311 } 312 312 313 div.bbp-reply-content a, 313 div.bbp-reply-content a, 314 314 div.bbp-topic-content a { 315 315 text-decoration: underline; … … 317 317 } 318 318 319 div.bbp-reply-content a.mention, 319 div.bbp-reply-content a.mention, 320 320 div.bbp-topic-content a.mention { 321 321 text-decoration: none; … … 323 323 } 324 324 325 div.bbp-reply-content .bbp-reply-revision-log-item a, 325 div.bbp-reply-content .bbp-reply-revision-log-item a, 326 326 div.bbp-topic-content .bbp-topic-revision-log-item a { 327 327 text-decoration: none; … … 346 346 } 347 347 348 ul.status-closed, 348 ul.status-closed, 349 349 ul.status-closed a { 350 350 color: inherit; … … 358 358 display: none; // Hides the avatar from single forum view. 359 359 } 360 360 361 361 a ~ a { 362 362 margin-left: -3px; // Hides non-breaking space after the avatar. … … 449 449 } 450 450 451 #bbpress-forums ul.bbp-forums, 452 #bbpress-forums ul.bbp-lead-topic, 453 #bbpress-forums ul.bbp-replies, 454 #bbpress-forums ul.bbp-search-results, 451 #bbpress-forums ul.bbp-forums, 452 #bbpress-forums ul.bbp-lead-topic, 453 #bbpress-forums ul.bbp-replies, 454 #bbpress-forums ul.bbp-search-results, 455 455 #bbpress-forums ul.bbp-topics, 456 456 #bbpress-forums #bbp-user-wrapper { … … 472 472 } 473 473 474 li.bbp-forum-freshness, 474 li.bbp-forum-freshness, 475 475 li.bbp-topic-freshness { 476 476 text-align: left; … … 489 489 490 490 .forum-titles { 491 .bbp-topic-voice-count, 491 .bbp-topic-voice-count, 492 492 .bbp-topic-reply-count { 493 493 overflow: hidden; … … 515 515 } 516 516 517 li.bbp-header li.bbp-forum-info, 517 li.bbp-header li.bbp-forum-info, 518 518 li.bbp-header li.bbp-topic-title { 519 519 text-align: left !important; … … 533 533 } 534 534 535 .bbp-topic-form fieldset.bbp-form button, 535 .bbp-topic-form fieldset.bbp-form button, 536 536 .bbp-reply-form fieldset.bbp-form button { // specifc overwrites 537 537 float: none; … … 796 796 } 797 797 798 .forum-info li.forum-subscribe:before, 798 .forum-info li.forum-subscribe:before, 799 799 .topic-info li.topic-subscribe:before { 800 800 content: "\f465"; … … 836 836 } 837 837 838 div.even:not(.topic), 839 ul.even, 838 div.even:not(.topic), 839 ul.even, 840 840 div.odd, 841 841 ul.odd { … … 866 866 } 867 867 868 &.sticky, 868 &.sticky, 869 869 &.super-sticky, 870 870 &.status-closed { … … 924 924 925 925 .sidebar { 926 927 926 .topic-info li.topic-forum:before { 928 927 content: "\f230"; … … 941 940 } 942 941 942 .plugin-meta-icon { 943 border-top: 0; 944 } 945 946 .plugin-icon { 947 margin: 0; 948 height: 128px; 949 width: 128px; 950 background-size: contain; 951 } 943 952 } 944 953 … … 1017 1026 } 1018 1027 } 1019 1020 1021 1022 1023 1024
Note: See TracChangeset
for help on using the changeset viewer.