*/}}

gogs_lamdwiki.css 17 KB

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