velvet.scss 20 KB

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