Browse Source

Static build

Alexandre Flament 3 years ago
parent
commit
2bc9b00cd7

+ 696 - 696
searx/static/themes/oscar/css/logicodev-dark.css

@@ -369,901 +369,901 @@
 .bar100 {
   width: 100%;
 }
-* {
-  border-radius: 0 !important;
+/*
+   this file is generated automatically by searx_extra/update/update_pygments.py
+   using pygments version 2.9.0
+*/
+.code-highlight .linenos {
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -khtml-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+  cursor: default;
+  margin-right: 8px;
+  text-align: right;
 }
-html {
-  position: relative;
-  min-height: 100%;
-  color: #29314D;
+.code-highlight .linenos::selection {
+  background: transparent;
+  /* WebKit/Blink Browsers */
 }
-body {
-  /* Margin bottom by footer height */
-  font-family: 'Roboto', Helvetica, Arial, sans-serif;
-  margin-bottom: 80px;
-  background-color: white;
+.code-highlight .linenos::-moz-selection {
+  background: transparent;
+  /* Gecko Browsers */
 }
-body a {
-  color: #0088CC;
+.code-highlight pre {
+  line-height: 125%;
 }
-.footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  /* Set the fixed height of the footer here */
-  height: 60px;
-  text-align: center;
-  color: #999;
+.code-highlight td.linenos .normal {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-input[type=checkbox]:checked + .label_hide_if_checked,
-input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
-  display: none;
+.code-highlight span.linenos {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
-input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
-  display: none;
+.code-highlight td.linenos .special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.onoff-checkbox {
-  width: 15%;
+.code-highlight span.linenos.special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.onoffswitch {
-  position: relative;
-  width: 110px;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
+.code-highlight .hll {
+  background-color: #ffffcc;
 }
-.onoffswitch-checkbox {
-  opacity: 0;
-  position: absolute;
+.code-highlight {
+  background: #282C34;
 }
-.onoffswitch-checkbox:before {
-  content: "";
-  display: inline-block;
-  width: 16px;
-  height: 16px;
-  margin-right: 10px;
-  position: absolute;
-  left: 0;
-  bottom: 1px;
-  background-color: #fff;
-  border: 1px solid #ccc;
-  border-radius: 0px;
+.code-highlight .c {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-label {
-  display: block;
-  overflow: hidden;
-  cursor: pointer;
-  border: 2px solid #FFFFFF !important;
-  border-radius: 50px !important;
+/* Comment */
+.code-highlight .err {
+  border: 1px solid #ff0000;
 }
-.onoffswitch-inner {
-  display: block;
-  transition: margin 0.3s ease-in 0s;
+/* Error */
+.code-highlight .k {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.onoffswitch-inner:before,
-.onoffswitch-inner:after {
-  display: block;
-  float: left;
-  width: 50%;
-  height: 30px;
-  padding: 0;
-  line-height: 40px;
-  font-size: 20px;
-  box-sizing: border-box;
-  content: "";
-  background-color: #EEEEEE;
+/* Keyword */
+.code-highlight .o {
+  color: #D19A66;
 }
-.onoffswitch-switch {
-  display: block;
-  width: 37px;
-  background-color: #01D7D4;
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  right: 0px;
-  border: 2px solid #FFFFFF;
-  border-radius: 50px !important;
-  transition: all 0.3s ease-in 0s;
+/* Operator */
+.code-highlight .ch {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
-  margin-right: 0;
+/* Comment.Hashbang */
+.code-highlight .cm {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
-  right: 71px;
-  background-color: #A1A1A1;
+/* Comment.Multiline */
+.code-highlight .cp {
+  color: #BC7A00;
+  font-style: italic;
 }
-.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
-  border: 3px solid #444444;
+/* Comment.Preproc */
+.code-highlight .cpf {
+  color: #556366;
+  font-style: italic;
 }
-.result_header {
-  margin-top: 0px;
-  margin-bottom: 2px;
-  font-size: 16px;
+/* Comment.PreprocFile */
+.code-highlight .c1 {
+  color: #556366;
+  font-style: italic;
 }
-.result_header .favicon {
-  margin-bottom: -3px;
+/* Comment.Single */
+.code-highlight .cs {
+  color: #556366;
+  font-style: italic;
 }
-.result_header a {
-  color: #29314D;
-  text-decoration: none;
+/* Comment.Special */
+.code-highlight .gd {
+  color: #A00000;
 }
-.result_header a:hover {
-  color: #0088CC;
+/* Generic.Deleted */
+.code-highlight .ge {
+  font-style: italic;
 }
-.result_header a:visited {
-  color: #684898;
+/* Generic.Emph */
+.code-highlight .gr {
+  color: #FF0000;
 }
-.result_header a .highlight {
-  background-color: #F6F9FA;
+/* Generic.Error */
+.code-highlight .gh {
+  color: #000080;
+  font-weight: bold;
 }
-.result-content,
-.result-format,
-.result-source {
-  margin-top: 2px;
-  margin-bottom: 0;
-  word-wrap: break-word;
-  color: #666;
-  font-size: 13px;
+/* Generic.Heading */
+.code-highlight .gi {
+  color: #00A000;
 }
-.result .highlight {
+/* Generic.Inserted */
+.code-highlight .go {
+  color: #888888;
+}
+/* Generic.Output */
+.code-highlight .gp {
+  color: #000080;
   font-weight: bold;
 }
-.result-source {
-  font-size: 10px;
-  float: left;
+/* Generic.Prompt */
+.code-highlight .gs {
+  font-weight: bold;
 }
-.result-format {
-  font-size: 10px;
-  float: right;
+/* Generic.Strong */
+.code-highlight .gu {
+  color: #800080;
+  font-weight: bold;
 }
-.result-abstract {
-  margin-top: 0.5em;
-  margin-bottom: 0.8em;
+/* Generic.Subheading */
+.code-highlight .gt {
+  color: #0044DD;
 }
-.external-link {
-  color: #068922;
-  font-size: 12px;
-  margin-bottom: 15px;
+/* Generic.Traceback */
+.code-highlight .kc {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.external-link a {
-  margin-right: 3px;
+/* Keyword.Constant */
+.code-highlight .kd {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-default,
-.result-code,
-.result-torrent,
-.result-videos,
-.result-map {
-  clear: both;
-  padding: 0.5em 4px;
+/* Keyword.Declaration */
+.code-highlight .kn {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-default:hover,
-.result-code:hover,
-.result-torrent:hover,
-.result-videos:hover,
-.result-map:hover {
-  background-color: #F6F9FA;
+/* Keyword.Namespace */
+.code-highlight .kp {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-images {
-  float: left !important;
-  margin: 0;
-  padding: 0;
+/* Keyword.Pseudo */
+.code-highlight .kr {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-images a {
-  display: block;
-  width: 100%;
-  background-size: cover;
+/* Keyword.Reserved */
+.code-highlight .kt {
+  color: #D46C72;
+  font-weight: bold;
 }
-.result-images a .img-thumbnail {
-  border: none !important;
-  padding: 0;
+/* Keyword.Type */
+.code-highlight .m {
+  color: #D19A66;
 }
-.result-images a:hover,
-.result-images a:focus {
-  outline: 0;
+/* Literal.Number */
+.code-highlight .s {
+  color: #86C372;
 }
-.result-images a:hover .img-thumbnail,
-.result-images a:focus .img-thumbnail {
-  box-shadow: 5px 5px 15px 0px black;
+/* Literal.String */
+.code-highlight .na {
+  color: #7D9029;
 }
-.result-images.js a .img-thumbnail {
-  max-height: inherit;
-  min-height: inherit;
+/* Name.Attribute */
+.code-highlight .nb {
+  color: #BE74D5;
 }
-.result-images:not(.js) {
-  width: 25%;
-  padding: 3px 13px 13px 3px;
+/* Name.Builtin */
+.code-highlight .nc {
+  color: #61AFEF;
+  font-weight: bold;
 }
-.result-images:not(.js) a .img-thumbnail {
-  margin: 0;
-  max-height: 128px;
-  min-height: 128px;
+/* Name.Class */
+.code-highlight .no {
+  color: #D19A66;
 }
-.img-thumbnail {
-  margin: 5px;
-  max-height: 128px;
-  min-height: 128px;
+/* Name.Constant */
+.code-highlight .nd {
+  color: #AA22FF;
 }
-.result-videos {
-  clear: both;
+/* Name.Decorator */
+.code-highlight .ni {
+  color: #999999;
+  font-weight: bold;
 }
-.result-videos hr {
-  margin: 5px 0 15px 0;
+/* Name.Entity */
+.code-highlight .ne {
+  color: #D2413A;
+  font-weight: bold;
 }
-.result-videos .collapse {
-  width: 100%;
+/* Name.Exception */
+.code-highlight .nf {
+  color: #61AFEF;
 }
-.result-videos .in {
-  margin-bottom: 8px;
+/* Name.Function */
+.code-highlight .nl {
+  color: #A0A000;
 }
-.result-torrent {
-  clear: both;
+/* Name.Label */
+.code-highlight .nn {
+  color: #61AFEF;
+  font-weight: bold;
+}
+/* Name.Namespace */
+.code-highlight .nt {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-torrent b {
-  margin-right: 5px;
-  margin-left: 5px;
+/* Name.Tag */
+.code-highlight .nv {
+  color: #DFC06F;
 }
-.result-torrent .seeders {
-  color: #2ecc71;
+/* Name.Variable */
+.code-highlight .ow {
+  color: #AA22FF;
+  font-weight: bold;
 }
-.result-torrent .leechers {
-  color: #F35E77;
+/* Operator.Word */
+.code-highlight .w {
+  color: #D7DAE0;
 }
-.result-metadata {
-  clear: both;
-  margin: 1em;
+/* Text.Whitespace */
+.code-highlight .mb {
+  color: #D19A66;
 }
-.result-metadata td {
-  padding-right: 1em;
-  color: #A4A4A4;
+/* Literal.Number.Bin */
+.code-highlight .mf {
+  color: #D19A66;
 }
-.result-metadata td:first-of-type {
-  color: #666;
+/* Literal.Number.Float */
+.code-highlight .mh {
+  color: #D19A66;
 }
-.result-map {
-  clear: both;
+/* Literal.Number.Hex */
+.code-highlight .mi {
+  color: #D19A66;
 }
-.result-map .img-thumbnail {
-  float: right;
-  width: auto;
-  height: 120px;
-  border: 0;
-  background: inherit;
+/* Literal.Number.Integer */
+.code-highlight .mo {
+  color: #D19A66;
 }
-.result-map .img-type {
-  width: 20px;
-  max-height: 20px;
+/* Literal.Number.Oct */
+.code-highlight .sa {
+  color: #86C372;
 }
-.result-map .result-map-details {
-  font-size: 13px;
-  border-collapse: separate;
-  border-spacing: 0 0.35rem;
+/* Literal.String.Affix */
+.code-highlight .sb {
+  color: #86C372;
 }
-.result-map .result-map-details th {
-  font-weight: inherit;
-  width: 20rem;
-  vertical-align: top;
+/* Literal.String.Backtick */
+.code-highlight .sc {
+  color: #86C372;
 }
-.result-map .result-map-details td {
-  vertical-align: top;
+/* Literal.String.Char */
+.code-highlight .dl {
+  color: #86C372;
 }
-.result-code {
-  clear: both;
+/* Literal.String.Delimiter */
+.code-highlight .sd {
+  color: #86C372;
+  font-style: italic;
 }
-.result-code .code-fork,
-.result-code .code-fork a {
-  color: #666;
+/* Literal.String.Doc */
+.code-highlight .s2 {
+  color: #86C372;
 }
-.suggestion_item {
-  margin: 2px 5px;
-  max-width: 100%;
+/* Literal.String.Double */
+.code-highlight .se {
+  color: #BB6622;
+  font-weight: bold;
 }
-.suggestion_item .btn {
-  max-width: 100%;
-  white-space: normal;
-  word-wrap: break-word;
-  text-align: left;
+/* Literal.String.Escape */
+.code-highlight .sh {
+  color: #86C372;
 }
-.result_download {
-  margin-right: 5px;
+/* Literal.String.Heredoc */
+.code-highlight .si {
+  color: #BB6688;
+  font-weight: bold;
 }
-#pagination {
-  margin-top: 30px;
-  padding-bottom: 60px;
+/* Literal.String.Interpol */
+.code-highlight .sx {
+  color: #BE74D5;
 }
-.label-default {
-  color: #666;
-  background: transparent;
+/* Literal.String.Other */
+.code-highlight .sr {
+  color: #BB6688;
 }
-.result .text-muted small {
-  word-wrap: break-word;
+/* Literal.String.Regex */
+.code-highlight .s1 {
+  color: #86C372;
 }
-.modal-wrapper {
-  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+/* Literal.String.Single */
+.code-highlight .ss {
+  color: #DFC06F;
 }
-.modal-wrapper {
-  background-clip: padding-box;
-  background-color: #fff;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  border-radius: 6px;
-  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-  outline: 0 none;
-  position: relative;
+/* Literal.String.Symbol */
+.code-highlight .bp {
+  color: #BE74D5;
 }
-@media screen and (max-width: 75em) {
-  .img-thumbnail {
-    object-fit: cover;
-  }
+/* Name.Builtin.Pseudo */
+.code-highlight .fm {
+  color: #61AFEF;
 }
-.infobox .panel-heading {
-  background-color: #F6F9FA;
+/* Name.Function.Magic */
+.code-highlight .vc {
+  color: #DFC06F;
 }
-.infobox .panel-heading .panel-title {
-  font-weight: 700;
+/* Name.Variable.Class */
+.code-highlight .vg {
+  color: #DFC06F;
 }
-.infobox .header_url {
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  display: block;
+/* Name.Variable.Global */
+.code-highlight .vi {
+  color: #DFC06F;
 }
-.infobox p {
-  font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
-  font-style: italic;
+/* Name.Variable.Instance */
+.code-highlight .vm {
+  color: #DFC06F;
 }
-.infobox img {
-  max-height: "250px";
+/* Name.Variable.Magic */
+.code-highlight .il {
+  color: #D19A66;
 }
-.infobox .btn {
-  background-color: #007AB8;
-  border: none;
+/* Literal.Number.Integer.Long */
+* {
+  border-radius: 0 !important;
 }
-.infobox .btn a {
-  color: white;
-  margin: 5px;
+html {
+  position: relative;
+  min-height: 100%;
+  color: #29314D;
 }
-.infobox .infobox_part {
-  margin-bottom: 20px;
-  word-wrap: break-word;
-  table-layout: fixed;
+body {
+  /* Margin bottom by footer height */
+  font-family: 'Roboto', Helvetica, Arial, sans-serif;
+  margin-bottom: 80px;
+  background-color: white;
 }
-.infobox .infobox_part:last-child {
-  margin-bottom: 0;
+body a {
+  color: #0088CC;
 }
-.infobox .infobox_toggle {
+.footer {
+  position: absolute;
+  bottom: 0;
   width: 100%;
+  /* Set the fixed height of the footer here */
+  height: 60px;
   text-align: center;
-  margin-bottom: 0px;
-  cursor: pointer;
+  color: #999;
 }
-.infobox .infobox_toggle:hover {
-  background: #DDD;
+input[type=checkbox]:checked + .label_hide_if_checked,
+input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
+  display: none;
 }
-.infobox .infobox_checkbox ~ .infobox_body {
-  max-height: 300px;
-  overflow: hidden;
+input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
+input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
+  display: none;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body {
-  max-height: none;
+.onoff-checkbox {
+  width: 15%;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
-  display: block;
+.onoffswitch {
+  position: relative;
+  width: 110px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
-  display: none;
+.onoffswitch-checkbox {
+  opacity: 0;
+  position: absolute;
+}
+.onoffswitch-checkbox:before {
+  content: "";
+  display: inline-block;
+  width: 16px;
+  height: 16px;
+  margin-right: 10px;
+  position: absolute;
+  left: 0;
+  bottom: 1px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border-radius: 0px;
+}
+.onoffswitch-label {
+  display: block;
+  overflow: hidden;
+  cursor: pointer;
+  border: 2px solid #FFFFFF !important;
+  border-radius: 50px !important;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
+.onoffswitch-inner {
   display: block;
+  transition: margin 0.3s ease-in 0s;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
-  display: none;
-}
-.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
-  display: none;
+.onoffswitch-inner:before,
+.onoffswitch-inner:after {
+  display: block;
+  float: left;
+  width: 50%;
+  height: 30px;
+  padding: 0;
+  line-height: 40px;
+  font-size: 20px;
+  box-sizing: border-box;
+  content: "";
+  background-color: #EEEEEE;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
+.onoffswitch-switch {
   display: block;
+  width: 37px;
+  background-color: #01D7D4;
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  right: 0px;
+  border: 2px solid #FFFFFF;
+  border-radius: 50px !important;
+  transition: all 0.3s ease-in 0s;
 }
-.search_categories,
-#categories {
-  text-transform: capitalize;
-  margin-bottom: 0.5rem;
-  display: flex;
-  flex-wrap: wrap;
-  flex-flow: row wrap;
-  align-content: stretch;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
+  margin-right: 0;
 }
-.search_categories label,
-#categories label,
-.search_categories .input-group-addon,
-#categories .input-group-addon {
-  flex-grow: 1;
-  flex-basis: auto;
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #666;
-  padding-bottom: 0.4rem;
-  padding-top: 0.4rem;
-  text-align: center;
-  min-width: 50px;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
+  right: 71px;
+  background-color: #A1A1A1;
 }
-.search_categories label:last-child,
-#categories label:last-child,
-.search_categories .input-group-addon:last-child,
-#categories .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
+.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
+  border: 3px solid #444444;
 }
-.search_categories input[type="checkbox"]:checked + label,
-#categories input[type="checkbox"]:checked + label {
-  color: #29314D;
-  font-weight: bold;
-  border-bottom: #01D7D4 5px solid;
+.result_header {
+  margin-top: 0px;
+  margin-bottom: 2px;
+  font-size: 16px;
 }
-#main-logo {
-  margin-top: 10vh;
-  margin-bottom: 25px;
+.result_header .favicon {
+  margin-bottom: -3px;
 }
-#main-logo > img {
-  max-width: 350px;
-  width: 80%;
+.result_header a {
+  color: #29314D;
+  text-decoration: none;
 }
-#q {
-  box-shadow: none;
-  border-right: none;
-  border-color: #888;
+.result_header a:hover {
+  color: #0088CC;
 }
-#search_form .input-group-btn .btn {
-  border-color: #888;
+.result_header a:visited {
+  color: #684898;
 }
-#search_form .input-group-btn .btn:hover {
-  background-color: #068922;
-  color: white;
+.result_header a .highlight {
+  background-color: #F6F9FA;
 }
-.custom-select,
-.custom-select-rtl {
-  appearance: none;
-  -webkit-appearance: none;
-  -moz-appearance: none;
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #888 1px solid;
+.result-content,
+.result-format,
+.result-source {
+  margin-top: 2px;
+  margin-bottom: 0;
+  word-wrap: break-word;
   color: #666;
-  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
+  font-size: 13px;
 }
-.custom-select-rtl {
-  background-position-x: 4%;
+.result .highlight {
+  font-weight: bold;
 }
-.search-margin {
-  margin-bottom: 0.6em;
+.result-source {
+  font-size: 10px;
+  float: left;
 }
-.visually-hidden {
-  position: absolute !important;
-  height: 1px;
-  width: 1px;
-  overflow: hidden;
-  clip: rect(1px, 1px, 1px, 1px);
-  white-space: nowrap;
+.result-format {
+  font-size: 10px;
+  float: right;
 }
-.label-danger,
-.btn-danger {
-  background: #c9432f;
+.result-abstract {
+  margin-top: 0.5em;
+  margin-bottom: 0.8em;
 }
-.label-success,
-.btn-success {
-  background: #068922;
+.external-link {
+  color: #068922;
+  font-size: 12px;
+  margin-bottom: 15px;
 }
-select.form-control {
-  border-color: #888 !important;
+.external-link a {
+  margin-right: 3px;
 }
-#advanced-search-container {
-  display: none;
-  text-align: left;
-  margin-bottom: 1rem;
+.result-default,
+.result-code,
+.result-torrent,
+.result-videos,
+.result-map {
   clear: both;
+  padding: 0.5em 4px;
 }
-#advanced-search-container label,
-#advanced-search-container .input-group-addon {
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #666;
-  padding-bottom: 0.4rem;
-  padding-right: 0.7rem;
-  padding-left: 0.7rem;
-}
-#advanced-search-container label:last-child,
-#advanced-search-container .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
-}
-#advanced-search-container input[type="radio"] {
-  display: none;
-}
-#advanced-search-container input[type="radio"]:checked + label {
-  color: #29314D;
-  font-weight: bold;
-  border-bottom: #01D7D4 5px solid;
+.result-default:hover,
+.result-code:hover,
+.result-torrent:hover,
+.result-videos:hover,
+.result-map:hover {
+  background-color: #F6F9FA;
 }
-#check-advanced:focus + label {
-  text-decoration: underline;
+.result-images {
+  float: left !important;
+  margin: 0;
+  padding: 0;
 }
-#check-advanced:checked ~ #advanced-search-container {
+.result-images a {
   display: block;
+  width: 100%;
+  background-size: cover;
 }
-.advanced {
+.result-images a .img-thumbnail {
+  border: none !important;
   padding: 0;
-  margin-top: 0.3rem;
-  text-align: right;
 }
-.advanced label,
-.advanced select {
-  cursor: pointer;
+.result-images a:hover,
+.result-images a:focus {
+  outline: 0;
 }
-.cursor-text {
-  cursor: text !important;
+.result-images a:hover .img-thumbnail,
+.result-images a:focus .img-thumbnail {
+  box-shadow: 5px 5px 15px 0px black;
 }
-.cursor-pointer {
-  cursor: pointer !important;
+.result-images.js a .img-thumbnail {
+  max-height: inherit;
+  min-height: inherit;
 }
-pre,
-code {
-  font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
+.result-images:not(.js) {
+  width: 25%;
+  padding: 3px 13px 13px 3px;
 }
-/*
-   this file is generated automatically by searx_extra/update/update_pygments.py
-   using pygments version 2.8.1
-*/
-.code-highlight .linenos {
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -khtml-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-  cursor: default;
-  margin-right: 8px;
-  text-align: right;
+.result-images:not(.js) a .img-thumbnail {
+  margin: 0;
+  max-height: 128px;
+  min-height: 128px;
 }
-.code-highlight .linenos::selection {
-  background: transparent;
-  /* WebKit/Blink Browsers */
+.img-thumbnail {
+  margin: 5px;
+  max-height: 128px;
+  min-height: 128px;
 }
-.code-highlight .linenos::-moz-selection {
-  background: transparent;
-  /* Gecko Browsers */
+.result-videos {
+  clear: both;
 }
-.code-highlight pre {
-  line-height: 125%;
+.result-videos hr {
+  margin: 5px 0 15px 0;
 }
-.code-highlight td.linenos .normal {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-videos .collapse {
+  width: 100%;
 }
-.code-highlight span.linenos {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-videos .in {
+  margin-bottom: 8px;
 }
-.code-highlight td.linenos .special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-torrent {
+  clear: both;
 }
-.code-highlight span.linenos.special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-torrent b {
+  margin-right: 5px;
+  margin-left: 5px;
 }
-.code-highlight .hll {
-  background-color: #ffffcc;
+.result-torrent .seeders {
+  color: #2ecc71;
 }
-.code-highlight {
-  background: #282C34;
+.result-torrent .leechers {
+  color: #F35E77;
 }
-.code-highlight .c {
-  color: #556366;
-  font-style: italic;
+.result-metadata {
+  clear: both;
+  margin: 1em;
 }
-/* Comment */
-.code-highlight .err {
-  border: 1px solid #ff0000;
+.result-metadata td {
+  padding-right: 1em;
+  color: #A4A4A4;
 }
-/* Error */
-.code-highlight .k {
-  color: #BE74D5;
-  font-weight: bold;
+.result-metadata td:first-of-type {
+  color: #666;
 }
-/* Keyword */
-.code-highlight .o {
-  color: #D19A66;
+.result-map {
+  clear: both;
 }
-/* Operator */
-.code-highlight .ch {
-  color: #556366;
-  font-style: italic;
+.result-map .img-thumbnail {
+  float: right;
+  width: auto;
+  height: 120px;
+  border: 0;
+  background: inherit;
 }
-/* Comment.Hashbang */
-.code-highlight .cm {
-  color: #556366;
-  font-style: italic;
+.result-map .img-type {
+  width: 20px;
+  max-height: 20px;
 }
-/* Comment.Multiline */
-.code-highlight .cp {
-  color: #BC7A00;
-  font-style: italic;
+.result-map .result-map-details {
+  font-size: 13px;
+  border-collapse: separate;
+  border-spacing: 0 0.35rem;
 }
-/* Comment.Preproc */
-.code-highlight .cpf {
-  color: #556366;
-  font-style: italic;
+.result-map .result-map-details th {
+  font-weight: inherit;
+  width: 20rem;
+  vertical-align: top;
 }
-/* Comment.PreprocFile */
-.code-highlight .c1 {
-  color: #556366;
-  font-style: italic;
+.result-map .result-map-details td {
+  vertical-align: top;
 }
-/* Comment.Single */
-.code-highlight .cs {
-  color: #556366;
-  font-style: italic;
+.result-code {
+  clear: both;
 }
-/* Comment.Special */
-.code-highlight .gd {
-  color: #A00000;
+.result-code .code-fork,
+.result-code .code-fork a {
+  color: #666;
 }
-/* Generic.Deleted */
-.code-highlight .ge {
-  font-style: italic;
+.suggestion_item {
+  margin: 2px 5px;
+  max-width: 100%;
 }
-/* Generic.Emph */
-.code-highlight .gr {
-  color: #FF0000;
+.suggestion_item .btn {
+  max-width: 100%;
+  white-space: normal;
+  word-wrap: break-word;
+  text-align: left;
 }
-/* Generic.Error */
-.code-highlight .gh {
-  color: #000080;
-  font-weight: bold;
+.result_download {
+  margin-right: 5px;
 }
-/* Generic.Heading */
-.code-highlight .gi {
-  color: #00A000;
+#pagination {
+  margin-top: 30px;
+  padding-bottom: 60px;
 }
-/* Generic.Inserted */
-.code-highlight .go {
-  color: #888888;
+.label-default {
+  color: #666;
+  background: transparent;
 }
-/* Generic.Output */
-.code-highlight .gp {
-  color: #000080;
-  font-weight: bold;
+.result .text-muted small {
+  word-wrap: break-word;
 }
-/* Generic.Prompt */
-.code-highlight .gs {
-  font-weight: bold;
+.modal-wrapper {
+  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }
-/* Generic.Strong */
-.code-highlight .gu {
-  color: #800080;
-  font-weight: bold;
+.modal-wrapper {
+  background-clip: padding-box;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  outline: 0 none;
+  position: relative;
 }
-/* Generic.Subheading */
-.code-highlight .gt {
-  color: #0044DD;
+@media screen and (max-width: 75em) {
+  .img-thumbnail {
+    object-fit: cover;
+  }
 }
-/* Generic.Traceback */
-.code-highlight .kc {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .panel-heading {
+  background-color: #F6F9FA;
 }
-/* Keyword.Constant */
-.code-highlight .kd {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .panel-heading .panel-title {
+  font-weight: 700;
 }
-/* Keyword.Declaration */
-.code-highlight .kn {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .header_url {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: block;
 }
-/* Keyword.Namespace */
-.code-highlight .kp {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox p {
+  font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
+  font-style: italic;
 }
-/* Keyword.Pseudo */
-.code-highlight .kr {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox img {
+  max-height: "250px";
 }
-/* Keyword.Reserved */
-.code-highlight .kt {
-  color: #D46C72;
-  font-weight: bold;
+.infobox .btn {
+  background-color: #007AB8;
+  border: none;
 }
-/* Keyword.Type */
-.code-highlight .m {
-  color: #D19A66;
+.infobox .btn a {
+  color: white;
+  margin: 5px;
 }
-/* Literal.Number */
-.code-highlight .s {
-  color: #86C372;
+.infobox .infobox_part {
+  margin-bottom: 20px;
+  word-wrap: break-word;
+  table-layout: fixed;
 }
-/* Literal.String */
-.code-highlight .na {
-  color: #7D9029;
+.infobox .infobox_part:last-child {
+  margin-bottom: 0;
 }
-/* Name.Attribute */
-.code-highlight .nb {
-  color: #BE74D5;
+.infobox .infobox_toggle {
+  width: 100%;
+  text-align: center;
+  margin-bottom: 0px;
+  cursor: pointer;
 }
-/* Name.Builtin */
-.code-highlight .nc {
-  color: #61AFEF;
-  font-weight: bold;
+.infobox .infobox_toggle:hover {
+  background: #DDD;
 }
-/* Name.Class */
-.code-highlight .no {
-  color: #D19A66;
+.infobox .infobox_checkbox ~ .infobox_body {
+  max-height: 300px;
+  overflow: hidden;
 }
-/* Name.Constant */
-.code-highlight .nd {
-  color: #AA22FF;
+.infobox .infobox_checkbox:checked ~ .infobox_body {
+  max-height: none;
 }
-/* Name.Decorator */
-.code-highlight .ni {
-  color: #999999;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
+  display: block;
 }
-/* Name.Entity */
-.code-highlight .ne {
-  color: #D2413A;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
+  display: none;
 }
-/* Name.Exception */
-.code-highlight .nf {
-  color: #61AFEF;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
+  display: block;
 }
-/* Name.Function */
-.code-highlight .nl {
-  color: #A0A000;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
+  display: none;
 }
-/* Name.Label */
-.code-highlight .nn {
-  color: #61AFEF;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
+  display: none;
 }
-/* Name.Namespace */
-.code-highlight .nt {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
+  display: block;
 }
-/* Name.Tag */
-.code-highlight .nv {
-  color: #DFC06F;
+.search_categories,
+#categories {
+  text-transform: capitalize;
+  margin-bottom: 0.5rem;
+  display: flex;
+  flex-wrap: wrap;
+  flex-flow: row wrap;
+  align-content: stretch;
 }
-/* Name.Variable */
-.code-highlight .ow {
-  color: #AA22FF;
-  font-weight: bold;
+.search_categories label,
+#categories label,
+.search_categories .input-group-addon,
+#categories .input-group-addon {
+  flex-grow: 1;
+  flex-basis: auto;
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #666;
+  padding-bottom: 0.4rem;
+  padding-top: 0.4rem;
+  text-align: center;
+  min-width: 50px;
 }
-/* Operator.Word */
-.code-highlight .w {
-  color: #D7DAE0;
+.search_categories label:last-child,
+#categories label:last-child,
+.search_categories .input-group-addon:last-child,
+#categories .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Text.Whitespace */
-.code-highlight .mb {
-  color: #D19A66;
+.search_categories input[type="checkbox"]:checked + label,
+#categories input[type="checkbox"]:checked + label {
+  color: #29314D;
+  font-weight: bold;
+  border-bottom: #01D7D4 5px solid;
 }
-/* Literal.Number.Bin */
-.code-highlight .mf {
-  color: #D19A66;
+#main-logo {
+  margin-top: 10vh;
+  margin-bottom: 25px;
 }
-/* Literal.Number.Float */
-.code-highlight .mh {
-  color: #D19A66;
+#main-logo > img {
+  max-width: 350px;
+  width: 80%;
 }
-/* Literal.Number.Hex */
-.code-highlight .mi {
-  color: #D19A66;
+#q {
+  box-shadow: none;
+  border-right: none;
+  border-color: #888;
 }
-/* Literal.Number.Integer */
-.code-highlight .mo {
-  color: #D19A66;
+#search_form .input-group-btn .btn {
+  border-color: #888;
 }
-/* Literal.Number.Oct */
-.code-highlight .sa {
-  color: #86C372;
+#search_form .input-group-btn .btn:hover {
+  background-color: #068922;
+  color: white;
 }
-/* Literal.String.Affix */
-.code-highlight .sb {
-  color: #86C372;
+.custom-select,
+.custom-select-rtl {
+  appearance: none;
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #888 1px solid;
+  color: #666;
+  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
 }
-/* Literal.String.Backtick */
-.code-highlight .sc {
-  color: #86C372;
+.custom-select-rtl {
+  background-position-x: 4%;
 }
-/* Literal.String.Char */
-.code-highlight .dl {
-  color: #86C372;
+.search-margin {
+  margin-bottom: 0.6em;
 }
-/* Literal.String.Delimiter */
-.code-highlight .sd {
-  color: #86C372;
-  font-style: italic;
+.visually-hidden {
+  position: absolute !important;
+  height: 1px;
+  width: 1px;
+  overflow: hidden;
+  clip: rect(1px, 1px, 1px, 1px);
+  white-space: nowrap;
 }
-/* Literal.String.Doc */
-.code-highlight .s2 {
-  color: #86C372;
+.label-danger,
+.btn-danger {
+  background: #c9432f;
 }
-/* Literal.String.Double */
-.code-highlight .se {
-  color: #BB6622;
-  font-weight: bold;
+.label-success,
+.btn-success {
+  background: #068922;
 }
-/* Literal.String.Escape */
-.code-highlight .sh {
-  color: #86C372;
+select.form-control {
+  border-color: #888 !important;
 }
-/* Literal.String.Heredoc */
-.code-highlight .si {
-  color: #BB6688;
-  font-weight: bold;
+#advanced-search-container {
+  display: none;
+  text-align: left;
+  margin-bottom: 1rem;
+  clear: both;
 }
-/* Literal.String.Interpol */
-.code-highlight .sx {
-  color: #BE74D5;
+#advanced-search-container label,
+#advanced-search-container .input-group-addon {
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #666;
+  padding-bottom: 0.4rem;
+  padding-right: 0.7rem;
+  padding-left: 0.7rem;
 }
-/* Literal.String.Other */
-.code-highlight .sr {
-  color: #BB6688;
+#advanced-search-container label:last-child,
+#advanced-search-container .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Literal.String.Regex */
-.code-highlight .s1 {
-  color: #86C372;
+#advanced-search-container input[type="radio"] {
+  display: none;
 }
-/* Literal.String.Single */
-.code-highlight .ss {
-  color: #DFC06F;
+#advanced-search-container input[type="radio"]:checked + label {
+  color: #29314D;
+  font-weight: bold;
+  border-bottom: #01D7D4 5px solid;
 }
-/* Literal.String.Symbol */
-.code-highlight .bp {
-  color: #BE74D5;
+#check-advanced:focus + label {
+  text-decoration: underline;
 }
-/* Name.Builtin.Pseudo */
-.code-highlight .fm {
-  color: #61AFEF;
+#check-advanced:checked ~ #advanced-search-container {
+  display: block;
 }
-/* Name.Function.Magic */
-.code-highlight .vc {
-  color: #DFC06F;
+.advanced {
+  padding: 0;
+  margin-top: 0.3rem;
+  text-align: right;
 }
-/* Name.Variable.Class */
-.code-highlight .vg {
-  color: #DFC06F;
+.advanced label,
+.advanced select {
+  cursor: pointer;
 }
-/* Name.Variable.Global */
-.code-highlight .vi {
-  color: #DFC06F;
+.cursor-text {
+  cursor: text !important;
 }
-/* Name.Variable.Instance */
-.code-highlight .vm {
-  color: #DFC06F;
+.cursor-pointer {
+  cursor: pointer !important;
 }
-/* Name.Variable.Magic */
-.code-highlight .il {
-  color: #D19A66;
+pre,
+code {
+  font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
 }
-/* Literal.Number.Integer.Long */
 .code-highlight pre {
   margin-bottom: 25px;
   padding: 20px 10px;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/logicodev-dark.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/logicodev-dark.min.css.map


+ 718 - 718
searx/static/themes/oscar/css/logicodev.css

@@ -369,928 +369,928 @@
 .bar100 {
   width: 100%;
 }
-.searx-navbar {
-  background: #29314D;
-  height: 2.3rem;
-  font-size: 1.3rem;
-  line-height: 1.3rem;
-  padding: 0.5rem;
-  font-weight: bold;
-  margin-bottom: 0.8rem;
+/*
+   this file is generated automatically by searx_extra/update/update_pygments.py
+   using pygments version 2.9.0
+*/
+.code-highlight .linenos {
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -khtml-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+  cursor: default;
+  margin-right: 8px;
+  text-align: right;
 }
-.searx-navbar a,
-.searx-navbar a:hover {
-  margin-right: 2rem;
-  color: white;
-  text-decoration: none;
+.code-highlight .linenos::selection {
+  background: transparent;
+  /* WebKit/Blink Browsers */
 }
-.searx-navbar .instance a {
-  color: #01D7D4;
-  margin-left: 2rem;
+.code-highlight .linenos::-moz-selection {
+  background: transparent;
+  /* Gecko Browsers */
 }
-#main-logo {
-  margin-top: 20vh;
-  margin-bottom: 25px;
+.code-highlight pre {
+  line-height: 125%;
 }
-#main-logo > img {
-  max-width: 350px;
-  width: 80%;
+.code-highlight td.linenos .normal {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-* {
-  border-radius: 0 !important;
+.code-highlight span.linenos {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-html {
-  position: relative;
-  min-height: 100%;
-  color: #29314D;
+.code-highlight td.linenos .special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-body {
-  /* Margin bottom by footer height */
-  font-family: 'Roboto', Helvetica, Arial, sans-serif;
-  margin-bottom: 80px;
-  background-color: white;
+.code-highlight span.linenos.special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-body a {
-  color: #0088CC;
+.code-highlight .hll {
+  background-color: #ffffcc;
 }
-.footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  /* Set the fixed height of the footer here */
-  height: 60px;
-  text-align: center;
-  color: #999;
+.code-highlight {
+  background: #282C34;
 }
-input[type=checkbox]:checked + .label_hide_if_checked,
-input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
-  display: none;
+.code-highlight .c {
+  color: #556366;
+  font-style: italic;
 }
-input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
-input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
-  display: none;
+/* Comment */
+.code-highlight .err {
+  border: 1px solid #ff0000;
 }
-.onoff-checkbox {
-  width: 15%;
+/* Error */
+.code-highlight .k {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.onoffswitch {
-  position: relative;
-  width: 110px;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
+/* Keyword */
+.code-highlight .o {
+  color: #D19A66;
 }
-.onoffswitch-checkbox {
-  opacity: 0;
-  position: absolute;
+/* Operator */
+.code-highlight .ch {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-checkbox:before {
-  content: "";
-  display: inline-block;
-  width: 16px;
-  height: 16px;
-  margin-right: 10px;
-  position: absolute;
-  left: 0;
-  bottom: 1px;
-  background-color: #fff;
-  border: 1px solid #ccc;
-  border-radius: 0px;
+/* Comment.Hashbang */
+.code-highlight .cm {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-label {
-  display: block;
-  overflow: hidden;
-  cursor: pointer;
-  border: 2px solid #FFFFFF !important;
-  border-radius: 50px !important;
+/* Comment.Multiline */
+.code-highlight .cp {
+  color: #BC7A00;
+  font-style: italic;
 }
-.onoffswitch-inner {
-  display: block;
-  transition: margin 0.3s ease-in 0s;
+/* Comment.Preproc */
+.code-highlight .cpf {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-inner:before,
-.onoffswitch-inner:after {
-  display: block;
-  float: left;
-  width: 50%;
-  height: 30px;
-  padding: 0;
-  line-height: 40px;
-  font-size: 20px;
-  box-sizing: border-box;
-  content: "";
-  background-color: #EEEEEE;
+/* Comment.PreprocFile */
+.code-highlight .c1 {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-switch {
-  display: block;
-  width: 37px;
-  background-color: #01D7D4;
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  right: 0px;
-  border: 2px solid #FFFFFF;
-  border-radius: 50px !important;
-  transition: all 0.3s ease-in 0s;
+/* Comment.Single */
+.code-highlight .cs {
+  color: #556366;
+  font-style: italic;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
-  margin-right: 0;
+/* Comment.Special */
+.code-highlight .gd {
+  color: #A00000;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
-  right: 71px;
-  background-color: #A1A1A1;
+/* Generic.Deleted */
+.code-highlight .ge {
+  font-style: italic;
 }
-.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
-  border: 3px solid #444444;
+/* Generic.Emph */
+.code-highlight .gr {
+  color: #FF0000;
 }
-.result_header {
-  margin-top: 0px;
-  margin-bottom: 2px;
-  font-size: 16px;
+/* Generic.Error */
+.code-highlight .gh {
+  color: #000080;
+  font-weight: bold;
 }
-.result_header .favicon {
-  margin-bottom: -3px;
+/* Generic.Heading */
+.code-highlight .gi {
+  color: #00A000;
 }
-.result_header a {
-  color: #29314D;
-  text-decoration: none;
+/* Generic.Inserted */
+.code-highlight .go {
+  color: #888888;
 }
-.result_header a:hover {
-  color: #0088CC;
+/* Generic.Output */
+.code-highlight .gp {
+  color: #000080;
+  font-weight: bold;
 }
-.result_header a:visited {
-  color: #684898;
+/* Generic.Prompt */
+.code-highlight .gs {
+  font-weight: bold;
 }
-.result_header a .highlight {
-  background-color: #F6F9FA;
+/* Generic.Strong */
+.code-highlight .gu {
+  color: #800080;
+  font-weight: bold;
 }
-.result-content,
-.result-format,
-.result-source {
-  margin-top: 2px;
-  margin-bottom: 0;
-  word-wrap: break-word;
-  color: #666;
-  font-size: 13px;
+/* Generic.Subheading */
+.code-highlight .gt {
+  color: #0044DD;
 }
-.result .highlight {
+/* Generic.Traceback */
+.code-highlight .kc {
+  color: #BE74D5;
   font-weight: bold;
 }
-.result-source {
-  font-size: 10px;
-  float: left;
+/* Keyword.Constant */
+.code-highlight .kd {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-format {
-  font-size: 10px;
-  float: right;
+/* Keyword.Declaration */
+.code-highlight .kn {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-abstract {
-  margin-top: 0.5em;
-  margin-bottom: 0.8em;
+/* Keyword.Namespace */
+.code-highlight .kp {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.external-link {
-  color: #068922;
-  font-size: 12px;
-  margin-bottom: 15px;
+/* Keyword.Pseudo */
+.code-highlight .kr {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.external-link a {
-  margin-right: 3px;
+/* Keyword.Reserved */
+.code-highlight .kt {
+  color: #D46C72;
+  font-weight: bold;
 }
-.result-default,
-.result-code,
-.result-torrent,
-.result-videos,
-.result-map {
-  clear: both;
-  padding: 0.5em 4px;
+/* Keyword.Type */
+.code-highlight .m {
+  color: #D19A66;
 }
-.result-default:hover,
-.result-code:hover,
-.result-torrent:hover,
-.result-videos:hover,
-.result-map:hover {
-  background-color: #F6F9FA;
+/* Literal.Number */
+.code-highlight .s {
+  color: #86C372;
 }
-.result-images {
-  float: left !important;
-  margin: 0;
-  padding: 0;
+/* Literal.String */
+.code-highlight .na {
+  color: #7D9029;
 }
-.result-images a {
-  display: block;
-  width: 100%;
-  background-size: cover;
+/* Name.Attribute */
+.code-highlight .nb {
+  color: #BE74D5;
 }
-.result-images a .img-thumbnail {
-  border: none !important;
-  padding: 0;
+/* Name.Builtin */
+.code-highlight .nc {
+  color: #61AFEF;
+  font-weight: bold;
 }
-.result-images a:hover,
-.result-images a:focus {
-  outline: 0;
+/* Name.Class */
+.code-highlight .no {
+  color: #D19A66;
 }
-.result-images a:hover .img-thumbnail,
-.result-images a:focus .img-thumbnail {
-  box-shadow: 5px 5px 15px 0px black;
+/* Name.Constant */
+.code-highlight .nd {
+  color: #AA22FF;
 }
-.result-images.js a .img-thumbnail {
-  max-height: inherit;
-  min-height: inherit;
+/* Name.Decorator */
+.code-highlight .ni {
+  color: #999999;
+  font-weight: bold;
 }
-.result-images:not(.js) {
-  width: 25%;
-  padding: 3px 13px 13px 3px;
+/* Name.Entity */
+.code-highlight .ne {
+  color: #D2413A;
+  font-weight: bold;
 }
-.result-images:not(.js) a .img-thumbnail {
-  margin: 0;
-  max-height: 128px;
-  min-height: 128px;
+/* Name.Exception */
+.code-highlight .nf {
+  color: #61AFEF;
 }
-.img-thumbnail {
-  margin: 5px;
-  max-height: 128px;
-  min-height: 128px;
+/* Name.Function */
+.code-highlight .nl {
+  color: #A0A000;
 }
-.result-videos {
-  clear: both;
+/* Name.Label */
+.code-highlight .nn {
+  color: #61AFEF;
+  font-weight: bold;
 }
-.result-videos hr {
-  margin: 5px 0 15px 0;
+/* Name.Namespace */
+.code-highlight .nt {
+  color: #BE74D5;
+  font-weight: bold;
 }
-.result-videos .collapse {
-  width: 100%;
+/* Name.Tag */
+.code-highlight .nv {
+  color: #DFC06F;
 }
-.result-videos .in {
-  margin-bottom: 8px;
+/* Name.Variable */
+.code-highlight .ow {
+  color: #AA22FF;
+  font-weight: bold;
 }
-.result-torrent {
-  clear: both;
+/* Operator.Word */
+.code-highlight .w {
+  color: #D7DAE0;
 }
-.result-torrent b {
-  margin-right: 5px;
-  margin-left: 5px;
+/* Text.Whitespace */
+.code-highlight .mb {
+  color: #D19A66;
+}
+/* Literal.Number.Bin */
+.code-highlight .mf {
+  color: #D19A66;
+}
+/* Literal.Number.Float */
+.code-highlight .mh {
+  color: #D19A66;
 }
-.result-torrent .seeders {
-  color: #2ecc71;
+/* Literal.Number.Hex */
+.code-highlight .mi {
+  color: #D19A66;
 }
-.result-torrent .leechers {
-  color: #F35E77;
+/* Literal.Number.Integer */
+.code-highlight .mo {
+  color: #D19A66;
 }
-.result-metadata {
-  clear: both;
-  margin: 1em;
+/* Literal.Number.Oct */
+.code-highlight .sa {
+  color: #86C372;
 }
-.result-metadata td {
-  padding-right: 1em;
-  color: #A4A4A4;
+/* Literal.String.Affix */
+.code-highlight .sb {
+  color: #86C372;
 }
-.result-metadata td:first-of-type {
-  color: #666;
+/* Literal.String.Backtick */
+.code-highlight .sc {
+  color: #86C372;
 }
-.result-map {
-  clear: both;
+/* Literal.String.Char */
+.code-highlight .dl {
+  color: #86C372;
 }
-.result-map .img-thumbnail {
-  float: right;
-  width: auto;
-  height: 120px;
-  border: 0;
-  background: inherit;
+/* Literal.String.Delimiter */
+.code-highlight .sd {
+  color: #86C372;
+  font-style: italic;
 }
-.result-map .img-type {
-  width: 20px;
-  max-height: 20px;
+/* Literal.String.Doc */
+.code-highlight .s2 {
+  color: #86C372;
 }
-.result-map .result-map-details {
-  font-size: 13px;
-  border-collapse: separate;
-  border-spacing: 0 0.35rem;
+/* Literal.String.Double */
+.code-highlight .se {
+  color: #BB6622;
+  font-weight: bold;
 }
-.result-map .result-map-details th {
-  font-weight: inherit;
-  width: 20rem;
-  vertical-align: top;
+/* Literal.String.Escape */
+.code-highlight .sh {
+  color: #86C372;
 }
-.result-map .result-map-details td {
-  vertical-align: top;
+/* Literal.String.Heredoc */
+.code-highlight .si {
+  color: #BB6688;
+  font-weight: bold;
 }
-.result-code {
-  clear: both;
+/* Literal.String.Interpol */
+.code-highlight .sx {
+  color: #BE74D5;
 }
-.result-code .code-fork,
-.result-code .code-fork a {
-  color: #666;
+/* Literal.String.Other */
+.code-highlight .sr {
+  color: #BB6688;
 }
-.suggestion_item {
-  margin: 2px 5px;
-  max-width: 100%;
+/* Literal.String.Regex */
+.code-highlight .s1 {
+  color: #86C372;
 }
-.suggestion_item .btn {
-  max-width: 100%;
-  white-space: normal;
-  word-wrap: break-word;
-  text-align: left;
+/* Literal.String.Single */
+.code-highlight .ss {
+  color: #DFC06F;
 }
-.result_download {
-  margin-right: 5px;
+/* Literal.String.Symbol */
+.code-highlight .bp {
+  color: #BE74D5;
 }
-#pagination {
-  margin-top: 30px;
-  padding-bottom: 60px;
+/* Name.Builtin.Pseudo */
+.code-highlight .fm {
+  color: #61AFEF;
 }
-.label-default {
-  color: #666;
-  background: transparent;
+/* Name.Function.Magic */
+.code-highlight .vc {
+  color: #DFC06F;
 }
-.result .text-muted small {
-  word-wrap: break-word;
+/* Name.Variable.Class */
+.code-highlight .vg {
+  color: #DFC06F;
 }
-.modal-wrapper {
-  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+/* Name.Variable.Global */
+.code-highlight .vi {
+  color: #DFC06F;
 }
-.modal-wrapper {
-  background-clip: padding-box;
-  background-color: #fff;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  border-radius: 6px;
-  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-  outline: 0 none;
-  position: relative;
+/* Name.Variable.Instance */
+.code-highlight .vm {
+  color: #DFC06F;
 }
-@media screen and (max-width: 75em) {
-  .img-thumbnail {
-    object-fit: cover;
-  }
+/* Name.Variable.Magic */
+.code-highlight .il {
+  color: #D19A66;
 }
-.infobox .panel-heading {
-  background-color: #F6F9FA;
+/* Literal.Number.Integer.Long */
+.searx-navbar {
+  background: #29314D;
+  height: 2.3rem;
+  font-size: 1.3rem;
+  line-height: 1.3rem;
+  padding: 0.5rem;
+  font-weight: bold;
+  margin-bottom: 0.8rem;
 }
-.infobox .panel-heading .panel-title {
-  font-weight: 700;
+.searx-navbar a,
+.searx-navbar a:hover {
+  margin-right: 2rem;
+  color: white;
+  text-decoration: none;
 }
-.infobox .header_url {
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  display: block;
+.searx-navbar .instance a {
+  color: #01D7D4;
+  margin-left: 2rem;
 }
-.infobox p {
-  font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
-  font-style: italic;
+#main-logo {
+  margin-top: 20vh;
+  margin-bottom: 25px;
 }
-.infobox img {
-  max-height: "250px";
+#main-logo > img {
+  max-width: 350px;
+  width: 80%;
 }
-.infobox .btn {
-  background-color: #007AB8;
-  border: none;
+* {
+  border-radius: 0 !important;
 }
-.infobox .btn a {
-  color: white;
-  margin: 5px;
+html {
+  position: relative;
+  min-height: 100%;
+  color: #29314D;
 }
-.infobox .infobox_part {
-  margin-bottom: 20px;
-  word-wrap: break-word;
-  table-layout: fixed;
+body {
+  /* Margin bottom by footer height */
+  font-family: 'Roboto', Helvetica, Arial, sans-serif;
+  margin-bottom: 80px;
+  background-color: white;
 }
-.infobox .infobox_part:last-child {
-  margin-bottom: 0;
+body a {
+  color: #0088CC;
 }
-.infobox .infobox_toggle {
+.footer {
+  position: absolute;
+  bottom: 0;
   width: 100%;
+  /* Set the fixed height of the footer here */
+  height: 60px;
   text-align: center;
-  margin-bottom: 0px;
-  cursor: pointer;
+  color: #999;
 }
-.infobox .infobox_toggle:hover {
-  background: #DDD;
+input[type=checkbox]:checked + .label_hide_if_checked,
+input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
+  display: none;
 }
-.infobox .infobox_checkbox ~ .infobox_body {
-  max-height: 300px;
-  overflow: hidden;
+input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
+input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
+  display: none;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body {
-  max-height: none;
+.onoff-checkbox {
+  width: 15%;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
-  display: block;
+.onoffswitch {
+  position: relative;
+  width: 110px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
-  display: none;
+.onoffswitch-checkbox {
+  opacity: 0;
+  position: absolute;
+}
+.onoffswitch-checkbox:before {
+  content: "";
+  display: inline-block;
+  width: 16px;
+  height: 16px;
+  margin-right: 10px;
+  position: absolute;
+  left: 0;
+  bottom: 1px;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border-radius: 0px;
+}
+.onoffswitch-label {
+  display: block;
+  overflow: hidden;
+  cursor: pointer;
+  border: 2px solid #FFFFFF !important;
+  border-radius: 50px !important;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
+.onoffswitch-inner {
   display: block;
+  transition: margin 0.3s ease-in 0s;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
-  display: none;
-}
-.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
-  display: none;
+.onoffswitch-inner:before,
+.onoffswitch-inner:after {
+  display: block;
+  float: left;
+  width: 50%;
+  height: 30px;
+  padding: 0;
+  line-height: 40px;
+  font-size: 20px;
+  box-sizing: border-box;
+  content: "";
+  background-color: #EEEEEE;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
+.onoffswitch-switch {
   display: block;
+  width: 37px;
+  background-color: #01D7D4;
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  right: 0px;
+  border: 2px solid #FFFFFF;
+  border-radius: 50px !important;
+  transition: all 0.3s ease-in 0s;
 }
-.search_categories,
-#categories {
-  text-transform: capitalize;
-  margin-bottom: 0.5rem;
-  display: flex;
-  flex-wrap: wrap;
-  flex-flow: row wrap;
-  align-content: stretch;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
+  margin-right: 0;
 }
-.search_categories label,
-#categories label,
-.search_categories .input-group-addon,
-#categories .input-group-addon {
-  flex-grow: 1;
-  flex-basis: auto;
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #666;
-  padding-bottom: 0.4rem;
-  padding-top: 0.4rem;
-  text-align: center;
-  min-width: 50px;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
+  right: 71px;
+  background-color: #A1A1A1;
 }
-.search_categories label:last-child,
-#categories label:last-child,
-.search_categories .input-group-addon:last-child,
-#categories .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
+.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
+  border: 3px solid #444444;
 }
-.search_categories input[type="checkbox"]:checked + label,
-#categories input[type="checkbox"]:checked + label {
-  color: #29314D;
-  font-weight: bold;
-  border-bottom: #01D7D4 5px solid;
+.result_header {
+  margin-top: 0px;
+  margin-bottom: 2px;
+  font-size: 16px;
 }
-#main-logo {
-  margin-top: 10vh;
-  margin-bottom: 25px;
+.result_header .favicon {
+  margin-bottom: -3px;
 }
-#main-logo > img {
-  max-width: 350px;
-  width: 80%;
+.result_header a {
+  color: #29314D;
+  text-decoration: none;
 }
-#q {
-  box-shadow: none;
-  border-right: none;
-  border-color: #888;
+.result_header a:hover {
+  color: #0088CC;
 }
-#search_form .input-group-btn .btn {
-  border-color: #888;
+.result_header a:visited {
+  color: #684898;
 }
-#search_form .input-group-btn .btn:hover {
-  background-color: #068922;
-  color: white;
+.result_header a .highlight {
+  background-color: #F6F9FA;
 }
-.custom-select,
-.custom-select-rtl {
-  appearance: none;
-  -webkit-appearance: none;
-  -moz-appearance: none;
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #888 1px solid;
+.result-content,
+.result-format,
+.result-source {
+  margin-top: 2px;
+  margin-bottom: 0;
+  word-wrap: break-word;
   color: #666;
-  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
+  font-size: 13px;
 }
-.custom-select-rtl {
-  background-position-x: 4%;
+.result .highlight {
+  font-weight: bold;
 }
-.search-margin {
-  margin-bottom: 0.6em;
+.result-source {
+  font-size: 10px;
+  float: left;
 }
-.visually-hidden {
-  position: absolute !important;
-  height: 1px;
-  width: 1px;
-  overflow: hidden;
-  clip: rect(1px, 1px, 1px, 1px);
-  white-space: nowrap;
+.result-format {
+  font-size: 10px;
+  float: right;
 }
-.label-danger,
-.btn-danger {
-  background: #c9432f;
+.result-abstract {
+  margin-top: 0.5em;
+  margin-bottom: 0.8em;
 }
-.label-success,
-.btn-success {
-  background: #068922;
+.external-link {
+  color: #068922;
+  font-size: 12px;
+  margin-bottom: 15px;
 }
-select.form-control {
-  border-color: #888 !important;
+.external-link a {
+  margin-right: 3px;
 }
-#advanced-search-container {
-  display: none;
-  text-align: left;
-  margin-bottom: 1rem;
+.result-default,
+.result-code,
+.result-torrent,
+.result-videos,
+.result-map {
   clear: both;
+  padding: 0.5em 4px;
 }
-#advanced-search-container label,
-#advanced-search-container .input-group-addon {
-  font-size: 1.2rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #666;
-  padding-bottom: 0.4rem;
-  padding-right: 0.7rem;
-  padding-left: 0.7rem;
-}
-#advanced-search-container label:last-child,
-#advanced-search-container .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
-}
-#advanced-search-container input[type="radio"] {
-  display: none;
-}
-#advanced-search-container input[type="radio"]:checked + label {
-  color: #29314D;
-  font-weight: bold;
-  border-bottom: #01D7D4 5px solid;
+.result-default:hover,
+.result-code:hover,
+.result-torrent:hover,
+.result-videos:hover,
+.result-map:hover {
+  background-color: #F6F9FA;
 }
-#check-advanced:focus + label {
-  text-decoration: underline;
+.result-images {
+  float: left !important;
+  margin: 0;
+  padding: 0;
 }
-#check-advanced:checked ~ #advanced-search-container {
+.result-images a {
   display: block;
+  width: 100%;
+  background-size: cover;
 }
-.advanced {
+.result-images a .img-thumbnail {
+  border: none !important;
   padding: 0;
-  margin-top: 0.3rem;
-  text-align: right;
 }
-.advanced label,
-.advanced select {
-  cursor: pointer;
+.result-images a:hover,
+.result-images a:focus {
+  outline: 0;
 }
-.cursor-text {
-  cursor: text !important;
+.result-images a:hover .img-thumbnail,
+.result-images a:focus .img-thumbnail {
+  box-shadow: 5px 5px 15px 0px black;
 }
-.cursor-pointer {
-  cursor: pointer !important;
+.result-images.js a .img-thumbnail {
+  max-height: inherit;
+  min-height: inherit;
 }
-pre,
-code {
-  font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
+.result-images:not(.js) {
+  width: 25%;
+  padding: 3px 13px 13px 3px;
 }
-/*
-   this file is generated automatically by searx_extra/update/update_pygments.py
-   using pygments version 2.8.1
-*/
-.code-highlight .linenos {
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -khtml-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-  cursor: default;
-  margin-right: 8px;
-  text-align: right;
+.result-images:not(.js) a .img-thumbnail {
+  margin: 0;
+  max-height: 128px;
+  min-height: 128px;
 }
-.code-highlight .linenos::selection {
-  background: transparent;
-  /* WebKit/Blink Browsers */
+.img-thumbnail {
+  margin: 5px;
+  max-height: 128px;
+  min-height: 128px;
 }
-.code-highlight .linenos::-moz-selection {
-  background: transparent;
-  /* Gecko Browsers */
+.result-videos {
+  clear: both;
 }
-.code-highlight pre {
-  line-height: 125%;
+.result-videos hr {
+  margin: 5px 0 15px 0;
 }
-.code-highlight td.linenos .normal {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-videos .collapse {
+  width: 100%;
 }
-.code-highlight span.linenos {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-videos .in {
+  margin-bottom: 8px;
 }
-.code-highlight td.linenos .special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-torrent {
+  clear: both;
 }
-.code-highlight span.linenos.special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+.result-torrent b {
+  margin-right: 5px;
+  margin-left: 5px;
 }
-.code-highlight .hll {
-  background-color: #ffffcc;
+.result-torrent .seeders {
+  color: #2ecc71;
 }
-.code-highlight {
-  background: #282C34;
+.result-torrent .leechers {
+  color: #F35E77;
 }
-.code-highlight .c {
-  color: #556366;
-  font-style: italic;
+.result-metadata {
+  clear: both;
+  margin: 1em;
 }
-/* Comment */
-.code-highlight .err {
-  border: 1px solid #ff0000;
+.result-metadata td {
+  padding-right: 1em;
+  color: #A4A4A4;
 }
-/* Error */
-.code-highlight .k {
-  color: #BE74D5;
-  font-weight: bold;
+.result-metadata td:first-of-type {
+  color: #666;
 }
-/* Keyword */
-.code-highlight .o {
-  color: #D19A66;
+.result-map {
+  clear: both;
 }
-/* Operator */
-.code-highlight .ch {
-  color: #556366;
-  font-style: italic;
+.result-map .img-thumbnail {
+  float: right;
+  width: auto;
+  height: 120px;
+  border: 0;
+  background: inherit;
 }
-/* Comment.Hashbang */
-.code-highlight .cm {
-  color: #556366;
-  font-style: italic;
+.result-map .img-type {
+  width: 20px;
+  max-height: 20px;
 }
-/* Comment.Multiline */
-.code-highlight .cp {
-  color: #BC7A00;
-  font-style: italic;
+.result-map .result-map-details {
+  font-size: 13px;
+  border-collapse: separate;
+  border-spacing: 0 0.35rem;
 }
-/* Comment.Preproc */
-.code-highlight .cpf {
-  color: #556366;
-  font-style: italic;
+.result-map .result-map-details th {
+  font-weight: inherit;
+  width: 20rem;
+  vertical-align: top;
 }
-/* Comment.PreprocFile */
-.code-highlight .c1 {
-  color: #556366;
-  font-style: italic;
+.result-map .result-map-details td {
+  vertical-align: top;
 }
-/* Comment.Single */
-.code-highlight .cs {
-  color: #556366;
-  font-style: italic;
+.result-code {
+  clear: both;
 }
-/* Comment.Special */
-.code-highlight .gd {
-  color: #A00000;
+.result-code .code-fork,
+.result-code .code-fork a {
+  color: #666;
 }
-/* Generic.Deleted */
-.code-highlight .ge {
-  font-style: italic;
+.suggestion_item {
+  margin: 2px 5px;
+  max-width: 100%;
 }
-/* Generic.Emph */
-.code-highlight .gr {
-  color: #FF0000;
+.suggestion_item .btn {
+  max-width: 100%;
+  white-space: normal;
+  word-wrap: break-word;
+  text-align: left;
 }
-/* Generic.Error */
-.code-highlight .gh {
-  color: #000080;
-  font-weight: bold;
+.result_download {
+  margin-right: 5px;
 }
-/* Generic.Heading */
-.code-highlight .gi {
-  color: #00A000;
+#pagination {
+  margin-top: 30px;
+  padding-bottom: 60px;
 }
-/* Generic.Inserted */
-.code-highlight .go {
-  color: #888888;
+.label-default {
+  color: #666;
+  background: transparent;
 }
-/* Generic.Output */
-.code-highlight .gp {
-  color: #000080;
-  font-weight: bold;
+.result .text-muted small {
+  word-wrap: break-word;
 }
-/* Generic.Prompt */
-.code-highlight .gs {
-  font-weight: bold;
+.modal-wrapper {
+  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }
-/* Generic.Strong */
-.code-highlight .gu {
-  color: #800080;
-  font-weight: bold;
+.modal-wrapper {
+  background-clip: padding-box;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  outline: 0 none;
+  position: relative;
 }
-/* Generic.Subheading */
-.code-highlight .gt {
-  color: #0044DD;
+@media screen and (max-width: 75em) {
+  .img-thumbnail {
+    object-fit: cover;
+  }
 }
-/* Generic.Traceback */
-.code-highlight .kc {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .panel-heading {
+  background-color: #F6F9FA;
 }
-/* Keyword.Constant */
-.code-highlight .kd {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .panel-heading .panel-title {
+  font-weight: 700;
 }
-/* Keyword.Declaration */
-.code-highlight .kn {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .header_url {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: block;
 }
-/* Keyword.Namespace */
-.code-highlight .kp {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox p {
+  font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
+  font-style: italic;
 }
-/* Keyword.Pseudo */
-.code-highlight .kr {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox img {
+  max-height: "250px";
 }
-/* Keyword.Reserved */
-.code-highlight .kt {
-  color: #D46C72;
-  font-weight: bold;
+.infobox .btn {
+  background-color: #007AB8;
+  border: none;
 }
-/* Keyword.Type */
-.code-highlight .m {
-  color: #D19A66;
+.infobox .btn a {
+  color: white;
+  margin: 5px;
 }
-/* Literal.Number */
-.code-highlight .s {
-  color: #86C372;
+.infobox .infobox_part {
+  margin-bottom: 20px;
+  word-wrap: break-word;
+  table-layout: fixed;
 }
-/* Literal.String */
-.code-highlight .na {
-  color: #7D9029;
+.infobox .infobox_part:last-child {
+  margin-bottom: 0;
 }
-/* Name.Attribute */
-.code-highlight .nb {
-  color: #BE74D5;
+.infobox .infobox_toggle {
+  width: 100%;
+  text-align: center;
+  margin-bottom: 0px;
+  cursor: pointer;
 }
-/* Name.Builtin */
-.code-highlight .nc {
-  color: #61AFEF;
-  font-weight: bold;
+.infobox .infobox_toggle:hover {
+  background: #DDD;
 }
-/* Name.Class */
-.code-highlight .no {
-  color: #D19A66;
+.infobox .infobox_checkbox ~ .infobox_body {
+  max-height: 300px;
+  overflow: hidden;
 }
-/* Name.Constant */
-.code-highlight .nd {
-  color: #AA22FF;
+.infobox .infobox_checkbox:checked ~ .infobox_body {
+  max-height: none;
 }
-/* Name.Decorator */
-.code-highlight .ni {
-  color: #999999;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
+  display: block;
 }
-/* Name.Entity */
-.code-highlight .ne {
-  color: #D2413A;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
+  display: none;
 }
-/* Name.Exception */
-.code-highlight .nf {
-  color: #61AFEF;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
+  display: block;
 }
-/* Name.Function */
-.code-highlight .nl {
-  color: #A0A000;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
+  display: none;
 }
-/* Name.Label */
-.code-highlight .nn {
-  color: #61AFEF;
-  font-weight: bold;
+.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
+  display: none;
 }
-/* Name.Namespace */
-.code-highlight .nt {
-  color: #BE74D5;
-  font-weight: bold;
+.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
+  display: block;
 }
-/* Name.Tag */
-.code-highlight .nv {
-  color: #DFC06F;
+.search_categories,
+#categories {
+  text-transform: capitalize;
+  margin-bottom: 0.5rem;
+  display: flex;
+  flex-wrap: wrap;
+  flex-flow: row wrap;
+  align-content: stretch;
 }
-/* Name.Variable */
-.code-highlight .ow {
-  color: #AA22FF;
-  font-weight: bold;
+.search_categories label,
+#categories label,
+.search_categories .input-group-addon,
+#categories .input-group-addon {
+  flex-grow: 1;
+  flex-basis: auto;
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #666;
+  padding-bottom: 0.4rem;
+  padding-top: 0.4rem;
+  text-align: center;
+  min-width: 50px;
 }
-/* Operator.Word */
-.code-highlight .w {
-  color: #D7DAE0;
+.search_categories label:last-child,
+#categories label:last-child,
+.search_categories .input-group-addon:last-child,
+#categories .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Text.Whitespace */
-.code-highlight .mb {
-  color: #D19A66;
+.search_categories input[type="checkbox"]:checked + label,
+#categories input[type="checkbox"]:checked + label {
+  color: #29314D;
+  font-weight: bold;
+  border-bottom: #01D7D4 5px solid;
 }
-/* Literal.Number.Bin */
-.code-highlight .mf {
-  color: #D19A66;
+#main-logo {
+  margin-top: 10vh;
+  margin-bottom: 25px;
 }
-/* Literal.Number.Float */
-.code-highlight .mh {
-  color: #D19A66;
+#main-logo > img {
+  max-width: 350px;
+  width: 80%;
 }
-/* Literal.Number.Hex */
-.code-highlight .mi {
-  color: #D19A66;
+#q {
+  box-shadow: none;
+  border-right: none;
+  border-color: #888;
 }
-/* Literal.Number.Integer */
-.code-highlight .mo {
-  color: #D19A66;
+#search_form .input-group-btn .btn {
+  border-color: #888;
 }
-/* Literal.Number.Oct */
-.code-highlight .sa {
-  color: #86C372;
+#search_form .input-group-btn .btn:hover {
+  background-color: #068922;
+  color: white;
 }
-/* Literal.String.Affix */
-.code-highlight .sb {
-  color: #86C372;
+.custom-select,
+.custom-select-rtl {
+  appearance: none;
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #888 1px solid;
+  color: #666;
+  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
 }
-/* Literal.String.Backtick */
-.code-highlight .sc {
-  color: #86C372;
+.custom-select-rtl {
+  background-position-x: 4%;
 }
-/* Literal.String.Char */
-.code-highlight .dl {
-  color: #86C372;
+.search-margin {
+  margin-bottom: 0.6em;
 }
-/* Literal.String.Delimiter */
-.code-highlight .sd {
-  color: #86C372;
-  font-style: italic;
+.visually-hidden {
+  position: absolute !important;
+  height: 1px;
+  width: 1px;
+  overflow: hidden;
+  clip: rect(1px, 1px, 1px, 1px);
+  white-space: nowrap;
 }
-/* Literal.String.Doc */
-.code-highlight .s2 {
-  color: #86C372;
+.label-danger,
+.btn-danger {
+  background: #c9432f;
 }
-/* Literal.String.Double */
-.code-highlight .se {
-  color: #BB6622;
-  font-weight: bold;
+.label-success,
+.btn-success {
+  background: #068922;
 }
-/* Literal.String.Escape */
-.code-highlight .sh {
-  color: #86C372;
+select.form-control {
+  border-color: #888 !important;
 }
-/* Literal.String.Heredoc */
-.code-highlight .si {
-  color: #BB6688;
-  font-weight: bold;
+#advanced-search-container {
+  display: none;
+  text-align: left;
+  margin-bottom: 1rem;
+  clear: both;
 }
-/* Literal.String.Interpol */
-.code-highlight .sx {
-  color: #BE74D5;
+#advanced-search-container label,
+#advanced-search-container .input-group-addon {
+  font-size: 1.2rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #666;
+  padding-bottom: 0.4rem;
+  padding-right: 0.7rem;
+  padding-left: 0.7rem;
 }
-/* Literal.String.Other */
-.code-highlight .sr {
-  color: #BB6688;
+#advanced-search-container label:last-child,
+#advanced-search-container .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Literal.String.Regex */
-.code-highlight .s1 {
-  color: #86C372;
+#advanced-search-container input[type="radio"] {
+  display: none;
 }
-/* Literal.String.Single */
-.code-highlight .ss {
-  color: #DFC06F;
+#advanced-search-container input[type="radio"]:checked + label {
+  color: #29314D;
+  font-weight: bold;
+  border-bottom: #01D7D4 5px solid;
 }
-/* Literal.String.Symbol */
-.code-highlight .bp {
-  color: #BE74D5;
+#check-advanced:focus + label {
+  text-decoration: underline;
 }
-/* Name.Builtin.Pseudo */
-.code-highlight .fm {
-  color: #61AFEF;
+#check-advanced:checked ~ #advanced-search-container {
+  display: block;
 }
-/* Name.Function.Magic */
-.code-highlight .vc {
-  color: #DFC06F;
+.advanced {
+  padding: 0;
+  margin-top: 0.3rem;
+  text-align: right;
 }
-/* Name.Variable.Class */
-.code-highlight .vg {
-  color: #DFC06F;
+.advanced label,
+.advanced select {
+  cursor: pointer;
 }
-/* Name.Variable.Global */
-.code-highlight .vi {
-  color: #DFC06F;
+.cursor-text {
+  cursor: text !important;
 }
-/* Name.Variable.Instance */
-.code-highlight .vm {
-  color: #DFC06F;
+.cursor-pointer {
+  cursor: pointer !important;
 }
-/* Name.Variable.Magic */
-.code-highlight .il {
-  color: #D19A66;
+pre,
+code {
+  font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
 }
-/* Literal.Number.Integer.Long */
 .code-highlight pre {
   margin-bottom: 25px;
   padding: 20px 10px;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/logicodev.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/logicodev.min.css.map


+ 510 - 510
searx/static/themes/oscar/css/pointhi.css

@@ -369,661 +369,661 @@
 .bar100 {
   width: 100%;
 }
-html {
-  position: relative;
-  min-height: 100%;
-}
-body {
-  /* Margin bottom by footer height */
-  margin-bottom: 80px;
-}
-.footer {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  /* Set the fixed height of the footer here */
-  height: 60px;
-}
-input[type=checkbox]:checked + .label_hide_if_checked,
-input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
-  display: none;
-}
-input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
-input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
-  display: none;
-}
-.onoff-checkbox {
-  width: 15%;
-}
-.onoffswitch {
-  position: relative;
-  width: 110px;
+/*
+   this file is generated automatically by searx_extra/update/update_pygments.py
+   using pygments version 2.9.0
+*/
+.code-highlight .linenos {
+  -webkit-touch-callout: none;
   -webkit-user-select: none;
+  -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
+  user-select: none;
+  cursor: default;
+  margin-right: 8px;
+  text-align: right;
 }
-.onoffswitch-checkbox {
-  display: none;
+.code-highlight .linenos::selection {
+  background: transparent;
+  /* WebKit/Blink Browsers */
 }
-.onoffswitch-label {
-  display: block;
-  overflow: hidden;
-  cursor: pointer;
-  border: 2px solid #FFFFFF !important;
-  border-radius: 50px !important;
+.code-highlight .linenos::-moz-selection {
+  background: transparent;
+  /* Gecko Browsers */
 }
-.onoffswitch-inner {
-  display: block;
-  transition: margin 0.3s ease-in 0s;
+.code-highlight pre {
+  line-height: 125%;
 }
-.onoffswitch-inner:before,
-.onoffswitch-inner:after {
-  display: block;
-  float: left;
-  width: 50%;
-  height: 30px;
-  padding: 0;
-  line-height: 40px;
-  font-size: 20px;
-  box-sizing: border-box;
-  content: "";
-  background-color: #EEEEEE;
+.code-highlight td.linenos .normal {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.onoffswitch-switch {
-  display: block;
-  width: 37px;
-  background-color: #00CC00;
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  right: 0px;
-  border: 2px solid #FFFFFF !important;
-  border-radius: 50px !important;
-  transition: all 0.3s ease-in 0s;
+.code-highlight span.linenos {
+  color: inherit;
+  background-color: transparent;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
-  margin-right: 0;
+.code-highlight td.linenos .special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
-  right: 71px;
-  background-color: #A1A1A1;
+.code-highlight span.linenos.special {
+  color: #000000;
+  background-color: #ffffc0;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.result_header {
-  margin-bottom: 5px;
-  margin-top: 20px;
+.code-highlight .hll {
+  background-color: #ffffcc;
 }
-.result_header .favicon {
-  margin-bottom: -3px;
+.code-highlight {
+  background: #f8f8f8;
 }
-.result_header a {
-  vertical-align: bottom;
+.code-highlight .c {
+  color: #408080;
+  font-style: italic;
 }
-.result_header a .highlight {
+/* Comment */
+.code-highlight .err {
+  border: 1px solid #FF0000;
+}
+/* Error */
+.code-highlight .k {
+  color: #008000;
   font-weight: bold;
 }
-.result-content {
-  margin-top: 5px;
-  word-wrap: break-word;
+/* Keyword */
+.code-highlight .o {
+  color: #666666;
 }
-.result-content .highlight {
-  font-weight: bold;
+/* Operator */
+.code-highlight .ch {
+  color: #408080;
+  font-style: italic;
 }
-.result-default {
-  clear: both;
+/* Comment.Hashbang */
+.code-highlight .cm {
+  color: #408080;
+  font-style: italic;
 }
-.result-images {
-  float: left !important;
-  height: 138px;
+/* Comment.Multiline */
+.code-highlight .cp {
+  color: #BC7A00;
 }
-.img-thumbnail {
-  margin: 5px;
-  max-height: 128px;
+/* Comment.Preproc */
+.code-highlight .cpf {
+  color: #408080;
+  font-style: italic;
 }
-.result-videos {
-  clear: both;
+/* Comment.PreprocFile */
+.code-highlight .c1 {
+  color: #408080;
+  font-style: italic;
 }
-.result-torrents {
-  clear: both;
+/* Comment.Single */
+.code-highlight .cs {
+  color: #408080;
+  font-style: italic;
 }
-.result-map {
-  clear: both;
+/* Comment.Special */
+.code-highlight .gd {
+  color: #A00000;
 }
-.result-code {
-  clear: both;
+/* Generic.Deleted */
+.code-highlight .ge {
+  font-style: italic;
 }
-.suggestion_item {
-  margin: 2px 5px;
-  max-width: 100%;
+/* Generic.Emph */
+.code-highlight .gr {
+  color: #FF0000;
 }
-.suggestion_item .btn {
-  max-width: 100%;
-  white-space: normal;
-  word-wrap: break-word;
-  text-align: left;
+/* Generic.Error */
+.code-highlight .gh {
+  color: #000080;
+  font-weight: bold;
 }
-.result_download {
-  margin-right: 5px;
+/* Generic.Heading */
+.code-highlight .gi {
+  color: #00A000;
 }
-#pagination {
-  margin-top: 30px;
-  padding-bottom: 50px;
+/* Generic.Inserted */
+.code-highlight .go {
+  color: #888888;
 }
-.label-default {
-  color: #AAA;
-  background: #FFF;
+/* Generic.Output */
+.code-highlight .gp {
+  color: #000080;
+  font-weight: bold;
 }
-.result .text-muted small {
-  word-wrap: break-word;
+/* Generic.Prompt */
+.code-highlight .gs {
+  font-weight: bold;
 }
-.modal-wrapper {
-  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+/* Generic.Strong */
+.code-highlight .gu {
+  color: #800080;
+  font-weight: bold;
 }
-.modal-wrapper {
-  background-clip: padding-box;
-  background-color: #fff;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  border-radius: 6px;
-  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-  outline: 0 none;
-  position: relative;
+/* Generic.Subheading */
+.code-highlight .gt {
+  color: #0044DD;
 }
-.highlight {
-  font-weight: 700;
+/* Generic.Traceback */
+.code-highlight .kc {
+  color: #008000;
+  font-weight: bold;
 }
-.infobox img {
-  max-height: 250px;
+/* Keyword.Constant */
+.code-highlight .kd {
+  color: #008000;
+  font-weight: bold;
 }
-.infobox .infobox_part {
-  margin-bottom: 20px;
-  word-wrap: break-word;
-  table-layout: fixed;
+/* Keyword.Declaration */
+.code-highlight .kn {
+  color: #008000;
+  font-weight: bold;
 }
-.infobox .infobox_part:last-child {
-  margin-bottom: 0;
+/* Keyword.Namespace */
+.code-highlight .kp {
+  color: #008000;
 }
-.infobox .header_url {
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  display: block;
+/* Keyword.Pseudo */
+.code-highlight .kr {
+  color: #008000;
+  font-weight: bold;
 }
-.infobox .infobox_toggle {
-  width: 100%;
-  text-align: center;
-  margin-bottom: 0px;
+/* Keyword.Reserved */
+.code-highlight .kt {
+  color: #B00040;
 }
-.infobox .infobox_checkbox ~ .infobox_body {
-  max-height: 300px;
-  overflow: hidden;
+/* Keyword.Type */
+.code-highlight .m {
+  color: #666666;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body {
-  max-height: none;
+/* Literal.Number */
+.code-highlight .s {
+  color: #BA2121;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
-  display: block;
+/* Literal.String */
+.code-highlight .na {
+  color: #7D9029;
 }
-.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
-  display: none;
+/* Name.Attribute */
+.code-highlight .nb {
+  color: #008000;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
-  display: block;
+/* Name.Builtin */
+.code-highlight .nc {
+  color: #0000FF;
+  font-weight: bold;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
-  display: none;
+/* Name.Class */
+.code-highlight .no {
+  color: #880000;
 }
-.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
-  display: none;
+/* Name.Constant */
+.code-highlight .nd {
+  color: #AA22FF;
 }
-.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
-  display: block;
+/* Name.Decorator */
+.code-highlight .ni {
+  color: #999999;
+  font-weight: bold;
 }
-.search_categories,
-#categories {
-  text-transform: capitalize;
-  margin-bottom: 1.5rem;
-  margin-top: 1.5rem;
-  display: flex;
-  flex-wrap: wrap;
-  align-content: stretch;
+/* Name.Entity */
+.code-highlight .ne {
+  color: #D2413A;
+  font-weight: bold;
 }
-.search_categories label,
-#categories label,
-.search_categories .input-group-addon,
-#categories .input-group-addon {
-  flex-grow: 1;
-  flex-basis: auto;
-  font-size: 1.3rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #333;
-  padding-bottom: 0.8rem;
-  padding-top: 0.8rem;
-  text-align: center;
-  min-width: 50px;
+/* Name.Exception */
+.code-highlight .nf {
+  color: #0000FF;
 }
-.search_categories label:last-child,
-#categories label:last-child,
-.search_categories .input-group-addon:last-child,
-#categories .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
+/* Name.Function */
+.code-highlight .nl {
+  color: #A0A000;
 }
-.search_categories input[type="checkbox"]:checked + label,
-#categories input[type="checkbox"]:checked + label {
-  color: black;
+/* Name.Label */
+.code-highlight .nn {
+  color: #0000FF;
   font-weight: bold;
-  background-color: #EEE;
 }
-.visually-hidden {
-  position: absolute !important;
-  height: 1px;
-  width: 1px;
-  overflow: hidden;
-  clip: rect(1px 1px 1px 1px);
-  /* IE6, IE7 */
-  clip: rect(1px, 1px, 1px, 1px);
-  white-space: nowrap;
-  /* added line */
+/* Name.Namespace */
+.code-highlight .nt {
+  color: #008000;
+  font-weight: bold;
 }
-#advanced-search-container {
-  display: none;
-  text-align: center;
-  margin-bottom: 1rem;
-  clear: both;
+/* Name.Tag */
+.code-highlight .nv {
+  color: #19177C;
 }
-#advanced-search-container label,
-#advanced-search-container .input-group-addon {
-  font-size: 1.3rem;
-  font-weight: normal;
-  background-color: white;
-  border: #DDD 1px solid;
-  border-right: none;
-  color: #333;
-  padding-bottom: 0.8rem;
-  padding-left: 1.2rem;
-  padding-right: 1.2rem;
+/* Name.Variable */
+.code-highlight .ow {
+  color: #AA22FF;
+  font-weight: bold;
 }
-#advanced-search-container label:last-child,
-#advanced-search-container .input-group-addon:last-child {
-  border-right: #DDD 1px solid;
+/* Operator.Word */
+.code-highlight .w {
+  color: #bbbbbb;
 }
-#advanced-search-container input[type="radio"] {
-  display: none;
+/* Text.Whitespace */
+.code-highlight .mb {
+  color: #666666;
 }
-#advanced-search-container input[type="radio"]:checked + label {
-  color: black;
-  font-weight: bold;
-  background-color: #EEE;
+/* Literal.Number.Bin */
+.code-highlight .mf {
+  color: #666666;
 }
-#check-advanced {
-  display: none;
+/* Literal.Number.Float */
+.code-highlight .mh {
+  color: #666666;
 }
-#check-advanced:checked ~ #advanced-search-container {
-  display: block;
+/* Literal.Number.Hex */
+.code-highlight .mi {
+  color: #666666;
 }
-.advanced {
-  padding: 0;
-  margin-top: 0.3rem;
-  text-align: right;
+/* Literal.Number.Integer */
+.code-highlight .mo {
+  color: #666666;
 }
-.advanced label,
-.advanced select {
-  cursor: pointer;
+/* Literal.Number.Oct */
+.code-highlight .sa {
+  color: #BA2121;
 }
-.cursor-text {
-  cursor: text !important;
+/* Literal.String.Affix */
+.code-highlight .sb {
+  color: #BA2121;
 }
-.cursor-pointer {
-  cursor: pointer !important;
+/* Literal.String.Backtick */
+.code-highlight .sc {
+  color: #BA2121;
 }
-/*
-   this file is generated automatically by searx_extra/update/update_pygments.py
-   using pygments version 2.8.1
-*/
-.code-highlight .linenos {
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -khtml-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-  cursor: default;
-  margin-right: 8px;
-  text-align: right;
+/* Literal.String.Char */
+.code-highlight .dl {
+  color: #BA2121;
 }
-.code-highlight .linenos::selection {
-  background: transparent;
-  /* WebKit/Blink Browsers */
+/* Literal.String.Delimiter */
+.code-highlight .sd {
+  color: #BA2121;
+  font-style: italic;
 }
-.code-highlight .linenos::-moz-selection {
-  background: transparent;
-  /* Gecko Browsers */
+/* Literal.String.Doc */
+.code-highlight .s2 {
+  color: #BA2121;
 }
-.code-highlight pre {
-  line-height: 125%;
+/* Literal.String.Double */
+.code-highlight .se {
+  color: #BB6622;
+  font-weight: bold;
 }
-.code-highlight td.linenos .normal {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+/* Literal.String.Escape */
+.code-highlight .sh {
+  color: #BA2121;
+}
+/* Literal.String.Heredoc */
+.code-highlight .si {
+  color: #BB6688;
+  font-weight: bold;
+}
+/* Literal.String.Interpol */
+.code-highlight .sx {
+  color: #008000;
 }
-.code-highlight span.linenos {
-  color: inherit;
-  background-color: transparent;
-  padding-left: 5px;
-  padding-right: 5px;
+/* Literal.String.Other */
+.code-highlight .sr {
+  color: #BB6688;
 }
-.code-highlight td.linenos .special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+/* Literal.String.Regex */
+.code-highlight .s1 {
+  color: #BA2121;
 }
-.code-highlight span.linenos.special {
-  color: #000000;
-  background-color: #ffffc0;
-  padding-left: 5px;
-  padding-right: 5px;
+/* Literal.String.Single */
+.code-highlight .ss {
+  color: #19177C;
 }
-.code-highlight .hll {
-  background-color: #ffffcc;
+/* Literal.String.Symbol */
+.code-highlight .bp {
+  color: #008000;
 }
-.code-highlight {
-  background: #f8f8f8;
+/* Name.Builtin.Pseudo */
+.code-highlight .fm {
+  color: #0000FF;
 }
-.code-highlight .c {
-  color: #408080;
-  font-style: italic;
+/* Name.Function.Magic */
+.code-highlight .vc {
+  color: #19177C;
 }
-/* Comment */
-.code-highlight .err {
-  border: 1px solid #FF0000;
+/* Name.Variable.Class */
+.code-highlight .vg {
+  color: #19177C;
 }
-/* Error */
-.code-highlight .k {
-  color: #008000;
-  font-weight: bold;
+/* Name.Variable.Global */
+.code-highlight .vi {
+  color: #19177C;
 }
-/* Keyword */
-.code-highlight .o {
+/* Name.Variable.Instance */
+.code-highlight .vm {
+  color: #19177C;
+}
+/* Name.Variable.Magic */
+.code-highlight .il {
   color: #666666;
 }
-/* Operator */
-.code-highlight .ch {
-  color: #408080;
-  font-style: italic;
+/* Literal.Number.Integer.Long */
+html {
+  position: relative;
+  min-height: 100%;
 }
-/* Comment.Hashbang */
-.code-highlight .cm {
-  color: #408080;
-  font-style: italic;
+body {
+  /* Margin bottom by footer height */
+  margin-bottom: 80px;
 }
-/* Comment.Multiline */
-.code-highlight .cp {
-  color: #BC7A00;
+.footer {
+  position: absolute;
+  bottom: 0;
+  width: 100%;
+  /* Set the fixed height of the footer here */
+  height: 60px;
 }
-/* Comment.Preproc */
-.code-highlight .cpf {
-  color: #408080;
-  font-style: italic;
+input[type=checkbox]:checked + .label_hide_if_checked,
+input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
+  display: none;
 }
-/* Comment.PreprocFile */
-.code-highlight .c1 {
-  color: #408080;
-  font-style: italic;
+input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
+input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
+  display: none;
 }
-/* Comment.Single */
-.code-highlight .cs {
-  color: #408080;
-  font-style: italic;
+.onoff-checkbox {
+  width: 15%;
 }
-/* Comment.Special */
-.code-highlight .gd {
-  color: #A00000;
+.onoffswitch {
+  position: relative;
+  width: 110px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
 }
-/* Generic.Deleted */
-.code-highlight .ge {
-  font-style: italic;
+.onoffswitch-checkbox {
+  display: none;
 }
-/* Generic.Emph */
-.code-highlight .gr {
-  color: #FF0000;
+.onoffswitch-label {
+  display: block;
+  overflow: hidden;
+  cursor: pointer;
+  border: 2px solid #FFFFFF !important;
+  border-radius: 50px !important;
 }
-/* Generic.Error */
-.code-highlight .gh {
-  color: #000080;
-  font-weight: bold;
+.onoffswitch-inner {
+  display: block;
+  transition: margin 0.3s ease-in 0s;
 }
-/* Generic.Heading */
-.code-highlight .gi {
-  color: #00A000;
+.onoffswitch-inner:before,
+.onoffswitch-inner:after {
+  display: block;
+  float: left;
+  width: 50%;
+  height: 30px;
+  padding: 0;
+  line-height: 40px;
+  font-size: 20px;
+  box-sizing: border-box;
+  content: "";
+  background-color: #EEEEEE;
 }
-/* Generic.Inserted */
-.code-highlight .go {
-  color: #888888;
+.onoffswitch-switch {
+  display: block;
+  width: 37px;
+  background-color: #00CC00;
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  right: 0px;
+  border: 2px solid #FFFFFF !important;
+  border-radius: 50px !important;
+  transition: all 0.3s ease-in 0s;
 }
-/* Generic.Output */
-.code-highlight .gp {
-  color: #000080;
-  font-weight: bold;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
+  margin-right: 0;
 }
-/* Generic.Prompt */
-.code-highlight .gs {
-  font-weight: bold;
+.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
+  right: 71px;
+  background-color: #A1A1A1;
 }
-/* Generic.Strong */
-.code-highlight .gu {
-  color: #800080;
-  font-weight: bold;
+.result_header {
+  margin-bottom: 5px;
+  margin-top: 20px;
 }
-/* Generic.Subheading */
-.code-highlight .gt {
-  color: #0044DD;
+.result_header .favicon {
+  margin-bottom: -3px;
 }
-/* Generic.Traceback */
-.code-highlight .kc {
-  color: #008000;
-  font-weight: bold;
+.result_header a {
+  vertical-align: bottom;
 }
-/* Keyword.Constant */
-.code-highlight .kd {
-  color: #008000;
+.result_header a .highlight {
   font-weight: bold;
 }
-/* Keyword.Declaration */
-.code-highlight .kn {
-  color: #008000;
+.result-content {
+  margin-top: 5px;
+  word-wrap: break-word;
+}
+.result-content .highlight {
   font-weight: bold;
 }
-/* Keyword.Namespace */
-.code-highlight .kp {
-  color: #008000;
+.result-default {
+  clear: both;
 }
-/* Keyword.Pseudo */
-.code-highlight .kr {
-  color: #008000;
-  font-weight: bold;
+.result-images {
+  float: left !important;
+  height: 138px;
 }
-/* Keyword.Reserved */
-.code-highlight .kt {
-  color: #B00040;
+.img-thumbnail {
+  margin: 5px;
+  max-height: 128px;
 }
-/* Keyword.Type */
-.code-highlight .m {
-  color: #666666;
+.result-videos {
+  clear: both;
 }
-/* Literal.Number */
-.code-highlight .s {
-  color: #BA2121;
+.result-torrents {
+  clear: both;
 }
-/* Literal.String */
-.code-highlight .na {
-  color: #7D9029;
+.result-map {
+  clear: both;
 }
-/* Name.Attribute */
-.code-highlight .nb {
-  color: #008000;
+.result-code {
+  clear: both;
 }
-/* Name.Builtin */
-.code-highlight .nc {
-  color: #0000FF;
-  font-weight: bold;
+.suggestion_item {
+  margin: 2px 5px;
+  max-width: 100%;
 }
-/* Name.Class */
-.code-highlight .no {
-  color: #880000;
+.suggestion_item .btn {
+  max-width: 100%;
+  white-space: normal;
+  word-wrap: break-word;
+  text-align: left;
 }
-/* Name.Constant */
-.code-highlight .nd {
-  color: #AA22FF;
+.result_download {
+  margin-right: 5px;
 }
-/* Name.Decorator */
-.code-highlight .ni {
-  color: #999999;
-  font-weight: bold;
+#pagination {
+  margin-top: 30px;
+  padding-bottom: 50px;
 }
-/* Name.Entity */
-.code-highlight .ne {
-  color: #D2413A;
-  font-weight: bold;
+.label-default {
+  color: #AAA;
+  background: #FFF;
 }
-/* Name.Exception */
-.code-highlight .nf {
-  color: #0000FF;
+.result .text-muted small {
+  word-wrap: break-word;
 }
-/* Name.Function */
-.code-highlight .nl {
-  color: #A0A000;
+.modal-wrapper {
+  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }
-/* Name.Label */
-.code-highlight .nn {
-  color: #0000FF;
-  font-weight: bold;
+.modal-wrapper {
+  background-clip: padding-box;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  outline: 0 none;
+  position: relative;
 }
-/* Name.Namespace */
-.code-highlight .nt {
-  color: #008000;
-  font-weight: bold;
+.highlight {
+  font-weight: 700;
 }
-/* Name.Tag */
-.code-highlight .nv {
-  color: #19177C;
+.infobox img {
+  max-height: 250px;
 }
-/* Name.Variable */
-.code-highlight .ow {
-  color: #AA22FF;
-  font-weight: bold;
+.infobox .infobox_part {
+  margin-bottom: 20px;
+  word-wrap: break-word;
+  table-layout: fixed;
 }
-/* Operator.Word */
-.code-highlight .w {
-  color: #bbbbbb;
+.infobox .infobox_part:last-child {
+  margin-bottom: 0;
 }
-/* Text.Whitespace */
-.code-highlight .mb {
-  color: #666666;
+.infobox .header_url {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: block;
 }
-/* Literal.Number.Bin */
-.code-highlight .mf {
-  color: #666666;
+.infobox .infobox_toggle {
+  width: 100%;
+  text-align: center;
+  margin-bottom: 0px;
 }
-/* Literal.Number.Float */
-.code-highlight .mh {
-  color: #666666;
+.infobox .infobox_checkbox ~ .infobox_body {
+  max-height: 300px;
+  overflow: hidden;
 }
-/* Literal.Number.Hex */
-.code-highlight .mi {
-  color: #666666;
+.infobox .infobox_checkbox:checked ~ .infobox_body {
+  max-height: none;
 }
-/* Literal.Number.Integer */
-.code-highlight .mo {
-  color: #666666;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
+  display: block;
 }
-/* Literal.Number.Oct */
-.code-highlight .sa {
-  color: #BA2121;
+.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
+  display: none;
 }
-/* Literal.String.Affix */
-.code-highlight .sb {
-  color: #BA2121;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
+  display: block;
 }
-/* Literal.String.Backtick */
-.code-highlight .sc {
-  color: #BA2121;
+.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
+  display: none;
 }
-/* Literal.String.Char */
-.code-highlight .dl {
-  color: #BA2121;
+.infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
+  display: none;
 }
-/* Literal.String.Delimiter */
-.code-highlight .sd {
-  color: #BA2121;
-  font-style: italic;
+.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
+  display: block;
 }
-/* Literal.String.Doc */
-.code-highlight .s2 {
-  color: #BA2121;
+.search_categories,
+#categories {
+  text-transform: capitalize;
+  margin-bottom: 1.5rem;
+  margin-top: 1.5rem;
+  display: flex;
+  flex-wrap: wrap;
+  align-content: stretch;
 }
-/* Literal.String.Double */
-.code-highlight .se {
-  color: #BB6622;
-  font-weight: bold;
+.search_categories label,
+#categories label,
+.search_categories .input-group-addon,
+#categories .input-group-addon {
+  flex-grow: 1;
+  flex-basis: auto;
+  font-size: 1.3rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #333;
+  padding-bottom: 0.8rem;
+  padding-top: 0.8rem;
+  text-align: center;
+  min-width: 50px;
 }
-/* Literal.String.Escape */
-.code-highlight .sh {
-  color: #BA2121;
+.search_categories label:last-child,
+#categories label:last-child,
+.search_categories .input-group-addon:last-child,
+#categories .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Literal.String.Heredoc */
-.code-highlight .si {
-  color: #BB6688;
+.search_categories input[type="checkbox"]:checked + label,
+#categories input[type="checkbox"]:checked + label {
+  color: black;
   font-weight: bold;
+  background-color: #EEE;
 }
-/* Literal.String.Interpol */
-.code-highlight .sx {
-  color: #008000;
+.visually-hidden {
+  position: absolute !important;
+  height: 1px;
+  width: 1px;
+  overflow: hidden;
+  clip: rect(1px 1px 1px 1px);
+  /* IE6, IE7 */
+  clip: rect(1px, 1px, 1px, 1px);
+  white-space: nowrap;
+  /* added line */
 }
-/* Literal.String.Other */
-.code-highlight .sr {
-  color: #BB6688;
+#advanced-search-container {
+  display: none;
+  text-align: center;
+  margin-bottom: 1rem;
+  clear: both;
 }
-/* Literal.String.Regex */
-.code-highlight .s1 {
-  color: #BA2121;
+#advanced-search-container label,
+#advanced-search-container .input-group-addon {
+  font-size: 1.3rem;
+  font-weight: normal;
+  background-color: white;
+  border: #DDD 1px solid;
+  border-right: none;
+  color: #333;
+  padding-bottom: 0.8rem;
+  padding-left: 1.2rem;
+  padding-right: 1.2rem;
 }
-/* Literal.String.Single */
-.code-highlight .ss {
-  color: #19177C;
+#advanced-search-container label:last-child,
+#advanced-search-container .input-group-addon:last-child {
+  border-right: #DDD 1px solid;
 }
-/* Literal.String.Symbol */
-.code-highlight .bp {
-  color: #008000;
+#advanced-search-container input[type="radio"] {
+  display: none;
 }
-/* Name.Builtin.Pseudo */
-.code-highlight .fm {
-  color: #0000FF;
+#advanced-search-container input[type="radio"]:checked + label {
+  color: black;
+  font-weight: bold;
+  background-color: #EEE;
 }
-/* Name.Function.Magic */
-.code-highlight .vc {
-  color: #19177C;
+#check-advanced {
+  display: none;
 }
-/* Name.Variable.Class */
-.code-highlight .vg {
-  color: #19177C;
+#check-advanced:checked ~ #advanced-search-container {
+  display: block;
 }
-/* Name.Variable.Global */
-.code-highlight .vi {
-  color: #19177C;
+.advanced {
+  padding: 0;
+  margin-top: 0.3rem;
+  text-align: right;
 }
-/* Name.Variable.Instance */
-.code-highlight .vm {
-  color: #19177C;
+.advanced label,
+.advanced select {
+  cursor: pointer;
 }
-/* Name.Variable.Magic */
-.code-highlight .il {
-  color: #666666;
+.cursor-text {
+  cursor: text !important;
+}
+.cursor-pointer {
+  cursor: pointer !important;
 }
-/* Literal.Number.Integer.Long */
 .searx-navbar {
   background: #eee;
   color: #aaa;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/pointhi.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/oscar/css/pointhi.min.css.map


File diff suppressed because it is too large
+ 1 - 1
searx/static/themes/oscar/js/searx.min.js


+ 200 - 149
searx/static/themes/simple/css/searx-rtl.css

@@ -1,4 +1,4 @@
-/*! searx | 16-06-2021 | https://github.com/searxng/searxng */
+/*! searx | 22-06-2021 | https://github.com/searxng/searxng */
 /*
 * searx, A privacy-respecting, hackable metasearch engine
 *
@@ -375,108 +375,130 @@
 .bar100 {
   width: 100%;
 }
-/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
 /* Document
    ========================================================================== */
+
 /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
+
 html {
-  line-height: 1.15;
-  /* 1 */
-  -webkit-text-size-adjust: 100%;
-  /* 2 */
+  line-height: 1.15; /* 1 */
+  -webkit-text-size-adjust: 100%; /* 2 */
 }
+
 /* Sections
    ========================================================================== */
+
 /**
  * Remove the margin in all browsers.
  */
+
 body {
   margin: 0;
 }
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+
+main {
+  display: block;
+}
+
 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
+
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
+
 /* Grouping content
    ========================================================================== */
+
 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
+
 hr {
-  box-sizing: content-box;
-  /* 1 */
-  height: 0;
-  /* 1 */
-  overflow: visible;
-  /* 2 */
+  box-sizing: content-box; /* 1 */
+  height: 0; /* 1 */
+  overflow: visible; /* 2 */
 }
+
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
+
 pre {
-  font-family: monospace, monospace;
-  /* 1 */
-  font-size: 1em;
-  /* 2 */
+  font-family: monospace, monospace; /* 1 */
+  font-size: 1em; /* 2 */
 }
+
 /* Text-level semantics
    ========================================================================== */
+
 /**
  * Remove the gray background on active links in IE 10.
  */
+
 a {
   background-color: transparent;
 }
+
 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
+
 abbr[title] {
-  border-bottom: none;
-  /* 1 */
-  text-decoration: underline;
-  /* 2 */
-  text-decoration: underline dotted;
-  /* 2 */
+  border-bottom: none; /* 1 */
+  text-decoration: underline; /* 2 */
+  text-decoration: underline dotted; /* 2 */
 }
+
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
+
 b,
 strong {
   font-weight: bolder;
 }
+
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
+
 code,
 kbd,
 samp {
-  font-family: monospace, monospace;
-  /* 1 */
-  font-size: 1em;
-  /* 2 */
+  font-family: monospace, monospace; /* 1 */
+  font-size: 1em; /* 2 */
 }
+
 /**
  * Add the correct font size in all browsers.
  */
+
 small {
   font-size: 80%;
 }
+
 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
+
 sub,
 sup {
   font-size: 75%;
@@ -484,70 +506,80 @@ sup {
   position: relative;
   vertical-align: baseline;
 }
+
 sub {
   bottom: -0.25em;
 }
+
 sup {
   top: -0.5em;
 }
+
 /* Embedded content
    ========================================================================== */
+
 /**
  * Remove the border on images inside links in IE 10.
  */
+
 img {
   border-style: none;
 }
+
 /* Forms
    ========================================================================== */
+
 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
+
 button,
 input,
 optgroup,
 select,
 textarea {
-  font-family: inherit;
-  /* 1 */
-  font-size: 100%;
-  /* 1 */
-  line-height: 1.15;
-  /* 1 */
-  margin: 0;
-  /* 2 */
+  font-family: inherit; /* 1 */
+  font-size: 100%; /* 1 */
+  line-height: 1.15; /* 1 */
+  margin: 0; /* 2 */
 }
+
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
+
 button,
-input {
-  /* 1 */
+input { /* 1 */
   overflow: visible;
 }
+
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
+
 button,
-select {
-  /* 1 */
+select { /* 1 */
   text-transform: none;
 }
+
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
+
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
+
 /**
  * Remove the inner border and padding in Firefox.
  */
+
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
@@ -555,125 +587,229 @@ button::-moz-focus-inner,
   border-style: none;
   padding: 0;
 }
+
 /**
  * Restore the focus styles unset by the previous rule.
  */
+
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
+
 /**
  * Correct the padding in Firefox.
  */
+
 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }
+
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
+
 legend {
-  box-sizing: border-box;
-  /* 1 */
-  color: inherit;
-  /* 2 */
-  display: table;
-  /* 1 */
-  max-width: 100%;
-  /* 1 */
-  padding: 0;
-  /* 3 */
-  white-space: normal;
-  /* 1 */
-}
+  box-sizing: border-box; /* 1 */
+  color: inherit; /* 2 */
+  display: table; /* 1 */
+  max-width: 100%; /* 1 */
+  padding: 0; /* 3 */
+  white-space: normal; /* 1 */
+}
+
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
+
 progress {
   vertical-align: baseline;
 }
+
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
+
 textarea {
   overflow: auto;
 }
+
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
+
 [type="checkbox"],
 [type="radio"] {
-  box-sizing: border-box;
-  /* 1 */
-  padding: 0;
-  /* 2 */
+  box-sizing: border-box; /* 1 */
+  padding: 0; /* 2 */
 }
+
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
+
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
+
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
+
 [type="search"] {
-  -webkit-appearance: textfield;
-  /* 1 */
-  outline-offset: -2px;
-  /* 2 */
+  -webkit-appearance: textfield; /* 1 */
+  outline-offset: -2px; /* 2 */
 }
+
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
+
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
+
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
+
 ::-webkit-file-upload-button {
-  -webkit-appearance: button;
-  /* 1 */
-  font: inherit;
-  /* 2 */
+  -webkit-appearance: button; /* 1 */
+  font: inherit; /* 2 */
 }
+
 /* Interactive
    ========================================================================== */
+
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
+
 details {
   display: block;
 }
+
 /*
  * Add the correct display in all browsers.
  */
+
 summary {
   display: list-item;
 }
+
 /* Misc
    ========================================================================== */
+
 /**
  * Add the correct display in IE 10+.
  */
+
 template {
   display: none;
 }
+
 /**
  * Add the correct display in IE 10.
  */
+
 [hidden] {
   display: none;
 }
+
+@font-face {
+  font-family: "ion";
+  src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45");
+  src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), url("../fonts/ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), url("../fonts/ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), url("../fonts/ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg");
+  font-weight: normal;
+  font-style: normal;
+}
+.ion-icon {
+  display: inline-block;
+  line-height: 1;
+  font-weight: normal;
+  font-style: normal;
+  speak: none;
+  text-decoration: inherit;
+  text-transform: none;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.ion-icon:before {
+  font-family: "ion";
+}
+.ion-navicon-round:before {
+  content: "\f101";
+}
+.ion-search:before {
+  content: "\f102";
+}
+.ion-play:before {
+  content: "\f103";
+}
+.ion-link:before {
+  content: "\f104";
+}
+.ion-chevron-up:before {
+  content: "\f105";
+}
+.ion-chevron-left:before {
+  content: "\f106";
+}
+.ion-chevron-right:before {
+  content: "\f107";
+}
+.ion-arrow-down-a:before {
+  content: "\f108";
+}
+.ion-arrow-up-a:before {
+  content: "\f109";
+}
+.ion-arrow-swap:before {
+  content: "\f10a";
+}
+.ion-arrow-dropdown:before {
+  content: "\f10b";
+}
+.ion-globe:before {
+  content: "\f10c";
+}
+.ion-time:before {
+  content: "\f10d";
+}
+.ion-location:before {
+  content: "\f10e";
+}
+.ion-warning:before {
+  content: "\f10f";
+}
+.ion-error:before {
+  content: "\f110";
+}
+.ion-film-outline:before {
+  content: "\f111";
+}
+.ion-music-note:before {
+  content: "\f112";
+}
+.ion-more-vertical:before {
+  content: "\f113";
+}
+.ion-magnet:before {
+  content: "\f114";
+}
+.ion-close:before {
+  content: "\f115";
+}
 /*
  * searx, A privacy-respecting, hackable metasearch engine
  *
@@ -690,7 +826,7 @@ template {
 }
 /*
    this file is generated automatically by searx_extra/update/update_pygments.py
-   using pygments version 2.8.1
+   using pygments version 2.9.0
 */
 .code-highlight .linenos {
   -webkit-touch-callout: none;
@@ -1670,91 +1806,6 @@ td:hover .engine-tooltip,
     text-align: left;
   }
 }
-@font-face {
-  font-family: "ion";
-  src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a");
-  src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?14747ff3e5db3853c40bc9540e9f6c3a") format("woff2"), url("../fonts/ion.woff?14747ff3e5db3853c40bc9540e9f6c3a") format("woff"), url("../fonts/ion.ttf?14747ff3e5db3853c40bc9540e9f6c3a") format("truetype"), url("../fonts/ion.svg?14747ff3e5db3853c40bc9540e9f6c3a#ion") format("svg");
-  font-weight: normal;
-  font-style: normal;
-}
-.ion-icon {
-  display: inline-block;
-  line-height: 1;
-  font-weight: normal;
-  font-style: normal;
-  speak: none;
-  text-decoration: inherit;
-  text-transform: none;
-  text-rendering: auto;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.ion-icon:before {
-  font-family: "ion";
-}
-.ion-navicon-round:before {
-  content: "\f101";
-}
-.ion-search:before {
-  content: "\f102";
-}
-.ion-play:before {
-  content: "\f103";
-}
-.ion-link:before {
-  content: "\f104";
-}
-.ion-chevron-up:before {
-  content: "\f105";
-}
-.ion-chevron-left:before {
-  content: "\f106";
-}
-.ion-chevron-right:before {
-  content: "\f107";
-}
-.ion-arrow-down-a:before {
-  content: "\f108";
-}
-.ion-arrow-up-a:before {
-  content: "\f109";
-}
-.ion-arrow-swap:before {
-  content: "\f10a";
-}
-.ion-arrow-dropdown:before {
-  content: "\f10b";
-}
-.ion-globe:before {
-  content: "\f10c";
-}
-.ion-time:before {
-  content: "\f10d";
-}
-.ion-location:before {
-  content: "\f10e";
-}
-.ion-warning:before {
-  content: "\f10f";
-}
-.ion-error:before {
-  content: "\f110";
-}
-.ion-film-outline:before {
-  content: "\f111";
-}
-.ion-music-note:before {
-  content: "\f112";
-}
-.ion-more-vertical:before {
-  content: "\f113";
-}
-.ion-magnet:before {
-  content: "\f114";
-}
-.ion-close:before {
-  content: "\f115";
-}
 .ion-icon-big {
   display: inline-block;
   line-height: 1;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx-rtl.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx-rtl.min.css.map


+ 200 - 149
searx/static/themes/simple/css/searx.css

@@ -1,4 +1,4 @@
-/*! searx | 16-06-2021 | https://github.com/searxng/searxng */
+/*! searx | 22-06-2021 | https://github.com/searxng/searxng */
 /*
 * searx, A privacy-respecting, hackable metasearch engine
 *
@@ -375,108 +375,130 @@
 .bar100 {
   width: 100%;
 }
-/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
 /* Document
    ========================================================================== */
+
 /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
+
 html {
-  line-height: 1.15;
-  /* 1 */
-  -webkit-text-size-adjust: 100%;
-  /* 2 */
+  line-height: 1.15; /* 1 */
+  -webkit-text-size-adjust: 100%; /* 2 */
 }
+
 /* Sections
    ========================================================================== */
+
 /**
  * Remove the margin in all browsers.
  */
+
 body {
   margin: 0;
 }
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+
+main {
+  display: block;
+}
+
 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
+
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
+
 /* Grouping content
    ========================================================================== */
+
 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
+
 hr {
-  box-sizing: content-box;
-  /* 1 */
-  height: 0;
-  /* 1 */
-  overflow: visible;
-  /* 2 */
+  box-sizing: content-box; /* 1 */
+  height: 0; /* 1 */
+  overflow: visible; /* 2 */
 }
+
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
+
 pre {
-  font-family: monospace, monospace;
-  /* 1 */
-  font-size: 1em;
-  /* 2 */
+  font-family: monospace, monospace; /* 1 */
+  font-size: 1em; /* 2 */
 }
+
 /* Text-level semantics
    ========================================================================== */
+
 /**
  * Remove the gray background on active links in IE 10.
  */
+
 a {
   background-color: transparent;
 }
+
 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
+
 abbr[title] {
-  border-bottom: none;
-  /* 1 */
-  text-decoration: underline;
-  /* 2 */
-  text-decoration: underline dotted;
-  /* 2 */
+  border-bottom: none; /* 1 */
+  text-decoration: underline; /* 2 */
+  text-decoration: underline dotted; /* 2 */
 }
+
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
+
 b,
 strong {
   font-weight: bolder;
 }
+
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
+
 code,
 kbd,
 samp {
-  font-family: monospace, monospace;
-  /* 1 */
-  font-size: 1em;
-  /* 2 */
+  font-family: monospace, monospace; /* 1 */
+  font-size: 1em; /* 2 */
 }
+
 /**
  * Add the correct font size in all browsers.
  */
+
 small {
   font-size: 80%;
 }
+
 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
+
 sub,
 sup {
   font-size: 75%;
@@ -484,70 +506,80 @@ sup {
   position: relative;
   vertical-align: baseline;
 }
+
 sub {
   bottom: -0.25em;
 }
+
 sup {
   top: -0.5em;
 }
+
 /* Embedded content
    ========================================================================== */
+
 /**
  * Remove the border on images inside links in IE 10.
  */
+
 img {
   border-style: none;
 }
+
 /* Forms
    ========================================================================== */
+
 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
+
 button,
 input,
 optgroup,
 select,
 textarea {
-  font-family: inherit;
-  /* 1 */
-  font-size: 100%;
-  /* 1 */
-  line-height: 1.15;
-  /* 1 */
-  margin: 0;
-  /* 2 */
+  font-family: inherit; /* 1 */
+  font-size: 100%; /* 1 */
+  line-height: 1.15; /* 1 */
+  margin: 0; /* 2 */
 }
+
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
+
 button,
-input {
-  /* 1 */
+input { /* 1 */
   overflow: visible;
 }
+
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
+
 button,
-select {
-  /* 1 */
+select { /* 1 */
   text-transform: none;
 }
+
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
+
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
+
 /**
  * Remove the inner border and padding in Firefox.
  */
+
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
@@ -555,125 +587,229 @@ button::-moz-focus-inner,
   border-style: none;
   padding: 0;
 }
+
 /**
  * Restore the focus styles unset by the previous rule.
  */
+
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
+
 /**
  * Correct the padding in Firefox.
  */
+
 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }
+
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
+
 legend {
-  box-sizing: border-box;
-  /* 1 */
-  color: inherit;
-  /* 2 */
-  display: table;
-  /* 1 */
-  max-width: 100%;
-  /* 1 */
-  padding: 0;
-  /* 3 */
-  white-space: normal;
-  /* 1 */
-}
+  box-sizing: border-box; /* 1 */
+  color: inherit; /* 2 */
+  display: table; /* 1 */
+  max-width: 100%; /* 1 */
+  padding: 0; /* 3 */
+  white-space: normal; /* 1 */
+}
+
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
+
 progress {
   vertical-align: baseline;
 }
+
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
+
 textarea {
   overflow: auto;
 }
+
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
+
 [type="checkbox"],
 [type="radio"] {
-  box-sizing: border-box;
-  /* 1 */
-  padding: 0;
-  /* 2 */
+  box-sizing: border-box; /* 1 */
+  padding: 0; /* 2 */
 }
+
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
+
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
+
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
+
 [type="search"] {
-  -webkit-appearance: textfield;
-  /* 1 */
-  outline-offset: -2px;
-  /* 2 */
+  -webkit-appearance: textfield; /* 1 */
+  outline-offset: -2px; /* 2 */
 }
+
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
+
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
+
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
+
 ::-webkit-file-upload-button {
-  -webkit-appearance: button;
-  /* 1 */
-  font: inherit;
-  /* 2 */
+  -webkit-appearance: button; /* 1 */
+  font: inherit; /* 2 */
 }
+
 /* Interactive
    ========================================================================== */
+
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
+
 details {
   display: block;
 }
+
 /*
  * Add the correct display in all browsers.
  */
+
 summary {
   display: list-item;
 }
+
 /* Misc
    ========================================================================== */
+
 /**
  * Add the correct display in IE 10+.
  */
+
 template {
   display: none;
 }
+
 /**
  * Add the correct display in IE 10.
  */
+
 [hidden] {
   display: none;
 }
+
+@font-face {
+  font-family: "ion";
+  src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45");
+  src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), url("../fonts/ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), url("../fonts/ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), url("../fonts/ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg");
+  font-weight: normal;
+  font-style: normal;
+}
+.ion-icon {
+  display: inline-block;
+  line-height: 1;
+  font-weight: normal;
+  font-style: normal;
+  speak: none;
+  text-decoration: inherit;
+  text-transform: none;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.ion-icon:before {
+  font-family: "ion";
+}
+.ion-navicon-round:before {
+  content: "\f101";
+}
+.ion-search:before {
+  content: "\f102";
+}
+.ion-play:before {
+  content: "\f103";
+}
+.ion-link:before {
+  content: "\f104";
+}
+.ion-chevron-up:before {
+  content: "\f105";
+}
+.ion-chevron-left:before {
+  content: "\f106";
+}
+.ion-chevron-right:before {
+  content: "\f107";
+}
+.ion-arrow-down-a:before {
+  content: "\f108";
+}
+.ion-arrow-up-a:before {
+  content: "\f109";
+}
+.ion-arrow-swap:before {
+  content: "\f10a";
+}
+.ion-arrow-dropdown:before {
+  content: "\f10b";
+}
+.ion-globe:before {
+  content: "\f10c";
+}
+.ion-time:before {
+  content: "\f10d";
+}
+.ion-location:before {
+  content: "\f10e";
+}
+.ion-warning:before {
+  content: "\f10f";
+}
+.ion-error:before {
+  content: "\f110";
+}
+.ion-film-outline:before {
+  content: "\f111";
+}
+.ion-music-note:before {
+  content: "\f112";
+}
+.ion-more-vertical:before {
+  content: "\f113";
+}
+.ion-magnet:before {
+  content: "\f114";
+}
+.ion-close:before {
+  content: "\f115";
+}
 /*
  * searx, A privacy-respecting, hackable metasearch engine
  *
@@ -690,7 +826,7 @@ template {
 }
 /*
    this file is generated automatically by searx_extra/update/update_pygments.py
-   using pygments version 2.8.1
+   using pygments version 2.9.0
 */
 .code-highlight .linenos {
   -webkit-touch-callout: none;
@@ -1670,91 +1806,6 @@ td:hover .engine-tooltip,
     text-align: left;
   }
 }
-@font-face {
-  font-family: "ion";
-  src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a");
-  src: url("../fonts/ion.eot?14747ff3e5db3853c40bc9540e9f6c3a#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?14747ff3e5db3853c40bc9540e9f6c3a") format("woff2"), url("../fonts/ion.woff?14747ff3e5db3853c40bc9540e9f6c3a") format("woff"), url("../fonts/ion.ttf?14747ff3e5db3853c40bc9540e9f6c3a") format("truetype"), url("../fonts/ion.svg?14747ff3e5db3853c40bc9540e9f6c3a#ion") format("svg");
-  font-weight: normal;
-  font-style: normal;
-}
-.ion-icon {
-  display: inline-block;
-  line-height: 1;
-  font-weight: normal;
-  font-style: normal;
-  speak: none;
-  text-decoration: inherit;
-  text-transform: none;
-  text-rendering: auto;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-.ion-icon:before {
-  font-family: "ion";
-}
-.ion-navicon-round:before {
-  content: "\f101";
-}
-.ion-search:before {
-  content: "\f102";
-}
-.ion-play:before {
-  content: "\f103";
-}
-.ion-link:before {
-  content: "\f104";
-}
-.ion-chevron-up:before {
-  content: "\f105";
-}
-.ion-chevron-left:before {
-  content: "\f106";
-}
-.ion-chevron-right:before {
-  content: "\f107";
-}
-.ion-arrow-down-a:before {
-  content: "\f108";
-}
-.ion-arrow-up-a:before {
-  content: "\f109";
-}
-.ion-arrow-swap:before {
-  content: "\f10a";
-}
-.ion-arrow-dropdown:before {
-  content: "\f10b";
-}
-.ion-globe:before {
-  content: "\f10c";
-}
-.ion-time:before {
-  content: "\f10d";
-}
-.ion-location:before {
-  content: "\f10e";
-}
-.ion-warning:before {
-  content: "\f10f";
-}
-.ion-error:before {
-  content: "\f110";
-}
-.ion-film-outline:before {
-  content: "\f111";
-}
-.ion-music-note:before {
-  content: "\f112";
-}
-.ion-more-vertical:before {
-  content: "\f113";
-}
-.ion-magnet:before {
-  content: "\f114";
-}
-.ion-close:before {
-  content: "\f115";
-}
 .ion-icon-big {
   display: inline-block;
   line-height: 1;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx.min.css.map


+ 1 - 1
searx/static/themes/simple/js/searx.head.min.js

@@ -1,4 +1,4 @@
-/*! simple/searx.min.js | 16-06-2021 | https://github.com/searxng/searxng */
+/*! simple/searx.min.js | 22-06-2021 | https://github.com/searxng/searxng */
 
 (function(t,e){"use strict";var a=e.currentScript||function(){var t=e.getElementsByTagName("script");return t[t.length-1]}();t.searx={touch:"ontouchstart"in t||t.DocumentTouch&&document instanceof DocumentTouch||false,method:a.getAttribute("data-method"),autocompleter:a.getAttribute("data-autocompleter")==="true",search_on_category_select:a.getAttribute("data-search-on-category-select")==="true",infinite_scroll:a.getAttribute("data-infinite-scroll")==="true",static_path:a.getAttribute("data-static-path"),translations:JSON.parse(a.getAttribute("data-translations"))};e.getElementsByTagName("html")[0].className=t.searx.touch?"js touch":"js"})(window,document);
 //# sourceMappingURL=searx.head.min.js.map

File diff suppressed because it is too large
+ 1 - 1
searx/static/themes/simple/js/searx.min.js


Some files were not shown because too many files changed in this diff