dark_theme.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. /**** Syntax Highlighting ****/
  2. body:not(.full-width) {
  3. background-color: #111;
  4. background-image: url("/img/grad1.png");
  5. background-size: contain;
  6. background-attachment: fixed;
  7. color: bisque;
  8. }
  9. .following.bar.light {
  10. background-color: #1c1c1c !important;
  11. border-bottom: 1px solid #111;
  12. color: bisque !important;
  13. position: fixed;
  14. top: 0;
  15. }
  16. .ui.menu .dropdown.item .menu {
  17. background: #1d1d1d;
  18. }
  19. @media (max-width: 1199px) {
  20. .ui.container:not(.fluid) {
  21. width: 85% !important;
  22. }
  23. }
  24. @media (min-width: 1200px) {
  25. .ui.container:not(.fluid) {
  26. width: 75% !important;
  27. }
  28. }
  29. .tabular .item {
  30. /* Repo tabs menu */
  31. color: #197474 !important;
  32. }
  33. h1,
  34. h2,
  35. h3,
  36. h4,
  37. h5,
  38. .ui.header,
  39. .ui.menu,
  40. .ui.input input,
  41. .ui.button:not(.label) {
  42. color: #197474;
  43. }
  44. .ui.info.segment.top {
  45. background-color: #1d1d1d !important;
  46. }
  47. #file-content h1,
  48. #file-content h2,
  49. #file-content h3,
  50. #file-content h4,
  51. #file-content h5 {
  52. color: silver;
  53. }
  54. pre.raw,
  55. code.raw {
  56. background-color: #1c1c1c;
  57. border: 1px solid #111;
  58. }
  59. .following.bar {
  60. color: #197474 !important;
  61. }
  62. .overflow.menu .items .item {
  63. color: silver;
  64. }
  65. .following.bar .top.menu a.item.brand {
  66. color: #197474 !important;
  67. }
  68. .following.bar .top.menu a.item:hover,
  69. .following.bar .top.menu .dropdown.item:hover,
  70. .following.bar .top.menu .dropdown.item.active {
  71. color: rgba(196, 45, 45, 0.95) !important;
  72. }
  73. .following.bar .top.menu a.item:hover {
  74. color: rgba(196, 45, 45, 0.95) !important;
  75. }
  76. .following.bar .top.menu .menu {
  77. color: #197474 !important;
  78. }
  79. .following.bar .head.link.item {
  80. color: #197474 !important;
  81. }
  82. .home {
  83. padding-top: 80px;
  84. }
  85. .ui.left {
  86. padding-left: 5px;
  87. }
  88. .ui.right {
  89. padding-right: 5px;
  90. }
  91. .ui .header > i + .content {
  92. background-color: #111 !important;
  93. }
  94. footer {
  95. color: silver !important;
  96. background-color: #111;
  97. }
  98. .markdown:not(code) {
  99. background-color: #1c1c1c;
  100. color: silver;
  101. }
  102. .markdown:not(code) blockquote {
  103. border-left: 4px solid #1c1c1c;
  104. }
  105. .markdown:not(code) table th,
  106. .markdown:not(code) table td {
  107. border: 0px solid #197474 !important;
  108. background-color: #111;
  109. color: #197474;
  110. }
  111. .markdown:not(code) span.frame > span {
  112. border: 1px solid #111;
  113. }
  114. .markdown:not(code) pre code,
  115. .markdown:not(code) pre tt {
  116. color: silver;
  117. }
  118. .markdown:not(code) .highlight pre,
  119. .markdown:not(code) pre {
  120. background-color: #1c1c1c;
  121. }
  122. .home .stackable {
  123. padding-top: 40px;
  124. }
  125. .ui.attached.header {
  126. background: #1c1c1c !important;
  127. color: #197474 !important;
  128. border: none !important;
  129. }
  130. .repository .header-wrapper {
  131. color: #197474 !important;
  132. background-color: transparent;
  133. padding-top: 80px;
  134. }
  135. .repository {
  136. padding-top: 80px;
  137. }
  138. .repository #clone-panel {
  139. width: 30vw !important;
  140. }
  141. .repository #clone-panel input {
  142. max-width: 100%;
  143. background-color: #1c1c1c;
  144. }
  145. .repository.file.list #git-stats {
  146. background-color: transparent;
  147. }
  148. .repository.file.list #file-content .view-raw {
  149. border: 0 !important;
  150. }
  151. .repository.file.list #file-content .code-view * {
  152. font-size: 14px;
  153. line-height: 20px !important;
  154. }
  155. .repository.file.list #file-content .code-view .lines-num span {
  156. line-height: 20px !important;
  157. }
  158. .repository.file.list #file-content .code-view table {
  159. border: 0 !important;
  160. }
  161. .repository.file.list #file-content .code-view .lines-num {
  162. background-color: #1c1c1c !important;
  163. line-height: 20px !important;
  164. font-size: 12px;
  165. }
  166. .repository.file.list #file-content .code-view .lines-num pre li,
  167. .repository.file.list #file-content .code-view .lines-code pre li,
  168. .repository.file.list #file-content .code-view .lines-num ol li,
  169. .repository.file.list #file-content .code-view .lines-code ol li,
  170. .repository.file.list #file-content .code-view .lines-num .hljs li,
  171. .repository.file.list #file-content .code-view .lines-code .hljs li {
  172. font-size: 14px;
  173. }
  174. .repository.file.list #file-content .code-view .lines-num pre li.active,
  175. .repository.file.list #file-content .code-view .lines-code pre li.active,
  176. .repository.file.list #file-content .code-view .lines-num ol li.active,
  177. .repository.file.list #file-content .code-view .lines-code ol li.active,
  178. .repository.file.list #file-content .code-view .lines-num .hljs li.active,
  179. .repository.file.list #file-content .code-view .lines-code .hljs li.active,
  180. .hljs-meta .hljs-attribute .hljs-name .hljs-tag .hljs-string .hljs-doctag .hljs-subst .hljs-selector-tag .hljs-keyword .hljs-quote .hljs-comment {
  181. background: #001;
  182. color: #8f1 !important;
  183. }
  184. .repository .diff-file-box .file-body.file-code .lines-num {
  185. background-color: #1c1c1c !important;
  186. }
  187. .repository .diff-file-box .code-diff tbody tr.del-code td {
  188. background-color: #6f3a3a !important;
  189. border-color: #000 !important;
  190. color: #fff !important;
  191. }
  192. .repository .diff-file-box .code-diff tbody tr.add-code td {
  193. background-color: #467b60 !important;
  194. border-color: #c1e9c1 !important;
  195. color: #fff !important;
  196. }
  197. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  198. background-color: #4c296a !important;
  199. color: #fff !important;
  200. }
  201. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  202. background-color: #4c296a !important;
  203. color: #fff !important;
  204. }
  205. .repository.file.editor .commit-form-wrapper .commit-form {
  206. border: 1px solid #111;
  207. }
  208. .commit-form > .field textarea {
  209. background-color: #111 !important;
  210. color: silver;
  211. caret-color: bisque;
  212. }
  213. .commit-form > .field textarea:focus {
  214. color: silver;
  215. border-color: rgba(255, 228, 196, 0.25);
  216. }
  217. .repository .diff-detail-box ol li {
  218. border-bottom: 1px dashed #111;
  219. }
  220. .repository .diff-file-box .file-body.file-code .lines-num-old {
  221. border-right: 1px solid #111;
  222. }
  223. .repository .head .mega-octicon {
  224. color: #197474;
  225. }
  226. .mega-octicon.octicon-repo {
  227. color: steelblue !important;
  228. }
  229. #repo-clone-url {
  230. color: #197474 !important;
  231. }
  232. #repo-clone-url::-moz-selection {
  233. color: rgba(196, 45, 45, 0.95) !important;
  234. background-color: #1c1c1c;
  235. }
  236. #repo-clone-url::selection {
  237. color: rgba(196, 45, 45, 0.95) !important;
  238. background-color: #1c1c1c;
  239. }
  240. .repository.release #release-list {
  241. border-top: 1px solid #111;
  242. }
  243. .repository.release #release-list > li .detail {
  244. border-left: 1px solid #111;
  245. }
  246. .repository.forks .list .item {
  247. border-bottom: 1px solid #111;
  248. }
  249. .repository.settings.collaboration .collaborator.list > .item:not(:last-child) {
  250. border-bottom: 1px solid #111;
  251. }
  252. #search-user-box .results .item {
  253. border-bottom: 1px solid #111;
  254. }
  255. .ui.vertical.menu .header.item {
  256. background: #1c1c1c;
  257. color: silver;
  258. text-align: center;
  259. padding-left: 0;
  260. }
  261. .organization {
  262. padding-top: 80px;
  263. }
  264. .organization.profile #org-avatar {
  265. width: 90px;
  266. height: 70px;
  267. margin-right: 5px;
  268. }
  269. .organization.teams .repositories .item:not(:last-child),
  270. .organization.teams .members .item:not(:last-child) {
  271. border-bottom: 1px solid #111;
  272. }
  273. .user:not(.icon) {
  274. padding-top: 80px;
  275. }
  276. .ui.card {
  277. background-color: transparent !important;
  278. color: silver !important;
  279. border: 0 !important;
  280. }
  281. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  282. border-bottom: 1px solid #111;
  283. }
  284. .dashboard {
  285. padding-top: 80px;
  286. }
  287. .feeds .list ul li:not(:last-child) {
  288. border-bottom: none;
  289. }
  290. .feeds .list ul li a .octicon {
  291. color: steelblue;
  292. }
  293. .explore {
  294. padding-top: 80px;
  295. }
  296. .ui.repository.list .item .ui.header {
  297. color: silver;
  298. }
  299. .ui.repository.list .item .ui.header .name {
  300. color: silver;
  301. }
  302. .ui.repository.list .item .ui.header .name:hover {
  303. color: rgba(196, 45, 45, 0.95);
  304. }
  305. .ui.repository.list .item:not(:first-child) {
  306. border-top: none;
  307. }
  308. .ui.header .sub.header {
  309. color: #197474 !important;
  310. }
  311. .ui.header {
  312. color: #197474 !important;
  313. }
  314. .ui.form .inline.field > label,
  315. .ui.form .inline.field > p,
  316. .ui.form .inline.fields .field > label,
  317. .ui.form .inline.fields .field > p,
  318. .ui.form .inline.fields > label {
  319. color: silver;
  320. }
  321. .secondary {
  322. background-color: transparent !important;
  323. color: #197474 !important;
  324. }
  325. .secondary .item {
  326. color: silver !important;
  327. }
  328. .secondary .item:hover {
  329. color: silver;
  330. }
  331. .repository.file.list #file-content .code-view .lines-num pre,
  332. .repository.file.list #file-content .code-view .lines-code pre,
  333. .repository.file.list #file-content .code-view .lines-num ol,
  334. .repository.file.list #file-content .code-view .lines-code ol,
  335. .repository.file.list #file-content .code-view .lines-num .hljs,
  336. .repository.file.list #file-content .code-view .lines-code .hljs {
  337. background-color: #111 !important;
  338. color: #9ebdb1;
  339. margin: 0;
  340. padding: 0 !important;
  341. border: 0 !important;
  342. }
  343. .feeds .news > .ui.grid {
  344. margin-left: auto;
  345. margin-right: auto;
  346. }
  347. #ActionButtons {
  348. color: silver !important;
  349. background-color: inherit !important;
  350. border: 0.5px solid #111;
  351. }
  352. .CodeMirror-code {
  353. background-color: #111 !important;
  354. color: #9ebdb1 !important;
  355. }
  356. .CodeMirror-gutters {
  357. background-color: #111;
  358. color: #197474;
  359. }
  360. .CodeMirror {
  361. /* file edditor */
  362. background: #111;
  363. color: #9ebdb1 !important;
  364. }
  365. #repo-desc {
  366. text-align: center;
  367. font-weight: 500;
  368. color: silver;
  369. }
  370. #repo-clone-ssh {
  371. color: silver;
  372. }
  373. #repo-clone-https {
  374. color: silver;
  375. }
  376. #danger_zone_edited {
  377. background: #1c1c1c;
  378. border-color: #111 !important;
  379. }
  380. #basic_sett,
  381. #adv_sett,
  382. #adv_sett_form,
  383. #admin_sec_panel,
  384. #admin_small_panel {
  385. background: #1c1c1c;
  386. border-color: #111 !important;
  387. }
  388. #danger_zone_edited_header {
  389. background: #197474 !important;
  390. }
  391. #commits-table-head tr th {
  392. color: silver !important;
  393. }
  394. .ui.table thead th {
  395. background: #1c1c1c;
  396. color: silver;
  397. }
  398. .ui.table thead tr:hover th {
  399. background: #111;
  400. }
  401. .ui.table tr td {
  402. border-top: none;
  403. }
  404. .repository.file.list #repo-files-table tr:hover {
  405. background-color: #111;
  406. }
  407. tr:hover a {
  408. color: rgba(196, 45, 45, 0.95);
  409. }
  410. #repo-files-table tr:hover {
  411. color: rgba(196, 45, 45, 0.95);
  412. }
  413. #repo-files-table tr:hover span {
  414. /* repo time last changed */
  415. color: rgba(196, 45, 45, 0.95) !important;
  416. }
  417. .feeds .list ul li.private {
  418. background-color: #1c1c1c;
  419. }
  420. .feeds .list ul {
  421. background-color: #111;
  422. background-image: url("/img/grad1.png");
  423. background-size: contain;
  424. background-attachment: fixed;
  425. background-blend-mode: difference;
  426. }
  427. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  428. background-color: #1c1c1c !important;
  429. }
  430. .repository .diff-file-box .header {
  431. background-color: #197474;
  432. }
  433. /* File Editor */
  434. .editor-toolbar a {
  435. color: #193c9b !important;
  436. }
  437. .editor-toolbar a.active,
  438. .editor-toolbar a:hover {
  439. background: #2b2b2b;
  440. color: silver;
  441. border-color: #2b2b2b;
  442. }
  443. .CodeMirror {
  444. border: 1px solid #111;
  445. }
  446. .CodeMirror-gutters {
  447. background-color: #1c1c1c;
  448. border-right: none;
  449. border-left: none;
  450. }
  451. /*######################### Syntax Higlight Theme #####################*/
  452. .hljs-comment,
  453. .hljs-quote {
  454. color: rgba(162, 162, 162, 0.431372549) !important;
  455. font-weight: 400;
  456. }
  457. .hljs-keyword,
  458. .hljs-selector-tag,
  459. .hljs-subst {
  460. color: #0086b3 !important;
  461. }
  462. .hljs-string,
  463. .hljs-doctag {
  464. color: #90a959 !important;
  465. }
  466. .hljs-tag,
  467. .hljs-name,
  468. .hljs-attribute {
  469. color: #1c7100 !important;
  470. }
  471. .hljs-meta {
  472. color: #444444 !important;
  473. }
  474. .hljs-built_in,
  475. .hljs-builtin-name {
  476. color: #0086b3 !important;
  477. }
  478. .hljs-title,
  479. .hljs-section,
  480. .hljs-selector-id {
  481. color: #d5bd5b !important;
  482. }
  483. /* Editor Highlight Theme */
  484. .cm-s-default .cm-comment {
  485. color: rgba(162, 162, 162, 0.431372549) !important;
  486. font-weight: 400;
  487. }
  488. .cm-s-default .cm-def {
  489. color: #9ebdb1;
  490. }
  491. .cm-s-default .cm-builtin {
  492. color: #0086b3 !important;
  493. }
  494. /* semantic */
  495. .ui.attached.segment {
  496. border: 0;
  497. }
  498. .ui.segment {
  499. background: #1c1c1c;
  500. }
  501. .ui.buttons > .ui.dropdown:last-child .menu,
  502. .ui.menu .right.dropdown.item .menu,
  503. .ui.menu .right.menu .dropdown:last-child .menu {
  504. background-color: #1c1c1c !important;
  505. }
  506. .ui.menu .ui.dropdown .menu > .item {
  507. color: #197474 !important;
  508. background-color: #1c1c1c !important;
  509. }
  510. .ui.dropdown .menu > .item:hover {
  511. color: rgba(196, 45, 45, 0.95);
  512. }
  513. .ui.menu {
  514. background: #1c1c1c;
  515. }
  516. .ui.menu .ui.dropdown .menu > .selected.item {
  517. color: rgba(196, 45, 45, 0.95) !important;
  518. }
  519. .ui.menu .ui.dropdown .menu > .active.item {
  520. color: rgba(196, 45, 45, 0.95) !important;
  521. }
  522. .ui.selection.dropdown .menu > .item {
  523. border-top: none;
  524. }
  525. .ui.checkbox input:focus ~ label {
  526. color: silver;
  527. }
  528. .ui.checkbox.checked label:focus {
  529. color: silver;
  530. }
  531. .ui.checkbox label {
  532. color: silver;
  533. }
  534. .ui.checkbox.checked label {
  535. color: silver;
  536. }
  537. .ui.checkbox label.focus {
  538. color: silver;
  539. }
  540. .ui.checkbox.checked label.focus {
  541. color: silver;
  542. }
  543. .ui.checkbox label:hover {
  544. color: silver;
  545. }
  546. .ui.checkbox.checked label:hover {
  547. color: silver;
  548. }
  549. .ui.checkbox label,
  550. .ui.checkbox + label {
  551. color: silver;
  552. }
  553. .ui.checkbox label:hover,
  554. .ui.checkbox + label:hover {
  555. color: silver;
  556. }
  557. .ui.checkbox.checked label,
  558. .ui.checkbox.checked + label {
  559. color: silver;
  560. }
  561. .ui.checkbox.checked label:hover,
  562. .ui.checkbox.cheked + label:hover {
  563. color: silver;
  564. }
  565. .ui.link.menu .item,
  566. .ui.menu .dropdown.item,
  567. .ui.menu .link.item,
  568. .ui.menu a.item {
  569. color: silver;
  570. }
  571. .ui.link.menu .item:hover,
  572. .ui.menu .dropdown.item:hover,
  573. .ui.menu .link.item:hover,
  574. .ui.menu a.item:hover {
  575. color: rgba(196, 45, 45, 0.95);
  576. }
  577. .ui .dropdown .menu {
  578. background-color: #1c1c1c;
  579. }
  580. .ui .dropdown .menu a:hover {
  581. color: #197474 !important;
  582. }
  583. .ui.basic.button,
  584. .ui.basic.buttons .button {
  585. background: #197474 !important;
  586. color: silver;
  587. }
  588. .ui.vertical.menu {
  589. background: #1c1c1c;
  590. color: #197474;
  591. }
  592. .ui.dropdown .menu .selected.item,
  593. .ui.dropdown.selected {
  594. background: #1c1c1c;
  595. color: silver;
  596. }
  597. .ui.vertical.menu .item {
  598. color: silver;
  599. }
  600. .ui.menu .item {
  601. font-weight: 600;
  602. color: silver;
  603. }
  604. .ui.menu .item .active {
  605. font-weight: 600;
  606. }
  607. .ui.menu .item > .input input {
  608. background-color: #111;
  609. }
  610. .ui.menu .item:hover,
  611. .ui.vertical.menu .item:hover {
  612. color: silver;
  613. }
  614. .ui.vertical.menu .active.item {
  615. background: #193c9b;
  616. }
  617. .ui.menu .active.item {
  618. font-weight: 600;
  619. }
  620. .ui.menu .active.item:hover,
  621. .ui.vertical.menu .active.item:hover {
  622. color: inherit;
  623. }
  624. .ui.dropdown .menu > .item {
  625. color: silver;
  626. }
  627. .ui.menu.three.item .item {
  628. background-color: #1c1c1c;
  629. color: steelblue;
  630. }
  631. .ui.card > .extra a:not(.ui),
  632. .ui.cards > .card > .extra a:not(.ui) {
  633. color: silver;
  634. }
  635. .ui.table {
  636. background-color: rgba(10, 41, 72, 0.4705882353);
  637. background-image: url("/img/grad1.png");
  638. background-size: contain;
  639. background-attachment: fixed;
  640. background-blend-mode: color-burn;
  641. color: silver;
  642. }
  643. .ui.button {
  644. background: #122940 !important;
  645. color: silver !important;
  646. }
  647. .ui.button:hover {
  648. color: rgba(196, 45, 45, 0.95);
  649. }
  650. .ui.dropdown .menu > .header {
  651. color: silver;
  652. }
  653. .ui.menu .ui.dropdown .menu > .item:hover {
  654. color: rgba(196, 45, 45, 0.95) !important;
  655. background-color: #1c1c1c !important;
  656. }
  657. .ui.dropdown .menu {
  658. border: 1px solid #1c1c1c;
  659. }
  660. .ui.dropdown .menu > .input:not(.transparent) input {
  661. background-color: #111;
  662. color: bisque;
  663. }
  664. .ui.form input:not([type]),
  665. .ui.form input[type=date],
  666. .ui.form input[type=datetime-local],
  667. .ui.form input[type=email],
  668. .ui.form input[type=file],
  669. .ui.form input[type=number],
  670. .ui.form input[type=password],
  671. .ui.form input[type=search],
  672. .ui.form input[type=tel],
  673. .ui.form input[type=text],
  674. .ui.form input[type=time],
  675. .ui.form input[type=url] {
  676. background: #111;
  677. color: silver;
  678. font-weight: 600;
  679. }
  680. .ui.form input:not([type]):focus,
  681. .ui.form input[type=date]:focus,
  682. .ui.form input[type=datetime-local]:focus,
  683. .ui.form input[type=email]:focus,
  684. .ui.form input[type=file]:focus,
  685. .ui.form input[type=number]:focus,
  686. .ui.form input[type=password]:focus,
  687. .ui.form input[type=search]:focus,
  688. .ui.form input[type=tel]:focus,
  689. .ui.form input[type=text]:focus,
  690. .ui.form input[type=time]:focus,
  691. .ui.form input[type=url]:focus {
  692. color: silver;
  693. border-color: rgba(255, 228, 196, 0.25);
  694. border-radius: 0;
  695. background: #111;
  696. -webkit-box-shadow: 0 0 0px 1px #2b2b2b;
  697. box-shadow: 0 0 0px 1px #2b2b2b;
  698. }
  699. .ui.action.input:not([class*="left action"]) > input:focus {
  700. border-right-color: transparent !important;
  701. }
  702. .ui.form .field > label {
  703. color: silver;
  704. }
  705. .ui.attached.header {
  706. background: #111;
  707. }
  708. .ui .text.black:hover {
  709. color: bisque;
  710. }
  711. .ui.tabular.menu .active.item {
  712. background: none #1c1c1c;
  713. border-color: #1c1c1c;
  714. color: rgba(196, 45, 45, 0.95);
  715. }
  716. .ui.basic.button,
  717. .ui.basic.buttons .button {
  718. background: #1c1c1c none !important;
  719. color: silver !important;
  720. font-weight: 600;
  721. -webkit-box-shadow: 0 0 0px 1px #2b2b2b;
  722. box-shadow: 0 0 0px 1px #2b2b2b;
  723. }
  724. .ui.basic.button:hover,
  725. .ui.basic.buttons .button:hover {
  726. background: #1c1c1c !important;
  727. color: rgba(196, 45, 45, 0.95) !important;
  728. -webkit-box-shadow: 0 0 0px 1px #2b2b2b;
  729. box-shadow: 0 0 0px 1px #2b2b2b;
  730. }
  731. .ui.label {
  732. background-color: rgba(70, 130, 180, 0.5215686275);
  733. color: #fff;
  734. }
  735. .ui.basic.label {
  736. background: none #197474;
  737. }
  738. .ui.breadcrumb a {
  739. color: silver;
  740. }
  741. .ui.list .list > .item .description,
  742. .ui.list > .item .description {
  743. color: silver;
  744. }
  745. .ui.user.list .item .description a {
  746. color: silver;
  747. }
  748. .ui.user.list .item .description a:hover {
  749. text-decoration: underline;
  750. color: #197474;
  751. }
  752. .ui.buttons:not(.basic):not(.inverted) > .button,
  753. .ui.buttons > .ui.button:not(.basic):not(.inverted) {
  754. -webkit-box-shadow: 0 0 0px 1px #2b2b2b;
  755. box-shadow: 0 0 0px 1px #2b2b2b;
  756. }
  757. .ui.button {
  758. background: transparent;
  759. }
  760. .ui.button:hover {
  761. background-color: #1c1c1c;
  762. color: rgba(196, 45, 45, 0.95) !important;
  763. }
  764. .ui.card,
  765. .ui.cards > .card {
  766. box-shadow: 0px -1px 22px 10px #151124;
  767. }
  768. a {
  769. color: silver;
  770. }
  771. a:hover {
  772. color: rgba(196, 45, 45, 0.95);
  773. }
  774. footer {
  775. border-top: 1px solid #111;
  776. }
  777. .CodeMirror-cursor {
  778. border-color: bisque;
  779. }
  780. /*# sourceMappingURL=dark_theme.css.map */