color.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. a, .link {
  2. color: #d8a070;
  3. }
  4. body {
  5. background-color: #1a2a39;
  6. background-image: url("../bg.jpg");
  7. }
  8. p,div,span{
  9. color:white;
  10. }
  11. select{
  12. color:white;
  13. background-color:#121a24;
  14. }
  15. label {
  16. color: gray;
  17. }
  18. textarea,input[type="text"] {
  19. background-color:#090d11;
  20. color:white;
  21. border:0px;
  22. }
  23. input[type="radio"]:checked+label {
  24. color: black;
  25. }
  26. input[type="checkbox"]:checked+label {
  27. color: red;
  28. }
  29. .topbar {
  30. background-color: #121a24;
  31. }
  32. .gotop {
  33. background-color: rgba(255, 255, 255, 0.5);
  34. }
  35. .gotop a {
  36. color: white;
  37. }
  38. .topicon {
  39. color: white;
  40. }
  41. .tiselected {
  42. border-bottom: 2px solid white;
  43. }
  44. .badge {
  45. color: white;
  46. }
  47. .alert {
  48. background-color: red;
  49. }
  50. #notifications {
  51. background-color:rgba(18,26,36,0.8);
  52. box-shadow: 1px 1px 1px black;
  53. }
  54. .notif{
  55. border-bottom:1px solid #1c2737;
  56. background-color:transparent;
  57. color:white;
  58. }
  59. .notif .post_buttons {
  60. color: #0b82d2;
  61. background-color:#121a24;
  62. }
  63. .new {
  64. background-color:#25354b;
  65. }
  66. .side_element {
  67. background-color: #121a24;
  68. color: #04a0c6;
  69. }
  70. .side_element,.topbar,.post,.postform,.searchmobile{
  71. box-shadow: 0px 0px 7px #000;
  72. }
  73. .side_element li:hover {
  74. background-color: rgba(255, 255, 255, 0.25);
  75. }
  76. .side_element li:active {
  77. background-color: rgba(255, 255, 255, 0.25);
  78. }
  79. .side_element a {
  80. color: #ffffff;
  81. }
  82. .uploadBox {
  83. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  84. }
  85. .delpic {
  86. color:red;
  87. background-color:white;
  88. }
  89. #send, #quicksend {
  90. background-color:#182230;
  91. border: 1px solid #464e59;
  92. color:white;
  93. }
  94. .formbtn {
  95. color:#d8a070 !important;
  96. }
  97. .formbtn label{
  98. color:#d8a070;
  99. }
  100. .menu,.menu li{
  101. background-color: #121a24 !important;
  102. color:white !important;
  103. }
  104. .menu a{
  105. color: #white !important;
  106. }
  107. .menu li:hover {
  108. background-color: rgba(255, 255, 255, 0.4) !important;
  109. }
  110. .menu li:hover a{
  111. color: #d8a070 !important;
  112. }
  113. .listmenu li {
  114. background-color:black;
  115. color:white;
  116. }
  117. .listmenu li:hover {
  118. background-color:white;
  119. color:black;
  120. }
  121. .autl:hover li{
  122. background-color:lightgreen !important;
  123. }
  124. .rutl:hover li{
  125. background-color:crimson !important;
  126. }
  127. .unblock,.unmute,.block,.mute,.follow,
  128. .unfollow,
  129. .nsfw,
  130. .unnsfw,
  131. .profileMenu,
  132. .listmenu {
  133. background-color: black;
  134. color: white;
  135. cursor: pointer;
  136. }
  137. .mute:hover,.block:hover,.follow:hover,
  138. .nsfw:hover {
  139. background-color: lime;
  140. }
  141. .unmute:hover,.unblock:hover,.unfollow:hover,
  142. .unnsfw:hover{
  143. background-color: crimson !important;
  144. }
  145. .unbookmark{
  146. color: crimson !important;
  147. }
  148. .unfav, .unreblog{
  149. color: red !important;
  150. }
  151. .element_pad > .post {
  152. border-left:4px solid #ff0000;
  153. }
  154. .post,
  155. .rb,
  156. .textonly,
  157. .loadmore,.postform,.profile,.loader {
  158. background-color: rgba(18,26,36,0.8);
  159. }
  160. .searchmobile{
  161. background-color: rgb(18,26,36);
  162. }
  163. .toggleblur {
  164. background-color: #d8a070;
  165. color: #121a24;
  166. }
  167. .post {
  168. border-top: 2px solid #1c2737;
  169. }
  170. .previewpost {
  171. background-color: #1b2735;
  172. border: 1px solid darkgray;
  173. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  174. }
  175. .userinfo {
  176. background-color: #1b2735;
  177. border: 1px solid darkgray;
  178. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  179. }
  180. .icon {
  181. background-color: black;
  182. }
  183. .reply {
  184. background-color: #1b2735;
  185. border: 1px solid #121a24;
  186. }
  187. .note {
  188. background-color: #ccc;
  189. }
  190. .button {
  191. background-color: white;
  192. }
  193. .setting label {
  194. background-color: lightgray;
  195. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  196. }
  197. .setting input[type="radio"]:checked+label {
  198. background-color: #d8a070;
  199. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  200. color: black;
  201. }