color.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. a, .link {
  2. color: #117743;
  3. }
  4. div,span,p {
  5. color:#800000;
  6. }
  7. body {
  8. background-color: #fff9e5;
  9. }
  10. select{
  11. color:#800;
  12. background-color:white;
  13. }
  14. label {
  15. color: #425f99;
  16. }
  17. textarea,input[type="text"]{
  18. background-color:white;
  19. }
  20. input[type="radio"]:checked+label {
  21. color: black;
  22. }
  23. input[type="checkbox"]:checked+label {
  24. color: red;
  25. }
  26. .topbar {
  27. background-color: #eeaa88;
  28. }
  29. .gotop {
  30. background-color: rgba(238, 170, 136, 0.5);
  31. }
  32. .gotop a {
  33. color: #880000;
  34. }
  35. .topicon {
  36. color: #800;
  37. }
  38. .tiselected {
  39. border-bottom: 2px solid white;
  40. }
  41. .badge {
  42. color: #800;
  43. }
  44. .alert {
  45. background-color: red;
  46. }
  47. #notifications {
  48. background-color:#fff1d8;
  49. border: 1px solid #800000;
  50. }
  51. .notif{
  52. border-bottom:1px solid #eeaa88;
  53. background-color:#fff1d8;
  54. color:black;
  55. -webkit-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);-moz-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);
  56. }
  57. #quicksend {
  58. background-color: #305792;
  59. border: 1px solid darkgray;
  60. color: white;
  61. }
  62. .new {
  63. background-color:#fff1d8;
  64. }
  65. .menu, .menu li{
  66. background-color: #eeaa88 !important;
  67. color:#800000 !important;
  68. }
  69. .menu a {
  70. color:#800000 !important;
  71. }
  72. .menu li:hover{
  73. background-color:#800000 !important;
  74. }
  75. .menu li:hover a {
  76. color:#fff !important;
  77. }
  78. .side_element {
  79. background-color: #f0e0d6;
  80. border:1px solid #800000;
  81. color: #4267b2;
  82. }
  83. .side_element li:hover {
  84. background-color: rgba(255, 255, 255, 0.25);
  85. }
  86. .side_element li:active {
  87. background-color: rgba(255, 255, 255, 0.25);
  88. }
  89. .side_element a {
  90. color: #800;
  91. }
  92. .uploadBox {
  93. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  94. }
  95. .delpic {
  96. color:red;
  97. background-color:white;
  98. }
  99. #send {
  100. background-color:#800;
  101. border: 1px solid #800;
  102. color:white;
  103. }
  104. .formbtn {
  105. color:#800;
  106. }
  107. .formbtn label{
  108. color:#800;
  109. }
  110. .postMenu div{
  111. box-shadow: 1px 1px 2px black;
  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. .post,
  152. .rb,
  153. .textonly,
  154. .loadmore,.profile,.loader {
  155. background-color: #fff1d8;
  156. border:1px solid #800000;
  157. }
  158. .postform,.searchmobile {
  159. background-color: #eeaa88;
  160. border:1px solid #eeaa88;
  161. }
  162. .previewpost,.userinfo {
  163. background-color: #f0e0d6;
  164. border: 1px solid #800;
  165. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  166. color:#117743;
  167. }
  168. .icon {
  169. background-color: black;
  170. }
  171. .toggleblur{
  172. background-color: #117743;
  173. color:white;
  174. }
  175. .post_footer {
  176. background-color: #FFF;
  177. border-top:2px solid #eeaa88;
  178. }
  179. .post_buttons {
  180. color: #425f99;
  181. }
  182. .notif .post_buttons {
  183. background-color: #fff0d7;
  184. }
  185. .reply {
  186. background-color: #f0e0d6;
  187. border-bottom: 1px solid #800;
  188. }
  189. .note {
  190. background-color: #ccc;
  191. }
  192. .button {
  193. background-color: white;
  194. }
  195. .setting label {
  196. background-color: white;
  197. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  198. color:#800000;
  199. }
  200. .setting input[type="radio"]:checked+label {
  201. background-color: #800000;
  202. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  203. color: white;
  204. }