velvet.css 17 KB

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