color.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. a, .link, a > span {
  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. border:0px;
  20. }
  21. input[type="radio"]:checked+label {
  22. color: black;
  23. }
  24. input[type="checkbox"]:checked+label {
  25. color: red;
  26. }
  27. .topbar {
  28. background-color: #eeaa88;
  29. }
  30. .gotop {
  31. background-color: rgba(238, 170, 136, 0.5);
  32. }
  33. .gotop a {
  34. color: #880000;
  35. }
  36. .topicon {
  37. color: #800;
  38. }
  39. .tiselected {
  40. border-bottom: 2px solid white;
  41. }
  42. .badge {
  43. color: #800;
  44. }
  45. .alert {
  46. background-color: red;
  47. }
  48. #notifications {
  49. background-color:#fff1d8;
  50. border: 1px solid #800000;
  51. }
  52. .notif{
  53. border-bottom:1px solid #eeaa88;
  54. background-color:#fff1d8;
  55. color:black;
  56. -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);
  57. }
  58. .new {
  59. background-color:#fff1d8;
  60. }
  61. .menu, .menu li, .mobilemenu{
  62. background-color: #eeaa88 !important;
  63. color:#800000 !important;
  64. }
  65. .menu a {
  66. color:#800000 !important;
  67. }
  68. .menu li:hover{
  69. background-color:#800000 !important;
  70. }
  71. .menu li:hover a, .menu li:hover span {
  72. color:#fff !important;
  73. }
  74. .side_element {
  75. background-color: #f0e0d6;
  76. border:1px solid #800000;
  77. color: #4267b2;
  78. }
  79. .side_element li:hover {
  80. background-color: rgba(255, 255, 255, 0.25);
  81. }
  82. .side_element li:active {
  83. background-color: rgba(255, 255, 255, 0.25);
  84. }
  85. .side_element a {
  86. color: #800;
  87. }
  88. .uploadBox {
  89. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  90. }
  91. .delpic {
  92. color:red;
  93. background-color:white;
  94. }
  95. input[type="submit"] {
  96. background-color:#800;
  97. border: 1px solid #800;
  98. color:white;
  99. }
  100. .search input[type="submit"] {
  101. color:#800 !important;
  102. background-color:transparent !important;
  103. border: 0px !important;
  104. }
  105. .formbtn {
  106. color:#800;
  107. }
  108. .formbtn label{
  109. color:#800;
  110. }
  111. .listmenu li {
  112. background-color:black;
  113. color:white;
  114. }
  115. .listmenu li:hover {
  116. background-color:white;
  117. color:black;
  118. }
  119. .autl:hover li{
  120. background-color:lightgreen !important;
  121. }
  122. .rutl:hover li{
  123. background-color:crimson !important;
  124. }
  125. .unblock,.unmute,.block,.mute,.follow,
  126. .unfollow,
  127. .nsfw,
  128. .unnsfw,
  129. .profileMenu,
  130. .listmenu,.profileButton {
  131. background-color: black;
  132. color: white;
  133. cursor: pointer;
  134. }
  135. .mute:hover,.block:hover,.follow:hover,
  136. .nsfw:hover,.profileButton:hover {
  137. background-color: lime;
  138. }
  139. .unmute:hover,.unblock:hover,.unfollow:hover,
  140. .unnsfw:hover{
  141. background-color: crimson !important;
  142. }
  143. .unbookmark{
  144. color: crimson !important;
  145. }
  146. .unfav, .unreblog{
  147. color: red !important;
  148. }
  149. .loadingImage{
  150. background-image: url("../loadingb.gif") !important;
  151. }
  152. .post,
  153. .rb,
  154. .textonly,
  155. .loadmore,.profile,.loader,.flex {
  156. background-color: #fff1d8;
  157. border:1px solid #800000;
  158. }
  159. .postform,.searchmobile {
  160. background-color: #eeaa88;
  161. border:1px solid #eeaa88;
  162. }
  163. .previewpost,.userinfo {
  164. background-color: #f0e0d6;
  165. border: 1px solid #800;
  166. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  167. color:#117743;
  168. }
  169. .icon {
  170. background-color: black;
  171. }
  172. .toggleblur{
  173. background-color: #117743;
  174. color:white;
  175. }
  176. .polloption{
  177. display:block;
  178. margin:5px;
  179. padding:5px;
  180. background-color: white;
  181. border:1px solid #800;
  182. border-radius:3px;
  183. color:#800;
  184. font-weight:bold;
  185. }
  186. .polloption:hover:not(.fixed),.voted{
  187. cursor: pointer;
  188. border:1px solid #800;
  189. background-color: #800;
  190. color:white;
  191. }
  192. .voteBar{
  193. background-color: #467757;
  194. }
  195. .post_footer {
  196. background-color: #FFF;
  197. border-top:2px solid #eeaa88;
  198. }
  199. .felem a:hover > span {
  200. background-color: #f0e0d6;
  201. border:1px solid #800000;
  202. color: #4267b2;
  203. }
  204. .public::after {
  205. content: '';
  206. }
  207. .unlisted::after {
  208. content: '';
  209. }
  210. .private::after {
  211. content: '';
  212. }
  213. .direct::after {
  214. content: '';
  215. }
  216. .sensitive::after {
  217. content: '';
  218. }
  219. .post_buttons {
  220. color: #425f99;
  221. }
  222. .notif .post_buttons {
  223. background-color: #fff0d7;
  224. }
  225. .reply {
  226. background-color: #f0e0d6;
  227. border-bottom: 1px solid #800;
  228. }
  229. .note {
  230. background-color: #ccc;
  231. }
  232. .button {
  233. background-color: white;
  234. }
  235. .setting label {
  236. background-color: white;
  237. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  238. color:#800000;
  239. }
  240. .setting input[type="radio"]:checked+label,.setting input[type="checkbox"]:checked+label {
  241. background-color: #800000;
  242. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  243. color: white;
  244. }