Advertisement
Guest User

Untitled

a guest
Nov 5th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.84 KB | None | 0 0
  1. /*update -v3*/
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3.  
  4. @-moz-document domain("io.hsoub.com") {
  5. .hsoub-header {
  6.     background-color: #1c1c1c !important;
  7. }
  8. #HsoubFooterWrapper {
  9.     background-color: #202020 !important;
  10. }
  11.  .hsoub-bars {
  12.     background-color: #1111 !important;
  13. }
  14. .hsoub-logo {
  15.     background-color: #1111 !important;
  16. }
  17.  .hsoub-menu-item-link {
  18.     background-color: #202020
  19. }
  20. .dropdown-menu {
  21.     background-color: #111111
  22. }
  23. .editable, div[contentEditable="true"] {
  24.     background-color: #000000
  25. }
  26.  .hsoub-menu-item {
  27.    background-color: #202020
  28. }
  29.  .hsoub-dropdown-item-link {
  30.    background-color: #202020
  31. }
  32.  .hsoub-list-group {
  33.    background-color: #202020
  34. }
  35.  .hsoub-list-action-link {
  36.    background-color: #202020
  37.     }
  38.     .hsoub-searchbar {
  39.            background-color: #202020
  40.     }
  41. .hsoub-content {
  42.     background-color: #202020 !important;
  43. }
  44. .blockW {
  45.     background-color: #111111 !important;
  46. }
  47. .hsoub-header {
  48.     background-color: #202020 !important;
  49. }
  50. .itemsList .listItem {
  51.     background-color: #111111 !important;
  52. }
  53.  .margin-b0 {
  54.     background-color: #1111 !important;
  55. }
  56. .post {
  57.     background-color: #000000
  58. }
  59. .comment {
  60.     background-color: #000000
  61. }
  62. .commentBox {
  63.     background-color: #000000
  64. }
  65. #editable_comment_content {
  66.               background-color: #000000
  67. }
  68. .profileBreif .row {
  69.   background-color: #202020
  70. }
  71. .infoBlocks .inf .contBlock {
  72.   background-color: #202020
  73. }
  74. .hsoub-sidebar {
  75.   background-color: #202020
  76. }
  77. .hsoub-sidebar-search {
  78.   background-color: #202020
  79. }
  80. .articleBody p {
  81.     color: #c1c1c1;
  82. }
  83. .post_content p {
  84.         color: #c1c1c1;
  85. }
  86. .articleCont h1 a {
  87.         color: #c1c1c1;
  88. }
  89. #post-comments-top {
  90.         color: #c1c1c1;
  91.  
  92. }
  93. #post-comments-new {
  94.         color: #c1c1c1;
  95.  
  96. }
  97. #post-comments-old {
  98.         color: #c1c1c1;
  99.  
  100. }
  101. .commentBox > h2 {
  102.         color: #c1c1c1;
  103.  
  104. }
  105. .articleCont .pull-right > span {
  106.         color: #c1c1c1;
  107. }
  108. .articleCont .dropdown-toggle span {
  109.         color: #c1c1c1;
  110. }
  111. .underline {
  112.         color: #c1c1c1;
  113.  
  114. }
  115. .community-desc {
  116.         color: #c1c1c1 !important;
  117. }
  118. .community-card .communityFollower span {
  119.         color: #c1c1c1;
  120. }
  121. .post-title a {
  122.        color: #c1c1c1;
  123. }
  124. .postDetails span {
  125.        color: #c1c1c1;
  126. }
  127. .nav > li > a {
  128.        color: #c1c1c1;
  129. }
  130. .nav-tabs > li.active > a {
  131.        color: #c1c1c1;
  132. }
  133. .caret {
  134.        color: #c1c1c1;
  135. }
  136. ul.dropdown-menu li a  {
  137.     color: #c1c1c1;
  138. }
  139. .community_follow_btn {
  140.     color: #c1c1c1 !important;
  141. }
  142. .btn-primary {
  143.     background-color: #222222;
  144.     border-color: #222222;
  145. }
  146.     .btn-default {
  147.     color: #c1c1c1;
  148.     background-color: #222222;
  149.     border-color: #222222;
  150. }
  151.     .fa-angle-down::before {
  152.     content: "\f107";
  153.     color: blue;
  154. }
  155. .post_vote .fa {
  156.     color: chartreuse;
  157.     font-size: 35px;
  158. }
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement