Advertisement
Guest User

Untitled

a guest
Sep 27th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.51 KB | None | 0 0
  1. #main-content
  2.   {
  3.     background-color: #101010 !important;
  4.   }
  5.  
  6.   h1, h2, h3, h4, h5, h6
  7.   {
  8.     color: #c8c8c8;
  9.   }
  10.  
  11.   .et_pb_widget a
  12.   {
  13.     color: #ececec;
  14.     text-decoration: none;
  15.   }
  16.  
  17.   #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
  18.   {
  19.     font-size: 12px;
  20.     overflow: hidden;
  21.     border: 1px solid #292929;
  22.     margin-bottom: 20px;
  23.     clear: both;
  24.   }
  25.  
  26.   #bbpress-forums li.bbp-header
  27.   {
  28.     background: #292929;
  29.   }
  30.  
  31.   #main-header
  32.   {
  33.     background-color: #292929;
  34.   }
  35.  
  36.   #top-header
  37.   {
  38.     background-color: #292929;
  39.   }
  40.  
  41.   #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer
  42.   {
  43.     border-top: 1px solid #292929;
  44.     font-weight: 700;
  45.     padding: 8px;
  46.     text-align: center;
  47.   }
  48.  
  49.   #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer
  50.   {
  51.     background: #292929;
  52.   }
  53.  
  54.   body
  55.   {
  56.     color: #cecece;
  57.   }
  58.  
  59.   #bbpress-forums div.bbp-reply-content pre
  60.   {
  61.     background-color: #393939;
  62.   }
  63.  
  64.   #bbpress-forums div.odd, #bbpress-forums ul.odd
  65.   {
  66.     background-color: #1f1f1f;
  67.   }
  68.  
  69.   #bbpress-forums div.even, #bbpress-forums ul.even
  70.   {
  71.     background-color: #323232;
  72.   }
  73.  
  74.   #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic
  75.   {
  76.     border-top: 1px solid #292929;
  77.     overflow: hidden;
  78.     padding: 8px;
  79.   }
  80.  
  81.   a
  82.   {
  83.     color: #ff4d4d;
  84.   }
  85.  
  86.   #bbpress-forums .bbp-forums-list
  87.   {
  88.     margin: 0 0 0 5px;
  89.     padding-left: 15px;
  90.     border-left: 1px solid #292929;
  91.   }
  92.  
  93.   #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header
  94.   {
  95.     background-color: #474747;
  96.   }
  97.  
  98.   div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header
  99.   {
  100.     border-top: 1px solid #707070;
  101.     clear: both;
  102.   }
  103.  
  104.   #bbpress-forums .gdbbx-footer-meta
  105.   {
  106.     background-color: #474747;
  107.     padding: 8px;
  108.     margin: 12px 0 0;
  109.     overflow: auto;
  110.   }
  111.  
  112.   div.mce-panel
  113.   {
  114.     border: 0;
  115.     background: #ccc;
  116.   }
  117.  
  118.   .mce-panel
  119.   {
  120.     background: #aaa;
  121.   }
  122.  
  123.   div.bbp-template-notice.info
  124.   {
  125.     border: #7f8488 1px solid;
  126.     background-color: #9ea3a8;
  127.   }
  128.  
  129.   #main-content .container:before
  130.   {
  131.     position: absolute;
  132.     top: 0;
  133.     width: 1px;
  134.     height: 100%;
  135.     background-color: #474747;
  136.     content: "";
  137.   }
  138.  
  139.     #tinymce p {
  140.         color: #fff;
  141.     }
  142.    
  143. #tinymce {
  144.     background-color: #000
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement