joeyflodder

Japtem Clean Dark

May 21st, 2019 (edited)
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.62 KB | None | 0 0
  1. *{
  2.     background: #0d0d0d;
  3.     color: #a8a8a8;
  4.     margin: 0 !important;
  5.     padding: 0 !important;
  6.     max-width: 100% !important;
  7.     font-size: 30px !important;
  8.     line-height: 1.1em;
  9.     font-family: serif
  10. }
  11. body.has-sidebar #main .sidebar {
  12.     display: none;
  13. }
  14. body.has-sidebar #content {
  15.     width: 100%;
  16. }
  17. #main{
  18.     padding: 0
  19. }
  20. #wrapper #main .fusion-portfolio-content > h1.fusion-post-title, #wrapper #main .fusion-portfolio-content > h2.fusion-post-title, #wrapper #main .fusion-post-content > .blog-shortcode-post-title, #wrapper #main .fusion-post-content > h1.fusion-post-title, #wrapper #main .fusion-post-content > h2.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title, #wrapper #main .post > h1.fusion-post-title, #wrapper #main .post > h2.fusion-post-title, #wrapper .fusion-events-shortcode .fusion-events-meta h1, #wrapper .fusion-events-shortcode .fusion-events-meta h2 {
  21.     color: #a8a8a8;
  22. }
  23. .fusion-author .fusion-author-title, .fusion-modal h3, .fusion-post-content h3, .fusion-title h3, .fusion-widget-area h3, .person-author-wrapper span, .post-content h3, .project-content h3, .sidebar .widget h3, .title h3 {
  24.     color: #a8a8a8;
  25.     font-weight: 400;
  26. }
  27. .fusion-page-title-bar h1 {
  28.     color: #a8a8a8;
  29. }
  30. .fusion-page-title-bar {
  31.     border: none;
  32. }
  33. .fusion-header-v7 .fusion-main-menu {
  34.     display: none;
  35. }
  36. .rc-anchor-invisible-text {
  37.     display:none;
  38. }
  39. .grecaptcha-badge {
  40.     visibility: hidden;
  41. }
  42. [title~=click] {
  43.     display: none;
  44. }
  45. #disqus_thread {
  46.     display: none;
  47. }
  48. #wrapper > div.fusion-footer {
  49.     display: none;
  50. }
  51. #post-236 > div.fusion-sharing-box.fusion-single-sharing-box.share-box {
  52.     display: none;
  53. }
  54. #post-236 > div.fusion-meta-info {
  55.     display: none;
  56. }
  57. body {
  58.     background: #0d0d0d
  59. }
  60. #main .post h2 a, .about-author .title a, .fusion-content-widget-area .widget .recentcomments a, .fusion-content-widget-area .widget li a, .fusion-content-widget-area .widget_categories li, .fusion-hide-pagination-text .pagination-next:after, .fusion-hide-pagination-text .pagination-prev:before, .fusion-load-more-button, .fusion-rollover a, .pagination .pagination-next:after, .pagination .pagination-prev:before, .project-content .project-info .project-info-box a, .shop_attributes tr th, .single-navigation a[rel="next"]:after, .single-navigation a[rel="prev"]:before, body a, body a:after, body a:before {
  61.     color: #aa8a8a;
  62. }
  63. .post-content table {
  64.     background-color: #2e2e2e;
  65. }
  66. .post-content td, tr {
  67.     border:none;
  68.     color: #aa8a8a;
  69. }
Add Comment
Please, Sign In to add comment