Advertisement
Konark

Untitled

Oct 3rd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.32 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. .bbp-user-edit #bbpress-forums #bbp-user-wrapper input, .bbp-user-edit #bbpress-forums #bbp-user-wrapper textarea {
  42.     border: 1px solid #6c6c77;
  43.     background-color: #3b4048;
  44.     border-color: #6c6c77;
  45. }
  46.  
  47. .bbpress #bbpress-forums .bbp-replies .even.type-reply {
  48.     margin-left: 0;
  49. }
  50.  
  51. .bbpress #bbpress-forums .wp-editor-container {
  52.     border: 1px solid #69717d;
  53. }
  54.  
  55. .bbpress #bbpress-forums .quicktags-toolbar {
  56.     border-bottom: 1px solid #69717d;
  57.     background: #3b4048;
  58. }
  59.  
  60. .bbpress #bbpress-forums .wp-core-ui .button,
  61. .bbpress #bbpress-forums .wp-core-ui .button-secondary {
  62.     color: #888888;
  63.     border-color: #69717d;
  64.     background: #3b4048;
  65.     box-shadow: none;
  66. }
  67.  
  68. .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 {
  69.     border-color: #999;
  70.   color: #b5b5b5;
  71.   background: #495261;
  72. }
  73.  
  74. #bbpress-forums fieldset.bbp-form {
  75.     border: 1px solid #505050;
  76. }
  77.  
  78. #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus,
  79. .bbpress .bbp-form #bbp_topic_tags:focus, .bbpress .bbp-form #bbp_topic_title:focus,
  80. #bbpress-forums fieldset.bbp-form select:focus,
  81. #bbpress-forums fieldset.bbp-form input:focus,
  82. #bbpress-forums #bbp-search-form #bbp_search:focus,
  83. .bbp-user-edit #bbpress-forums #bbp-user-wrapper input:focus, .bbp-user-edit #bbpress-forums #bbp-user-wrapper textarea:focus {
  84.     border-color: #999;
  85.     background-color: transparent;
  86. }
  87.  
  88. .bbpress.single .hentry .entry-footer>:first-child,
  89. .bbpress .edit-link{
  90.         margin-top: 55px;
  91.     background: #33373c;
  92.     color: #d2d7dc;
  93.     font-size: 13px;
  94.     padding: 10px;
  95.     border-radius: 5px;
  96. }
  97.  
  98. .bbpress .footer-container {
  99.     background: #212428;
  100. }
  101.  
  102. .bbpress #bbpress-forums ul.bbp-topics {
  103.     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);
  104.     border-radius:3px;
  105. }
  106.  
  107. #bbpress-forums .forum-titles li,
  108. #bbpress-forums .forum-titles,
  109. .bbpress #bbpress-forums ul.bbp-forums li.bbp-header>ul li {
  110.     background: #40464c !important;
  111.     color: #d2d7dc !important;
  112.   font-size: 16px !important;
  113. }
  114.  
  115. #bbpress-forums ul li>ul:nth-child(even) li,
  116. .bbpress #bbpress-forums .bbp-forums li > ul:nth-child(even),
  117. .bbpress #bbpress-forums .bbp-topics li > ul:nth-child(even) {
  118.     background-color: #3d4148 !important;
  119. }
  120.  
  121. #bbpress-forums div.bbp-search-form {
  122.     padding-top: 40px;
  123. }
  124.  
  125. .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 {
  126.     border-right: 1px solid #5a5a5a;
  127.     border-left: 1px solid #5a5a5a;
  128. }
  129.  
  130. #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 {
  131.         background: #33373c;
  132. }
  133.  
  134. #bbp-search-form .button {
  135.         min-height: 59px;
  136. }
  137.  
  138. .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
  139.     box-shadow: none;
  140.     border-bottom: 1px solid #6b6b71;
  141.   border-top: 1px solid #6b6b71;
  142. }
  143.  
  144. .buddypress-wrap .main-navs:not(.dir-navs) li.current a, .buddypress-wrap .main-navs:not(.dir-navs) li.selected a {
  145.       background: #33373c;
  146.     color: #d2d7dc;
  147. }
  148.  
  149. .buddypress-wrap .bp-navs li:not(.selected) a:hover {
  150.      background: #3f4348;
  151.     color: #d2d7dc;
  152. }
  153.  
  154. .buddypress-wrap .bp-feedback {
  155.     background: #33373c;
  156.     color: #d2d7dc;
  157.     padding: 20px;
  158. }
  159.  
  160. .bbpress #bbpress-forums>ul li>ul li .bbp-forum-title:hover {
  161.     opacity: 0.8;
  162. }
  163.  
  164. .bbpress #bbpress-forums .bbp-replies .odd.type-reply {
  165.     margin-left: 0;
  166. }
  167.  
  168. .bbpress .entry-content ul:not([class])>li:before {
  169.     content: "";
  170. }
  171.  
  172. @media only screen and (min-width: 1441px) {
  173.     body.bbpress .col-xl-push-2 {
  174.             left: 8.33333%;
  175.     }
  176. }
  177.  
  178. @media only screen and (min-width: 1441px) {
  179.     body.bbpress .col-xl-8 {
  180.             -ms-flex: 0 0 83.33333%;
  181.             flex: 0 0 83.33333%;
  182.             max-width: 83.33333%;
  183.     }
  184. }
  185.  
  186. .post .entry-content h1 {
  187.         font-size: 32px;
  188. }
  189.  
  190. .post .entry-content h2 {
  191.         font-size: 29px;
  192. }
  193.  
  194. .post .entry-content h3 {
  195.         font-size: 25px;
  196. }
  197.  
  198. .post .entry-content h4 {
  199.         font-size: 22px;
  200. }
  201.  
  202. .post .entry-content h5 {
  203.         font-size: 20px;
  204. }
  205.  
  206. .post .entry-content h6 {
  207.         font-size: 18px;
  208. }
  209.  
  210. .post .entry-content pre {
  211.     background: #24272b;
  212.     border: 0;
  213.         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);
  214. }
  215.  
  216. .post .entry-content pre code {
  217.     background-color: transparent;
  218.     border: 0;
  219. }
  220.  
  221. .post-author-bio {
  222.     display: none;
  223. }
  224.  
  225. .site-content_wrap .comments-area .comment-form-comment textarea {
  226.     border: 1px solid #6c6c77;
  227.     background-color: transparent;
  228.     border-color: #6c6c77;
  229.     transition: border-color 0.3s ease;
  230. }
  231.  
  232. .site-content_wrap .comments-area .comment-form-comment textarea:focus {
  233.     border: 1px solid #6c6c77;
  234.     border-color: #c9c9d2;
  235. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement