color.css 4.4 KB

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