dark.css 21 KB

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