logicodev-dark.css 15 KB

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