color.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. body {
  2. background-color: #20221c;
  3. }
  4. p,div,span:not(.fontello),input,textarea,.appname,.topicon:hover{
  5. color:#ecf5e4 !important;
  6. }
  7. a, .link h1,h2,select,.topicon,.badge,.side_element a, .userinfo a, .userinfo .ldr, .mobilemenu a,.postHeader a, .postHeader .link {
  8. color:#c3af56;
  9. }
  10. label {
  11. color: #ecf5e4;
  12. }
  13. .uploadBox,textarea,input[type="text"],.profileButton,select,.flex{
  14. background-color:#3d4437 !important;
  15. border-right: 1px solid #8a9380 !important;
  16. border-bottom: 1px solid #8a9380 !important;
  17. border-left: 1px solid #242d1a !important;
  18. border-top: 1px solid #242d1a !important;
  19. border-radius:1px !important;
  20. }
  21. .uploadBox {
  22. width:99% !important;
  23. }
  24. .media{
  25. background-color:#3d4437 !important;
  26. border-right: 1px solid #8a9380 !important;
  27. border-bottom: 1px solid #8a9380 !important;
  28. border-left: 1px solid #242d1a !important;
  29. border-top: 1px solid #242d1a !important;
  30. width:98.4% !important;
  31. }
  32. input[type="radio"]:checked+label {
  33. color: black;
  34. }
  35. input[type="checkbox"]:checked+label {
  36. color: red;
  37. }
  38. .gotop {
  39. background-color: rgba(255, 255, 255, 0.5);
  40. }
  41. .gotop a {
  42. color: #3d4437;
  43. }
  44. .tiselected {
  45. border-bottom: 2px solid #ecf5e4;
  46. }
  47. .alert {
  48. background-color: red;
  49. }
  50. #notifications {
  51. background-color: #4f5845;
  52. color:black;
  53. box-shadow: 1px 1px 1px black;
  54. }
  55. .notif{
  56. color:black;
  57. }
  58. .notif .text{
  59. color:black !important;
  60. }
  61. .uname {
  62. text-decoration:underline !important;
  63. }
  64. .new {
  65. background-color:#4f5845;
  66. }
  67. .side_element li:hover {
  68. background-color: #c3af56;
  69. color:#3d4437;
  70. }
  71. .side_element li:active {
  72. background-color: rgba(255, 255, 255, 0.25);
  73. }
  74. .delpic {
  75. color:red;
  76. background-color:#3d4437;
  77. }
  78. input[type="submit"] {
  79. background-color: #4f5845;
  80. border-left: 1px solid #8a9380 !important;
  81. border-top: 1px solid #8a9380 !important;
  82. border-right: 1px solid #242d1a !important;
  83. border-bottom: 1px solid #242d1a !important;
  84. border-radius:1px !important;
  85. color:black;
  86. }
  87. .search {
  88. background-color:transparent !important;
  89. }
  90. .menu li {
  91. background-color: #4f5845 !important;
  92. }
  93. #usermenu .menu {
  94. background-color: #6B91B6;
  95. }
  96. .postMenu {
  97. background-color: #4f5845;
  98. border-left: 1px solid #8a9380 !important;
  99. border-top: 1px solid #8a9380 !important;
  100. border-right: 1px solid #242d1a !important;
  101. border-bottom: 1px solid #242d1a !important;
  102. border-radius:1px !important;
  103. color:transparent;
  104. padding:1px 2px 1px 2px;
  105. }
  106. .postMenu > .menu,.menu {
  107. background-color: #4f5845;
  108. border-left: 1px solid #8a9380 !important;
  109. border-top: 1px solid #8a9380 !important;
  110. border-right: 1px solid #242d1a !important;
  111. border-bottom: 1px solid #242d1a !important;
  112. border-radius:1px !important;
  113. color:black;
  114. padding:2px;
  115. }
  116. .reply .postMenu {
  117. background-color: transparent;
  118. border: none !important;
  119. color:black;
  120. padding:2px;
  121. margin-right:20px !important;
  122. color:transparent;
  123. }
  124. /*
  125. .menu div{
  126. background-color: #4f5845;
  127. border: 2px outset #fff !important;
  128. color:black;
  129. box-shadow: 1px 1px 2px black;
  130. }
  131. */
  132. .menu li{
  133. /*background-color: #4f5845;*/
  134. color:black;
  135. }
  136. .menu li:hover {
  137. background-color: #c3af56 !important;
  138. color:#3d4437;
  139. }
  140. .menu li a{
  141. color: #c3af56 !important;
  142. }
  143. .menu li:hover a{
  144. color:#3d4437 !important;
  145. }
  146. .listmenu li {
  147. background-color:black;
  148. color:#3d4437;
  149. }
  150. .listmenu li:hover {
  151. background-color:#3d4437;
  152. color:black;
  153. }
  154. .autl:hover li{
  155. background-color:lightgreen !important;
  156. }
  157. .rutl:hover li{
  158. background-color:crimson !important;
  159. }
  160. .unblock,.unmute,.block,.mute,.follow,
  161. .unfollow,
  162. .nsfw,
  163. .unnsfw,
  164. .profileMenu,
  165. .listmenu {
  166. background-color: black;
  167. color: #3d4437;
  168. cursor: pointer;
  169. }
  170. .mute:hover,.block:hover,.follow:hover,
  171. .nsfw:hover {
  172. background-color: lime;
  173. }
  174. .unmute:hover,.unblock:hover,.unfollow:hover,
  175. .unnsfw:hover{
  176. background-color: crimson !important;
  177. }
  178. .unbookmark{
  179. color: crimson !important;
  180. }
  181. .unfav, .unreblog{
  182. color: red !important;
  183. }
  184. .post,
  185. .rb,
  186. .textonly,
  187. .loadmore,
  188. .postform,
  189. .searchmobile,
  190. .topbar,
  191. .side_element,
  192. .previewpost,
  193. .userinfo,
  194. .notif,
  195. .mobilemenu,
  196. .profile,
  197. .loader
  198. {
  199. background-color: #4f5845;
  200. border-left: 1px solid #8a9380 !important;
  201. border-top: 1px solid #8a9380 !important;
  202. border-right: 1px solid #242d1a !important;
  203. border-bottom: 1px solid #242d1a !important;
  204. border-radius:1px !important;
  205. }
  206. .previewpost,.userinfo {
  207. background-color: #4f5845;
  208. box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  209. color:black;
  210. }
  211. .userinfo_he a{
  212. color:#3d4437 !important;
  213. }
  214. .icon {
  215. background-color: black;
  216. }
  217. .postHeader {
  218. color:#3d4437;
  219. margin:2px;
  220. height:31px !important;
  221. width:99% !important;
  222. font-family:monospace;
  223. }
  224. .postHeader > div {
  225. margin-top:1px !important;
  226. }
  227. .postHeader > span {
  228. margin-top:6px !important;
  229. }
  230. .reply .postHeader{
  231. background-color:#3d4437 !important;
  232. border-bottom:3px solid #808080;
  233. }
  234. .toggleblur{
  235. background-color: blue;
  236. color:#3d4437;
  237. }
  238. .polloption{
  239. display:block;
  240. margin:5px;
  241. padding:5px;
  242. background-color: #4f5845;
  243. border-left: 1px solid #8a9380 !important;
  244. border-top: 1px solid #8a9380 !important;
  245. border-right: 1px solid #242d1a !important;
  246. border-bottom: 1px solid #242d1a !important;
  247. border-radius:1px !important;
  248. color:black;
  249. }
  250. .polloption:hover:not(.fixed),.voted{
  251. cursor: pointer;
  252. background-color:#3d4437 !important;
  253. border-right: 1px solid #8a9380 !important;
  254. border-bottom: 1px solid #8a9380 !important;
  255. border-left: 1px solid #242d1a !important;
  256. border-top: 1px solid #242d1a !important;
  257. border-radius:1px !important;
  258. color:#c3af56 !important;
  259. }
  260. .voteBar{
  261. background-color:#c3af56;
  262. }
  263. .post_footer {
  264. border-right: 1px solid #8a9380 !important;
  265. border-bottom: 1px solid #8a9380 !important;
  266. border-left: 1px solid #242d1a !important;
  267. border-top: 1px solid #242d1a !important;
  268. }
  269. .felem a:hover > span {
  270. background-color: #4f5845;
  271. border-left: 1px solid #8a9380 !important;
  272. border-top: 1px solid #8a9380 !important;
  273. border-right: 1px solid #242d1a !important;
  274. border-bottom: 1px solid #242d1a !important;
  275. box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  276. }
  277. .public::after {
  278. content: '';
  279. }
  280. .unlisted::after {
  281. content: '';
  282. }
  283. .private::after {
  284. content: '';
  285. }
  286. .direct::after {
  287. content: '';
  288. }
  289. .sensitive::after {
  290. content: '';
  291. }
  292. .notif .post_buttons {
  293. color: black;
  294. background-color:#4f5845;
  295. }
  296. .reply {
  297. background-color:#3d4437 !important;
  298. border-bottom: 1px solid #666;
  299. }
  300. .note {
  301. background-color: #ccc;
  302. }
  303. .button {
  304. background-color: #3d4437;
  305. }
  306. .setting label {
  307. background-color:#3d4437 !important;
  308. border-right: 1px solid #8a9380 !important;
  309. border-bottom: 1px solid #8a9380 !important;
  310. border-left: 1px solid #242d1a !important;
  311. border-top: 1px solid #242d1a !important;
  312. color:#ecf5e4 !important;
  313. }
  314. .setting input[type="radio"]:checked+label,.setting input[type="checkbox"]:checked+label {
  315. background-color:#c3af56 !important;
  316. border-left: 1px solid #8a9380 !important;
  317. border-top: 1px solid #8a9380 !important;
  318. border-right: 1px solid #242d1a !important;
  319. border-bottom: 1px solid #242d1a !important;
  320. border-radius:1px !important;
  321. color:#000 !important;
  322. font-weight:bold;
  323. }