Advertisement
Guest User

NightUI Update

a guest
Mar 1st, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.67 KB | None | 0 0
  1. #bottom hr {
  2.     background-color: #383738;
  3.     border-style: none;
  4. }
  5.  
  6. #draft-status {
  7.     color: #ffffff;
  8. }
  9.  
  10. #filename-input {
  11.     color: #ffffff;
  12. }
  13.  
  14. #main {
  15.     background-color: #474747;
  16. }
  17.  
  18. #main-outlet {
  19.     background-color: #383738;
  20. }
  21.  
  22. #period-popup {
  23.     background-color: #383738;
  24.     color: #383738;
  25. }
  26.  
  27. #revision-details {
  28.     background-color: #474747;
  29.     color: #ffffff;
  30. }
  31.  
  32. #revision-numbers {
  33.     color: #ffffff;
  34. }
  35.  
  36. #revision-numbers strong {
  37.     color: #ffffff;
  38. }
  39.  
  40. #suggested-topics h3 {
  41.     color: #ffffff;
  42. }
  43.  
  44. #topic-progress {
  45.     background-color: #33464a;
  46.     color: #ffffff;
  47.     text-transform: none;
  48. }
  49.  
  50. #topic-progress-expanded {
  51.     background-color: #323f42;
  52.     border-style: none;
  53. }
  54.  
  55. #user-card .usercard-controls a {
  56.     position: relative;
  57.     right: 10px;
  58. }
  59.  
  60. #user-query {
  61.     background-color: #a3a3a3;
  62.     color: #ffffff;
  63.     margin-left: 20px;
  64. }
  65.  
  66. #wmd-preview {
  67.     background-color: #474747;
  68. }
  69.  
  70. ,i.fa.fa-comment {
  71.     color: #F7C41D;
  72. }
  73.  
  74. .active {
  75.     background-color: #6e6e6e;
  76. }
  77.  
  78. .badge-section {
  79.     border-style: none ;
  80. }
  81.  
  82. .embedded-posts .topic-body {
  83.     background-color: #474747;
  84. }
  85.  
  86. .modal-inner-container {
  87.     border-style: none;
  88. }
  89.  
  90. .moderator .topic-body {
  91.     background-color: transparent;
  92. }
  93.  
  94. .topic-body {
  95.     background-color: #383738;
  96. }
  97.  
  98. .topic-list {
  99.     border-style: none;
  100. }
  101.  
  102. .topic-list > tbody > tr:nth-child(2n) {
  103.     background-color: #595959;
  104. }
  105.  
  106. .topic-list > tbody > tr:nth-child(2n+1) {
  107.     background-color: #666666;
  108. }
  109.  
  110. .topic-list.categories a.title {
  111.     color: #ffffff;
  112. }
  113.  
  114. .topics-loading {
  115.     background-color: #474747 ;
  116.     background-image: url(http://www.lettersmarket.com/uploads/lettersmarket/blog/loaders/common_metal/ajax_loader_metal_512.gif) ;
  117. }
  118.  
  119. .user-badge {
  120.     border: 2px solid #ffd700 ;
  121. }
  122.  
  123. .user-navigation {
  124.     margin-top: 0px;
  125.     width: 257px;
  126. }
  127.  
  128. .username.Sponge_Leader:after {
  129.     border-radius: 2px;
  130.     display: inline-block;
  131.     font-size: 1em
  132. ;
  133.     font-weight: normal ;
  134.     line-height: 1.1;
  135.     margin: 0 0 0 5px;
  136.     padding: 2px 4px;
  137.     padding-left: 6px;
  138.     padding-right: 6px;
  139. }
  140.  
  141. .username.developers:after {
  142.     border-radius: 2px;
  143.     color: #fff;
  144.     display: inline-block;
  145.     font-size: 1em;
  146.     font-weight: normal ;
  147.     line-height: 1.1;
  148.     margin: 0 0 0 5px;
  149.     padding: 2px 4px;
  150.     padding-left: 6px;
  151.     padding-right: 6px;
  152. }
  153.  
  154. .username.support:after {
  155.     background: #59A6D9;
  156.     border-radius: 2px;
  157.     color: #fff;
  158.     content: "Sponge Support";
  159.     display: inline-block;
  160.     font-size: 1em;
  161.     font-weight: normal ;
  162.     line-height: 1.1;
  163.     margin: 0 0 0 5px;
  164.     padding: 2px 4px;
  165.     padding-left: 6px;
  166.     padding-right: 6px;
  167. }
  168.  
  169. a p span {
  170.     color: #007bff;
  171. }
  172.  
  173. a.active {
  174.     color: #ffffff;
  175. }
  176.  
  177. a.badge-category.category-dropdown-button.home:hover {
  178.     background-color: #F7C41D;
  179. }
  180.  
  181. a.badge-category.home {
  182.     background-color: #474747;
  183.     color: #ffffff;
  184. }
  185.  
  186. a.badge-category.home:hover {
  187.     background-color: #F7C41D;
  188. }
  189.  
  190. a.badge-category.restricted {
  191. }
  192.  
  193. a.badge-link {
  194.     color: #F7C41D;
  195. }
  196.  
  197. a.badge-link:hover {
  198.     background-color: #474747 ;
  199.     color: #ffffa6;
  200. }
  201.  
  202. a.badge-posts.heatmap- {
  203.     color: #c2c2c2;
  204. }
  205.  
  206. a.badge.badge-notification {
  207.     color: #c2c2c2;
  208. }
  209.  
  210. a.badge.new-posts.badge-notification {
  211.     background-color: #F7C41D;
  212.     color: #383738;
  213.     font-weight: bold;
  214. }
  215.  
  216. a.badge.new-topic.badge-notification {
  217.     background-color: #383738;
  218.     color: #F7C41D;
  219.     font-weight: bold;
  220. }
  221.  
  222. a.badge.unread.badge-notification {
  223.     background-color: #F7C41D;
  224.     color: #383738;
  225.     font-weight: bold;
  226. }
  227.  
  228. a.btn {
  229.     margin-left: 10px;
  230. }
  231.  
  232. a.btn.btn-danger.right {
  233.     color: #ffffff;
  234. }
  235.  
  236. a.diff-del {
  237.     background-color: #474747;
  238. }
  239.  
  240. a.diff-ins {
  241.     background-color: #474747;
  242. }
  243.  
  244. a.diff-ins strong {
  245.     background-color: #474747;
  246. }
  247.  
  248. a.diff-ins strong ins {
  249.     background-color: #474747;
  250. }
  251.  
  252. a.ember-view {
  253.     color: #F7C41D;
  254. }
  255.  
  256. a.ember-view.active {
  257.     background-color: transparent;
  258. }
  259.  
  260. a.ember-view.badge-info {
  261.     color: #fff7ff;
  262. }
  263.  
  264. a.ember-view.btn {
  265.     background-color: #007bff ;
  266. }
  267.  
  268. a.ember-view.btn.active {
  269.     background-color: #007bff ;
  270.     margin-right: 5px;
  271. }
  272.  
  273. a.ember-view.btn.btn-small.pad-left.no-text {
  274.     background-color: #e9e9e9;
  275.     color: #222;
  276. }
  277.  
  278. a.ember-view.btn.more-user-badges {
  279.     background-color: transparent;
  280.     border-color: #F7C41D;
  281.     border-style: none;
  282.     border-width: 2px;
  283. }
  284.  
  285. a.ember-view.btn.more-user-badges:hover {
  286.     background-color: #787878;
  287. }
  288.  
  289. a.ember-view.btn:hover {
  290.     background-color: #787878;
  291. }
  292.  
  293. a.ember-view:hover {
  294.     background-color: transparent;
  295.     color: #ffffa6;
  296. }
  297.  
  298. a.faq-link {
  299.     color: #F7C41D;
  300. }
  301.  
  302. a.faq-link:hover {
  303.     background-color: #474747 ;
  304.     color: #ffffa6;
  305. }
  306.  
  307. a.icon {
  308.     background-color: #142833;
  309. }
  310.  
  311. a.keyboard-shortcuts-link {
  312.     color: #F7C41D;
  313. }
  314.  
  315. a.keyboard-shortcuts-link:hover {
  316.     background-color: #474747 ;
  317.     color: #ffffa6;
  318. }
  319.  
  320. a.latest-topics-link {
  321.     color: #F7C41D ;
  322. }
  323.  
  324. a.latest-topics-link:hover {
  325.     background-color: #474747 ;
  326.     color: #ffffa6;
  327. }
  328.  
  329. a.mention {
  330.     background-color: transparent;
  331.     color: #F7C41D;
  332. }
  333.  
  334. a.reply-to-tab span {
  335.     color: #F7C41D ;
  336.     margin-right: 5px;
  337. }
  338.  
  339. a.title {
  340.     color: #ffffff;
  341. }
  342.  
  343. a.title font font {
  344.     color: #ffffff ;
  345. }
  346.  
  347. a.toggler {
  348.     color: #d4ae17;
  349. }
  350.  
  351. a.user-group {
  352.     color: #ffffff;
  353. }
  354.  
  355. aside.onebox.githubblob {
  356.     background-color: #474747;
  357. }
  358.  
  359. aside.onebox.githubcommit {
  360.     background-color: #474747;
  361. }
  362.  
  363. aside.onebox.whitelistedgeneric {
  364.     background-color: #4a4a4a;
  365. }
  366.  
  367. aside.quote blockquote {
  368.     background-color: #474747;
  369. }
  370.  
  371. badge-type-bronze {
  372. }
  373.  
  374. badge-type-silver {
  375.     border: 2px solid #9c9c9c ;
  376. }
  377.  
  378. body #pagedown-editor {
  379.     background-color: #474747;
  380. }
  381.  
  382. body .avatar-wrapper {
  383.     background-color: transparent;
  384. }
  385.  
  386. body .page-not-found-topics .span8 {
  387.     background-color: #474747;
  388.     margin-left: 20px;
  389.     padding-bottom: 10px;
  390.     padding-top: 10px;
  391. }
  392.  
  393. body input[type="text"] {
  394.     border-color: #474747;
  395.     border-style: solid;
  396.     border-width: 1px;
  397. }
  398.  
  399. body.docked {
  400.     background-color: #383738;
  401.     border-style: none;
  402. }
  403.  
  404. btn btn-danger {
  405.     background-color: #007bff;
  406. }
  407.  
  408. button.btn.btn-default {
  409.     background-color: #383738;
  410.     color: #F7C41D;
  411. }
  412.  
  413. button.btn.btn-default:hover {
  414.     background-color: #F7C41D;
  415.     color: black;
  416. }
  417.  
  418. button.btn.standard.dropdown-toggle {
  419.     background-color: #6b676b;
  420. }
  421.  
  422. button.btn.standard.dropdown-toggle:hover {
  423.     background-color: #ffffa6;
  424.     color: black;
  425. }
  426.  
  427. button.create {
  428.     background-color: #F7C41D;
  429.     color: #080808;
  430. }
  431.  
  432. button.ember-view.btn.btn-primary.create.standard:hover {
  433.     background-color: #F7C41D;
  434. }
  435.  
  436. button.ember-view.btn.standard {
  437.     background-color: #c9c9c9;
  438. }
  439.  
  440. button.ember-view.btn.standard:hover {
  441.     background-color: #F7C41D;
  442.     color: black;
  443. }
  444.  
  445. button.ember-view.btn:hover {
  446.     background-color: #F7C41D;
  447. }
  448.  
  449. button.ember-view.flag-topic.btn.standard:hover {
  450.     background-color: #F7C41D;
  451.     color: black;
  452. }
  453.  
  454. button.ember-view.share.btn.standard:hover {
  455.     color: black;
  456. }
  457.  
  458. button.ember-view.star.btn.standard:hover {
  459.     background-color: #F7C41D;
  460.     color: black;
  461. }
  462.  
  463. button.show-replies {
  464.     background-color: #4d4f3b;
  465. }
  466.  
  467. button.wmd-button {
  468.     color: #ffffff;
  469. }
  470.  
  471. code.lang-auto.hljs.css {
  472.     background-color: #3d3d3d;
  473.     color: #ffffff;
  474. }
  475.  
  476. div#ember4922.ember-view.reply {
  477.     background-color: #474747;
  478. }
  479.  
  480. div.ac-wrap.clearfix {
  481.     background-color: #474747;
  482. }
  483.  
  484. div.actions {
  485.     background-color: #222;
  486. }
  487.  
  488. div.bg {
  489.     background-color: rgba(0, 123, 255, 0.4);
  490.     color: #0f0e0f;
  491. }
  492.  
  493. div.bootbox.modal.in {
  494.     background-color: #474747;
  495. }
  496.  
  497. div.cat {
  498.     background-color: #383738;
  499. }
  500.  
  501. div.container {
  502.     border-bottom-width: 1pxpx;
  503.     border-color: #292829 ;
  504. }
  505.  
  506. div.container.badges h1 {
  507.     color: #ffffff;
  508. }
  509.  
  510. div.container.show-badge h1 {
  511.     color: #F7C41D;
  512. }
  513.  
  514. div.contents.clearfix.body-page {
  515.     background-color: #383738;
  516. }
  517.  
  518. div.contents.clearfix.body-page h1 strong {
  519.     color: #ffffff;
  520. }
  521.  
  522. div.contents.clearfix.body-page h2 strong {
  523.     color: #ffffff;
  524. }
  525.  
  526. div.contents.clearfix.body-page h3 {
  527.     color: #ffffff;
  528. }
  529.  
  530. div.contents.clearfix.body-page p {
  531.     color: #ffffff;
  532. }
  533.  
  534. div.contents.clearfix.body-page ul li {
  535.     color: #ffffff;
  536. }
  537.  
  538. div.controls.category-controls label {
  539.     color: #ffffff;
  540. }
  541.  
  542. div.controls.controls-dropdown label {
  543.     color: #ffffff;
  544. }
  545.  
  546. div.cooked {
  547.     color: #ffffff;
  548. }
  549.  
  550. div.cooked blockquote {
  551.     background-color: #474747;
  552. }
  553.  
  554. div.cooked details {
  555.     color: #ffffa6;
  556. }
  557.  
  558. div.cooked p {
  559.     background-color: transparent;
  560.     color: #ffffff;
  561. }
  562.  
  563. div.cooked p a {
  564.     color: #F7C41D;
  565. }
  566.  
  567. div.cooked p code {
  568.     background-color: #7d797d;
  569.     color: #ffffff;
  570. }
  571.  
  572. div.cooked pre code {
  573.     background-color: #7d797d;
  574.     color: #ffffff;
  575. }
  576.  
  577. div.cooked ul li {
  578.     color: #ffffa6;
  579. }
  580.  
  581. div.date {
  582.     color: #ffffff;
  583. }
  584.  
  585. div.desc {
  586.     color: #ffffff;
  587. }
  588.  
  589. div.description {
  590.     color: #ffffff;
  591. }
  592.  
  593. div.draft-text {
  594.     color: #c9c9c9;
  595. }
  596.  
  597. div.education p {
  598.     color: #ffffff;
  599. }
  600.  
  601. div.education p a {
  602.     color: #F7C41D;
  603. }
  604.  
  605. div.education p a:hover {
  606.     color: #ffffa6;
  607. }
  608.  
  609. div.ember-view.d-dropdown {
  610.     background-color: #474747;
  611.     border-style: none;
  612. }
  613.  
  614. div.ember-view.notification-options.btn-group p {
  615.     color: #ffffa6;
  616. }
  617.  
  618. div.ember-view.pinned-options.btn-group p {
  619.     color: #ffffff;
  620. }
  621.  
  622. div.ember-view.preview p {
  623.     color: #ffffff;
  624. }
  625.  
  626. div.ember-view.private_message.category- {
  627.     background-color: #363636;
  628. }
  629.  
  630. div.ember-view.processed.open.hide-preview {
  631.     background-color: #7a7a7a;
  632. }
  633.  
  634. div.ember-view.processed.open.show-preview {
  635.     background-color: #6b6b6b;
  636. }
  637.  
  638. div.ember-view.processed.show-preview.open {
  639.     background-color: #666466;
  640. }
  641.  
  642. div.ember-view.reply {
  643.     background-color: #474747;
  644. }
  645.  
  646. div.ember-view.show-badges {
  647.     background-color: #474747;
  648. }
  649.  
  650. div.ember-view.show-badges.hidden {
  651.     background-color: #474747;
  652. }
  653.  
  654. div.ember-view.title a {
  655.     background-color: #142833;
  656. }
  657.  
  658. div.ember-view.user-small {
  659.     background-color: #383738;
  660. }
  661.  
  662. div.face {
  663.     color: #ffffff;
  664. }
  665.  
  666. div.github-commit-stats {
  667.     color: #ffffff;
  668. }
  669.  
  670. div.github-commit-stats strong {
  671.     color: #ffffff;
  672. }
  673.  
  674. div.grippie {
  675.     background-color: #4a4a4a;
  676. }
  677.  
  678. div.inline-diff h1 {
  679.     color: #ffffff;
  680. }
  681.  
  682. div.inline-diff h2 {
  683.     color: #ffffff;
  684. }
  685.  
  686. div.inline-diff h3 {
  687.     color: #ffffff;
  688. }
  689.  
  690. div.inline-diff p {
  691.     color: #ffffff;
  692. }
  693.  
  694. div.inline-diff p del {
  695.     background-color: #474747;
  696. }
  697.  
  698. div.inline-diff p ins {
  699.     background-color: #474747;
  700. }
  701.  
  702. div.inline-diff ul li {
  703.     color: #dedede;
  704. }
  705.  
  706. div.inner h1 {
  707.     color: #ffffff;
  708. }
  709.  
  710. div.inner h1 a {
  711.     color: #ffffff;
  712. }
  713.  
  714. div.instructions {
  715.     color: #bdbdbd;
  716. }
  717.  
  718. div.item {
  719.     background-color: #474747;
  720.     color: #ffffff;
  721. }
  722.  
  723. div.item.notification {
  724.     background-color: #474747;
  725. }
  726.  
  727. div.modal-body {
  728.     background-color: #292929;
  729.     color: #ffffff;
  730. }
  731.  
  732. div.modal-footer {
  733.     border-color: #ffffff;
  734.     border-style: none;
  735. }
  736.  
  737. div.modal-header {
  738.     border-style: none;
  739. }
  740.  
  741. div.modal-header h3 {
  742.     background-color: #474747;
  743. }
  744.  
  745. div.modal-inner-container {
  746.     background-color: #757575;
  747. }
  748.  
  749. div.nums {
  750.     color: #3b393b;
  751. }
  752.  
  753. div.nums h4 {
  754.     color: #f5f5f5;
  755. }
  756.  
  757. div.nums span {
  758.     color: #ffffff;
  759. }
  760.  
  761. div.nums span h4 {
  762.     color: #ffffff;
  763. }
  764.  
  765. div.nums span span {
  766.     color: #ffffff;
  767. }
  768.  
  769. div.post-action {
  770.     color: #856a19;
  771. }
  772.  
  773. div.reason {
  774.     color: #ffffff;
  775. }
  776.  
  777. div.reply-to {
  778.     color: #ffffff;
  779. }
  780.  
  781. div.reply-to a {
  782.     color: #ffffff;
  783. }
  784.  
  785. div.search-context label {
  786.     color: #cf9e38;
  787. }
  788.  
  789. div.secondary dl {
  790.     background-color: #474747;
  791.     border-bottom: 2px solid #007bff ;
  792.     color: #ffffff;
  793. }
  794.  
  795. div.secondary dl dd {
  796.     color: #ffffff;
  797. }
  798.  
  799. div.secondary dl dt {
  800.     color: #ebb923 ;
  801. }
  802.  
  803. div.span10.page-not-found-search h2 {
  804.     color: #ffffff;
  805.     margin-left: 20px;
  806. }
  807.  
  808. div.span6 h4 {
  809.     color: #ffffff;
  810. }
  811.  
  812. div.span6 ul li {
  813.     color: #ffffff;
  814. }
  815.  
  816. div.span8 h1 {
  817.     color: #ffffff;
  818. }
  819.  
  820. div.span8 h2 {
  821.     color: #ffffff;
  822. }
  823.  
  824. div.span8 h3 {
  825.     color: #ffffff;
  826. }
  827.  
  828. div.span8 p {
  829.     color: #ffffff;
  830. }
  831.  
  832. div.span8 p del {
  833.     background-color: #474747;
  834. }
  835.  
  836. div.span8 ul li {
  837.     color: #dedede;
  838. }
  839.  
  840. div.span8.offset1 p ins {
  841.     background-color: #474747;
  842. }
  843.  
  844. div.span8.popular-topics span a {
  845.     display: inline-block;
  846.     margin-left: 10px;
  847. }
  848.  
  849. div.span8.recent-topics span a {
  850.     display: inline-block;
  851.     margin-left: 10px;
  852. }
  853.  
  854. div.spinner {
  855.     background-image: url(http://www.lettersmarket.com/uploads/lettersmarket/blog/loaders/common_metal/ajax_loader_metal_512.gif) ;
  856.     margin-bottom: 5 px;
  857. }
  858.  
  859. div.title {
  860.     background-color: #474747;
  861.     color: #bdbbbd;
  862. }
  863.  
  864. div.title-wrapper h1 a {
  865.     color: #F7C41D;
  866. }
  867.  
  868. div.title.span13 a {
  869.     background-color: #142833;
  870. }
  871.  
  872. div.topic-body {
  873.     color: #ffffff;
  874. }
  875.  
  876. div.topic-body p {
  877.     color: #ffffff;
  878. }
  879.  
  880. div.topic-excerpt {
  881.     color: #ffffff;
  882. }
  883.  
  884. div.topic-excerpt a {
  885.     color: #c7c149;
  886. }
  887.  
  888. div.topics-loading {
  889.     background-color: #383738;
  890.     color: #ffffff;
  891. }
  892.  
  893. div.url {
  894.     color: #ffffff;
  895. }
  896.  
  897. div.wmd-button-bar {
  898.     background-color: #474747;
  899. }
  900.  
  901. ember-view:hover {
  902.     background-color: #ff00ff;
  903. }
  904.  
  905. footer.topic-list-bottom h3 {
  906.     color: #856a19;
  907. }
  908.  
  909. form.form-horizontal {
  910.     background-color: #474747;
  911. }
  912.  
  913. h1.diff-del {
  914.     background-color: #474747;
  915.     color: #ffffff;
  916. }
  917.  
  918. h1.page-not-found {
  919.     color: #ffffff;
  920.     margin-left: 20px;
  921. }
  922.  
  923. h2.ember-view {
  924.     color: #F7C41D;
  925. }
  926.  
  927. h2.popular-topics-title {
  928.     margin-left: 10px;
  929. }
  930.  
  931. h2.recent-topics-title {
  932.     margin-left: 10px;
  933. }
  934.  
  935. h3.diff-del {
  936.     background-color: #474747;
  937. }
  938.  
  939. h3.diff-ins {
  940.     background-color: #474747;
  941. }
  942.  
  943. h3.ember-view a {
  944.     color: #ffffff;
  945. }
  946.  
  947. header.d-header {
  948.     background-color: #142833;
  949.     border-bottom: #007bff solid 2px ;
  950. }
  951.  
  952. header.ember-view.d-header.clearfix {
  953.     background-color: #142833;
  954.     border-bottom: #007bff solid 2px ;
  955.     border-color: #007bff;
  956. }
  957.  
  958. header.source a {
  959.     color: #ffffff;
  960. }
  961.  
  962. html.desktop-view.not-mobile-device.js.no-touch.discourse-no-touch {
  963.     background-color: #383738;
  964. }
  965.  
  966. i.fa.fa-bars {
  967.     color: #F7C41D;
  968. }
  969.  
  970. i.fa.fa-caret-down {
  971.     color: #F7C41D;
  972. }
  973.  
  974. i.fa.fa-check {
  975.     color: #F7C41D ;
  976. }
  977.  
  978. i.fa.fa-comment {
  979.     color: #F7C41D;
  980. }
  981.  
  982. i.fa.fa-lock {
  983.     color: #F7C41D;
  984. }
  985.  
  986. i.fa.fa-search {
  987.     color: #F7C41D;
  988. }
  989.  
  990. i.fa.fa-shield {
  991.     color: #d1d1d1;
  992. }
  993.  
  994. i.fa.fa-sort {
  995.     color: #ffffff;
  996. }
  997.  
  998. i.fa.fa-thumb-tack {
  999.     color: #F7C41D;
  1000. }
  1001.  
  1002. i.fa.fa-times {
  1003.     color: #F7C41D;
  1004. }
  1005.  
  1006. img.logo-big {
  1007.     background-color: #142833;
  1008. }
  1009.  
  1010. input.ember-view.ember-text-field {
  1011.     background-color: #d3d3d3;
  1012.     color: #383738;
  1013. }
  1014.  
  1015. label.checkbox-label {
  1016.     color: #ffffff;
  1017. }
  1018.  
  1019. label.control-label {
  1020.     color: #ffffff;
  1021. }
  1022.  
  1023. label.radio {
  1024.     color: #ffffff;
  1025. }
  1026.  
  1027. label.radio strong {
  1028.     color: #ffffff;
  1029. }
  1030.  
  1031. li.ember-view a {
  1032.     background-color: #474747;
  1033.     color: #F7C41D;
  1034. }
  1035.  
  1036. li.ember-view a p {
  1037.     color: #000000;
  1038. }
  1039.  
  1040. li.ember-view a:hover {
  1041.     background-color: #F7C41D;
  1042.     color: black ;
  1043. }
  1044.  
  1045. li.ember-view.active a {
  1046.     color: #ffffff;
  1047. }
  1048.  
  1049. li.ember-view.no-glyph a {
  1050.     background-color: #474747;
  1051.     color: #F7C41D;
  1052. }
  1053.  
  1054. li.ember-view.no-glyph a:hover {
  1055.     background-color: #F7C41D;
  1056.     color: black;
  1057. }
  1058.  
  1059. li.ember-view.no-glyph.active a {
  1060.     color: #c2c2c2 ;
  1061. }
  1062.  
  1063. li.ember-view.read {
  1064.     background-color: #474747;
  1065. }
  1066.  
  1067. li.ember-view.read a {
  1068.     background-color: #474747;
  1069. }
  1070.  
  1071. li.ember-view.read a p {
  1072.     background-color: transparent;
  1073.     color: #d2d2d2;
  1074. }
  1075.  
  1076. li.ember-view.read a p:hover {
  1077.     color: black;
  1078. }
  1079.  
  1080. li.nav-item-faq a {
  1081.     color: #ffffff;
  1082. }
  1083.  
  1084. li.nav-item-privacy a {
  1085.     color: #ffffff;
  1086. }
  1087.  
  1088. li.nav-item-tos a {
  1089.     color: #ffffff;
  1090. }
  1091.  
  1092. li.read.last a {
  1093.     background-color: #474747;
  1094. }
  1095.  
  1096. li.read.last a p {
  1097.     background-color: #474747;
  1098. }
  1099.  
  1100. li.read.last a:hover {
  1101.     color: #ffffa6;
  1102. }
  1103.  
  1104. ol li code {
  1105.     background-color: #474747;
  1106.     color: #ffffff;
  1107. }
  1108.  
  1109. ol.start.lines li {
  1110.     background-color: #7d797d ;
  1111.     color: #000000;
  1112. }
  1113.  
  1114. p.diff-del {
  1115.     background-color: #474747;
  1116. }
  1117.  
  1118. p.diff-ins {
  1119.     background-color: #474747;
  1120. }
  1121.  
  1122. p.diff-ins img {
  1123.     background-color: #474747;
  1124. }
  1125.  
  1126. p.excerpt {
  1127.     color: #ffffff;
  1128. }
  1129.  
  1130. p.hint {
  1131.     color: #ffffff;
  1132. }
  1133.  
  1134. pre.onebox code ol.lines li:before {
  1135.     background-color: transparent;
  1136.     color: #ffffff;
  1137. }
  1138.  
  1139. preview {
  1140.     background-color: #474747;
  1141. }
  1142.  
  1143. section.about h2 {
  1144.     color: #ffffff;
  1145. }
  1146.  
  1147. section.about p {
  1148.     color: #ffffff;
  1149. }
  1150.  
  1151. section.about.admins h3 {
  1152.     color: #ffffff;
  1153. }
  1154.  
  1155. section.about.moderators h3 {
  1156.     color: #ffffff;
  1157. }
  1158.  
  1159. section.about.stats h3 {
  1160.     color: #ffffff;
  1161. }
  1162.  
  1163. section.avatars.clearfix {
  1164.     background-color: #696969;
  1165. }
  1166.  
  1167. section.d-dropdown {
  1168.     background-color: #474747;
  1169.     border-style: none;
  1170. }
  1171.  
  1172. section.ember-view.information {
  1173.     background-color: #696969;
  1174. }
  1175.  
  1176. section.links {
  1177.     background-color: #696969;
  1178. }
  1179.  
  1180. section.user-content {
  1181.     background-color: #474747;
  1182.     border-style: none;
  1183.     color: #ffffff;
  1184.     margin-top: 0;
  1185. }
  1186.  
  1187. section.user-content h2 {
  1188.     color: #ffffff;
  1189. }
  1190.  
  1191. section.user-navigation h3 {
  1192.     color: #F7C41D;
  1193. }
  1194.  
  1195. span.badge.new-posts.badge-notification {
  1196.     background-color: #F7C41D;
  1197.     color: #000000;
  1198.     font-weight: bold;
  1199. }
  1200.  
  1201. span.desc {
  1202.     color: #F7C41D;
  1203. }
  1204.  
  1205. span.description {
  1206.     color: #ffffff;
  1207. }
  1208.  
  1209. span.domain {
  1210.     color: #ffffff;
  1211. }
  1212.  
  1213. span.edit-reason {
  1214.     background-color: transparent;
  1215. }
  1216.  
  1217. span.ember-view {
  1218.     color: #ffffff;
  1219. }
  1220.  
  1221. span.ember-view.user-badge.badge-type-bronze {
  1222.     border: 2px solid #cd7f32 ;
  1223.     color: #ffffff;
  1224. }
  1225.  
  1226. span.ember-view.user-badge.badge-type-gold {
  1227.     color: #ffffff;
  1228. }
  1229.  
  1230. span.ember-view.user-badge.badge-type-silver {
  1231.     border: 2px solid #c0c0c0 ;
  1232.     color: #ffffff;
  1233. }
  1234.  
  1235. span.error {
  1236.     color: #ffffff;
  1237. }
  1238.  
  1239. span.fa.fa-chevron-right {
  1240.     background-color: transparent;
  1241. }
  1242.  
  1243. span.loading {
  1244.     color: #ffffff;
  1245. }
  1246.  
  1247. span.number {
  1248.     color: #bfbfbf;
  1249. }
  1250.  
  1251. span.number.null {
  1252.     color: #8f8f8f;
  1253. }
  1254.  
  1255. span.relative-date {
  1256.     color: #bfbfbf;
  1257. }
  1258.  
  1259. span.relative-date.date {
  1260.     color: #ffffff;
  1261. }
  1262.  
  1263. span.static {
  1264.     color: #ffffff;
  1265. }
  1266.  
  1267. span.time {
  1268.     color: #fcfcfc;
  1269. }
  1270.  
  1271. span.title a {
  1272.     color: #ebb923;
  1273. }
  1274.  
  1275. span.user-badge {
  1276.     background-color: transparent;
  1277. }
  1278.  
  1279. span.user-badge.badge-type-bronze {
  1280.     background-color: transparent;
  1281. }
  1282.  
  1283. span.user-title {
  1284.     background-color: #0073ff;
  1285.     border-radius: 2px;
  1286.     border-style: solid;
  1287.     border-width: 0;
  1288.     color: #ffffff;
  1289.     font-variant: normal;
  1290.     font-weight: normal;
  1291.     padding-left: 6px;
  1292.     padding-right: 6px;
  1293.     text-transform: none;
  1294. }
  1295.  
  1296. span.username {
  1297.     color: #ffffff;
  1298. }
  1299.  
  1300. span.username a {
  1301.     color: #F7C41D;
  1302. }
  1303.  
  1304. table.topic-list {
  1305.     background-color: #000000;
  1306. }
  1307.  
  1308. tbody tr td {
  1309.     color: #ffffff;
  1310. }
  1311.  
  1312. tbody tr th {
  1313.     color: #ffffff;
  1314. }
  1315.  
  1316. td.description a {
  1317.     color: #F7C41D;
  1318. }
  1319.  
  1320. td.diff-del {
  1321.     background-color: #474747;
  1322. }
  1323.  
  1324. td.diff-del del {
  1325.     background-color: #474747;
  1326. }
  1327.  
  1328. td.diff-ins {
  1329.     background-color: #474747;
  1330. }
  1331.  
  1332. td.diff-ins ins {
  1333.     background-color: #474747;
  1334. }
  1335.  
  1336. td.ember-view.num.activity {
  1337.     background-color: #292829;
  1338. }
  1339.  
  1340. td.star {
  1341.     background-color: #474747;
  1342. }
  1343.  
  1344. textarea.ember-view.ember-text-area {
  1345.     background-color: #383738;
  1346.     color: #ffffff;
  1347. }
  1348.  
  1349. th.category {
  1350.     background-color: #292829;
  1351.     border-color: #292829;
  1352.     border-style: none;
  1353.     border-top-width: 1px;
  1354.     color: #ffffff;
  1355. }
  1356.  
  1357. th.default {
  1358.     background-color: #292829;
  1359.     border-style: none;
  1360.     color: #ffffff;
  1361. }
  1362.  
  1363. th.ember-view.category.sortable {
  1364.     background-color: #292829;
  1365. }
  1366.  
  1367. th.ember-view.default {
  1368.     color: #ffffff;
  1369. }
  1370.  
  1371. th.ember-view.default.sorting.sortable {
  1372.     background-color: #292829;
  1373. }
  1374.  
  1375. th.ember-view.num.activity.sortable {
  1376.     background-color: #292829;
  1377.     color: #ffffff;
  1378. }
  1379.  
  1380. th.ember-view.num.posts.sortable {
  1381.     background-color: #292829;
  1382.     color: #ffffff;
  1383. }
  1384.  
  1385. th.ember-view.num.views.sortable {
  1386.     background-color: #292829;
  1387.     color: #ffffff;
  1388. }
  1389.  
  1390. th.ember-view.posters {
  1391.     color: #ffffff;
  1392. }
  1393.  
  1394. th.latest {
  1395.     color: #ffffff;
  1396. }
  1397.  
  1398. th.num.activity {
  1399.     background-color: #292829;
  1400.     color: #ffffff;
  1401. }
  1402.  
  1403. th.num.posts {
  1404.     background-color: #292829;
  1405.     color: #ffffff;
  1406. }
  1407.  
  1408. th.num.views {
  1409.     background-color: #292829;
  1410.     color: #ffffff;
  1411. }
  1412.  
  1413. th.stats.topics {
  1414.     color: #ffffff;
  1415. }
  1416.  
  1417. thead tr th {
  1418.     background-color: #292829;
  1419. }
  1420.  
  1421. tr td label {
  1422.     color: #ffffff;
  1423. }
  1424.  
  1425. ul li a:hover {
  1426.     background-color: #6b6b6b;
  1427. }
  1428.  
  1429. ul li code {
  1430.     background-color: #474747;
  1431.     color: #ffffff;
  1432. }
  1433.  
  1434. ul.action-list.nav-stacked {
  1435.     background-color: #474747;
  1436. }
  1437.  
  1438. ul.clearfix {
  1439.     background-color: #474747;
  1440.     color: #382838;
  1441. }
  1442.  
  1443. ul.diff-ins.diff-ins li {
  1444.     background-color: #474747;
  1445. }
  1446.  
  1447. ul.dropdown-menu li a {
  1448.     background-color: #c9c9c9;
  1449. }
  1450.  
  1451. ul.dropdown-menu li a:hover {
  1452.     background-color: #ffffa6;
  1453. }
  1454.  
  1455. user-badge {
  1456.     border: 2px solid #ffd700 ;
  1457. }
  1458.  
  1459. span.hint {
  1460.     color: #ffffff;
  1461. }
  1462.  
  1463. article.onebox-body {
  1464.     background-color: #474747;
  1465. }
  1466.  
  1467. aside.onebox.githubissue {
  1468.     background-color: #474747;
  1469. }
  1470.  
  1471. article.onebox-body h4 {
  1472.     background-color: #474747;
  1473. }
  1474.  
  1475. div.status {
  1476.     background-color: #474747;
  1477. }
  1478.  
  1479. a.selected {
  1480.     color: #F7C41D ;
  1481. }
  1482.  
  1483. .autocomplete ul {
  1484.     background-color: #474747;
  1485. }
  1486.  
  1487. .autocomplete ul li a[href].selected {
  1488.     background-color: transparent;
  1489. }
  1490.  
  1491. li.ember-view.no-glyph.active a:hover {
  1492.     color: #ffffff;
  1493. }
  1494.  
  1495. span.count:hover {
  1496.     color: #ffffff;
  1497. }
  1498.  
  1499. Style Attribute {
  1500.     color: transparent;
  1501. }
  1502.  
  1503. span.badge-category.clear-badge {
  1504.     color: #ffffff;
  1505. }
  1506.  
  1507. div.ember-view.title {
  1508.     background-color: #142833;
  1509. }
  1510.  
  1511. a.badge-category {
  1512.     color: #ffffff;
  1513.     background-color: #474747;
  1514. }
  1515.  
  1516. th.posters {
  1517.     color: #ffffff;
  1518. }
  1519.  
  1520. .category-breadcrumb li.bar>.badge-category {
  1521.     background-color: #474747;
  1522.     color: White;
  1523. }
  1524.  
  1525. .list-controls .badge-category {
  1526.     line-height: 24px;
  1527. }
  1528.  
  1529. span.badge-category-bg {
  1530.     line-height: 24px;
  1531. }
  1532.  
  1533. .list-controls .category-dropdown-menu {
  1534.     width: 141px;
  1535.     min-width: 141px;
  1536. }
  1537.  
  1538. .badge-wrapper {
  1539.     width: 141px;
  1540. }
  1541.  
  1542. .badge-wrapper span {
  1543.     line-height: 24px;
  1544. }
  1545.  
  1546. section.about.contact h3 {
  1547.     color: #ffffff;
  1548. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement