Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.54 KB | None | 0 0
  1. .app {
  2. background-image: url("https://i.imgur.com/o2YNdlK.jpg") !important;
  3. background-size: 1500px 900px;
  4. background-repeat: no-repeat;
  5. }
  6. .callout-backdrop {
  7. opacity:0.9 !important;
  8. background: url(https://i.imgur.com/o2YNdlK.jpg);
  9. background-size: 1500px 900px;
  10. background-repeat: no-repeat;
  11. }
  12.  
  13. /* Main Chat Stuff */
  14.  
  15. .markup {
  16. font-size: 15px !important;
  17. }
  18. .chat .divider>span {
  19. color: #F1F1F1;
  20. }
  21. .chat .welcome-message h1 {
  22. color: #9f0000;
  23. width: 260px;
  24. }
  25. .theme-dark .chat form {
  26. border-top: none;
  27. }
  28. .theme-dark .chat .welcome-message a {
  29. color: #9f0000;
  30. }
  31. .chat .new-messages-bar button {
  32. background: #9f0000;
  33. border-radius: 5px;
  34. }
  35. .chat .has-more button {
  36. color: #9f0000;
  37. }
  38. .chat .divider.divider-red>span {
  39. background: rgba(226, 0, 0, 0.6) !important;
  40. color: rgb(251, 245, 245) !important;
  41. }
  42. .chat .welcome-message h1 {
  43. color: #9f0000;
  44. width: 360px;
  45. }
  46. .chat .empty-message h1 {
  47. font-weight: 600;
  48. color: #8A0404;
  49. font-size: 14px;
  50. line-height: 15px;
  51. margin: 15px;
  52. }
  53. .chat .new-messages-bar button:last-child {
  54. color: #fff;
  55. }
  56. .theme-dark .chat>.content .messages .divider:not(.red) span {
  57. opacity: 0.9;
  58. background: rgba(154, 0, 0, 0.67) !important;
  59. }
  60. .chat .new-messages-bar button:first-child {
  61. border-radius: 5px;
  62. margin-right: -14px;
  63. }
  64. .chat .new-messages-bar {
  65. background-color: transparent !important;
  66. opacity: 0.8;
  67. }
  68. .chat .divider:not(.divider-red)>div {
  69. background: rgba(255, 255, 255, 0.2) !important;
  70. }
  71. .chat .divider>span {
  72. background: rgba(255, 255, 255, 0.2) !important;
  73. font-size: 12px;
  74. text-transform: uppercase;
  75. margin: 10px 0px;
  76. border-radius: 3px;
  77. opacity: 1;
  78. padding: 5px 15px;
  79. width: 100%;
  80. text-align: center;
  81. }
  82. .chat .divider.divider-red>span {
  83. background: rgba(240, 71, 71, .6) !important;
  84. color: rgba(255, 255, 255, 0.8) !important;
  85. }
  86. .chat .divider:not(.divider-red)>span {
  87. color: rgba(255, 255, 255, 1) !important;
  88. }
  89. .chat .divider>div {
  90. display: none;
  91. }
  92. .chat .new-messages-bar {
  93. background-color: rgba(29, 101, 134, .9);
  94. }
  95. .chat .new-messages-bar:hover {
  96. background-color: rgba(29, 101, 134, 1);
  97. }
  98. .chat .new-messages-bar button:last-child {
  99. color: rgba(255, 255, 255, 0.5);
  100. }
  101. .chat-empty {
  102. background: rgba(20, 23, 27, 0.95);
  103. }
  104. .chat>.title-wrap>.topic {
  105. font-size: 12px;
  106. margin-top: 5px;
  107. color: #656565 !important;
  108. }
  109. .chat>.content .messages .message-group:not(.has-divider) {
  110. border-bottom-color: hsla(0, 0%, 100%, .04) !important;
  111. }
  112. .chat>.content .messages .message-group .markup .highlight {
  113. color: #ddd !important;
  114. padding: 1px 4px;
  115. border-radius: 6px;
  116. -webkit-transition: all 0.3s ease;
  117. -moz-transition: all 0.3s ease;
  118. -o-transition: all 0.3s ease;
  119. -ms-transition: all 0.3s ease;
  120. }
  121. .chat>.content .messages .message-group .markup .highlight:hover {
  122. color: #fff !important;
  123. }
  124. .chat>.content .messages .message-group h2 .user-name {
  125. color: rgba(255, 255, 255, 0.8);
  126. }
  127. .chat>.content .messages .message-group h2 span {
  128. color: rgba(255, 255, 255, 0.2) !important;
  129. }
  130. .chat>.content .messages .message-group .markup pre {
  131. background: transparent !important;
  132. border-color: rgba(255, 255, 255, 0.1) !important;
  133. }
  134. .chat>.content .messages .message-group .markup pre code.hljs {
  135. background: rgba(0, 0, 0, 0.42) !important;
  136. color: rgba(255, 255, 255, 0.7) !important;
  137. padding: 1em !important;
  138. }
  139. .chat>.content .messages .message-group .markup code.inline {
  140. background: rgba(255, 255, 255, 0.1) !important;
  141. color: rgba(255, 255, 255, 0.7) !important;
  142. padding: 0.3em 0.6em;
  143. }
  144. .channel-textarea-inner {
  145. border: 2px solid rgba(230, 0, 0, 0.35) !important;
  146. background: rgba(16, 1, 1, 0.6) !important;
  147. }
  148. ::-webkit-input-placeholder {
  149. color: #9f0000 !important;
  150.  
  151. }
  152. .channel-textarea-autocomplete-inner {
  153. background:rgba(0,0,0,0.84)!important;
  154. border:none !important;
  155. }
  156.  
  157. .channel-textarea-autocomplete-inner:after {
  158. display:none;
  159. }
  160.  
  161. .channel-textarea-autocomplete-inner header {
  162. background:rgba(0,0,0,0.84)!important;
  163. border-radius:5px 5px 0 0;
  164. border:none !important;
  165. }
  166.  
  167. .channel-textarea-autocomplete ul li.active {
  168. background:rgba(255,255,255,0.1)!important;
  169. }
  170. .channel-textarea-upload {
  171. border-right-color: hsl(0, 96%, 18%) !important;
  172. }
  173. .message-group .edit-message .channel-textarea-inner {
  174. border-color: #9f0000;
  175. }
  176. .theme-dark .friends-table .messages .mentioned .message-text,
  177. .theme-dark .messages-wrapper .messages .mentioned .message-text {
  178. animation: mentioned-pulse 1.5s infinite;
  179. }
  180. @-webkit-keyframes mentioned-pulse {
  181. 0% {
  182. box-shadow: 0 0 0 0 #fab81a;
  183. }
  184. 70% {
  185. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  186. }
  187. to {
  188. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  189. }
  190. }
  191. @keyframes mentioned-pulse {
  192. 0% {
  193. box-shadow: 0 0 0 0 #fab81a;
  194. }
  195. 70% {
  196. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  197. }
  198. to {
  199. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  200. }
  201. }
  202. .avatar-smal {
  203. width: 60px;
  204. height: 60px;
  205. background-size: 60px 60px;
  206. border-radius: 50px;
  207. }
  208. .channel-textarea-guard button {
  209. background-color: #620202;
  210. }
  211. .channel-textarea-guard button:hover {
  212. background-color: #9f0000;
  213. }
  214. .theme-dark .chat .has-more button {
  215. background: #7D0202;
  216. border: 1px solid #9A0000;
  217. }
  218. .chat .has-more button {
  219. color: #EAEAEA;
  220. }
  221.  
  222. /* Guild */
  223.  
  224. .guilds-wrapper {
  225. box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.2);
  226. background: rgba(0, 0, 0, 0.6) !important;
  227. border-right: 1px solid rgba(0, 0, 0, 0.4);
  228. }
  229. .channels-wrap {
  230. background: rgba(0, 0, 0, 0.75)
  231. }
  232. .links,
  233. .chat,
  234. .typing,
  235. .content,
  236. .guild-channels,
  237. .private-channels,
  238. .guild-header header,
  239. .divider-red span,
  240. .messages-wrapper,
  241. #voice-connection {
  242. background: transparent !important;
  243. }
  244. .title-wrap {
  245. border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  246. background: rgba(0, 0, 0, 0.88) !important;
  247. }
  248. .guilds li.active .guild-inner,
  249. .guilds li:hover .guild-inner {
  250. border-radius: 15px;
  251. background: #9f0000;
  252. }
  253. .guild-channels ul .channel-voice-states li.speaking .avatar-small {
  254. background-color: #9f0000;
  255. cursor: pointer;
  256. border: 2px solid #43b581;
  257. box-shadow: inset 0 0 0 2px #2e3136;
  258. }
  259. .guilds li.active .guild-inner:before {
  260. background: #9f0000;
  261. }
  262. .guilds li.unread .guild-inner:before {
  263. background: #9f0000;
  264. }
  265. .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  266. background: #9f0000;
  267. }
  268. .guilds .friends-icon:hover {
  269. color: transparent;
  270. background-color: #9f0000;
  271. }
  272. .guilds-add {
  273. color: transparent !important;
  274. background-image: url("https://i.imgur.com/LhdoiNS.png") !important;
  275. background-size: 40px 40px !important;
  276. background-repeat: no-repeat !important;
  277. background-position: 4px 4px !important;
  278. background-color: rgba(21, 21, 21, 0.41) !important;
  279. opacity: 0.7 !important;
  280. }
  281. .guild-header ul {
  282. background: rgb(0, 0, 0) !important;
  283. transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
  284. padding-top: 100px;
  285. top: -56px;
  286. }
  287. .guilds-add {
  288. opacity: 0.5;
  289. }
  290. .guild-header header span {
  291. margin-left: -5px;
  292. }
  293. .guild-header header {
  294. box-shadow: none !important;
  295. color: #ddd;
  296. }
  297. .guild-channels header h2,
  298. .guild-channels ul .channel a {
  299. color: #fff;
  300. }
  301. .guilds {
  302. padding: 18px 20px 85px 20px;
  303. }
  304. .guilds-add {
  305. font-size: 30px;
  306. background: #000;
  307. }
  308. .guilds li .guild-inner {
  309. background: rgba(21, 21, 21, 0.41) !important;
  310. }
  311. .guilds li .guild-inner a,
  312. .guilds li,
  313. .guilds li .avatar-small {
  314. width: 50px;
  315. height: 50px;
  316. }
  317. .guilds li .avatar-small {
  318. width: 50px;
  319. height: 50px;
  320. background-size: 50px 50px;
  321. }
  322. .guilds li .guild-inner {
  323. line-height: 50px;
  324. }
  325. .guilds .friends-icon {
  326. width: 50px;
  327. height: 50px;
  328. background-size: 30px 15px;
  329. }
  330. .guilds li.audio .guild-inner:after {
  331. background-size: 12px;
  332. background-color: rgba(0, 0, 0, 0.8);
  333. }
  334. .guilds-separator:after {
  335. background: rgba(28, 28, 28, 0.52) !important;
  336. }
  337. .guilds li .guild-inner:before {
  338. left: -26px;
  339. }
  340. .guild-channels header h2,
  341. .private-channels header {
  342. opacity: .6;
  343. }
  344. .guilds li.active .guild-inner,
  345. .guilds li:hover .guild-inner {
  346. background: #9f0000 !important;
  347. }
  348. .guilds-add:hover {
  349. border-color: #bb1515;
  350. color: transparent;
  351. opacity: 1.0;
  352. -webkit-animation: color_change 1s infinite alternate;
  353. -moz-animation: color_change 1s infinite alternate;
  354. -ms-animation: color_change 1s infinite alternate;
  355. -o-animation: color_change 1s infinite alternate;
  356. animation: color_change 1s infinite alternate;
  357. }
  358. .guilds .friends-online {
  359. margin-left: 0px;
  360. }
  361. .guilds .friends-online {
  362. text-transform: uppercase;
  363. font-weight: 600;
  364. color: #DCDCDC;
  365. margin: 10px 0px;
  366. word-wrap: normal;
  367. white-space: normal;
  368. width: 50px;
  369. cursor: pointer;
  370. -webkit-transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  371. transition: background-color .25s ease-in, border-radius .3s cubic-bezier(.68, -1.25, .228, 1.8);
  372. overflow: hidden;
  373. border-radius: 25px;
  374. background: rgba(21, 21, 21, 0.41) !important;
  375. font-size: 9px;
  376. text-align: center;
  377. line-height: 17px;
  378. }
  379. .guilds .friends-online:hover {
  380. background: #9f0000 !important;
  381. }
  382. .guilds-error {
  383. width: 40px !important;
  384. height: 40px !important;
  385. line-height: 39px !important;
  386. }
  387. .guilds-separator:after {
  388. background: rgba(255, 0, 0, 0.52) !important;
  389. }
  390.  
  391. /* Profile */
  392.  
  393. #user-profile-modal header {
  394. background-image: none;
  395. background-color: #9f0000;
  396. }
  397. #user-profile-modal .friends .friend:hover {
  398. background: #26292D;
  399. color: #ADADAD;
  400. }
  401. #user-profile-modal footer {
  402. background: #1e2124;
  403. }
  404. #user-profile-modal footer button {
  405. color: #9f0000
  406. }
  407. #user-profile-modal .tab-bar {
  408. background: #5c0000;
  409. border-bottom: 1px solid #4c0000;
  410. }
  411. #user-profile-modal .guilds .guild:hover {
  412. background: linear-gradient(90deg, #390303 90%, #2E3136);
  413. color: #D8D8D8;
  414. }
  415. #user-profile-modal .empty {
  416. background: #2E3136;
  417. }
  418. #user-profile-modal .avatar-profile {
  419. border: 6px solid #9f0000 !important;
  420. }
  421. #user-profile-modal footer .btn.disabled {
  422. background: #8E8E8E !important;
  423. }
  424. #user-profile-modal footer .btn.disabled:hover {
  425. background: #777777 !important;
  426. }
  427. #user-profile-modal footer .btn.add-friend {
  428. webkit-animation: friend-request-pulse 1.5s infinite;
  429. animation: friend-request-pulse 1.5s infinite;
  430. }
  431. #user-profile-modal .guilds .avatar-large {
  432. background: ;
  433. }
  434. #user-profile-modal footer {
  435. border-top: 1px solid hsl(0, 99%, 40%);
  436. background: #fff;
  437. display: -webkit-box;
  438. display: -webkit-flex;
  439. display: -ms-flexbox;
  440. display: box;
  441. display: flex;
  442. padding: 14px 20px;
  443. }
  444. #user-profile-modal footer {
  445. background-color: rgba(21, 0, 0, 0.92)!important;
  446. }
  447. #user-profile-modal footer .btn.add-friend {
  448. background: #8A0000;
  449. }
  450. #user-profile-modal footer .btn.add-friend:hover {
  451. background: #5c0000;
  452. }
  453. #user-profile-modal .btn {
  454. background-color: #B90808;
  455. }
  456. #user-profile-modal .btn:hover {
  457. background-color: #870000;
  458. }
  459. #user-profile-modal .header {
  460. background-color: rgba(0, 0, 0, 0.78);
  461. background-image: none;
  462. }
  463. #user-profile-modal .sub-header {
  464. background: rgba(0, 0, 0, 0.78);
  465. }
  466. #user-profile-modal .scroller {
  467. background: rgba(92, 0, 0, 0.78);
  468. }
  469. #user-profile-modal .guilds .guild:hover {
  470. background: linear-gradient(90deg, rgba(169, 4, 4, 0.45) 90%, rgba(0, 0, 0, 0.4));
  471. color: #FFFFFF;
  472. }
  473. #user-profile-modal .guilds .guild {
  474. color: rgba(255, 255, 255, 0.82);
  475. padding: 5px 20px;
  476. padding-right: 16px;
  477. font-weight: 600;
  478. cursor: pointer;
  479. line-height: 30px;
  480. }
  481. #user-profile-modal .tab-bar {
  482. background: rgba(39, 1, 1, 0.82);
  483. border-bottom: 1px solid #650101;
  484. }
  485. #user-profile-modal .empty {
  486. background: rgba(92, 0, 0, 0.580392);
  487. }
  488. #user-profile-modal .empty .empty-text {
  489. margin-top: 12px;
  490. font-size: 14px;
  491. line-height: 16px;
  492. color: #B70404;
  493. font-weight: 600;
  494. text-transform: uppercase;
  495. }
  496. #user-profile-modal footer .btn.disabled {
  497. background: #840000 !important;
  498. }
  499. #user-profile-modal footer .btn.disabled:hover {
  500. background: #4E0000 !important;
  501. }
  502.  
  503. /* Emoji */
  504. }
  505. .emoji-picker .categories .item.selected {
  506. border-bottom-color: #9C0505;
  507. }
  508. .bda-dark #bda-qem-favourite-container, .bda-dark #bda-qem-twitch-container, .bda-dark .emoji-picker, .bda-dark .emoji-picker .category {
  509. background-color: rgb(0, 0, 0);
  510. border: #C71D1D;
  511. }
  512. .bda-dark .emoji-picker .header .search-bar {
  513. background-color: rgb(0, 0, 0);
  514. }
  515. .bda-dark .emoji-picker .search-bar input {
  516. color: #FFF;
  517. background-color: #500000;
  518. border-top: 1px solid rgba(177, 0, 0, 0.83);
  519. }
  520. .bda-dark #bda-qem button {
  521. background: #000000;
  522. border-left: 1px solid #D00000;
  523. box-shadow: #5A0101 1px 0 0 0;
  524. color: #FFF;
  525. }
  526. .bda-dark #bda-qem button:hover {
  527. background-color: rgba(86, 0, 0, 0.86);
  528. }
  529. .bda-dark #bda-qem button.active {
  530. background-color: rgba(86, 0, 0, 0.86);
  531. }
  532. .bda-dark #bda-qem {
  533. border-bottom: 1px solid #C10000!important;
  534. background: #1F0202;
  535. }
  536. .emote-menu-inner {
  537. padding: 5px 0 0 15px;
  538. }
  539. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-thumb {
  540. background: rgba(86, 0, 0, 0.86) !important;
  541. border-color:#000 !important;
  542. }
  543. .bda-dark .emoji-picker .scroller::-webkit-scrollbar,
  544. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track,
  545. .bda-dark .emoji-picker .scroller::-webkit-scrollbar-track-piece {
  546. background-color: #600000 !important;
  547. border-color: #600000 !important;
  548. }
  549. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-thumb,
  550. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-thumb {
  551. background: rgba(86, 0, 0, 0.86) !important;
  552. border-color:#000 !important;
  553. }
  554. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar,
  555. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track,
  556. .bda-dark #bda-qem-favourite-container .scroller::-webkit-scrollbar-track-piece {
  557. background-color: #600000 !important;
  558. border-color: #600000 !important;
  559. }
  560. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar,
  561. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,
  562. .bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece {
  563. background-color: #600000 !important;
  564. border-color: #600000 !important;
  565. }
  566. #rmenu {
  567. background: #8A0C0C;
  568. }
  569. #rmenu:hover {
  570. background-color: #b60000;
  571. }
  572.  
  573. /* Popouts */
  574.  
  575. .popout header {
  576. background-color: #9f0000;
  577. }
  578. .popout section {
  579. background-color: hsl(218, 7%, 23%);
  580. }
  581. #voice-connection-popout hr {
  582. border: 1px solid #4C4C4C;
  583. }
  584. .small-popout-box {
  585. background: #282B30;
  586. border: 1px solid #24272B;
  587. }
  588. .option-popout .btn-item:hover {
  589. color: #BBBBBB;
  590. }
  591. .user-popout .user-popout-options .btn {
  592. background-color: #9f0000;
  593. border: 1px solid #9f0000;
  594. }
  595. .user-popout .user-popout-options .btn:hover {
  596. background-color: #9f0000;
  597. }
  598. .instant-invite-popout hr {
  599. border: 1px solid #9f0000;
  600. }
  601. .instant-invite-popout a {
  602. color: #9f0000;
  603. }
  604. .instant-invite-popout a:hover {
  605. color: #9f0000;
  606. }
  607. #autocomplete-popout .empty:hover {
  608. background-color: #2E3136;
  609. }
  610. #autocomplete-popout .empty h4 {
  611. color: #9f0000;
  612. }
  613. #autocomplete-popout h3 {
  614. color: #ECECEC;
  615. }
  616. .popout.popout-bottom header:before {
  617. border-bottom-color: #9f0000;
  618. }
  619. .user-popout .user-popout-options .btn.btn-server {
  620. color: #fff;
  621. background-color: #9f0000;
  622. border-color: #9f0000;
  623. }
  624. .user-popout .user-popout-options .btn.btn-server:hover {
  625. border-color: #9f0000;
  626. background-color: #9f0000;
  627. }
  628. .popout section:after,
  629. .popout section:before {
  630. content: none;
  631. }
  632. .add-friend-popout .btn:disabled {
  633. opacity: 0.4;
  634. }
  635. .user-popout .user-popout-options .btn:hover {
  636. border: 1px solid #9f0000;
  637. }
  638. .add-friend-popout {
  639. background: transparent;
  640. }
  641. .add-friend-popout header input:focus {
  642. border-color: hsla(0, 0%, 100%, .3);
  643. }
  644. .add-friend-popout .btn:disabled {
  645. background-color: #9f0000;
  646. }
  647. .add-friend-popout-info .add-friend-popout-info-confirmation:before {
  648. background: url(https://i.imgur.com/DYCx6qB.png) 50% no-repeat;
  649. content: ' ';
  650. width: 17px;
  651. height: 16px;
  652. background-size: 40px 39px;
  653. display: inline-block;
  654. vertical-align: middle;
  655. margin-top: -8px;
  656. margin-right: 4px;
  657. }
  658. .user-popout .user-popout-options .btn:hover {
  659. border: 1px solid #9f0000;
  660. }
  661. .user-popout {
  662. opacity: 1;
  663. }
  664. .user-popout .header {
  665. background: #9f0000;
  666. }
  667. .user-popout .body {
  668. background: #b30000;
  669. }
  670. .user-popout .body .label {
  671. color: #ffe6e6;
  672. }
  673. .user-popout .footer {
  674. background: #ffffff;
  675. border-top: 1px solid #ce174d !important;
  676. border-radius: 0 0 10px 10px !important;
  677. }
  678. .user-popout .footer .quick-message-wrapper .input {
  679. border: 1px solid #990000 !important;
  680. background: #ffcccc !important;
  681. }
  682. .user-popout .footer .update-notice {
  683. color: rgba(255, 255, 255, 0) !important;
  684. }
  685. .user-popout .avatar-wrapper .avatar-popout {
  686. background-color: #ffe6e6;
  687. border: 4px solid #ff8080 !important;
  688. }
  689. .user-popout .header {
  690. background: rgba(0, 0, 0, 0.86);
  691. }
  692. .user-popout .body {
  693. background: rgba(21, 0, 0, 0.83);
  694. }
  695. .user-popout .avatar-wrapper .avatar-popout {
  696. background-color: transparent;
  697. border: 4px solid rgb(243, 5, 5) !important;
  698. }
  699. .user-popout .footer {
  700. background: rgba(138, 2, 2, 0.87);
  701. border-top: 1px solid #E40303 !important;
  702. border-radius: 0 0 10px 10px !important;
  703. }
  704. .user-popout .footer .quick-message-wrapper .input {
  705. border: 1px solid #DE0202 !important;
  706. background: rgba(8, 3, 3, 0.64) !important;
  707. }
  708. .avatar-popout {
  709. width: 100px !important;
  710. height: 100px !important;
  711. background-size: 100px 100px !important;
  712. border-radius: 10% !important;
  713. }
  714. .user-popout .avatar-wrapper .avatar-hint {
  715. border-radius: 10% !important;
  716. }
  717. .user-popout .avatar-wrapper:hover .avatar-hint {
  718. box-shadow: #ffe6e6;
  719. visibility: #ffe6e6;
  720. }
  721. .user-popout .footer .update-notice .protip {
  722. color: #FFD1D1 !important;
  723. }
  724. .small-popout-box {
  725. background: rgba(0, 0, 0, 0.7);
  726. border: 1px solid #790000;
  727. }
  728. .option-popout .btn-item {
  729. font-family: Whitney,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  730. color: #BD0000;
  731. font-size: 12px;
  732. font-weight: 600;
  733. text-align: center;
  734. padding: 4px 0;
  735. }
  736. .popout section {
  737. background-color: hsla(0, 0%, 0%, 0.72);
  738. }
  739. .small-popout-box .btn-item {
  740. color: white;
  741. }
  742. .small-popout-box .btn-item:hover {
  743. color: #9f0000;
  744. }
  745. .theme-dark.context-menu .item.danger {
  746. color: #B90202!important;
  747. background: rgba(85, 0, 0, 0.77);
  748. }
  749. .context-menu {
  750. background: #5D0000;
  751. }
  752. .context-menu .item.danger {
  753. color: #fff!important;
  754. background-color: #5D0000 !important;
  755. }
  756. .context-menu .item.danger:hover {
  757. color: #fff!important;
  758. background-color: #9f0000 !important;
  759. }
  760. .theme-dark.context-menu {
  761. background: rgba(0, 0, 0, 0.87);
  762. box-shadow: 0 0 1px rgba(255, 0, 0, 0.82),0 1px 4px rgba(251, 6, 6, 0.1);
  763. }
  764. .theme-dark.context-menu .item:hover {
  765. background: #920000;;
  766. color: #fff;
  767. }
  768. .theme-dark.context-menu .item {
  769. color: hsla(0, 100%, 50%, 0.6);
  770. }
  771. .theme-dark.context-menu .item.disabled {
  772. color: #9A0303;
  773. background-color: rgba(0, 0, 0, 0);
  774. }
  775. .theme-dark.context-menu .item.disabled:hover {
  776. color: #fff;
  777. background-color: #920000 !important;
  778. }
  779.  
  780. /* Server Managements */
  781.  
  782. #autocomplete-popout .row.selected,
  783. #autocomplete-popout .row:hover {
  784. background: linear-gradient(90deg, rgba(136, 2, 2, 0.69), rgba(0, 0, 0, 0.59)) !important;
  785. }
  786. #autocomplete-popout .row.selected a,
  787. #autocomplete-popout .row:hover a {
  788. color: #D4D4D5;
  789. }
  790. #autocomplete-popout .row.selected,
  791. #autocomplete-popout .row:hover {
  792. background: linear-gradient(90deg, #36393F, #303238);
  793. }
  794. #autocomplete-popout .empty p {
  795. color: #650202;
  796. font-size: 16px;
  797. text-align: center;
  798. margin: -20px 0 18px;
  799. }
  800. #autocomplete-popout .empty p:hover {
  801. color: #650202;
  802. font-size: 16px;
  803. text-align: center;
  804. margin: -20px 0 18px;
  805. }
  806. #autocomplete-popout .row.selected,
  807. background: linear-gradient(90deg, #3A0000, #210000);
  808. }
  809. #autocomplete-popout .row:hover {
  810. background: linear-gradient(90deg, #790202, #210000);
  811. }
  812. .guild-settings-modal-members {
  813. background-color: rgba(2, 0, 0, 0.51);
  814. }
  815. .search-bar.search-bar-light input {
  816. background-color: rgb(0, 0, 0);
  817. border: 1px solid rgb(228, 0, 0);
  818. border-radius: 3px!important;
  819. outline: none;
  820. box-shadow: none;
  821. color: #FFFFFF;
  822. line-height: 15px;
  823. font-weight: 600;
  824. font-size: 14px;
  825. font-family: Whitney,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  826. }
  827. .member-roles .member-role {
  828. background-color: rgba(0, 0, 0, 0.34);
  829. color: #ffffff;
  830. border: 1px solid #9f0000;
  831. }
  832. .clipboard-input-inner input {
  833. color: #A50000;
  834. background: rgba(0, 0, 0, 0.95);
  835. }
  836. .clipboard-input-inner button:first-of-type:before {
  837. background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #350000);
  838. }
  839. .clipboard-input-inner {
  840. background: #1C1E22;
  841. border: 1px solid #960000;
  842. }
  843. .clipboard-input-inner button {
  844. border-left: 1px solid #A20B0B;
  845. background-color: #5D0303;
  846. }
  847. .clipboard-input-inner input::selection {
  848. background: #9f0000;
  849. }
  850. .clipboard-input-copied button:not(.tweet) {
  851. border-color: #dd0909 !important;
  852. background-color: #dd0909 !important;
  853. }
  854. .clipboard-input-copied .clipboard-input-inner {
  855. border-color: #dd0909;
  856. }
  857. .clipboard-input-copied .clipboard-input-inner input {
  858. color: #A50000;
  859. background: rgba(0, 0, 0, 0.95);
  860. }
  861. .search-bar.search-bar-light {
  862. background-color: rgba(0, 0, 0, 0);
  863. box-shadow: none;
  864. }
  865. .form .Select-control {
  866. border: 1px solid #FF0A0A;
  867. }
  868. .guild-settings-modal-members h6 {
  869. color: #980000;
  870. }
  871. .alert.form .form-inner .cancel {
  872. border-radius: 3px;
  873. border-color: #940305 !important;
  874. background-color: rgba(0, 0, 0, 0.62);
  875. color: #fff;
  876. }
  877. .alert.form .form-inner .cancel:hover {
  878. background-color: #860000 !important;
  879. }
  880. .guild-settings-modal-members .member-buttons .btn {
  881. background: #9f0000;
  882. border: 1px solid #9f0000;
  883. color: #EFEFEF;
  884. }
  885. .guild-settings-modal-members .member-buttons .btn:hover {
  886. background-color: #690000 !important;
  887. border: 1px solid #9f0000;
  888. color: #EFEFEF;
  889. }
  890. .guild-settings-modal-members .member-buttons .btn.btn-danger {
  891. border: 1px solid #B50000;
  892. color: #DEDEDE;
  893. }
  894. .guild-header ul li:hover a {
  895. background-color: hsla(0, 95%, 34%, 0.75);
  896. border-radius: 3px;
  897. }
  898. #settings-roles-pro-tip .pro-tip {
  899. color: #BF6363;
  900. }
  901. .create-guild-container .create-or-join .form-inner {
  902. background-color: #282b30;
  903. }
  904. .create-guild-container .action {
  905. background: #31343A;
  906. }
  907. .create-guild-container .create-or-join .actions .or {
  908. background-image: none;
  909. color: #282B30;
  910. }
  911. .create-guild-container h5 {
  912. color: #9f0000;
  913. }
  914. .create-guild-container .action.create .action-header {
  915. color: #9f0000;
  916. }
  917. .create-guild-container .action:hover.create .btn {
  918. background-color: #9f0000;
  919. }
  920. .create-guild-container .action:hover.join .btn {
  921. background-color: #670101!important;
  922. }
  923. .create-guild-container .action.join .action-icon {
  924. background: url("https://i.imgur.com/NTeGmsW.png") 50% no-repeat;
  925. height: 78px;
  926. background-size: 178.5px 78px;
  927. }
  928. .create-guild-container .action.create .action-icon {
  929. background-image: url("https://i.imgur.com/QDY09EQ.png");
  930. height: 78px;
  931. background-size: 112px 78px;
  932. background-repeat: no-repeat;
  933. background-position: 55px 0px;
  934. }
  935. .create-guild-container {
  936. background-color: transparent;
  937. }
  938. .create-guild-container .join-server .link-container input {
  939. border: 1px solid #9f0000;
  940. }
  941. .create-guild-container .join-server .sample-link {
  942. color: #9f0000;
  943. }
  944. .server-info button {
  945. width: 90px;
  946. height: 48px;
  947. margin-top: 8px;
  948. background-color: rgb(0, 0, 0);
  949. color: #E60000;
  950. font-size: 19px;
  951. }
  952. .change-nickname-warning {
  953. border-radius: 5px;
  954. background: #B50404;
  955. padding: 10px 15px;
  956. margin-bottom: 20px;
  957. color: #fff;
  958. white-space: initial;
  959. font-weight: 600;
  960. font-size: 14px;
  961. line-height: 16px;
  962. }
  963. .Select-menu-outer {
  964. border-bottom-right-radius: 4px;
  965. border-bottom-left-radius: 4px;
  966. background-color: rgba(0, 0, 0, 0.64);
  967. border: 1px solid #B00707;
  968. border-top-color: #B00707;
  969. }
  970. .form .Select-control:hover {
  971. border: 1px solid #9f0000;
  972. }
  973. .form .Select.is-disabled .Select-control:hover, .form .Select.is-open .Select-control:hover {
  974. border-color: #9f0000;
  975. }
  976. .form .Select-option:hover {
  977. background-color: #9D0000;
  978. }
  979. .form .is-focused:not(.is-open)>.Select-control {
  980. border: 1px solid #800000;
  981. }
  982. .form .Select-option.is-focused {
  983. background: #650000;
  984. color: #2e3136;
  985. }
  986.  
  987. /* Sidebar Members */
  988.  
  989. .channel-members .member.popout-open .avatar-small, .channel-members .member:hover .avatar-small {
  990. -webkit-filter: none !important;
  991. filter: none;
  992. position: relative;
  993. -webkit-transition: all .8s ease-out;
  994. -moz-transition: all .8s ease-out;
  995. -o-transition: all .8s ease-out;
  996. transition: all .8s ease-out;
  997. -webkit-transform: translateZ(0px);
  998. transform: translateZ(0px);
  999. }
  1000. .channel-members .invite-btn {
  1001. background-color: #9f0000;
  1002. }
  1003. .channel-members .invite-btn:hover {
  1004. background-color: #9f0000;
  1005. }
  1006. .channel-members {
  1007. background: rgba(0, 0, 0, 0.9) !important
  1008. }
  1009. .channel-members .member:hover {
  1010. background: rgba(255, 255, 255, 0.07) !important;
  1011. }
  1012. .channel-members .member .member-username {
  1013. font-size: 14px;
  1014. }
  1015. .channel-members .avatar-small .status {
  1016. border-color: rgba(0, 0, 0, 0.7) !important;
  1017. }
  1018. .bd-minimal .channel-members h2 {
  1019. margin-top: 20px;
  1020. margin-bottom: 3px;
  1021. padding-left: 20px;
  1022. }
  1023. .bd-minimal .channel-members h2:first-of-type {
  1024. margin-top: 0px;
  1025. margin-bottom: 3px;
  1026. }
  1027. .bd-minimal .channel-members .member {
  1028. padding: 5px 15px 8px 20px;
  1029. }
  1030. .channel-members h2 {
  1031. color: #9f0000 !important;
  1032. font-size: 11px;
  1033. text-transform: uppercase;
  1034. letter-spacing: .08em;
  1035. font-weight: 600;
  1036. padding: 4px 58px;
  1037. background-color: rgba(0, 0, 0, 0.24);
  1038. border: 1px solid;
  1039. border-color: transparent;
  1040. border-radius: 3px;
  1041. width: 90px;
  1042. margin-left: 15px;
  1043. text-align: center
  1044. }
  1045. .channel-members-wrap {
  1046. min-width: 240px;
  1047. display: -webkit-box;
  1048. display: -webkit-flex;
  1049. display: -ms-flexbox;
  1050. display: box;
  1051. display: flex;
  1052. }
  1053. .theme-dark .channel-members .member.popout-open,
  1054. .theme-dark .channel-members .member:hover {
  1055. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  1056. }
  1057. .channel-members .member .member-game strong {
  1058. color: #9f0000;
  1059. }
  1060. .channel-members .member.member-status-offline .avatar-small {
  1061. -webkit-filter: grayscale(100%) blur(1px);
  1062. position: relative;
  1063. -webkit-transition: all .8s ease;
  1064. -moz-transition: all .8s ease;
  1065. -o-transition: all .8s ease;
  1066. transition: all .8s ease;
  1067. -webkit-transform: translateZ(0px);
  1068. transform: translateZ(0px);
  1069. }
  1070. .channel-members .member.member-status-online .avatar-small {
  1071. width: 20px;
  1072. height: 20px;
  1073. background-size: 20px 20px;
  1074. border-radius: 50px;
  1075. }
  1076. .channel-members .member.member-status-offline .avatar-small {
  1077. width: 20px;
  1078. height: 20px;
  1079. background-size: 20px 20px;
  1080. border-radius: 50px;
  1081. }
  1082. .channel-members .avatar-small {
  1083. width: 20px;
  1084. height: 20px;
  1085. background-size: 20px 20px;
  1086. border-radius: 50px;
  1087. }
  1088. .theme-dark.context-menu .item-subMenu {
  1089. background: #350000 url(/assets/1988164a7c55346d32117b151f4e319d.svg) no-repeat 155px 50%;
  1090. }
  1091. .theme-dark.context-menu .context-menu {
  1092. background: rgba(0, 0, 0, 0.73);
  1093. border: 1px solid #B30000;
  1094. box-shadow: 0 1px 4px rgba(0,0,0,.1);
  1095. }
  1096.  
  1097. /* Scroller Settings */
  1098.  
  1099. .scroller-wrap .scroller {
  1100. overflow-y: scroll;
  1101. }
  1102. .theme-dark .chat>.content:first-child .scroller-wrap::-webkit-scrollbar-thumb {
  1103. background-color: #9f0000;
  1104. }
  1105. .scroller-wrap .scroller::-webkit-scrollbar-thumb {
  1106. background-color: #9f0000 !important;
  1107. border: 3px solid rgba(211, 5, 5, 0) !important;
  1108. }
  1109. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1110. background-color: #9f0000 !important;
  1111. border: 3px solid rgba(211, 5, 5, 0) !important;
  1112. }
  1113. .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
  1114. border: 3px solid rgba(255, 255, 255, 0) !important;
  1115. background-color: rgba(0, 0, 0, 0.3) !important;
  1116. }
  1117.  
  1118. /* Main Settings */
  1119.  
  1120. .settings .settings-header,
  1121. .settings .settings-inner,
  1122. .scroller.settings-wrapper.settings-panel,
  1123. .bd-customcss-innerpane,
  1124. .voice-settings,
  1125. .radio-inner {
  1126. background: rgba(0,0,0,0.6) !important;
  1127. }
  1128. .Select-value {
  1129. background: rgb(0,0,0) !important;
  1130. }
  1131. .settings .settings-actions {
  1132. border-top: 1px solid #BB0000 !important;
  1133. background: rgba(0,0,0,0.6) !important;
  1134. }
  1135. .settings-section.control-groups {
  1136. background-color: rgba(0,0,0,0.3);
  1137. }
  1138. .notification-settings-modal-channel-settings-header {
  1139. background-color: rgba(0,0,0,0.3);
  1140. }
  1141. .form-header,
  1142. .form-inner,
  1143. .form-actions {
  1144. background: rgba(0,0,0,0.74) !important;
  1145. }
  1146. .scroller.user-settings-modal-games{
  1147. background: rgba(130, 0, 0, 0.38);
  1148. }
  1149. .user-settings-modal-games {
  1150. background: #2E3136;
  1151. border-top: 1px solid #CA0000;
  1152. color: #E2E2E3;
  1153. }
  1154. .Select-control {
  1155. background: rgba(88, 0, 0, 0);
  1156. }
  1157. .now-playing {
  1158. background: rgba(101, 0, 0, 0.45);
  1159. }
  1160. .tab-bar.SIDE {
  1161. background: rgba(0,0,0,0);
  1162. }
  1163. .tab-bar.SIDE .tab-bar-item:before {
  1164. border-left: 4px solid #9f0000;
  1165. }
  1166. .user-settings-modal.settings {
  1167. opacity: 1;
  1168. }
  1169. .form .control-group input[type=email],
  1170. .form .control-group input[type=password],
  1171. .form .control-group input[type=text],
  1172. .form .control-group textarea {
  1173. background: rgba(37, 0, 0, 0.55);
  1174. color: #A20000;
  1175. border-bottom: 1px solid #232529;
  1176. border-radius: 3px;
  1177. }
  1178. .form .control-group input[type=email]:focus,
  1179. .form .control-group input[type=password]:focus,
  1180. .form .control-group input[type=text]:focus,
  1181. .form .control-group textarea:focus {
  1182. border-bottom: 2px solid #9f0000;
  1183. }
  1184. .avatar-uploader .avatar-uploader-inner {
  1185. background-color: #9f0000;
  1186. border: 5px solid #9f0000;
  1187. }
  1188. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .btn {
  1189. background: rgba(0, 0, 0, 0.51);
  1190. border: 2px solid #650303;
  1191. background-repeat: no-repeat;
  1192. background-position: 50%;
  1193. }
  1194. .form .control-group .Select-control .Select-placeholder {
  1195. color: #CE0000;
  1196. background-color: rgb(0, 0, 0);
  1197. }
  1198. .form .control-group .Select-control {
  1199. border: 1px solid #9f0000;
  1200. }
  1201. .form .control-group .Select-control:hover {
  1202. border: 1px solid #9f0000;
  1203. }
  1204. .Select-control {
  1205. background: #2E3136;
  1206. border: #9f0000;
  1207. border-color: #9f0000 #9f0000 #9f0000;
  1208. }
  1209.  
  1210. /* Next Part in Progress */
  1211.  
  1212. .form .control-group .is-focused:not(.is-open)>.Select-control {
  1213. border: 1px solid #9f0000;
  1214. }
  1215. .slider-bar {
  1216. background: #393C42;
  1217. }
  1218. .slider-handle,
  1219. .slider-handle span {
  1220. background-color: #393C42;
  1221. }
  1222. .theme-dark .chat>.content .messages .message-group a {
  1223. color: #9f0000;
  1224. }
  1225. .need-help-modal .footer {
  1226. background-color: #282b30;
  1227. border-top: 1px solid #1D1F23;
  1228. }
  1229. .need-help-modal .header {
  1230. background-color: #9f0000;
  1231. }
  1232. .need-help-button:hover {
  1233. border-color: #9f0000;
  1234. color: #9f0000;
  1235. }
  1236. .need-help-button:hover .btn-help {
  1237. color: #9f0000;
  1238. }
  1239. .notification-settings-modal .mute-server .checkbox .label {
  1240. color: #fff;
  1241. }
  1242. .notification-settings-modal .settings-section {
  1243. color: #fff;
  1244. }
  1245. .channel-notification-settings .content label {
  1246. color: #ABAAAA;
  1247. }
  1248. .channel-notification-settings {
  1249. border-bottom: 1px solid #9f0000;
  1250. }
  1251. .notification-settings-modal .notification-settings-modal-channel-settings-list {
  1252. box-shadow: 0 -1px #9f0000;
  1253. }
  1254. .download-apps .platforms .platform.active .download-button,
  1255. .change-log .changelog-fixed,
  1256. .modal-new-user .steps-wrap .steps li.on,
  1257. .modal-new-user .steps-wrap .steps li.on+.divider,
  1258. .modal-new-user .steps-wrap .steps li.on:before,
  1259. .chat .new-messages-bar:hover {
  1260. background-color: #9f0000;
  1261. }
  1262. .radio-image .radio-inner span:after {
  1263. opacity: 0;
  1264. filter: alpha(opacity=0);
  1265. content: '';
  1266. position: absolute;
  1267. width: 100%;
  1268. height: 100%;
  1269. border: 2px solid #9f0000;
  1270. border-radius: 3px;
  1271. -webkit-transition: .3s ease;
  1272. transition: .3s ease;
  1273. left: -2px;
  1274. top: -2px;
  1275. }
  1276. .radio-image:hover span:after {
  1277. opacity: .5;
  1278. filter: alpha(opacity=50);
  1279. border-color: #9f0000;
  1280. }
  1281. #unsupported-browser li:hover {
  1282. -webkit-transform: scale(1.04);
  1283. transform: scale(1.04);
  1284. border-color: #9f0000;
  1285. }
  1286. #unsupported-browser li:hover .browser {
  1287. background-position-y: 100px;
  1288. }
  1289. #unsupported-browser li:hover .btn {
  1290. background-color: #9f0000;
  1291. color: #fff;
  1292. border-color: #9f0000;
  1293. }
  1294. .mentioned .highlight:hover {
  1295. color: #9f0000;
  1296. text-decoration: underline;
  1297. }
  1298. .highlight:hover {
  1299. cursor: pointer;
  1300. color: #fff;
  1301. background-color: #9f0000;
  1302. }
  1303. .tooltip.tooltip-left:after {
  1304. position: absolute;
  1305. left: 100%;
  1306. top: 50%;
  1307. border-left-color: #9f0000;
  1308. margin-top: -5px;
  1309. }
  1310. .tooltip.tooltip-right:after {
  1311. position: absolute;
  1312. right: 100%;
  1313. top: 50%;
  1314. border-right-color: #9f0000;
  1315. margin-top: -5px;
  1316. }
  1317. .tooltip {
  1318. position: absolute;
  1319. background-color: #9f0000;
  1320. box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .1);
  1321. border-radius: 3px;
  1322. font-weight: 600;
  1323. font-size: 12px;
  1324. color: #fff;
  1325. z-index: 1002;
  1326. max-width: 160px;
  1327. box-sizing: border-box;
  1328. word-wrap: break-word;
  1329. padding: 5px 10px;
  1330. }
  1331. .tooltip.tooltip-bottom:after {
  1332. position: absolute;
  1333. bottom: 100%;
  1334. left: 50%;
  1335. border-bottom-color: #9f0000;
  1336. margin-left: -5px;
  1337. }
  1338. .tooltip.tooltip-top:after {
  1339. position: absolute;
  1340. top: 100%;
  1341. left: 50%;
  1342. margin-left: -5px;
  1343. border-top-color: #9f0000;
  1344. }
  1345. .region-select-modal {
  1346. background: #36393e;
  1347. }
  1348. .region-select-modal .region-select-modal-header {
  1349. color: #9f0000;
  1350. }
  1351. .region-select-modal .region-select-modal-option {
  1352. background-color: #2e3338;
  1353. border: 2px solid #25292d;
  1354. }
  1355. .region-select-modal .region-select-modal-option:hover {
  1356. border-color: #9f0000;
  1357. }
  1358. .form .radio-group .radio {
  1359. color: #fff;
  1360. }
  1361. .need-help-modal .header input[type=text] {
  1362. box-shadow: 0 2px 1px #9f0000;
  1363. }
  1364. .change-log {
  1365. background: #282D2F;
  1366. }
  1367. .change-log .header {
  1368. color: #9f0000;
  1369. border-bottom: 1px solid #4C4C4C;
  1370. }
  1371. .change-log ul li {
  1372. color: #9f0000;
  1373. }
  1374. .change-log .footer {
  1375. border-top: 1px solid #4C4C4C;
  1376. color: #9f0000;
  1377. background-color: #282D2F;
  1378. }
  1379. .download-apps .platforms .platform {
  1380. border: 2px solid #9f0000;
  1381. }
  1382. .download-apps .footer {
  1383. color: #9f0000;
  1384. }
  1385. .download-apps .footer a {
  1386. color: #9f0000;
  1387. }
  1388. .download-apps .header {
  1389. color: #9f0000;
  1390. }
  1391. .download-apps .platforms .platform.active {
  1392. border-color: #9f0000;
  1393. }
  1394. .user-settings-modal a:hover {
  1395. color: #9f0000;
  1396. }
  1397. .private-channels .channel.selected:before {
  1398. border-left: 4px solid #9f0000;
  1399. }
  1400. .private-channels .channel:hover:before {
  1401. border-left: 4px solid #9f0000;
  1402. }
  1403. .user-settings-modal .voice-settings .reset-voice-settings {
  1404. color: #9f0000;
  1405. }
  1406. .user-settings-modal .voice-settings .reset-voice-settings:hover {
  1407. color: #9f0000;
  1408. }
  1409. .modal-content .form-inner p {
  1410. color: #E6E6E6;
  1411. }
  1412. .form .form-inner {
  1413. background: #34383e;
  1414. }
  1415. .form .form-actions {
  1416. border-top: 1px solid #414958;
  1417. }
  1418. .form .form-header {
  1419. background: #353940;
  1420. border-bottom: 1px solid #494C50;
  1421. }
  1422. ::selection {
  1423. color: #fff;
  1424. background: #9f0000;
  1425. }
  1426. #settings-roles .roles li.selected {
  1427. background: none;
  1428. }
  1429. #permissions ul li {
  1430. color: #F4F4F4;
  1431. }
  1432. #permissions .permission-actions>div {
  1433. background-color: #2E3136;
  1434. border: 2px solid #2A2C31;
  1435. }
  1436. #permissions .permission-actions>div.PASSTHROUGH:hover {
  1437. border: #51555F;
  1438. }
  1439. #settings-roles .roles header {
  1440. border-bottom: 1px solid #2A2C31;
  1441. }
  1442. #settings-roles .roles {
  1443. border-right: 1px solid #9f0000;
  1444. }
  1445. .btn-help:hover {
  1446. background: #9f0000;
  1447. }
  1448. .btn-help {
  1449. background: #750000;
  1450. }
  1451. #permissions .permissions-helpdesk {
  1452. color: #9f0000;
  1453. }
  1454. #permissions .permissions-helpdesk:hover {
  1455. color: #9f0000;
  1456. }
  1457. #settings-roles .roles li.selected:before {
  1458. background-color: #9f0000;
  1459. }
  1460. #settings-roles .roles li:hover:before {
  1461. background-color: #9f0000;
  1462. }
  1463. .instant-invites .instant-invites-header {
  1464. border-bottom: 1px solid #9f0000;
  1465. }
  1466. .instant-invites .instant-invite-buttons .btn {
  1467. background: #9f0000;
  1468. }
  1469. .instant-invites .instant-invite-buttons .btn.btn-danger {
  1470. border: 1px solid #AD392D;
  1471. color: #fff
  1472. }
  1473. .instant-invites .instant-invite-buttons .btn.btn-danger:hover {
  1474. background: #FF1700;
  1475. }
  1476. .instant-invites .instant-invites-list .instant-invite .member {
  1477. color: #C3C3C3;
  1478. }
  1479. #permissions .permission-actions.disabled>div {
  1480. border: #565963;
  1481. background: #565963;
  1482. position: relative;
  1483. }
  1484. .checkbox .checkbox-inner span {
  1485. border: 2px solid #8E8E8E;
  1486. }
  1487. .form .control-group .help-text {
  1488. color: #B6BBC1;
  1489. }
  1490. .avatar-uploader a {
  1491. color: #9f0000;
  1492. }
  1493. .avatar-uploader a:hover {
  1494. color: #9f0000;
  1495. }
  1496. .instant-invites .instant-invites-list .instant-invite .show-channel .channel {
  1497. color: #B3B3B3;
  1498. }
  1499. .instant-invites .instant-invites-list .instant-invite+.instant-invite {
  1500. border-top: 1px solid #9f0000;
  1501. }
  1502. .form .control-groups.control-separator {
  1503. border-top: 1px solid #9f0000;
  1504. }
  1505. .guild-settings-modal-integrations .guild-settings-modal-integrations-header {
  1506. color: #CCCCCC;
  1507. border-bottom: 1px solid #2A2C31;
  1508. box-shadow: none;
  1509. }
  1510. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p {
  1511. color: rgb(220, 220, 220);
  1512. }
  1513. .guild-settings-modal-integrations .guild-settings-modal-integrations-body.no-integrations p a {
  1514. color: #F40000;
  1515. }
  1516. .guild-settings-modal-members .guild-settings-modal-list .member .member-username {
  1517. color: #9f0000;
  1518. }
  1519. .guild-settings-modal-members .guild-settings-modal-members-header {
  1520. border-bottom: 1px solid #2E3136;
  1521. }
  1522. .guild-settings-modal .guild-settings-modal-search {
  1523. border: 1px solid #2E3136;
  1524. }
  1525. .guild-settings-modal .guild-settings-modal-search:focus {
  1526. border: 1px solid #24272b;
  1527. }
  1528. .guild-settings-modal-members .guild-settings-modal-members-footer a {
  1529. color: #9f0000;
  1530. }
  1531. .guild-settings-modal-members .guild-settings-modal-members-footer a:hover {
  1532. color: #9f0000;
  1533. }
  1534. .guild-settings-modal-members .guild-settings-modal-members-footer {
  1535. border-top: 1px solid #2E3136;
  1536. }
  1537. #settings-roles .roles li:hover {
  1538. background: none;
  1539. }
  1540. .form hr {
  1541. border-bottom: 1px solid #9f0000;
  1542. }
  1543. .member-roles .manipulate:hover {
  1544. border-color: #9f0000;
  1545. background-color: #9f0000;
  1546. }
  1547. .need-help-modal a:hover {
  1548. color: #9f0000;
  1549. }
  1550. .channel-textarea {
  1551. margin: 10px 0 30px;
  1552. }
  1553. .theme-dark .hljs {
  1554. border: 1px solid transparent;
  1555. border-radius: 4px;
  1556. }
  1557. .theme-dark .chat>.content .messages .divider:not(.red) div {
  1558. background: transparent;
  1559. }
  1560. .theme-dark .chat>.content .messages .divider span {
  1561. background: transparent;
  1562. }
  1563. .message-group .comment .markup pre code {
  1564. background: #282B30;
  1565. color: #D4D4D4;
  1566. }
  1567. .theme-dark .chat .title-wrap .topic a {
  1568. color: #9f0000;
  1569. }
  1570. .download-apps .platforms .platform.active p {
  1571. color: #9f0000;
  1572. }
  1573. .download-apps .platforms .platform .icon.apple.active {
  1574. background-image: url(https://discordapp.com/assets/57568e1cfc37c81cf56db9498b4f128a.svg);
  1575. }
  1576. .download-apps .platforms .platform .icon.windows.active {
  1577. background-image: url(https://discordapp.com/assets/d6221c5e88f5cb89f125868c077e9859.svg);
  1578. }
  1579. .download-apps .platforms .platform .icon.ios.active {
  1580. background-image: url(https://discordapp.com/assets/0c460e9b848f5c4cc964ae9c62c0f9b9.svg);
  1581. }
  1582. .download-apps .platforms .platform .icon.android.active {
  1583. background-image: url(https://discordapp.com/assets/d73fd4014c02b360d9529a720ecb7c44.svg);
  1584. }
  1585. .form .form-inner {
  1586. background-image: url("https://i.imgur.com/KCLIPt4.gif");
  1587. background-size: 40px 40px;
  1588. background-repeat: no-repeat;
  1589. background-position: 50% 74%;
  1590. }
  1591. .need-help-button {
  1592. visibility: hidden;
  1593. }
  1594. .slider-handle span {
  1595. border: 1px solid #9f0000;
  1596. }
  1597. .slider-handle span:after,
  1598. .slider-handle span:before {
  1599. content: none;
  1600. }
  1601. .chat .welcome-message .item-container .icon.exclamation {
  1602. background-image: url("https://i.imgur.com/DYPXksE.png");
  1603. background-repeat: no-repeat;
  1604. background-size: 20px 20px;
  1605. background-position: 29px 13px;
  1606. }
  1607. .chat .welcome-message .item-container .icon.share {
  1608. background-image: url("https://i.imgur.com/DYPXksE.png");
  1609. background-repeat: no-repeat;
  1610. background-size: 20px 20px;
  1611. background-position: 29px 13px;
  1612. }
  1613. .chat .welcome-message .item-container .icon.apps {
  1614. background-image: url("https://i.imgur.com/DYPXksE.png");
  1615. background-repeat: no-repeat;
  1616. background-size: 20px 20px;
  1617. background-position: 29px 13px;
  1618. }
  1619. .chat .welcome-message .item-container .icon.mobile {
  1620. background-image: url("https://i.imgur.com/DYPXksE.png");
  1621. background-repeat: no-repeat;
  1622. background-size: 20px 20px;
  1623. background-position: 29px 13px;
  1624. }
  1625. .chat .welcome-message .item-container .icon.twitter {
  1626. background-image: url("https://i.imgur.com/DYPXksE.png");
  1627. background-repeat: no-repeat;
  1628. background-size: 20px 20px;
  1629. background-position: 29px 13px;
  1630. }
  1631. .user-settings-modal button.preview-sound:before {
  1632. background-image: url("https://i.imgur.com/E8gsoBs.png");
  1633. }
  1634. .account {
  1635. background-repeat: no-repeat;
  1636. background-position: 12px 11px;
  1637. }
  1638. .user-settings-modal-games .games-table .games-row .item-game .last-played {
  1639. color: #E2E2E3;
  1640. }
  1641. .user-settings-modal-games .games-table .games-row .item-game .game-input {
  1642. color: #E2E2E3;
  1643. }
  1644. .user-settings-modal-games .games-table .games-row .item-game {
  1645. border-bottom: 1px solid #404040;
  1646. }
  1647. .user-settings-modal-games .games-table .games-row .item-overlay {
  1648. border-bottom: 1px solid #404040;
  1649. }
  1650. .checkbox .checkbox-inner.alt input[type=checkbox]+span {
  1651. background: #2E3136;
  1652. border-color: #8E8E8E;
  1653. }
  1654. .checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after {
  1655. border-color: #43B581;
  1656. }
  1657. .sensitivity .slider .slider-bar-auto {
  1658. background-color: #393C42;
  1659. }
  1660. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  1661. border-bottom: 1px solid #404040;
  1662. }
  1663. .alert.form .form-inner .btn {
  1664. border: 1px solid #9f0000;
  1665. }
  1666. .user-settings-modal .account-warning {
  1667. border: 1px solid #B54343;
  1668. background: #B54343;
  1669. color: #F5FBF9;
  1670. }
  1671. .user-settings-modal-games .games-table .games-row .item-game .icon {
  1672. background-image: url(https://i.imgur.com/DYCx6qB.png);
  1673. background-repeat: no-repeat;
  1674. background-position: -13px -14px;
  1675. background-size: 42px;
  1676. }
  1677. .theme-dark .chat>.content .messages .divider:not(.red) span {
  1678. opacity: .9;
  1679. }
  1680. .links:after {
  1681. content: "Chaotiic";
  1682. color: #8C8F94;
  1683. margin-left: 9px;
  1684. font-weight: bold;
  1685. }
  1686. .links li+li:after {
  1687. content: '\2022';
  1688. color: #535559;
  1689. margin-left: 6px;
  1690. }
  1691. .message-group h2 strong {
  1692. color: #aaaba7;
  1693. }
  1694. #emote-menu,
  1695. #tc-settings-panel,
  1696. .tc-switch {
  1697. border: 1px solid #2B2B2B;
  1698. }
  1699. .emote-container:hover {
  1700. background: #9f0000;
  1701. }
  1702. .spinner-wandering-cubes .spinner-item {
  1703. background-color: #9f0000;
  1704. }
  1705. #bd-ps-container {
  1706. border: 1px solid transparent;
  1707. border-radius: 4px;
  1708. opacity: 0.9;
  1709. }
  1710. #bd-ps-header {
  1711. background: #1E2124;
  1712. border-bottom: 1px solid #24272B;
  1713. }
  1714. #bd-ps-body table tr {
  1715. border-bottom: 1px solid #2E3136 !important;
  1716. background-color: none;
  1717. }
  1718. #bd-ps-body table th {
  1719. background-color: #25272B;
  1720. }
  1721. textarea {
  1722. background: transparent !important;
  1723. }
  1724. .help-container {
  1725. display: none;
  1726. }
  1727. .links {
  1728. border-top: 0px solid transparent;
  1729. }
  1730. .links li a {
  1731. color: #8C8F94;
  1732. }
  1733. .content .flex-spacer {
  1734. background: rgba(0, 0, 0, 0.85)
  1735. }
  1736.  
  1737. .private-channels .search-bar {
  1738. background: rgba(10, 13, 16, 0) !important;
  1739. }
  1740. .private-channels .search-bar input {
  1741. background: rgba(0, 0, 0, 0.4) !important;
  1742. }
  1743. .search-bar-clear:before {
  1744. background: rgba(0, 0, 0, 0.68);
  1745. }
  1746. .guild-channels ul .channel.selected,
  1747. .private-channels .channel.selected,
  1748. .private-channels .search-result.selected,
  1749. .private-channels .search-result:hover {
  1750. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 85%, rgba(46, 49, 54, 0)) !important;
  1751. }
  1752. .guild-channels ul .channel:not(.selected):hover,
  1753. .private-channels .channel:not(.selected):hover {
  1754. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 85%, rgba(46, 49, 54, 0)) !important;
  1755. }
  1756. .btn-hamburger {
  1757. margin-right: -25px;
  1758. }
  1759. .btn-hamburger span {
  1760. background: #fff;
  1761. }
  1762. .account {
  1763. padding: 0 15px !important;
  1764. background: rgba(0, 0, 0, 0);
  1765. height: 77px;
  1766. border: 0px solid transparent;
  1767. }
  1768. .account .status {
  1769. border: 2px solid rgba(0, 0, 0, 1);
  1770. }
  1771. .account .btn {
  1772. background: transparent;
  1773. box-shadow: none !important;
  1774. }
  1775. .account .btn:active {
  1776. background: rgba(0, 0, 0, 0.26);
  1777. }
  1778. .account .btn-deafen,
  1779. .account .btn-mute {
  1780. border-right: none;
  1781. }
  1782. #voice-connection {
  1783. border-top: none !important;
  1784. padding: 15px 20px 15px 18px !important;
  1785. }
  1786. #voice-connection .btn {
  1787. background: rgba(0, 0, 0, 0.45);
  1788. box-shadow: none !important;
  1789. }
  1790. #voice-connection .btn:active {
  1791. background: rgba(0, 0, 0, 0.6);
  1792. }
  1793. .account .btn-deafen,
  1794. .account .btn-settings {
  1795. box-shadow: none !important;
  1796. }
  1797. .account .btn-group,
  1798. #voice-connection .btn-group {
  1799. border: none;
  1800. }
  1801. .typing {
  1802. font-size: 11px;
  1803. }
  1804. .spoiler span {
  1805. display: none;
  1806. }
  1807. .spoiler:before {
  1808. min-height: 18px;
  1809. padding-top: 2px;
  1810. border-radius: 5px;
  1811. background: rgba(25, 25, 25, 0.7);
  1812. }
  1813. .spoiler:before {
  1814. background: #900000;
  1815. min-height: 0px;
  1816. padding-top: 14px;
  1817. }
  1818. .spoiler {
  1819. Background-color: #1E2124;
  1820. border: 1px solid;
  1821. border-color: transparent;
  1822. border-radius: 6px;
  1823. }
  1824. #twitchcord-button {
  1825. background-size: 24px;
  1826. background-position: 20px;
  1827. background-color: transparent;
  1828. }
  1829. .message-group.compact .timestamp {
  1830. position: relative;
  1831. top: -4px;
  1832. }
  1833. .message-group.compact .message .markup .user-name {
  1834. margin-right: 10px;
  1835. }
  1836. .private-channels .channel.btn-friends .badge {
  1837. margin-right: 10px;
  1838. }
  1839. #friends {
  1840. background: transparent !important;
  1841. }
  1842. .friends-header {
  1843. background: rgba(0, 0, 0, 0.88) !important;
  1844. }
  1845. .friends-table {
  1846. background: rgba(0, 0, 0, 0.85) !important;
  1847. margin-top: 0 !important;
  1848. }
  1849. .friends-table .friends-table-body {
  1850. padding-top: 20px !important;
  1851. }
  1852. .friends-table .friends-row:hover {
  1853. background: rgba(0, 0, 0, 0.35) !important;
  1854. }
  1855. .tooltip {
  1856. color: #e0e0e0;
  1857. }
  1858. .bd-minimal .guilds {
  1859. padding-left: 10px !important;
  1860. }
  1861. .bd-minimal .guilds .friends-icon {
  1862. background-size: 60%;
  1863. }
  1864. .bd-minimal .guilds li .guild-inner:before {
  1865. height: 25px;
  1866. border-radius: 5px;
  1867. margin-top: -13px;
  1868. }
  1869. .bd-minimal .guilds li.unread .guild-inner:before {
  1870. width: 10px;
  1871. height: 10px;
  1872. margin-top: -5px;
  1873. left: -16px;
  1874. }
  1875. .bd-minimal .guilds li.active .guild-inner:before {
  1876. left: -18px;
  1877. border-radius: 5px;
  1878. height: 25px;
  1879. margin-top: -13px;
  1880. }
  1881. .bd-minimal .guilds li,
  1882. .bd-minimal .guilds li .avatar-small,
  1883. .bd-minimal .guilds li .guild-inner,
  1884. .bd-minimal .guilds li .guild-inner a,
  1885. .bd-minimal .guilds .friends-icon {
  1886. width: 25px;
  1887. height: 25px;
  1888. line-height: 25px;
  1889. }
  1890. .bd-minimal .guilds li .avatar-small,
  1891. #bd-pub-button {
  1892. font-size: 10px !important;
  1893. }
  1894. .bd-minimal .chat>.title-wrap>.title {
  1895. font-size: 16px;
  1896. }
  1897. .bd-minimal .theme-dark .comment {
  1898. border-left: none !important;
  1899. padding-left: 10px;
  1900. }
  1901. .bd-minimal .message-group {
  1902. padding: 10px 5px;
  1903. }
  1904. .bd-minimal .guild-channels ul .channel-text .channel-name {
  1905. padding-left: 5px;
  1906. }
  1907. .bd-minimal .avatar-large {
  1908. border-radius: 100%;
  1909. }
  1910. .bd-minimal .message-group .edit-message .edit-container-outer {
  1911. margin-left: 50px;
  1912. }
  1913. .bd-minimal .message-group .edit-message .edit-container-inner {
  1914. margin-left: 10px;
  1915. }
  1916. .bd-minimal .guild-header header span {
  1917. margin-left: -13px;
  1918. font-size: 14px;
  1919. }
  1920. .bd-minimal .guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before {
  1921. top: 9px;
  1922. width: 10px;
  1923. height: 10px;
  1924. }
  1925. .bd-minimal .guild-channels h2 {
  1926. margin-left: 10px;
  1927. }
  1928. .bd-minimal #voice-connection {
  1929. width: 176px;
  1930. margin-left: -46px;
  1931. }
  1932. .bd-minimal .account {
  1933. width: 176px;
  1934. margin-left: -46px;
  1935. }
  1936. .bd-minimal .account .avatar-small {
  1937. display: block !important;
  1938. }
  1939. .bd-minimal .account .username {
  1940. display: none;
  1941. }
  1942. .bd-minimal .account .btn-group {
  1943. margin-left: 10px;
  1944. }
  1945. .bd-minimal .account .btn-group .btn {
  1946. width: 30px;
  1947. }
  1948. .channel-notification-settings .content .content-inner {
  1949. background: transparent !important;
  1950. }
  1951. .messages .markup:not([data-colour="true"]) {
  1952. color:rgba(255,255,255,0.5) !important;
  1953. }
  1954. .guild-channels ul .channel-text:hover:not(.unread):before {
  1955. border-left: 4px solid #9f0000;
  1956. }
  1957. .guild-channels ul .channel-text.selected:before {
  1958. border-left: 4px solid #9f0000;
  1959. }
  1960. .guild-header ul a.red-highlight {
  1961. color: #9f0000;
  1962. }
  1963. .form .form-inner {
  1964. background-color: #282B30;
  1965. }
  1966. .form header {
  1967. color: #9f0000;
  1968. }
  1969. .region-select {
  1970. background: #32353A;
  1971. }
  1972. .region-select .region-select-inner {
  1973. background: #32353A;
  1974. border: 1px solid #232529;
  1975. }
  1976. .region-select button {
  1977. background-color: #32353A;
  1978. border: 1px solid #232529;
  1979. color: #9f0000;
  1980. }
  1981. .region-select:hover .region-select-inner,
  1982. .region-select:hover button {
  1983. border-color: #9f0000;
  1984. }
  1985. .region-select:hover button {
  1986. background-color: #9f0000;
  1987. }
  1988. .form .form-actions {
  1989. background-color: #282B30;
  1990. border-top: 1px solid #232529;
  1991. }
  1992. .form .btn-default {
  1993. background-color: #282B30;
  1994. border-bottom: 2px solid #282B30;
  1995. border-radius: 5px;
  1996. width: 62px;
  1997. }
  1998. a:link {
  1999. color: #9f0000;
  2000. }
  2001. .user-settings-modal a {
  2002. color: #9f0000;
  2003. }
  2004. .user-settings-modal .settings-wrapper,
  2005. .user-settings-modal .voice-settings {
  2006. background: #2E3136;
  2007. }
  2008. .user-settings-modal .settings-wrapper,
  2009. .user-settings-modal .voice-settings.element {
  2010. background: rgba(0,0,0,0.5);
  2011. }
  2012. .user-settings-modal .voice-settings {
  2013. background: transparent !important;
  2014. }
  2015. .checkbox .checkbox-inner+span {
  2016. color: #fff
  2017. }
  2018. .highlight {
  2019. color: #9f0000;
  2020. }
  2021. .user-settings-modal-connections .user-settings-modal-accounts-list .connect-container .name {
  2022. color: #fff;
  2023. }
  2024. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations.no-integrations {
  2025. color: rgba(222, 222, 222, 0.59);
  2026. }
  2027. .user-settings-modal-connections .user-settings-modal-connections-list .connection .connection-integrations {
  2028. border: 1px solid #404040;
  2029. }
  2030. .user-settings-modal-connections .user-settings-modal-connections-list {
  2031. box-shadow: 0 -1px #404040;
  2032. }
  2033. .tab-bar.TOP .tab-bar-item.selected {
  2034. border-bottom: 2px solid #9f0000;
  2035. color: #9f0000;
  2036. }
  2037. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  2038. background-color: #9f0000 !important;
  2039. border-color: #9f0000 !important;
  2040. }
  2041. .radio .radio-inner span:after {
  2042. background: #9f0000;
  2043. }
  2044. .slider-bar-fill {
  2045. background: #9f0000;
  2046. }
  2047. .slider-handle {
  2048. border: 1px solid #9f0000;
  2049. }
  2050. .radio .radio-inner {
  2051. background: #454950;
  2052. border: 2px solid #9f0000;
  2053. }
  2054. #bd-ps-body table tr:nth-child(odd):hover {
  2055. background-color: #9f0000;
  2056. }
  2057. .guild-settings-modal-members .guild-settings-modal-list .member+.member {
  2058. border-top: 1px solid #2E3136;
  2059. }
  2060. .member-roles .member-role .member-role-remove {
  2061. background: url(http://i.imgur.com/aACperk.png) 50% no-repeat;
  2062. width: 8px;
  2063. height: 12px;
  2064. background-size: 8px;
  2065. }
  2066. .member-roles .member-role .member-role-add {
  2067. background: url(https://i.imgur.com/LhdoiNS.png) 50% no-repeat;
  2068. width: 8px;
  2069. height: 12px;
  2070. background-size: 10px;
  2071. }
  2072. .member-roles .member-role:hover {
  2073. background-color: #9f0000;
  2074. }
  2075. @-webkit-keyframes color_change {
  2076. from {
  2077. border-color: #535559;
  2078. }
  2079. to {
  2080. border-color: red;
  2081. }
  2082. }
  2083. @-moz-keyframes color_change {
  2084. from {
  2085. border-color: #535559;
  2086. }
  2087. to {
  2088. border-color: red;
  2089. }
  2090. }
  2091. @-ms-keyframes color_change {
  2092. from {
  2093. border-color: #535559;
  2094. }
  2095. to {
  2096. border-color: red;
  2097. }
  2098. }
  2099. @-o-keyframes color_change {
  2100. from {
  2101. border-color: #535559;
  2102. }
  2103. to {
  2104. border-color: red;
  2105. }
  2106. }
  2107. @keyframes color_change {
  2108. from {
  2109. border-color: #535559;
  2110. }
  2111. to {
  2112. border-color: red;
  2113. }
  2114. }
  2115. .private-channels .search-result.selected:before,
  2116. .private-channels .search-result:hover:before {
  2117. border-left: 4px solid #9f0000;
  2118. }
  2119. #bd-ps-body table tr:hover {
  2120. background-color: #9f0000;
  2121. }
  2122. @keyframes swing {
  2123. 0% {
  2124. transform: rotate(0deg);
  2125. -webkit-transform: rotate(0deg);
  2126. -moz-transform: rotate(0deg);
  2127. -o-transform: rotate(0deg);
  2128. -ms-transform: rotate(0deg);
  2129. }
  2130. 25% {
  2131. transform: rotate(-30deg);
  2132. -webkit-transform: rotate(-30deg);
  2133. -moz-transform: rotate(-30deg);
  2134. -o-transform: rotate(-30deg);
  2135. -ms-transform: rotate(-30deg);
  2136. }
  2137. 50% {
  2138. transform: rotate(0deg);
  2139. -webkit-transform: rotate(0deg);
  2140. -moz-transform: rotate(0deg);
  2141. -o-transform: rotate(0deg);
  2142. -ms-transform: rotate(0deg);
  2143. }
  2144. 75% {
  2145. transform: rotate(30deg);
  2146. -webkit-transform: rotate(30deg);
  2147. -moz-transform: rotate(30deg);
  2148. -o-transform: rotate(30deg);
  2149. -ms-transform: rotate(30deg);
  2150. }
  2151. 100% {
  2152. transform: rotate(0deg);
  2153. -webkit-transform: rotate(0deg);
  2154. -moz-transform: rotate(0deg);
  2155. -o-transform: rotate(0deg);
  2156. -ms-transform: rotate(0deg);
  2157. }
  2158. }
  2159. @-webkit-keyframes swing {
  2160. 0% {
  2161. transform: rotate(0deg);
  2162. -webkit-transform: rotate(0deg);
  2163. -moz-transform: rotate(0deg);
  2164. -o-transform: rotate(0deg);
  2165. -ms-transform: rotate(0deg);
  2166. }
  2167. 25% {
  2168. transform: rotate(-30deg);
  2169. -webkit-transform: rotate(-30deg);
  2170. -moz-transform: rotate(-30deg);
  2171. -o-transform: rotate(-30deg);
  2172. -ms-transform: rotate(-30deg);
  2173. }
  2174. 50% {
  2175. transform: rotate(0deg);
  2176. -webkit-transform: rotate(0deg);
  2177. -moz-transform: rotate(0deg);
  2178. -o-transform: rotate(0deg);
  2179. -ms-transform: rotate(0deg);
  2180. }
  2181. 75% {
  2182. transform: rotate(30deg);
  2183. -webkit-transform: rotate(30deg);
  2184. -moz-transform: rotate(30deg);
  2185. -o-transform: rotate(30deg);
  2186. -ms-transform: rotate(30deg);
  2187. }
  2188. 100% {
  2189. transform: rotate(0deg);
  2190. -webkit-transform: rotate(0deg);
  2191. -moz-transform: rotate(0deg);
  2192. -o-transform: rotate(0deg);
  2193. -ms-transform: rotate(0deg);
  2194. }
  2195. }
  2196. @keyframes swing1 {
  2197. 0% {
  2198. left: -15px;
  2199. right: 0;
  2200. }
  2201. 25% {
  2202. left: -100px;
  2203. right: 0;
  2204. }
  2205. 50% {
  2206. left: -15px;
  2207. right: 0;
  2208. }
  2209. 75% {
  2210. left: 0;
  2211. right: -100px;
  2212. }
  2213. 100% {
  2214. left: -15px;
  2215. right: 0;
  2216. }
  2217. }
  2218. @-webkit-keyframes swing1 {
  2219. 0% {
  2220. left: -15px;
  2221. right: 0;
  2222. }
  2223. 25% {
  2224. left: -100px;
  2225. right: 0;
  2226. }
  2227. 50% {
  2228. left: -15px;
  2229. right: 0;
  2230. }
  2231. 75% {
  2232. left: 0;
  2233. right: -100px;
  2234. }
  2235. 100% {
  2236. left: -15px;
  2237. right: 0;
  2238. }
  2239. }
  2240. .theme-dark .chat .title-wrap .channel-mute-button:hover {
  2241. animation: swing 4s infinite linear;
  2242. -webkit-animation: swing 4s infinite linear;
  2243. }
  2244. @-webkit-keyframes load8 {
  2245. 0% {
  2246. -webkit-transform: rotate(0deg);
  2247. transform: rotate(0deg);
  2248. }
  2249. 100% {
  2250. -webkit-transform: rotate(360deg);
  2251. transform: rotate(360deg);
  2252. }
  2253. }
  2254. @keyframes load8 {
  2255. 0% {
  2256. -webkit-transform: rotate(0deg);
  2257. transform: rotate(0deg);
  2258. }
  2259. 100% {
  2260. -webkit-transform: rotate(360deg);
  2261. transform: rotate(360deg);
  2262. }
  2263. }
  2264. .account .btn-settings:hover:after {
  2265. -webkit-transform: translateZ(0);
  2266. -ms-transform: translateZ(0);
  2267. transform: translateZ(0);
  2268. -webkit-animation: load8 2.8s infinite linear;
  2269. animation: load8 2.8s infinite linear;
  2270. }
  2271. .guilds li .badge {
  2272. animation: zoom 2s infinite;
  2273. }
  2274. @keyframes zoom {
  2275. 0% {
  2276. -webkit-transform: scale(1, 1);
  2277. }
  2278. 50% {
  2279. -webkit-transform: scale(1.2, 1.2);
  2280. }
  2281. 100% {
  2282. -webkit-transform: scale(1, 1);
  2283. }
  2284. }
  2285. .guild-channels ul .channel-voice.locked:hover .icon-lock {
  2286. animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  2287. }
  2288. @keyframes shake {
  2289. 10%, 90% {
  2290. transform: translate3d(-1px, 0, 0);
  2291. }
  2292. 20%,
  2293. 80% {
  2294. transform: translate3d(2px, 0, 0);
  2295. }
  2296. 30%,
  2297. 50%,
  2298. 70% {
  2299. transform: translate3d(-4px, 0, 0);
  2300. }
  2301. 40%,
  2302. 60% {
  2303. transform: translate3d(4px, 0, 0);
  2304. }
  2305. }
  2306. .guild-channels ul .channel-voice.locked {
  2307. cursor: pointer;
  2308. }
  2309. .theme-dark #friends .friends-header .tab-bar .tab-bar-item.selected {
  2310. background-color: #43B581;
  2311. color: #fff;
  2312. }
  2313. #friends .btn {
  2314. background-color: #9f0000;
  2315. }
  2316. #friends .btn:hover {
  2317. background-color: #9f0000;
  2318. }
  2319. .private-channels .channel.selected .icon-friends {
  2320. background-color: #9f0000;
  2321. }
  2322. .context-menu {
  2323. background: #2E3136;
  2324. }
  2325. .context-menu .item:hover {
  2326. background: #292B2F;
  2327. }
  2328. /*[[Hidden]]*/
  2329. /*[[Visible]]*/
  2330. .message-group-blocked {
  2331. background: #fcfcfc;
  2332. -webkit-box-pack: center;
  2333. -o-box-pack: center;
  2334. -ms-flex-pack: center;
  2335. -webkit-justify-content: center;
  2336. justify-content: center;
  2337. border: 1px solid #e3e5e7;
  2338. border-radius: 3px;
  2339. margin: 6px 6px 6px 19px;
  2340. display: none;
  2341. }
  2342. .user-settings-modal-account .discord-tag {
  2343. color: #9f0000;
  2344. }
  2345. .message-group .btn-option:hover {
  2346. -webkit-transform: translateZ(0);
  2347. -ms-transform: translateZ(0);
  2348. transform: translateZ(0);
  2349. -webkit-animation: load8 2.8s infinite linear;
  2350. animation: load8 2.8s infinite linear;
  2351. }
  2352. .theme-dark #friends .friends-table .friends-table-header .friends-column:after {
  2353. content: "Actions";
  2354. color: hsla(0, 0%, 100%, .3);
  2355. font-size: 12px;
  2356. text-transform: uppercase;
  2357. letter-spacing: .025em;
  2358. font-weight: 600;
  2359. -webkit-flex-shrink: 0;
  2360. flex-shrink: 0;
  2361. }
  2362. .theme-dark .friends-table .messages .message-group .comment .markup pre,
  2363. .theme-dark .messages-wrapper .messages .message-group .comment .markup pre {
  2364. background: rgba(46, 49, 54, 0.32);
  2365. border-color: #282b30;
  2366. }
  2367. .theme-dark #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected) {
  2368. background: rgba(0, 0, 0, 0.29);
  2369. }
  2370. .theme-dark .friends-table .messages .message-group .comment .markup .highlight:hover, .theme-dark .messages-wrapper .messages .message-group .comment .markup .highlight:hover {
  2371. background-color: #9f0000;
  2372. }
  2373. .message-group .image {
  2374. -webkit-filter: none;
  2375. }
  2376. .message-group .image:hover {
  2377. -webkit-filter: none;
  2378. }
  2379. span.discriminator {
  2380. font-size: 11px !important;
  2381. color: hsla(0, 0%, 100%, 0.7) !important;
  2382. margin-left: 8px !important;
  2383. border-radius: 5px !important;
  2384. background: rgba(0, 0, 0, 0.19) !important;
  2385. font-weight: bold !important;
  2386. border: 3px solid transparent !important;
  2387. -webkit-transition: all 0.3s ease !important;
  2388. -moz-transition: all 0.3s ease !important;
  2389. -o-transition: all 0.3s ease !important;
  2390. -ms-transition: all 0.3s ease !important;
  2391. }
  2392. span.discriminator:hover {
  2393. background: rgba(0, 0, 0, 0.32) !important;
  2394. color: #fff !important;
  2395. font-size: 14px !important;
  2396. font-weight: bold !important;
  2397. }
  2398. .theme-dark .friends-table .messages .invite-button, .theme-dark .messages-wrapper .messages .invite-button {
  2399. background-color: rgba(0, 0, 0, 0.54);
  2400. border-color: rgba(0, 0, 0, 0.35);
  2401. }
  2402. .invite-button-icon {
  2403. background-color: rgba(0, 0, 0, 0.62);
  2404. border: 1px solid #000000;
  2405. }
  2406. .private-channels .channel .icon-friends {
  2407. background-color: rgba(21, 21, 21, 0.41) !important;
  2408. }
  2409. .upload-modal {
  2410. background-color: rgba(30, 30, 30, 0.78);
  2411. }
  2412. .upload-modal .footer {
  2413. background-color: rgba(0, 0, 0, 0.44);
  2414. }
  2415. .upload-modal .inner {
  2416. border:2px dashed rgba(6, 6, 6, 0.52);
  2417. }
  2418. .upload-modal .footer .button {
  2419. background-color: #9f0000;
  2420. }
  2421. .upload-modal .footer .button-primary {
  2422. color: #9f0000;
  2423. background-color: #fff;
  2424. }
  2425. .upload-modal .footer .button-primary {
  2426. color: #9f0000;
  2427. background-color: #fff;
  2428. }
  2429. div.control-group .shortcut-recorder input[type=text] {
  2430. border: 1px solid #9f0000;
  2431. text-shadow: 0 0 0 #FFFFFF;
  2432. }
  2433. .private-channels .search-bar input:focus {
  2434. border: 2px solid #9f0000;
  2435. webkit-animation: input-pulse 1.5s infinite;
  2436. animation: input-pulse 1.5s infinite;
  2437. }
  2438. @-webkit-keyframes input-pulse {
  2439. 0% {
  2440. box-shadow: 0 0 0 0 #9f0000;
  2441. }
  2442. 70% {
  2443. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2444. }
  2445. to {
  2446. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2447. }
  2448. }
  2449. @keyframes input-pulse {
  2450. 0% {
  2451. box-shadow: 0 0 0 0 #9f0000;
  2452. }
  2453. 70% {
  2454. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2455. }
  2456. to {
  2457. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2458. }
  2459. }
  2460. .bot-tag {
  2461. background: rgba(255, 255, 255, 0.28);
  2462. color: rgba(255, 255, 255, 0.62);
  2463. }
  2464. .bot-tag.bot-tag-invert {
  2465. font-size: 11px !important;
  2466. color: hsla(0, 0%, 100%, 0.7) !important;
  2467. margin-left: 8px !important;
  2468. border-radius: 5px !important;
  2469. background: rgba(0, 0, 0, 0.19) !important;
  2470. font-weight: bold !important;
  2471. border: 3px solid transparent !important;
  2472. padding: 0px;
  2473. }
  2474. .offline {
  2475. background-color: #FA1A1A;
  2476. }
  2477. @-webkit-keyframes friend-request-pulse {
  2478. 0% {
  2479. box-shadow: 0 0 0 0 #43b581;
  2480. }
  2481. 70% {
  2482. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2483. }
  2484. to {
  2485. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2486. }
  2487. }
  2488. @keyframes friend-request-pulse {
  2489. 0% {
  2490. box-shadow: 0 0 0 0 #ff0000;
  2491. }
  2492. 70% {
  2493. box-shadow: 0 0 10px 10px rgba(241, 71, 71, 0)
  2494. }
  2495. to {
  2496. box-shadow: 0 0 0 0 rgba(241, 71, 71, 0)
  2497. }
  2498. }
  2499. img.image {
  2500. border-radius: 5px;
  2501. }
  2502. #voice-connection .btn {
  2503. background: rgba(0, 0, 0, 0.45);
  2504. box-shadow: none !important;
  2505. border-radius: 40px;
  2506. }
  2507. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2508. background: rgba(0, 0, 0, 0.45);
  2509. box-shadow: none !important;
  2510. border-radius: 40px;
  2511. }
  2512. #voice-connection .btn {
  2513. background: rgba(0, 0, 0, 0.45);
  2514. box-shadow: none !important;
  2515. border-radius: 40px;
  2516. }
  2517. .account .btn-deafen, .account .btn-mute, .account .btn-settings {
  2518. background: rgba(0, 0, 0, 0.45);
  2519. box-shadow: none !important;
  2520. border-radius: 40px;
  2521. }
  2522. #connecting {
  2523. background: rgba( 0, 0, 0,.80);
  2524. }
  2525. #connecting video.ready {
  2526. visibility: hidden;
  2527. }
  2528. #connecting video {
  2529. visibility: hidden;
  2530. }
  2531. #connecting .quote {
  2532. margin-bottom: 10px;
  2533. color: #fff;
  2534. font-weight: 400;
  2535. font-style: italic;
  2536. font-size: 16px;
  2537. visibility: hidden;
  2538. }
  2539. #connecting img,
  2540. #connecting video {
  2541. visibility: hidden;
  2542. }
  2543. #connecting .attribution {
  2544. visibility: hidden;
  2545. }
  2546. #connecting .attribution, #connecting .connection-status, #connecting .quote {
  2547. margin-bottom: -122px;
  2548. font-size: 30px;
  2549. }
  2550. .member-role {
  2551. color: #800000;
  2552. background-color: #330000;
  2553. border: #b30000;
  2554. }
  2555. .action.create,
  2556. .action.join {
  2557. background: rgba(51, 0, 0, 0.5);
  2558. }
  2559. .user-settings-modal-keybinds .user-settings-modal-keybinds-header .btn-add-keybind,
  2560. .account-warning {
  2561. background-color: rgba(51, 0, 0, 0.5) !important;
  2562. border: 1px solid #A90000 !important;
  2563. }
  2564. .user-settings-modal-keybinds .user-settings-modal-keybinds-header .btn-add-keybind:hover {
  2565. background-color: #330000 !important;
  2566. }
  2567. .now-playing.no-detection {
  2568. padding: 14px 0;
  2569. background: rgba(101, 0, 0, 0.45);
  2570. border: 1px solid #A90000;
  2571. }
  2572. .data-reactid .popout section {
  2573. background: hsla(0, 0%, 0%, 0.58) !important;
  2574. }
  2575. .sensitivity .slider .slider-bar .slider-bar-fill {
  2576. background-color: #8f0000;
  2577. }
  2578. .sensitivity .slider .slider-bar {
  2579. background-color: #000000;
  2580. }
  2581. .slider-handle, .slider-handle span {
  2582. background-color: rgb(0, 0, 0);
  2583. }
  2584. .sensitivity .slider .slider-handle {
  2585. border-color: #CE0000;
  2586. }
  2587. .form .control-group label a {
  2588. color: #B73030;
  2589. text-decoration: none;
  2590. cursor: pointer;
  2591. }
  2592. .form .control-group label a:hover {
  2593. color: #5F0000;
  2594. }
  2595. #bd-customcss-attach-controls {
  2596. border: 1px solid #7D0000;
  2597. border-top: 1px solid #820000;
  2598. height: 75px;
  2599. }
  2600. #bd-customcss-attach-controls, #bd-customcss-detach-controls {
  2601. background: rgba(2, 0, 0, 0.45);
  2602. -webkit-box-shadow: inset 0 1px 0 0 #290404;
  2603. padding: 5px;
  2604. }
  2605. #bd-customcss-detach-container #bd-customcss-detach-controls-buttons button {
  2606. width: 90px;
  2607. height: 30px;
  2608. margin-top: 8px;
  2609. background-color: #A20000;
  2610. color: #000;
  2611. font-size: 19px;
  2612. }
  2613. .form .btn-primary {
  2614. background-color: rgba(159, 0, 0, 0.62)!important;
  2615.  
  2616. }
  2617. .form .btn-primary:hover {
  2618. background-color: #5F0000 !important;
  2619. }
  2620.  
  2621. .checkbox .checkbox-inner input[type=checkbox]:checked+span {
  2622. background-color: rgba(0, 0, 0, 0.43) !important;
  2623. border-color: rgba(159, 0, 0, 0.69) !important;
  2624. }
  2625. #bd-customcss-detach-container {
  2626. position: absolute;
  2627. width: 30%;
  2628. top: 0;
  2629. right: 0;
  2630. bottom: 0;
  2631. padding-top: 58px;
  2632. background-color: rgb(0, 0, 0);
  2633. }
  2634. .CodeMirror-linenumber {
  2635. padding: 0 3px 0 5px;
  2636. min-width: 20px;
  2637. text-align: right;
  2638. color: #AD0000;
  2639. white-space: nowrap;
  2640. }
  2641. .CodeMirror-gutter {
  2642. white-space: normal;
  2643. height: 100%;
  2644. display: inline-block;
  2645. margin-bottom: -30px;
  2646. background: black;
  2647. }
  2648. `element.style {
  2649. background: rgba(12, 0, 0, 0.18);
  2650. color: #B50000;
  2651. height: 30px;
  2652. position: absolute;
  2653. bottom: 0;
  2654. left: 0;
  2655. right: 0;
  2656. }
  2657. .CodeMirror {
  2658. font-family: monospace;
  2659. height: 300px;
  2660. color: #000000;
  2661. background-color: #fff!important;
  2662. }
  2663. .now-playing-add .link {
  2664. color: #E87676;
  2665. font-weight: 900;
  2666. padding-left: 2px;
  2667. cursor: pointer;
  2668. }
  2669. .now-playing-add .link:hover {
  2670. color: #9f0000;
  2671. }
  2672. .tab-bar.TOP .tab-bar-item {
  2673. display: inline-block;
  2674. padding-bottom: 15px;
  2675. margin-bottom: -1px;
  2676. font-size: 14px;
  2677. font-weight: 600;
  2678. color: #A20000;
  2679. }
  2680. .markdown-modal {
  2681. background-color: rgba(0, 0, 0, 0.86);
  2682. -webkit-box-orient: vertical;
  2683. -o-box-orient: vertical;
  2684. -webkit-flex-direction: column;
  2685. -ms-flex-direction: column;
  2686. flex-direction: column;
  2687. border-radius: 5px;
  2688. display: -webkit-box;
  2689. display: -webkit-flex;
  2690. display: -ms-flexbox;
  2691. display: box;
  2692. display: flex;
  2693. max-height: 698px;
  2694. width: 545px;
  2695. font-size: 13px;
  2696. line-height: 1.3em;
  2697. color: #330A0A;
  2698. white-space: pre-wrap;
  2699. word-wrap: break-word;
  2700. }
  2701. .markdown-modal .markdown-modal-footer {
  2702. border-top: 1px solid rgb(130, 0, 0);
  2703. border-radius: 0 0 5px 5px;
  2704. padding: 14px 28px;
  2705. font-weight: 600;
  2706. font-size: 12px;
  2707. -webkit-flex-shrink: 0;
  2708. flex-shrink: 0;
  2709. color: #949494;
  2710. background-color: rgba(0, 0, 0, 0.49);
  2711. }
  2712. .bda-slist li:nth-child(odd) {
  2713. background: rgba(56, 0, 0, 0.56);
  2714. border-top: 1px solid #8E0000;
  2715. }
  2716. .bda-slist li {
  2717. background: rgba(56, 0, 0, 0.56);
  2718. padding: 5px;
  2719. border-bottom: 1px solid #630F0F;
  2720. min-height: 116px;
  2721. max-height: 116px;
  2722. }
  2723. .bda-slist .bda-description {
  2724. margin-top: 5px;
  2725. color: #9E6767;
  2726. width: 400px;
  2727. overflow-y: scroll;
  2728. min-height: 90px;
  2729. max-height: 90px;
  2730. border-top: 1px solid #B10808;
  2731. padding-top: 5px;
  2732. word-break: break-word;
  2733. }
  2734. .bda-slist .bda-name {
  2735. color: #900101;
  2736. font-weight: 700;
  2737. font-size: 12px;
  2738. }
  2739. .bda-slist .checkbox:before {
  2740. content: "Enabled";
  2741. color: #CA6767;
  2742. margin-right: 5px;
  2743. font-weight: 600;
  2744. }
  2745. .checkbox .checkbox-inner span {
  2746. border: 2px solid #8C0202;
  2747. }
  2748. .tab-bar.TOP {
  2749. border-bottom: 1px solid #630101;
  2750. }
  2751. .form .btn-default {
  2752. background-color: #690000;
  2753. border-bottom: 2px solid rgba(156, 0, 0, 0.61);
  2754. border-radius: 3px;
  2755. width: 100px;
  2756. }
  2757. .region-select .region-select-inner {
  2758. background: rgb(2, 0, 0);
  2759. border: 1px solid #820303;
  2760. }
  2761. .region-select button {
  2762. background-color: #940303;
  2763. border: 1px solid #9A0000;
  2764. color: #CE6464;
  2765. }
  2766. .region-select-name {
  2767. font-weight: 700;
  2768. font-size: 16px;
  2769. color: #A70000;
  2770. }
  2771. .btn-confirm.active .btn:last-of-type:not(:first-of-type) {
  2772. width: 100%;
  2773. background-color: rgba(189, 5, 5, 0.57);
  2774. padding-left: 20px;
  2775. padding-right: 20px;
  2776. font-weight: 600;
  2777. }
  2778. .btn-confirm.active .btn:last-of-type:not(:first-of-type):hover {
  2779. background: rgba(111, 0, 0, 0.57);
  2780. }
  2781. .btn-confirm.active .btn {
  2782. background-color: #6F0606;
  2783. }
  2784. .btn-confirm.active .btn:hover {
  2785. background-color: rgba(111, 0, 0, 0.57);
  2786. }
  2787. .links {
  2788. display: none;
  2789. }
  2790. .message-group .btn-option.popout-open, .message-group .btn-option:hover {
  2791. background: url(/assets/e6b46593ec05196770a34812a44b4e02.svg) 50% no-repeat;
  2792. }
  2793. .tab-bar.TOP .tab-bar-item:hover {
  2794. border-bottom: 2px solid #a70000;
  2795. }
  2796. .form .btn-default:hover {
  2797. border-bottom: 2px solid #BD0000;
  2798. }
  2799. .form .btn-default {
  2800. background-color: #800202;
  2801. border-bottom: 2px solid rgba(4, 0, 0, 0.61);
  2802. border-radius: 3px;
  2803. width: 100px;
  2804. }
  2805. .bd-settings > div:last-child {
  2806. background: rgba(12, 0, 0, 0.42) !important;
  2807. color: #800101 !important;
  2808. height: 30px !important;
  2809. position: absolute !important;
  2810. bottom: 0 !important;
  2811. left: 0 !important;
  2812. right: 0 !important;
  2813. }
  2814. .user-settings-modal-keybinds .user-settings-modal-keybinds-header {
  2815. border-bottom: 1px solid #BD0505;
  2816. }
  2817. .header-toolbar button span {
  2818. background-color: #630B0B;
  2819. border-radius: 7px;
  2820. }
  2821. .need-help-modal .footer {
  2822. background-color: rgba(125, 0, 0, 0.7);
  2823. border-top: 1px solid #C30606;
  2824. }
  2825. a:link {
  2826. color: #B50303;
  2827. }
  2828. .need-help-modal .header {
  2829. background-color: rgba(159, 0, 0, 0.76);
  2830. }
  2831. #pubs-header {
  2832. background: rgb(169, 8, 8);
  2833. padding: 5px 12px 5px 5px;
  2834. }
  2835. #pubs-footer {
  2836. height: 25px;
  2837. line-height: 25px;
  2838. background: #B30909;
  2839. }
  2840. #pubs-header input {
  2841. border: none;
  2842. height: 30px;
  2843. width: 100px;
  2844. color: #fff;
  2845. background-color: #500404;
  2846. -webkit-transition: width 1s ease-in-out;
  2847. -moz-transition: width 1s ease-in-out;
  2848. -o-transition: width 1s ease-in-out;
  2849. transition: width 1s ease-in-out;
  2850. }
  2851. #pubs-header button {
  2852. height: 32px;
  2853. background-color: #7D0101;
  2854. color: #000000;
  2855. }
  2856. #pubs-header input:focus {
  2857. width: 300px;
  2858. }
  2859. .server-info button:hover {
  2860. background-color: #9f0000;
  2861. }
  2862. .form .control-group label {
  2863. font-size: 11px;
  2864. font-weight: 700;
  2865. text-transform: uppercase;
  2866. color: #D07A7A;
  2867. display: block;
  2868. }
  2869. .form .btn-default {
  2870. background-color: rgba(148, 6, 6, 0.84);
  2871. border-bottom: 2px solid rgba(4, 0, 0, 0.61);
  2872. border-radius: 3px;
  2873. width: 80px;
  2874. color: #F8EDED;
  2875. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement