color.css 6.4 KB

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