bbpress.less 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #bbpress-forums {
  2. p.bbp-topic-meta,
  3. ul.bbp-reply-revision-log,
  4. ul.bbp-topic-revision-log,
  5. div.bbp-template-notice,
  6. .widget_display_topics,
  7. .widget_display_replies,
  8. p.bbp-topic-meta {
  9. img.avatar {
  10. display: inline-block;
  11. margin-bottom: 0 !important;
  12. &.avatar-14 {
  13. display: none !important;
  14. }
  15. }
  16. }
  17. .bbp-topic-started-by img {
  18. display: none !important;
  19. }
  20. #bbp_search {
  21. width: 200px;
  22. margin-right: 10px;
  23. }
  24. #bbp-search-form {
  25. margin-bottom: 10px;
  26. }
  27. .bbp-forum-title {
  28. .vamtam-font(h3-);
  29. }
  30. .bbp-forum-info .bbp-forum-content,
  31. p.bbp-topic-meta {
  32. .vamtam-font(primary-font-);
  33. }
  34. .bbp-breadcrumb {
  35. p {
  36. margin: 0;
  37. }
  38. }
  39. #subscription-toggle {
  40. float: right;
  41. }
  42. }