Advertisement
Guest User

Untitled

a guest
May 24th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. h1 {
  2. color: #BFBFBF;
  3. text-align: center;
  4. }
  5.  
  6. body{
  7. background: #111115;
  8. color:#969194;
  9. background-image: url("https://i.imgur.com/SDS40Gw.png");
  10. background-repeat: repeat-x;
  11. }
  12.  
  13. a:link,a:visited,p.intro a.email span.name{
  14. color:#BFBFBF;
  15. }
  16.  
  17. a:link:hover{
  18. color:#726F71;
  19. }
  20.  
  21. a.post_no{
  22. color:#8DA08A;
  23. }
  24.  
  25. a.post_no:hover{
  26. color:#577F4F;
  27. }
  28.  
  29. div.post.reply{
  30. background:#262A33;
  31. border-color:#101216;
  32. color:#969194;
  33. }
  34.  
  35. div.post.reply:hover{
  36. background:#323844;
  37. border-color:#101216;
  38. color:#969194;
  39. }
  40.  
  41. div.post.reply.highlighted{
  42. background:#E0E0E0;
  43. border-color:#101216;
  44. color:#000000;
  45. }
  46.  
  47. div.post.reply div.body a{
  48. color:#BFBFBF;
  49. border-color:#101216;
  50. }
  51.  
  52. p.intro span.name{
  53. color:#577F4F;
  54. }
  55.  
  56. p.intro span.subject{
  57. color:#8DA08A;
  58. }
  59.  
  60. form table tr th{
  61. background:#262A33;
  62. border-color:#101216;
  63. }
  64.  
  65. div.ban h2{
  66. background:#FCA;
  67. color:inherit;
  68. }
  69.  
  70. div.ban{
  71. color:#BFBFBF;
  72. }
  73.  
  74. div.ban p{
  75. color:black;
  76. }
  77.  
  78. div.pages{
  79. color:#969194;
  80. background:#262A33;
  81. border-color:#101216;
  82. }
  83.  
  84. div.pages a.selected{
  85. color:#6D9361;
  86. }
  87.  
  88. hr{
  89. border-style: solid;
  90. border-width: 1px;
  91. border-color:#666264;
  92. color:#BFBFBF;
  93. }
  94.  
  95. div.boardlist{
  96. color:#969194;
  97. }
  98.  
  99. div.boardlist a{
  100. color:#969194;
  101. }
  102.  
  103. table.modlog tr th{
  104. background:#6D9361;
  105. }
  106.  
  107. #options_div{
  108. background:#262A33;
  109. }
  110.  
  111. .desktop-style div.boardlist:nth-child(1){
  112. background-color:#262A33;
  113. color:#969194;
  114. transition:opacity .4s;
  115. text-align: center;
  116. }
  117.  
  118. .desktop-style div.boardlist:nth-child(1):not(:hover){
  119. color:#969194;
  120. opacity:.8;
  121.  
  122. }
  123.  
  124.  
  125. .theme-catalog div.thread {
  126. background-color:#101216;
  127. border-color: #262A33;
  128. }
  129.  
  130. .theme-catalog div.thread:hover {
  131. background-color:#101216;
  132. }
  133.  
  134. #upload{
  135. background-color:#262A33;
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement