color.css 4.6 KB

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