logicodev.css 17 KB

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