Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain(crunchbang.org), url(www.crunchbang.org), url-prefix(www.crunchbang.org) {
  3.  
  4. *{
  5. font-family: terminus !important;
  6. }
  7. body, html, .punwrap {
  8. background-color: #252627!important;
  9. color: #ededf7 !important;
  10. }
  11. #s, .activetopics, .codebox, #masthead, #punindex, #brdheader, #brdmenu, #brdwelcome, #brdmain, #fini, #footermenu a, #brdfooternav, .inbox, .blockpost h2, .clearb, .tcmod, .community_info, .quotebox, .tc2, .tc3, .tcl, .tcr {
  12. background-image: none !important;
  13. background-color: #252627!important;
  14. color: #ededf7 !important;
  15. border: 1px solid #3a5f5a !important;
  16. }
  17. .pageslabel a {
  18. border-right: 1px solid #3a5f5a !important;
  19. }
  20. .postmsg, .buttons, .inform, .infldset, .pun, .blockform, .quickpost, h2, .crumbs, .inbox, .crumbsplus, .clearer, .postlink {
  21. background-image: none !important;
  22. background-color: #252627!important;
  23. color: #ededf7 !important;
  24. border: 0px !important;
  25. }
  26. .postmsg a {
  27. color: #3a5f5a !important;
  28. }
  29. .subscribelink, .pagepost, .linksb {
  30. border-top: 1px solid #3a5f5a !important;
  31. border-right: 0px !important;
  32. border-left: 0px !important;
  33. border-bottom: 0px !important;
  34. }
  35. .inbox, #pagepost, .postlinksb, #postreview, .rowodd, .tcl {
  36. border-top: 0px !important;
  37. border-right: 0px !important;
  38. border-left: 0px !important;
  39. border-bottom: 1px solid #3a5f5a !important;
  40. }
  41. .postright, .postleft, .postbody, .rowodd, #idx3.blocktable, .subscribelink.clearb {
  42. border: none !important;
  43. }
  44. .inbox {
  45. border: 1px solid #3a5f5a !important;
  46. }
  47. .clearb, .infldset, .inform, .box, .postright, .inbox.crumbsplus {
  48. border: 0px !important;
  49. }
  50. #box, #punindex, .blockpost {
  51. border: 0px !important;
  52. }
  53. h2, .tc1, .tc2, .tc3, .tcr, .tcr a, .datetimeposted {
  54. color: #616278 !important;
  55. }
  56. h3 a, .tclcon a, .linkst a, #onlinelist, #onlinelist a, .pagepost a, .postedit, .postfootright a {
  57. color: #59918a !important;
  58. }
  59. .forumdesc, .stickytext, .closedtext, .crumbs, .postleft a {
  60. color: #8a8cab !important;
  61. }
  62. .byuser {
  63. color: #8e6179 !important;
  64. }
  65. .postfootleft {
  66. visibility: hidden !important;
  67. border: 0px !important;
  68. }
  69. .postfoot {
  70. background: transparent !important;
  71. border: none !important;
  72. }
  73. .postfootright, .postfootright a {
  74. border: 1px !important;
  75. }
  76. .inbox {
  77. color: #8e6179 !important;
  78. }
  79. .quotebox, .quotebox a {
  80. color: #c284a5 !important;
  81. }
  82. .fortunes {
  83. height: 0px;
  84. }
  85. .postsignature {
  86. height: 0px;
  87. }
  88. .postbody {
  89. background-color: #252627!important;
  90. border-left: 1px solid #3a5f5a !important;
  91. border-bottom: 1px solid #3a5f5a !important;
  92. border-right: 1px solid #3a5f5a !important;
  93. }
  94. .blockpost rowodd {
  95. border: 0px !important;
  96. }
  97. .blocktable, #idx1, #idx2, #idx3 {
  98. border: none !important;
  99. }
  100. #brdstats {
  101. border: none !important;
  102. padding-top: 9px !important;
  103. }
  104. #navindex, #navindex a, #isactive, #navuserlist a, #navrules a, #navsearch a, #navprofile a, #navpm a, #navlogout a, #navregister a, #navlogin a {
  105. background-color: #252627!important;
  106. border-right: 1px solid #3a5f5a !important;
  107. }
  108. #brdwelcome, .crumbs, .pagepost, #onlinelist, .conr, .conl, .subscribelink, .blockform {
  109. padding-left: 15px !important;
  110. padding-right: 15px !important;
  111. }
  112. .conr {
  113. visibility: hidden !important;
  114. }
  115. .community_info_wrapper, .community_info {
  116. height: 0px !important;
  117. visibility: hidden;
  118. }
  119. subscribelink {
  120. border:none !important;
  121. }
  122. #fini, .footermenu {
  123. height: 0px !important;
  124. visibility: hidden !important;
  125. }
  126. #qjump {
  127. padding-bottom: 5px !important;
  128. }
  129. .postmsg {
  130. padding-left: 5px !important;
  131. }
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement