logicodev-dark.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. .searx-navbar {
  2. background: #29314d;
  3. height: 2.3rem;
  4. font-size: 1.3rem;
  5. line-height: 1.3rem;
  6. padding: 0.5rem;
  7. font-weight: bold;
  8. margin-bottom: 0.8rem;
  9. }
  10. .searx-navbar a,
  11. .searx-navbar a:hover {
  12. margin-right: 2.0rem;
  13. color: white;
  14. text-decoration: none;
  15. }
  16. .searx-navbar .instance a {
  17. color: #01d7d4;
  18. margin-left: 2.0rem;
  19. }
  20. #main-logo {
  21. margin-top: 20vh;
  22. margin-bottom: 25px;
  23. }
  24. #main-logo > img {
  25. max-width: 350px;
  26. width: 80%;
  27. }
  28. * {
  29. border-radius: 0 !important;
  30. }
  31. html {
  32. position: relative;
  33. min-height: 100%;
  34. color: #29314d;
  35. }
  36. body {
  37. /* Margin bottom by footer height */
  38. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  39. margin-bottom: 80px;
  40. background-color: white;
  41. }
  42. body a {
  43. color: #0088cc;
  44. }
  45. .footer {
  46. position: absolute;
  47. bottom: 0;
  48. width: 100%;
  49. /* Set the fixed height of the footer here */
  50. height: 60px;
  51. text-align: center;
  52. color: #999;
  53. }
  54. input[type=checkbox]:checked + .label_hide_if_checked,
  55. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  56. display: none;
  57. }
  58. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  59. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  60. display: none;
  61. }
  62. .onoff-checkbox {
  63. width: 15%;
  64. }
  65. .onoffswitch {
  66. position: relative;
  67. width: 110px;
  68. -webkit-user-select: none;
  69. -moz-user-select: none;
  70. -ms-user-select: none;
  71. }
  72. .onoffswitch-checkbox {
  73. opacity: 0;
  74. position: absolute;
  75. }
  76. .onoffswitch-checkbox:before {
  77. content: "";
  78. display: inline-block;
  79. width: 16px;
  80. height: 16px;
  81. margin-right: 10px;
  82. position: absolute;
  83. left: 0;
  84. bottom: 1px;
  85. background-color: #fff;
  86. border: 1px solid #ccc;
  87. border-radius: 0px;
  88. }
  89. .onoffswitch-label {
  90. display: block;
  91. overflow: hidden;
  92. cursor: pointer;
  93. border: 2px solid #FFFFFF !important;
  94. border-radius: 50px !important;
  95. }
  96. .onoffswitch-inner {
  97. display: block;
  98. transition: margin 0.3s ease-in 0s;
  99. }
  100. .onoffswitch-inner:before,
  101. .onoffswitch-inner:after {
  102. display: block;
  103. float: left;
  104. width: 50%;
  105. height: 30px;
  106. padding: 0;
  107. line-height: 40px;
  108. font-size: 20px;
  109. box-sizing: border-box;
  110. content: "";
  111. background-color: #EEEEEE;
  112. }
  113. .onoffswitch-switch {
  114. display: block;
  115. width: 37px;
  116. background-color: #01d7d4;
  117. position: absolute;
  118. top: 0;
  119. bottom: 0;
  120. right: 0px;
  121. border: 2px solid #FFFFFF;
  122. border-radius: 50px !important;
  123. transition: all 0.3s ease-in 0s;
  124. }
  125. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  126. margin-right: 0;
  127. }
  128. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  129. right: 71px;
  130. background-color: #A1A1A1;
  131. }
  132. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  133. border: 3px solid #444444;
  134. }
  135. .result_header {
  136. margin-top: 0px;
  137. margin-bottom: 2px;
  138. font-size: 16px;
  139. }
  140. .result_header .favicon {
  141. margin-bottom: -3px;
  142. }
  143. .result_header a {
  144. color: #29314d;
  145. text-decoration: none;
  146. }
  147. .result_header a:hover {
  148. color: #0088cc;
  149. }
  150. .result_header a:visited {
  151. color: #684898;
  152. }
  153. .result_header a .highlight {
  154. background-color: #f6f9fa;
  155. }
  156. .result-content,
  157. .result-format,
  158. .result-source {
  159. margin-top: 2px;
  160. margin-bottom: 0;
  161. word-wrap: break-word;
  162. color: #666666;
  163. font-size: 13px;
  164. }
  165. .result-content .highlight,
  166. .result-format .highlight,
  167. .result-source .highlight {
  168. font-weight: bold;
  169. }
  170. .result-source {
  171. font-size: 10px;
  172. float: left;
  173. }
  174. .result-format {
  175. font-size: 10px;
  176. float: right;
  177. }
  178. .external-link {
  179. color: #068922;
  180. font-size: 12px;
  181. margin-bottom: 15px;
  182. }
  183. .external-link a {
  184. margin-right: 3px;
  185. }
  186. .result-default,
  187. .result-code,
  188. .result-torrent,
  189. .result-videos,
  190. .result-map {
  191. clear: both;
  192. padding: 0.5em 4px;
  193. }
  194. .result-default:hover,
  195. .result-code:hover,
  196. .result-torrent:hover,
  197. .result-videos:hover,
  198. .result-map:hover {
  199. background-color: #f6f9fa;
  200. }
  201. .result-images {
  202. float: left !important;
  203. width: 24%;
  204. margin: .5%;
  205. }
  206. .result-images a {
  207. display: block;
  208. width: 100%;
  209. background-size: cover;
  210. }
  211. .img-thumbnail {
  212. margin: 5px;
  213. max-height: 128px;
  214. min-height: 128px;
  215. }
  216. .result-videos {
  217. clear: both;
  218. }
  219. .result-videos hr {
  220. margin: 5px 0 15px 0;
  221. }
  222. .result-videos .collapse {
  223. width: 100%;
  224. }
  225. .result-videos .in {
  226. margin-bottom: 8px;
  227. }
  228. .result-torrent {
  229. clear: both;
  230. }
  231. .result-torrent b {
  232. margin-right: 5px;
  233. margin-left: 5px;
  234. }
  235. .result-torrent .seeders {
  236. color: #2ecc71;
  237. }
  238. .result-torrent .leechers {
  239. color: #f35e77;
  240. }
  241. .result-map {
  242. clear: both;
  243. }
  244. .result-code {
  245. clear: both;
  246. }
  247. .result-code .code-fork,
  248. .result-code .code-fork a {
  249. color: #666666;
  250. }
  251. .suggestion_item {
  252. margin: 2px 5px;
  253. max-width: 100%;
  254. }
  255. .suggestion_item .btn {
  256. max-width: 100%;
  257. white-space: normal;
  258. word-wrap: break-word;
  259. text-align: left;
  260. }
  261. .result_download {
  262. margin-right: 5px;
  263. }
  264. #pagination {
  265. margin-top: 30px;
  266. padding-bottom: 60px;
  267. }
  268. .label-default {
  269. color: #666666;
  270. background: transparent;
  271. }
  272. .result .text-muted small {
  273. word-wrap: break-word;
  274. }
  275. .modal-wrapper {
  276. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  277. }
  278. .modal-wrapper {
  279. background-clip: padding-box;
  280. background-color: #fff;
  281. border: 1px solid rgba(0, 0, 0, 0.2);
  282. border-radius: 6px;
  283. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  284. outline: 0 none;
  285. position: relative;
  286. }
  287. @media screen and (max-width: 75em) {
  288. .img-thumbnail {
  289. object-fit: cover;
  290. }
  291. }
  292. .infobox .panel-heading {
  293. background-color: #f6f9fa;
  294. }
  295. .infobox .panel-heading .panel-title {
  296. font-weight: 700;
  297. }
  298. .infobox .header_url {
  299. white-space: nowrap;
  300. overflow: hidden;
  301. text-overflow: ellipsis;
  302. display: block;
  303. }
  304. .infobox p {
  305. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  306. font-style: italic;
  307. }
  308. .infobox img {
  309. max-height: "250px";
  310. }
  311. .infobox .btn {
  312. background-color: #007ab8;
  313. border: none;
  314. }
  315. .infobox .btn a {
  316. color: white;
  317. margin: 5px;
  318. }
  319. .infobox .infobox_part {
  320. margin-bottom: 20px;
  321. word-wrap: break-word;
  322. table-layout: fixed;
  323. }
  324. .infobox .infobox_part:last-child {
  325. margin-bottom: 0;
  326. }
  327. .infobox .infobox_toggle {
  328. width: 100%;
  329. text-align: center;
  330. margin-bottom: 0px;
  331. }
  332. .infobox .infobox_checkbox ~ .infobox_body {
  333. max-height: 300px;
  334. overflow: hidden;
  335. }
  336. .infobox .infobox_checkbox:checked ~ .infobox_body {
  337. max-height: none;
  338. }
  339. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  340. display: block;
  341. }
  342. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  343. display: none;
  344. }
  345. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  346. display: block;
  347. }
  348. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  349. display: none;
  350. }
  351. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  352. display: none;
  353. }
  354. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  355. display: block;
  356. }
  357. .search_categories,
  358. #categories {
  359. text-transform: capitalize;
  360. margin-bottom: 0.5rem;
  361. display: flex;
  362. flex-wrap: wrap;
  363. flex-flow: row wrap;
  364. align-content: stretch;
  365. }
  366. .search_categories label,
  367. #categories label,
  368. .search_categories .input-group-addon,
  369. #categories .input-group-addon {
  370. flex-grow: 1;
  371. flex-basis: auto;
  372. font-size: 1.2rem;
  373. font-weight: normal;
  374. background-color: white;
  375. border: #dddddd 1px solid;
  376. border-right: none;
  377. color: #666666;
  378. padding-bottom: 0.4rem;
  379. padding-top: 0.4rem;
  380. text-align: center;
  381. min-width: 50px;
  382. }
  383. .search_categories label:last-child,
  384. #categories label:last-child,
  385. .search_categories .input-group-addon:last-child,
  386. #categories .input-group-addon:last-child {
  387. border-right: #dddddd 1px solid;
  388. }
  389. .search_categories input[type="checkbox"]:checked + label,
  390. #categories input[type="checkbox"]:checked + label {
  391. color: #29314d;
  392. font-weight: bold;
  393. border-bottom: #01d7d4 5px solid;
  394. }
  395. #main-logo {
  396. margin-top: 10vh;
  397. margin-bottom: 25px;
  398. }
  399. #main-logo > img {
  400. max-width: 350px;
  401. width: 80%;
  402. }
  403. #q {
  404. box-shadow: none;
  405. border-right: none;
  406. border-color: #888888;
  407. }
  408. #search_form .input-group-btn .btn {
  409. border-color: #888888;
  410. }
  411. #search_form .input-group-btn .btn:hover {
  412. background-color: #068922;
  413. color: white;
  414. }
  415. .custom-select,
  416. .custom-select-rtl {
  417. appearance: none;
  418. -webkit-appearance: none;
  419. -moz-appearance: none;
  420. font-size: 1.2rem;
  421. font-weight: normal;
  422. background-color: white;
  423. border: #888888 1px solid;
  424. color: #666666;
  425. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
  426. AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ
  427. cwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGn
  428. sAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW8
  429. 6/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0
  430. ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0w
  431. Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  432. 7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  433. }
  434. .custom-select-rtl {
  435. background-position-x: 4%;
  436. }
  437. .search-margin {
  438. margin-bottom: 0.6em;
  439. }
  440. .visually-hidden {
  441. position: absolute !important;
  442. height: 1px;
  443. width: 1px;
  444. overflow: hidden;
  445. clip: rect(1px 1px 1px 1px);
  446. /* IE6, IE7 */
  447. clip: rect(1px, 1px, 1px, 1px);
  448. white-space: nowrap;
  449. /* added line */
  450. }
  451. .label-danger,
  452. .btn-danger {
  453. background: #c9432f;
  454. }
  455. .label-success,
  456. .btn-success {
  457. background: #068922;
  458. }
  459. select.form-control {
  460. border-color: #888888 !important;
  461. }
  462. #advanced-search-container {
  463. display: none;
  464. text-align: left;
  465. margin-bottom: 1rem;
  466. clear: both;
  467. }
  468. #advanced-search-container label,
  469. #advanced-search-container .input-group-addon {
  470. font-size: 1.2rem;
  471. font-weight: normal;
  472. background-color: white;
  473. border: #dddddd 1px solid;
  474. border-right: none;
  475. color: #666666;
  476. padding-bottom: 0.4rem;
  477. padding-right: 0.7rem;
  478. padding-left: 0.7rem;
  479. }
  480. #advanced-search-container label:last-child,
  481. #advanced-search-container .input-group-addon:last-child {
  482. border-right: #dddddd 1px solid;
  483. }
  484. #advanced-search-container input[type="radio"] {
  485. display: none;
  486. }
  487. #advanced-search-container input[type="radio"]:checked + label {
  488. color: #29314d;
  489. font-weight: bold;
  490. border-bottom: #01d7d4 5px solid;
  491. }
  492. #check-advanced:focus + label {
  493. text-decoration: underline;
  494. }
  495. #check-advanced:checked ~ #advanced-search-container {
  496. display: block;
  497. }
  498. .advanced {
  499. padding: 0;
  500. margin-top: 0.3rem;
  501. text-align: right;
  502. }
  503. .advanced label,
  504. .advanced select {
  505. cursor: pointer;
  506. }
  507. .cursor-text {
  508. cursor: text !important;
  509. }
  510. .cursor-pointer {
  511. cursor: pointer !important;
  512. }
  513. pre,
  514. code {
  515. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  516. }
  517. .lineno {
  518. margin-right: 5px;
  519. }
  520. .highlight .hll {
  521. background-color: #ffffcc;
  522. }
  523. .highlight {
  524. background: #f8f8f8;
  525. }
  526. .highlight .c {
  527. color: #556366;
  528. font-style: italic;
  529. }
  530. /* Comment */
  531. .highlight .err {
  532. border: 1px solid #ffa92f;
  533. }
  534. /* Error */
  535. .highlight .k {
  536. color: #BE74D5;
  537. font-weight: bold;
  538. }
  539. /* Keyword */
  540. .highlight .o {
  541. color: #d19a66;
  542. }
  543. /* Operator */
  544. .highlight .cm {
  545. color: #556366;
  546. font-style: italic;
  547. }
  548. /* Comment.Multiline */
  549. .highlight .cp {
  550. color: #bc7a00;
  551. }
  552. /* Comment.Preproc */
  553. .highlight .c1 {
  554. color: #556366;
  555. font-style: italic;
  556. }
  557. /* Comment.Single */
  558. .highlight .cs {
  559. color: #556366;
  560. font-style: italic;
  561. }
  562. /* Comment.Special */
  563. .highlight .gd {
  564. color: #a00000;
  565. }
  566. /* Generic.Deleted */
  567. .highlight .ge {
  568. font-style: italic;
  569. }
  570. /* Generic.Emph */
  571. .highlight .gr {
  572. color: #ff0000;
  573. }
  574. /* Generic.Error */
  575. .highlight .gh {
  576. color: #000080;
  577. font-weight: bold;
  578. }
  579. /* Generic.Heading */
  580. .highlight .gi {
  581. color: #00a000;
  582. }
  583. /* Generic.Inserted */
  584. .highlight .go {
  585. color: #888888;
  586. }
  587. /* Generic.Output */
  588. .highlight .gp {
  589. color: #000080;
  590. font-weight: bold;
  591. }
  592. /* Generic.Prompt */
  593. .highlight .gs {
  594. font-weight: bold;
  595. }
  596. /* Generic.Strong */
  597. .highlight .gu {
  598. color: #800080;
  599. font-weight: bold;
  600. }
  601. /* Generic.Subheading */
  602. .highlight .gt {
  603. color: #0044dd;
  604. }
  605. /* Generic.Traceback */
  606. .highlight .kc {
  607. color: #BE74D5;
  608. font-weight: bold;
  609. }
  610. /* Keyword.Constant */
  611. .highlight .kd {
  612. color: #BE74D5;
  613. font-weight: bold;
  614. }
  615. /* Keyword.Declaration */
  616. .highlight .kn {
  617. color: #BE74D5;
  618. font-weight: bold;
  619. }
  620. /* Keyword.Namespace */
  621. .highlight .kp {
  622. color: #be74d5;
  623. }
  624. /* Keyword.Pseudo */
  625. .highlight .kr {
  626. color: #BE74D5;
  627. font-weight: bold;
  628. }
  629. /* Keyword.Reserved */
  630. .highlight .kt {
  631. color: #d46c72;
  632. }
  633. /* Keyword.Type */
  634. .highlight .m {
  635. color: #d19a66;
  636. }
  637. /* Literal.Number */
  638. .highlight .s {
  639. color: #86c372;
  640. }
  641. /* Literal.String */
  642. .highlight .na {
  643. color: #7d9029;
  644. }
  645. /* Name.Attribute */
  646. .highlight .nb {
  647. color: #be74d5;
  648. }
  649. /* Name.Builtin */
  650. .highlight .nc {
  651. color: #61AFEF;
  652. font-weight: bold;
  653. }
  654. /* Name.Class */
  655. .highlight .no {
  656. color: #d19a66;
  657. }
  658. /* Name.Constant */
  659. .highlight .nd {
  660. color: #aa22ff;
  661. }
  662. /* Name.Decorator */
  663. .highlight .ni {
  664. color: #999999;
  665. font-weight: bold;
  666. }
  667. /* Name.Entity */
  668. .highlight .ne {
  669. color: #D2413A;
  670. font-weight: bold;
  671. }
  672. /* Name.Exception */
  673. .highlight .nf {
  674. color: #61afef;
  675. }
  676. /* Name.Function */
  677. .highlight .nl {
  678. color: #a0a000;
  679. }
  680. /* Name.Label */
  681. .highlight .nn {
  682. color: #61AFEF;
  683. font-weight: bold;
  684. }
  685. /* Name.Namespace */
  686. .highlight .nt {
  687. color: #BE74D5;
  688. font-weight: bold;
  689. }
  690. /* Name.Tag */
  691. .highlight .nv {
  692. color: #dfc06f;
  693. }
  694. /* Name.Variable */
  695. .highlight .ow {
  696. color: #AA22FF;
  697. font-weight: bold;
  698. }
  699. /* Operator.Word */
  700. .highlight .w {
  701. color: #d7dae0;
  702. }
  703. /* Text.Whitespace */
  704. .highlight .mf {
  705. color: #d19a66;
  706. }
  707. /* Literal.Number.Float */
  708. .highlight .mh {
  709. color: #d19a66;
  710. }
  711. /* Literal.Number.Hex */
  712. .highlight .mi {
  713. color: #d19a66;
  714. }
  715. /* Literal.Number.Integer */
  716. .highlight .mo {
  717. color: #d19a66;
  718. }
  719. /* Literal.Number.Oct */
  720. .highlight .sb {
  721. color: #86c372;
  722. }
  723. /* Literal.String.Backtick */
  724. .highlight .sc {
  725. color: #86c372;
  726. }
  727. /* Literal.String.Char */
  728. .highlight .sd {
  729. color: #86C372;
  730. font-style: italic;
  731. }
  732. /* Literal.String.Doc */
  733. .highlight .s2 {
  734. color: #86c372;
  735. }
  736. /* Literal.String.Double */
  737. .highlight .se {
  738. color: #BB6622;
  739. font-weight: bold;
  740. }
  741. /* Literal.String.Escape */
  742. .highlight .sh {
  743. color: #86c372;
  744. }
  745. /* Literal.String.Heredoc */
  746. .highlight .si {
  747. color: #BB6688;
  748. font-weight: bold;
  749. }
  750. /* Literal.String.Interpol */
  751. .highlight .sx {
  752. color: #be74d5;
  753. }
  754. /* Literal.String.Other */
  755. .highlight .sr {
  756. color: #bb6688;
  757. }
  758. /* Literal.String.Regex */
  759. .highlight .s1 {
  760. color: #86c372;
  761. }
  762. /* Literal.String.Single */
  763. .highlight .ss {
  764. color: #dfc06f;
  765. }
  766. /* Literal.String.Symbol */
  767. .highlight .bp {
  768. color: #be74d5;
  769. }
  770. /* Name.Builtin.Pseudo */
  771. .highlight .vc {
  772. color: #dfc06f;
  773. }
  774. /* Name.Variable.Class */
  775. .highlight .vg {
  776. color: #dfc06f;
  777. }
  778. /* Name.Variable.Global */
  779. .highlight .vi {
  780. color: #dfc06f;
  781. }
  782. /* Name.Variable.Instance */
  783. .highlight .il {
  784. color: #d19a66;
  785. }
  786. /* Literal.Number.Integer.Long */
  787. .highlight .lineno {
  788. -webkit-touch-callout: none;
  789. -webkit-user-select: none;
  790. -khtml-user-select: none;
  791. -moz-user-select: none;
  792. -ms-user-select: none;
  793. user-select: none;
  794. cursor: default;
  795. color: #556366;
  796. }
  797. .highlight .lineno::selection {
  798. background: transparent;
  799. /* WebKit/Blink Browsers */
  800. }
  801. .highlight .lineno::-moz-selection {
  802. background: transparent;
  803. /* Gecko Browsers */
  804. }
  805. .highlight pre {
  806. background-color: #282C34;
  807. color: #D7DAE0;
  808. border: none;
  809. margin-bottom: 25px;
  810. font-size: 15px;
  811. padding: 20px 10px;
  812. }
  813. .highlight {
  814. font-weight: 700;
  815. }
  816. .table > tbody > tr > td,
  817. .table > tbody > tr > th {
  818. vertical-align: middle !important;
  819. }
  820. .nav-tabs.nav-justified {
  821. margin-bottom: 20px;
  822. }
  823. p {
  824. margin: 10px 0;
  825. }
  826. input.cursor-text {
  827. margin: 10px 0;
  828. }