color.css 4.5 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. background-color: black;
  149. color: white;
  150. cursor: pointer;
  151. }
  152. .mute:hover,.block:hover,.follow:hover,
  153. .nsfw:hover {
  154. background-color: lime;
  155. }
  156. .unmute:hover,.unblock:hover,.unfollow:hover,
  157. .unnsfw:hover{
  158. background-color: crimson !important;
  159. }
  160. .unbookmark{
  161. color: crimson !important;
  162. }
  163. .unfav, .unreblog{
  164. color: red !important;
  165. }
  166. .post,
  167. .rb,
  168. .textonly,
  169. .loadmore,
  170. .postform,
  171. .searchmobile {
  172. background-color: white;
  173. border:2px solid #cdcfd1;
  174. border-radius:10px;
  175. }
  176. .previewpost {
  177. background-color: white;
  178. border: 1px solid darkgray;
  179. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  180. }
  181. .userinfo {
  182. background-color: white;
  183. border: 1px solid darkgray;
  184. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  185. }
  186. .toggleblur{
  187. background-color: #425f99;
  188. color: white;
  189. }
  190. .polloption{
  191. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  192. border-radius: 5px;
  193. display:block;
  194. margin:5px;
  195. padding:5px;
  196. background-color: #ddd;
  197. }
  198. .polloption:hover:not(.fixed),.voted{
  199. background-color: #3b5998;
  200. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  201. color: white;
  202. cursor: pointer;
  203. }
  204. .voteBar{
  205. background-color: #3b5998;
  206. }
  207. .icon {
  208. background-color: black;
  209. }
  210. .post_footer {
  211. border-top:2px solid #dedfe1;
  212. }
  213. .felem a:hover > span {
  214. background-color:white;
  215. box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  216. color: black !important;
  217. border-radius:4px;
  218. }
  219. .public::after {
  220. content: '';
  221. }
  222. .unlisted::after {
  223. content: '';
  224. }
  225. .private::after {
  226. content: '';
  227. }
  228. .direct::after {
  229. content: '';
  230. }
  231. .sensitive::after {
  232. content: '';
  233. }
  234. .post_buttons {
  235. color: #425f99;
  236. }
  237. .reply {
  238. background-color: #ddd;
  239. border-bottom: 1px solid #666;
  240. }
  241. .note {
  242. background-color: #ccc;
  243. }
  244. .button {
  245. background-color: white;
  246. }
  247. .setting label {
  248. background-color: lightgray;
  249. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  250. }
  251. .setting input[type="radio"]:checked+label,.setting input[type="checkbox"]:checked+label {
  252. background-color: #305792;
  253. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  254. color: white;
  255. }