dark.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. @charset utf-8;
  2. button,input[type="submit"],input[type="button"] {
  3. background-color:transparent;
  4. }
  5. html {
  6. color:#eee;
  7. }
  8. body {
  9. background-color:#141d26;
  10. }
  11. .red {
  12. color:red!important;
  13. }
  14. .status_form {
  15. background-color:#243447;
  16. }
  17. .status_form.ready {
  18. background-color:#243447!important;
  19. }
  20. .status_form.ready .status_bottom .submit_status_label {
  21. background-color:#189EFC !important;
  22. opacity:0.5;
  23. }
  24. .status_form .status_top .status_spoiler {
  25. color:#fff;
  26. border:1px solid #000;
  27. background-color: #132030;
  28. }
  29. .status_form .status_main .status_textarea {
  30. border:1px solid #000;
  31. background-color:#132030;
  32. }
  33. .status_form .status_main .status_textarea textarea {
  34. background-color: #132030;
  35. color:#fff;
  36. }
  37. .status_form .status_textarea .media_attachments_preview_area {
  38. background-color:#1B2836;
  39. border-top:1px solid #000;
  40. }
  41. .status_form .status_textarea .media_attachments_preview {
  42. border:1px solid #000;
  43. background-color:#1B2836;
  44. }
  45. .status_form .status_textarea .media_attachments_preview_area.nsfw .media_attachments_preview::after {
  46. background-color:rgba(0,0,0,1);
  47. }
  48. .status_form .status_textarea .media_attachments_preview_area.nsfw .media_attachments_preview:hover::after {
  49. background-color:rgba(0,0,0,0);
  50. }
  51. .status_form .status_textarea .media_attachments_preview .remove_button {
  52. color:#fff;
  53. background-color:rgba(0,0,0,.8);
  54. }
  55. .status_form .status_bottom .status_option_button {
  56. color:#189EFC;
  57. }
  58. .status_form .status_bottom .status_option_button:hover {
  59. border:1px solid #132030;
  60. }
  61. .status_form .status_bottom .status_CW > span,.status_form .status_bottom .status_NSFW > span {
  62. color:#050505;
  63. background-color:#189EFC;
  64. }
  65. .status_form .status_bottom .status_privacy .expand_privacy_menu {
  66. background-color:#243447;
  67. box-shadow:.5px .5px 3px rgba(0,0,0,0.26);
  68. }
  69. .status_form .status_bottom .status_privacy .expand_privacy_menu .status_privacy {
  70. color:#eee;
  71. }
  72. .status_form .status_bottom .character_count {
  73. color:#66757F;
  74. }
  75. .status_form .status_bottom .submit_status_label {
  76. color:#fff;
  77. background-color:#2588D0;
  78. }
  79. #overlay_status_form.status_form .status_main .status_textarea textarea {
  80. color:#fff;
  81. }
  82. .single_reply_status .status_preview,.report_status .status_preview {
  83. border-top:1px solid #000;
  84. }
  85. .overlay_simple_header {
  86. background-color: #1B2836;
  87. color: #EEE;
  88. border-bottom: 1px solid #000;
  89. }
  90. .overlay_simple .overlay_simple_body {
  91. background-color: #243447;
  92. }
  93. .overlay_addlist_item {
  94. border-bottom-color:#000000;
  95. }
  96. .copy_link_input {
  97. border: 1px solid #000;
  98. background-color: #132030;
  99. color:#FFFFFF;
  100. }
  101. .relationship_button {
  102. border:1px solid #189EFC;
  103. }
  104. .follow_button,.halcyon_button {
  105. border:1px solid #189EFC;
  106. color:#189EFC;
  107. }
  108. .muting_button i {
  109. color:#fff;
  110. }
  111. .muting_button:hover,.muting_button:hover i {
  112. background-color:#B82424;
  113. color:#fff;
  114. }
  115. .blocking_button {
  116. background-color:#fff;
  117. color:#E20055;
  118. }
  119. .blocking_button i {
  120. color:#E20055;
  121. }
  122. .blocking_button:hover,.blocking_button:hover i {
  123. background-color:#B82424;
  124. }
  125. .profile_edit_button {
  126. background-color:#1B2836;
  127. color:#eee;
  128. border:1px solid #66757F;
  129. }
  130. .timeline_header {
  131. background-color:#243447;
  132. border:1px solid #000;
  133. border-bottom:0;
  134. }
  135. .timeline_header .header_items .item {
  136. color:#189EFC;
  137. }
  138. .timeline_header .header_items .item.view {
  139. color:#fff;
  140. }
  141. .timeline {
  142. background-color:#243447;
  143. border:1px solid #000;
  144. }
  145. .timeline .boost_author_box i {
  146. color:#fff;
  147. background-color:#17BF63;
  148. }
  149. .timeline .pinned_notice_box i {
  150. color:#fff;
  151. background-color:#1DA1F2;
  152. }
  153. .toot_entry {
  154. background-color:#1b2836;
  155. }
  156. .toot_entry .toot_entry_body {
  157. border-bottom:1px solid #000;
  158. }
  159. .toot_entry .toot_entry_body .toot_content .toot_header {
  160. color:#657786;
  161. }
  162. .toot_entry .toot_entry_body .toot_content .toot_header .displayname {
  163. color:#fff;
  164. }
  165. .toot_entry .toot_entry_body .toot_content .cw_button {
  166. background-color:#6D768C;
  167. color:#fff;
  168. }
  169. 100% {
  170. background-color:rgba(0,0,0,0.8);
  171. }
  172. .media_views {
  173. border:1px solid #000;
  174. }
  175. .media_views.sensitive .sensitive_alart {
  176. background-color:#000;
  177. }
  178. .media_views.sensitive .sensitive_alart .text1 {
  179. color:#fff;
  180. }
  181. .media_views.sensitive .sensitive_alart .text2 {
  182. color:#fff;
  183. }
  184. .timeline .notice_entry {
  185. border-bottom:1px solid #000;
  186. }
  187. .timeline .notice_entry .notice_entry_body {
  188. border:1px solid #000;
  189. }
  190. .timeline .notice_entry .font-icon {
  191. color:#fff;
  192. }
  193. .timeline .notice_entry .font-icon.follow {
  194. background:#1DA1F2;
  195. }
  196. .timeline .notice_entry .font-icon.boost {
  197. background:#17BF63;
  198. }
  199. .timeline .notice_entry .font-icon.favourite {
  200. background:#FFAD1A;
  201. }
  202. .timeline .notice_entry .toot_content .toot_header a .username {
  203. color:#66757F;
  204. }
  205. .timeline_footer {
  206. background-color:#243447;
  207. border:1px solid #000;
  208. color:#AAB8C2;
  209. }
  210. #js-follows_profile .follows_profile_box {
  211. background-color:#243447;
  212. border:1px solid #000;
  213. }
  214. #js-follows_profile .follows_profile_box .follows_profile .follows_profile_icon {
  215. background-color:#243447;
  216. }
  217. #js-follows_profile .follows_profile_box .follows_profile .follows_profile_name_box span {
  218. color:#657786;
  219. }
  220. #js-follows_profile .follows_profile_box .follows_profile .follows_profile_bio {
  221. color:#eee;
  222. }
  223. #js-follows_profile .follow_button {
  224. border:1px solid #189EFC;
  225. }
  226. #js-follows_profile .following_button {
  227. border:1px solid #2B94DA;
  228. background-color:#189EFC;
  229. }
  230. #js-follows_profile .following_button i {
  231. color:#fff;
  232. }
  233. #js-follows_profile .following_button span {
  234. color:#fff;
  235. }
  236. #js-follows_profile .following_button:hover,#js-follows_profile .following_button:hover i {
  237. background-color:#E20055;
  238. color:#fff!important;
  239. }
  240. #js-follows_footer {
  241. color:#66757F;
  242. }
  243. #js-stream_update {
  244. background-color:#F5F8FA;
  245. }
  246. #js-stream_update:hover {
  247. background-color:#E6ECF0;
  248. }
  249. .current_profile_box {
  250. background-color:#243447;
  251. border:1px solid #000;
  252. }
  253. .current_profile_box .current_profile .current_profile_icon {
  254. background-color:#243447;
  255. }
  256. .current_profile_box .current_profile .current_profile_name_box span {
  257. color:#657786;
  258. }
  259. .current_profile_box .current_profile .current_profile_counts .current_profile_count a .title {
  260. color:#8899a6;
  261. }
  262. .current_profile_box .current_profile .current_profile_counts .current_profile_count a .count {
  263. color:#189EFC;
  264. }
  265. .side_widget {
  266. background-color:#243447;
  267. border:1px solid #000;
  268. }
  269. .side_widgets_footer {
  270. color:#657786;
  271. }
  272. .side_widget h2 {
  273. color:#eee;
  274. }
  275. .side_widget h3 {
  276. color:#eee;
  277. }
  278. .side_widget.with_button .form_title .headerbtn {
  279. color:#189EFC;
  280. }
  281. .textfield {
  282. color:#eee;
  283. border:1px solid #AAB8C2;
  284. background-color:transparent;
  285. }
  286. .textfield:focus {
  287. border:1px solid #189EFC;
  288. background-color:transparent;
  289. }
  290. .side_widget .account_box .label_box h3 {
  291. color:#e6dede;
  292. }
  293. .side_widget .account_box .label_box h3 .un {
  294. color:#66757F;
  295. }
  296. .side_widget .account_box .label_box .following_button {
  297. color:#fff;
  298. background-color:#189EFC;
  299. border:1px solid #189EFC;
  300. }
  301. .side_widget .account_box .label_box .following_button:hover {
  302. background-color:#E20055;
  303. }
  304. .side_widget .account_box .label_box .following_button i {
  305. color:#FFF;
  306. }
  307. #header {
  308. color:#8899a6;
  309. background-color:#243447;
  310. box-shadow:0 1px 1px rgba(0,0,0,0.26);
  311. }
  312. #header .header_nav_wrap .header_left_box ul.header_nav_list li.header_nav_item .nav_badge {
  313. background-color:#189EFC;
  314. }
  315. #header .header_nav_wrap .header_left_box ul.header_nav_list li.header_nav_item .nav_badge.notification_badge {
  316. background-color:#189EFC;
  317. border:2px solid #243447;
  318. color:#fff;
  319. }
  320. #header .header_nav_wrap .header_left_box ul.header_nav_list li.header_nav_item a {
  321. color:#eee;
  322. border-top:0px solid transparent;
  323. border-bottom:0px solid #189EFC;
  324. }
  325. #header .header_nav_wrap .header_left_box ul.header_nav_list li.header_nav_item a:hover {
  326. color:#189EFC;
  327. border-top:5px solid transparent;
  328. border-bottom:5px solid #189EFC;
  329. }
  330. #header .header_nav_wrap .header_left_box ul.header_nav_list li.header_nav_item a.view {
  331. border-top:5px solid transparent;
  332. border-bottom:5px solid #189EFC;
  333. }
  334. #header .header_nav_wrap .header_right_box .search_form .search_form_input {
  335. color:#eee;
  336. border:1px solid #000;
  337. background-color:#132030;
  338. }
  339. #header .header_nav_wrap .header_right_box .search_form .search_form_input:focus {
  340. background-color:transparent;
  341. border:2px solid #189EFC;
  342. }
  343. #header .header_nav_wrap .header_right_box .search_form .search_form_submit button,#header .header_nav_wrap .header_right_box .search_form .search_form_submit i {
  344. color:#eee;
  345. }
  346. #header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav {
  347. background-color:#243447;
  348. box-shadow:.5px .5px 3px rgba(0,0,0,0.26);
  349. }
  350. #header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav::before {
  351. background-color:#243447;
  352. border:.5px solid rgba(0,0,0,.26);
  353. }
  354. #header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav ul li a .display_name {
  355. color:#fff;
  356. }
  357. #header .header_nav_wrap .header_right_box .toot_button {
  358. color:#fff;
  359. background-color:#189EFC;
  360. }
  361. #header .header_nav_wrap .header_right_box .search_form_wrap .header_search_suggestions {
  362. background-color:#243447;
  363. box-shadow:.5px .5px 3px rgba(0,0,0,0.26);
  364. }
  365. #header .header_nav_wrap .header_right_box .search_form_wrap .header_search_suggestions::before {
  366. background-color:#243447;
  367. border:.5px solid rgba(0,0,0,.26);
  368. }
  369. #header .header_nav_wrap .header_right_box .search_form_wrap .header_search_suggestions ul li.account_box h3,
  370. #header .header_nav_wrap .header_right_box .search_form_wrap .header_search_suggestions ul li.account_box:hover .un {
  371. color:#FFFFFF !important;
  372. }
  373. #header .header_nav_wrap .header_right_box .search_form_wrap .header_search_suggestions ul li.account_box:hover .un {
  374. color:#66757F;
  375. }
  376. #main .profile_nav_wrap {
  377. background-color:#1b2836;
  378. box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);
  379. }
  380. #main .profile_nav_wrap .profile_nav .profile_nav_right .profile_nav_list .profile_nav_item {
  381. color:#eee;
  382. border-color:transparent;
  383. }
  384. #main .profile_nav_wrap .profile_nav .profile_nav_right .profile_nav_list .profile_nav_item:hover {
  385. color:#189EFC;
  386. border-top:4px solid transparent;
  387. border-bottom:4px solid #189EFC;
  388. }
  389. #main .profile_nav_wrap .profile_nav .profile_nav_right .profile_nav_list .profile_nav_item.view {
  390. color:#189EFC;
  391. border-top:4px solid transparent;
  392. border-bottom:4px solid #189EFC;
  393. }
  394. #js-header_title_box {
  395. background-color:#189EFC;
  396. }
  397. #js-header_title_box h1 {
  398. color:#eee;
  399. }
  400. #main .header_nav_wrap {
  401. background-color:#1B2836;
  402. box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);
  403. }
  404. #main .header_nav_wrap .header_nav .header_nav_left .header_nav_list .header_nav_item {
  405. color:#66757F;
  406. }
  407. #main .header_nav_wrap .header_nav_item.view a {
  408. border-top:4px solid transparent!important;
  409. border-bottom:4px solid #189EFC!important;
  410. }
  411. #main .header_nav_wrap .header_nav .header_nav_left .header_nav_list .header_nav_item a:hover {
  412. color:#189EFC;
  413. border-top:4px solid transparent;
  414. border-bottom:4px solid #189EFC;
  415. }
  416. #main .header_nav_wrap .header_nav .header_nav_left .header_nav_list .header_nav_item a.view {
  417. color:#189EFC;
  418. border-top:4px solid transparent;
  419. border-bottom:4px solid #189EFC;
  420. }
  421. #main .header_nav_wrap .header_nav .header_nav_left .header_nav_list .header_nav_item a h2 {
  422. color:#189EFC;
  423. }
  424. #main .article_wrap .left_column > .profile_icon_box {
  425. background-color:#243447;
  426. border:1px solid #000;
  427. box-shadow:0 .1px .3px rgba(0,0,0,0.26);
  428. }
  429. #main .article_wrap .left_column .profile_section_wrap > .profile_displayname {
  430. color:#fff;
  431. }
  432. #main .article_wrap .left_column .profile_section_wrap > .profile_username {
  433. color:#657786;
  434. }
  435. #main .article_wrap .left_column .profile_section_wrap > .profile_bio a,
  436. #main .article_wrap .left_column .profile_section_wrap .profile_field_value a,
  437. .profile_with_icon > a {
  438. color:#189EFC;
  439. }
  440. .profile_with_icon i {
  441. color:#eee;
  442. }
  443. #js-overlay_content_wrap.view {
  444. background-color:rgba(0,0,0,0);
  445. }
  446. #js-overlay_content_wrap.view.black_08 {
  447. background-color:rgba(0,0,0,0.8);
  448. }
  449. #js-overlay_content_wrap #js-overlay_content .close_button {
  450. color:#fff;
  451. }
  452. #overlay_message {
  453. background-color:#1B2836;
  454. box-shadow:1px 1px 3px rgba(0,0,0,0.35);
  455. }
  456. #overlay_message section {
  457. color:#999;
  458. }
  459. .toot_detail {
  460. background-color:#1B2836;
  461. }
  462. .toot_entry.ancestors_status .toot_entry_body::after,.toot_entry.descendants_status .toot_entry_body::after {
  463. border:2px solid #76BFEC;
  464. }
  465. .toot_entry.descendants_status:last-child .toot_entry_body::after {
  466. border:0 solid #76BFEC;
  467. }
  468. .toot_detail .toot_header a .displayname {
  469. color:#fff;
  470. }
  471. .toot_detail .toot_header a .username {
  472. color:#66757F;
  473. }
  474. .toot_detail.main_status .toot_content .toot_article .cw_button {
  475. background-color:#6D768C;
  476. color:#fff;
  477. }
  478. .toot_detail.main_status .toot_content time {
  479. color:#66757F;
  480. }
  481. .toot_detail .status_form {
  482. border-top:1px solid #E6ECF0;
  483. border-bottom:1px solid #E6ECF0;
  484. }
  485. .media_detail .media_box {
  486. background-color:#000;
  487. }
  488. .switch-btn {
  489. background:#132030;
  490. }
  491. .switch-btn span {
  492. background:#243447;
  493. }
  494. .switch input:checked + .switch-btn {
  495. background:#189EFC;
  496. }
  497. .radiobox input[type="radio"] + .radiotext:before {
  498. background:#243447;
  499. border:1px solid #AAB8C2;
  500. }
  501. .radiobox input[type="radio"]:checked + .radiotext:before {
  502. background-color:#189EFC;
  503. box-shadow:inset 0 0 0 4px #fff;
  504. border-color:#189EFC;
  505. }
  506. .options {
  507. background-color:#243447;
  508. }
  509. .status_form .status_bottom .status_privacy .expand_privacy_menu::before,.toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_menu::before,.toot_detail .toot_header .expand_button_wrap .expand_menu::before {
  510. background-color:#243447;
  511. }
  512. .status_form .status_bottom .status_privacy .expand_privacy_menu .status_privacy:hover,.follow_button i,.halcyon_button i,.toot_entry .toot_entry_body .toot_content .toot_header .displayname:hover,.toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_button:hover,#js-follows_profile .follows_profile_box .follows_profile .follows_profile_bio p a,#js-stream_update button,.current_profile_box .current_profile .current_profile_counts .current_profile_count a:hover .title,.toot_detail .toot_header a:hover .displayname,.toot_detail .toot_header .expand_button_wrap .expand_button:hover,.toot_detail.main_status .toot_content a {
  513. color:#189EFC;
  514. }
  515. .status_form .status_bottom .submit_status_label:hover,#header .header_nav_wrap .header_right_box .toot_button:hover {
  516. background-color:#2571D0;
  517. }
  518. .status_form .status_bottom .submit_status_label:active,#header .header_nav_wrap .header_right_box .toot_button:active {
  519. background-color:#255ED0;
  520. }
  521. .overlay_status_header,.single_reply_status_header,.report_status_header {
  522. background-color:#1B2836;
  523. color:#eee;
  524. }
  525. #overlay_status_form.status_form,#single_reply_status_form.status_form,#report_status_form.status_form {
  526. background-color:#243447;
  527. }
  528. .follow_button:hover,.follow_button:hover i,.halcyon_button:hover,.halcyon_button:hover i,.following_button,.following_button i {
  529. background-color:#189EFC;
  530. color:#fff;
  531. }
  532. .following_button:hover,.following_button:hover i,.muting_button {
  533. background-color:#E20055;
  534. color:#fff;
  535. }
  536. .profile_edit_button:hover,.profile_edit_button:hover i,.toot_entry:hover {
  537. background-color:#243447;
  538. }
  539. .timeline .boost_author_box,.timeline .pinned_notice_box {
  540. color:#657786;
  541. }
  542. .toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_button,.toot_detail .toot_header .expand_button_wrap .expand_button {
  543. color:#AAB8C2;
  544. }
  545. .toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_menu,.toot_detail .toot_header .expand_button_wrap .expand_menu {
  546. background-color:#243447;
  547. box-shadow:.5px .5px 3px rgba(0,0,0,0.26);
  548. }
  549. .toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_menu ul::after,#header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav ul::after,.toot_detail .toot_header .expand_button_wrap .expand_menu ul::after {
  550. border-bottom:1px solid #000;
  551. }
  552. .toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_menu ul:last-child::after,#header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav ul:last-child::after,.toot_detail .toot_header .expand_button_wrap .expand_menu ul:last-child::after {
  553. border-bottom:0 solid #E6ECF0;
  554. }
  555. .toot_entry .toot_entry_body .toot_content .toot_header .expand_button_wrap .expand_menu a:hover,#header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav a:hover,#header .header_nav_wrap .header_right_box .my_account_wrap .header_my_account_nav ul li a:hover .display_name,.toot_detail .toot_header .expand_button_wrap .expand_menu a:hover {
  556. background-color:#189EFC;
  557. color:#fff;
  558. }
  559. .toot_entry .toot_entry_body .toot_content .toot_article a,#main .article_wrap .left_column .profile_section_wrap > .profile_bio a {
  560. color:#189EFC;
  561. }
  562. .toot_entry .toot_entry_body .toot_content .toot_reaction button,.toot_detail .toot_footer .toot_reaction button {
  563. color:#AAB8C2;
  564. }
  565. .toot_entry .toot_entry_body .toot_content .toot_reaction button .reaction_count,.toot_detail .toot_footer .toot_reaction button .reaction_count {
  566. color:#AAB8C2;
  567. }
  568. .toot_entry .toot_entry_body .toot_content .toot_reaction .reply_button:hover,.toot_detail .toot_footer .toot_reaction .reply_button:hover {
  569. color:#1DA1F2;
  570. }
  571. .toot_entry .toot_entry_body .toot_content .toot_reaction .boost_button[reblogged="null"]:hover,.toot_entry .toot_entry_body .toot_content .toot_reaction .boost_button[reblogged="true"],.toot_entry .toot_entry_body .toot_content .toot_reaction .boost_button[reblogged="null"]:hover .reaction_count,.toot_entry .toot_entry_body .toot_content .toot_reaction .boost_button[reblogged="true"] .reaction_count,.toot_detail .toot_footer .toot_reaction .boost_button[reblogged="false"]:hover,.toot_detail .toot_footer .toot_reaction .boost_button[reblogged="true"],.toot_detail .toot_footer .toot_reaction .boost_button[reblogged="false"]:hover .reaction_count,.toot_detail .toot_footer .toot_reaction .boost_button[reblogged="true"] .reaction_count {
  572. color:#17BF63;
  573. }
  574. .toot_entry .toot_entry_body .toot_content .toot_reaction .fav_button[favourited="null"]:hover,.toot_entry .toot_entry_body .toot_content .toot_reaction .fav_button[favourited="true"],.toot_entry .toot_entry_body .toot_content .toot_reaction .fav_button[favourited="null"]:hover .reaction_count,.toot_entry .toot_entry_body .toot_content .toot_reaction .fav_button[favourited="true"] .reaction_count,.toot_detail .toot_footer .toot_reaction .fav_button[favourited="false"]:hover,.toot_detail .toot_footer .toot_reaction .fav_button[favourited="true"],.toot_detail .toot_footer .toot_reaction .fav_button[favourited="false"]:hover .reaction_count,.toot_detail .toot_footer .toot_reaction .fav_button[favourited="true"] .reaction_count {
  575. color:#FFAD1A;
  576. }
  577. #js-follows_profile .follows_profile_box .follows_profile_header,.current_profile_box .current_profile_header {
  578. background-color:#189EFC;
  579. }
  580. #js-follows_profile .follow_button i,.side_widget .account_box .label_box .follow_button i,.halcyon_button i {
  581. color:#189EFC;
  582. }
  583. #js-follows_profile .follow_button:hover,#js-follows_profile .follow_button:hover i,.side_widget .account_box .label_box .follow_button:hover,.side_widget .account_box .label_box .follow_button:hover i,.halcyon_button:hover,.halcyon_button:hover i {
  584. background-color:#189EFC;
  585. color:#fff!important;
  586. }
  587. #main .profile_nav_wrap .profile_nav .profile_nav_right .profile_nav_list .profile_nav_item a,#main .header_nav_wrap .header_nav .header_nav_left .header_nav_list .header_nav_item a {
  588. border-top:0 solid transparent;
  589. border-bottom:0 solid #189EFC;
  590. }
  591. .lsx-emojipicker-container,.lsx-emojipicker-container:before {
  592. background-color:#243447 !important;
  593. }
  594. .dropDown {
  595. background-color:#243447;
  596. box-shadow:0.5px 0.5px 3px rgba(0,0,0,0.26);
  597. border:1px solid #000;
  598. }
  599. .dropDown li .un {
  600. color:#66757F;
  601. }
  602. .dropDown h3 {
  603. color:#FFF !important;
  604. }
  605. .hoverLi {
  606. background-color:#189EFC;
  607. color:#FFF;
  608. }
  609. .hoverLi h3,.hoverLi .un {
  610. color:#FFF !important;
  611. }
  612. .instance_field {
  613. border:1px solid #000000;
  614. }