Advertisement
Guest User

Airsoftsverige mörk CSS

a guest
Oct 27th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.44 KB | None | 0 0
  1. html,
  2. body,
  3. .navbar,
  4. .bg1,
  5. .bg2,bg3,.panel {
  6.     color: #dddddd;
  7.     background-color: #252529
  8. }
  9.  
  10.  
  11.  
  12. #cp-main .pm-message {
  13.     border-color: #DBDEE2;
  14.     background-color: #FFFFFF;
  15. }
  16.  
  17.  
  18.  
  19. /* Background dark */
  20. .headerbar {
  21.     background-color: #161616;
  22. }
  23.  
  24.  
  25.  
  26.  
  27. /* Background lighter */
  28. .cp-mini,
  29. #cp-main .pm,
  30. #wrap,
  31. #navigation a:hover,
  32. #navigation a,
  33. #navigation #active-subsection a,
  34. .dropdown .dropdown-contents,
  35. .dropdown-extended a.mark_read,
  36. .rtl #navigation a,
  37. blockquote,
  38. .headerbar,
  39. select,
  40. .inputbox,
  41. .panel-container .panel,
  42. li.row {
  43.     background-color: #38383d;
  44. }
  45.  
  46.  
  47.  
  48.  
  49.  
  50. /* Navigation */
  51. #navigation a {
  52.     color: #ddd;
  53.     background: #38383d;
  54. }
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. /* Background secondary */
  62. #tabs .tab > a,
  63. #tabs .tab > a:hover,
  64. .dropdown-extended .header,
  65. li.row:hover,
  66. #tabs .tab > a,
  67. .forabg {
  68.     background: #6d6d6d;
  69. }
  70.  
  71.  
  72.  
  73.  
  74.  
  75. /* Primary text color */
  76. .headerbar,
  77. .cp-mini,
  78. .current,
  79. dl.details dt,
  80. #tabs .tab > a,
  81. .panel,
  82. select,
  83. .inputbox,
  84. #message-box textarea,
  85. h2,
  86. h3,
  87. #tabs .tab > a,
  88. a,
  89. ul.topiclist li,
  90. ul.topiclist li,
  91. li.row strong {
  92.     color: #ddd;
  93. }
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. /* Secondary text color */
  101. .postprofile strong,
  102. .content,
  103. .postbody,
  104. .post:target .content,
  105. .post:target h3 a,
  106. dl.mini dt,
  107. #wrap,
  108. .panel-container .panel li.header dd,
  109. .panel-container .panel li.header dt,
  110. #navigation a,
  111. .dropdown-extended ul li:hover,
  112. .copyright,
  113. .inputbox:focus,
  114. label,
  115. dd label {
  116.     color: #adaeaf;
  117. }
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. /* Border color */
  126. blockquote,
  127. .dropdown .dropdown-contents,
  128. .dropdown-extended .header,
  129. .dropdown-extended .footer,
  130. .dropdown-extended .header,
  131. .dropdown-extended .footer,
  132. select,
  133. h3 {
  134.     border-color: #DBDBCE;
  135. }
  136.  
  137.  
  138.  
  139. /* Darker border */
  140. .panel-container .panel li.row,
  141. ul.topiclist dd,
  142. li.row {
  143.     border-bottom-color: #464646;
  144.     border-top-color: #464646;
  145.     border-left-color: #464646;
  146. }
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. /* Secondary border color */
  154. .dropdown-extended .header,
  155. .dropdown-extended .footer,
  156. .inputbox {
  157.     border-color: #38383d;
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. /* Highlight color blue */
  167. #navigation a:hover {
  168.     color: #2aa4bc;
  169. }
  170.  
  171.  
  172.  
  173.  
  174.  
  175. /* Input box highlight color */
  176. .inputbox:focus {
  177.     border-color: #11A3EA;
  178. }
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. /*Highlight color red */
  186. #navigation #active-subsection a {
  187.     color: #D31141;
  188. }
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. /* Increased text review box size */
  196. #topicreview {
  197.     padding-right: 5px;
  198.     overflow: auto;
  199.     height: 570px;
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement