Advertisement
Konark

Untitled

Sep 30th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. /* Forums */
  2. body.bbpress {
  3.     background: #2d3238 !important;
  4.     background-image: none !important;
  5. }
  6.  
  7. .bbpress #bbpress-forums>ul li>ul li .bbp-forum-title {
  8.     color: #d2d7dc;
  9. }
  10.  
  11. body.bbpress #primary {
  12.     background: #383c42;
  13.   border-radius: 5px;
  14.   margin-bottom: 60px;
  15.     box-shadow: 0 0 2px 0
  16.         rgba(0,0,0,0.14), 0 2px 2px 0
  17.         rgba(0,0,0,0.12), 0 1px 3px 0
  18.         rgba(0,0,0,0.2);
  19. }
  20.  
  21. #bbpress-forums li,
  22. .bbpress #bbpress-forums .bbp-replies .odd,
  23. .bbpress #bbpress-forums .bbp-replies .even.type-reply {
  24.     background: #33373c;
  25.     color: #d2d7dc;
  26. }
  27.  
  28. .bbpress #bbpress-forums .bbp-replies .bbp-reply-content {
  29.     background: #3b4048;
  30. }
  31.  
  32. .bbpress #bbpress-forums .bbp-replies .bbp-reply-content::before, .bbpress #bbpress-forums .bbp-replies .bbp-reply-content.status-trash::before, .bbpress.bbp-search #bbp-search-results li .bbp-reply-content::before {
  33.     border-color: transparent #3b4048 transparent transparent;
  34. }
  35.  
  36. #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
  37. .bbpress .bbp-form #bbp_topic_tags, .bbpress .bbp-form #bbp_topic_title,
  38. #bbpress-forums fieldset.bbp-form select,
  39. #bbpress-forums fieldset.bbp-form input,
  40. #bbpress-forums #bbp-search-form #bbp_search {
  41.     border: 1px solid #6c6c77;
  42.     background-color: #3b4048;
  43.     border-color: #6c6c77;
  44. }
  45.  
  46. .bbpress #bbpress-forums .bbp-replies .even.type-reply {
  47.     margin-left: 0;
  48. }
  49.  
  50. .bbpress #bbpress-forums .wp-editor-container {
  51.     border: 1px solid #69717d;
  52. }
  53.  
  54. .bbpress #bbpress-forums .quicktags-toolbar {
  55.     border-bottom: 1px solid #69717d;
  56.     background: #3b4048;
  57. }
  58.  
  59. .bbpress #bbpress-forums .wp-core-ui .button,
  60. .bbpress #bbpress-forums .wp-core-ui .button-secondary {
  61.     color: #888888;
  62.     border-color: #69717d;
  63.     background: #3b4048;
  64.     box-shadow: none;
  65. }
  66.  
  67. .bbpress #bbpress-forums .wp-core-ui .button-secondary:focus, .bbpress #bbpress-forums .wp-core-ui .button-secondary:hover, .bbpress #bbpress-forums .wp-core-ui .button.focus, .bbpress #bbpress-forums .wp-core-ui .button.hover, .bbpress #bbpress-forums .wp-core-ui .button:focus, .bbpress #bbpress-forums .wp-core-ui .button:hover {
  68.     border-color: #999;
  69.   color: #b5b5b5;
  70.   background: #495261;
  71. }
  72.  
  73. #bbpress-forums fieldset.bbp-form {
  74.     border: 1px solid #505050;
  75. }
  76.  
  77. #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus,
  78. .bbpress .bbp-form #bbp_topic_tags:focus, .bbpress .bbp-form #bbp_topic_title:focus,
  79. #bbpress-forums fieldset.bbp-form select:focus,
  80. #bbpress-forums fieldset.bbp-form input:focus,
  81. #bbpress-forums #bbp-search-form #bbp_search:focus {
  82.     border-color: #999;
  83.     background-color: transparent;
  84. }
  85.  
  86. .bbpress.single .hentry .entry-footer>:first-child,
  87. .bbpress .edit-link{
  88.         margin-top: 55px;
  89.     background: #33373c;
  90.     color: #d2d7dc;
  91.     font-size: 13px;
  92.     padding: 10px;
  93.     border-radius: 5px;
  94. }
  95.  
  96. .bbpress .footer-container {
  97.     background: #212428;
  98. }
  99.  
  100. .bbpress #bbpress-forums ul.bbp-topics {
  101.     box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
  102.     border-radius:3px;
  103. }
  104.  
  105. #bbpress-forums .forum-titles li,
  106. #bbpress-forums .forum-titles,
  107. .bbpress #bbpress-forums ul.bbp-forums li.bbp-header>ul li {
  108.     background: #40464c !important;
  109.     color: #d2d7dc !important;
  110.   font-size: 16px !important;
  111. }
  112.  
  113. #bbpress-forums ul li>ul:nth-child(even) li,
  114. .bbpress #bbpress-forums .bbp-forums li > ul:nth-child(even) {
  115.     background-color: #3d4148 !important;
  116. }
  117.  
  118. #bbpress-forums div.bbp-search-form {
  119.     padding-top: 40px;
  120. }
  121.  
  122. .bbpress #bbpress-forums ul.bbp-forums li.bbp-forum-topic-count, .bbpress #bbpress-forums ul.bbp-forums li.bbp-topic-voice-count, .bbpress #bbpress-forums ul.bbp-topics li.bbp-forum-topic-count, .bbpress #bbpress-forums ul.bbp-topics li.bbp-topic-voice-count {
  123.     border-right: 1px solid #5a5a5a;
  124.     border-left: 1px solid #5a5a5a;
  125. }
  126.  
  127. #bbpress-forums li.bbp-header, .bbpress #bbpress-forums .bbp-forums li > ul:nth-child(even), .bbpress #bbpress-forums .bbp-topics li > ul:nth-child(even), #bbpress-forums div.bbp-reply-content {
  128.         background: #33373c;
  129. }
  130.  
  131. #bbp-search-form .button {
  132.         min-height: 59px;
  133. }
  134.  
  135. @media only screen and (min-width: 1441px) {
  136.     body.bbpress .col-xl-push-2 {
  137.             left: 8.33333%;
  138.     }
  139. }
  140.  
  141. @media only screen and (min-width: 1441px) {
  142.     body.bbpress .col-xl-8 {
  143.             -ms-flex: 0 0 83.33333%;
  144.             flex: 0 0 83.33333%;
  145.             max-width: 83.33333%;
  146.     }
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement