| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695 | 
							
- @color-main: #3498DB;
 
- @color-focus: #0665A2;
 
- @color-other-links: #666;
 
- @color-fonts: #333;
 
- @center-width: 70em;
 
- * {
 
-   -webkit-box-sizing: border-box;
 
- 	 -moz-box-sizing: border-box;
 
- 		  box-sizing: border-box;
 
- }
 
- input[type="search"] {
 
- 	-webkit-appearance: textfield;
 
- }
 
- h2 {
 
- 	color: @color-other-links;
 
- 	text-transform: uppercase;
 
- }
 
- body {
 
- 	font-family: sans-serif;
 
- 	line-height: 1.5;
 
- 	margin: 0;
 
- 	background: #EEE;
 
- }
 
- html {
 
- 	position: relative;
 
- 	min-height: 100%;
 
- }
 
- a {
 
- 	color: @color-other-links;
 
- }
 
- .title h1 {
 
- 	font-size:7em;
 
- 	color:@color-main;
 
- 	margin:0 auto;
 
- 	line-height:100px;
 
- 	margin-top:-20px;
 
- 	padding-bottom:20px;
 
- }
 
- .center {
 
- 	max-width: @center-width;
 
- 	text-align: center;
 
- 	background: rgba(255,255,255,0.6);
 
- 	padding: 2em;
 
- 	margin: 7% auto 0;
 
- 	position: relative;
 
- }
 
- .center.search {
 
- 	position: static;
 
- 	width: auto;
 
- 	background: none;
 
- 	margin: auto;
 
- 	padding-top: 1.8em;
 
- }
 
- @media screen and (min-width: 1001px) {
 
- 	.center:after {
 
- 		content: "";
 
- 		z-index: -1;
 
- 		background: url(../img/bg-body-index.jpg) no-repeat;
 
- 		background-size: cover;
 
- 		width: 100%;
 
- 		height: 100%;
 
- 		top: 0;
 
- 		left: 0;
 
- 		position: fixed;
 
- 	}
 
- 	.center.search:after {
 
- 		content: none;
 
- 	}
 
- }
 
- .autocompleter-choices {
 
- 	position: absolute;
 
- 	margin: 0;
 
- 	padding: 0;
 
- 	background: #FFF;
 
- }
 
- .autocompleter-choices li {
 
- 	padding: 0.5em 1em;
 
- }
 
-   
 
- .autocompleter-choices li:hover {
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- 	cursor: pointer;
 
- }
 
- #categories {
 
- 	text-align: center;
 
- }
 
- .top_margin {
 
- 	position: absolute;
 
- 	bottom: -3.5em;
 
- 	width: 100%;
 
- 	left: 0;
 
- }
 
- .top_margin a {
 
- 	display: inline-block;
 
- 	margin-right: 1em;
 
- 	color: #FFF;
 
- 	text-decoration: none;
 
- }
 
- .top_margin a:hover,
 
- .top_margin a:focus {
 
- 	text-decoration: underline;
 
- }
 
- @media screen and (max-width: 1000px) {
 
- 	.center { background: none; }
 
- 	.top_margin a {
 
- 		color: @color-fonts;
 
- 	}
 
- }
 
- .checkbox_container { margin-top: 1.5em; }
 
- .checkbox_container label {
 
- 	padding: 0.5em 1em;
 
- 	color: @color-fonts;
 
- 	cursor: pointer;
 
- 	font-size: 0.9em;
 
- }
 
- .checkbox_container label:hover {
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- }
 
- .checkbox_container input[type="checkbox"] {
 
- 	position: absolute;
 
- 	top: -9999px;
 
- }
 
- .checkbox_container input[type="checkbox"]:checked + label {
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- }
 
- #categories_container > div {
 
- 	display: inline-block;
 
- }
 
- #categories .hidden {
 
- 	display: none;
 
- 	position: absolute;
 
- 	bottom: 1em;
 
- 	left: 0;
 
- 	text-align: center;
 
- 	width: 100%;
 
- 	font-size: 0.9em;
 
- 	font-style: italic;
 
- 	color: @color-fonts;
 
- }
 
- #categories:hover .hidden {
 
- 	display: block;
 
- }
 
- @media screen and (max-width: 900px) {
 
- 	#categories_container { letter-spacing: -5px; }
 
- 	#categories_container > div {
 
- 		letter-spacing: normal;
 
- 		margin-top: 1em;
 
- 	}
 
- 	.checkbox_container {
 
- 		margin: 0;
 
- 	}
 
- 	.checkbox_container label {
 
- 		display: block;
 
- 		background: #CCC;
 
- 		padding: 1em;
 
- 		border: 1px solid #FFF;
 
- 	}
 
- 	.top_margin { position: static; }
 
- 	#categories .hidden {
 
- 		position: static;
 
- 		display: block;
 
- 	}
 
- }
 
- @media screen and (max-width: 900px) and (min-width: 501px) {
 
- 	#categories_container > div {
 
- 		width: 31%;
 
- 		margin-left: 2.333%;
 
- 	}
 
- 	#categories_container > div:nth-child(3n+1) { margin-left: 0; }
 
- }
 
- @media screen and (max-width: 500px) {
 
- 	#categories_container > div {
 
- 		width: 48%;
 
- 		margin-left: 2%;
 
- 		font-size: 0.9em;
 
- 	}
 
- 	#categories_container > div:nth-child(2n+1) { margin-left: 0; }
 
- 	.title h1 {
 
- 		background: url(../img/searx-mobile.png) no-repeat;
 
- 		width: 200px;
 
- 		height: 39px;
 
- 	}
 
- }
 
- #search_wrapper {
 
- 	position: relative;
 
- }
 
- .q {
 
- 	padding: 0.5em 3em 0.5em 1em;
 
- 	width: 100%;
 
- 	font-size: 1.5em;
 
- 	border: 0;
 
- 	color: #666;
 
- }
 
- #search_submit {
 
- 	position: absolute;
 
- 	top: 0;
 
- 	right: 0;
 
- 	border: 0;
 
- 	background:url("../img/search-icon.png") no-repeat scroll center center / 65% auto @color-main;
 
- 	text-indent: -9999px;
 
- 	width: 5em;
 
- 	height: 100%;
 
- 	cursor: pointer;
 
- }
 
- #search_submit:hover,
 
- #search_submit:focus {
 
- 	background-color: @color-focus;
 
- }
 
- #sidebar {
 
- 	background: @color-main;
 
- 	position: fixed;
 
- 	top: 0;
 
- 	right: 0;
 
- 	width: 15em;
 
- 	height: 100%;
 
- 	padding: 1.5em;
 
- 	text-align: right;
 
- }
 
- .right {
 
- 	position: fixed;
 
- 	bottom: 1.5em;
 
- 	width: 15em;
 
- 	right: 0;
 
- 	z-index: 1;
 
- 	padding: 0 1.5em;
 
- 	text-align: right;
 
- }
 
- .right a {
 
- 	color: #FFF;
 
- 	display: block;
 
- 	text-decoration: none;
 
- }
 
- .right a:hover,
 
- .right a:focus {
 
- 	text-decoration: underline;
 
- }
 
- #preferences {
 
- 	background: url("../img/preference-icon.png") no-repeat right center / 12% auto; 
 
- 	padding-right: 1.8em;
 
- }
 
- #preferences:hover,
 
- #preferences:focus {
 
-   
 
- }
 
- #search_url input {
 
- 	border: 0;
 
- 	padding: 0.5em;
 
- }
 
- #sidebar > div {
 
- 	margin-bottom: 1em;
 
- 	color: #FFF;
 
- }
 
- #sidebar form {
 
- 	display: inline-block;
 
- }
 
- #sidebar input[type="submit"] {
 
- 	background: #CCC;
 
- 	border: 0;
 
- 	padding: 0.5em 1em;
 
- 	cursor: pointer;
 
- 	margin-top: 0.5em;
 
- }
 
- #sidebar input[type="submit"]:hover,
 
- #sidebar input[type="submit"]:focus {
 
- 	color: #FFF;
 
- 	background-color: @color-focus;
 
- }
 
- #results {
 
- 	padding-right: 17em;
 
- 	padding-left: 2em;
 
- 	padding: 0 17em 0 2em;
 
- }
 
- .result p {
 
- 	font-size: 0.9em;
 
- }
 
- .result .engines {
 
-     text-align: right;
 
- }
 
- .result .content { 
 
- 	margin: 0;
 
- 	color: #666;
 
- }
 
- .result .url {
 
- 	margin-top: 0;
 
- 	color: #FF6530;
 
- }
 
- .result .favicon {
 
- 	float: left;
 
- 	position: relative;
 
- 	top: 0.5em;
 
- 	margin-right: 0.5em;
 
- } 
 
- .definition_result {
 
- 	background: #CCC;
 
- 	padding: 1em;
 
- }
 
- .definition_result .result_title,
 
- .definition_result p {
 
- 	margin: 0;
 
- }
 
- .result_title {
 
- 	margin-bottom: 0;
 
- 	font-weight: normal;
 
- }
 
- .highlight {
 
- 	font-weight: bold;
 
- }
 
- .result_title a {
 
- 	color: @color-main;
 
- 	text-decoration: none;
 
- }
 
- .result_title a:hover,
 
- .result_title a:focus {
 
- 	text-decoration: underline;
 
- }
 
- .cache_link {
 
- 	color: #666;
 
- 	font-size: 0.9em;
 
- 	font-style: italic;
 
- }
 
- .search.center {
 
- 	padding-right: 17em;
 
- }
 
- #answers {
 
- 	border: 2px solid @color-main;
 
- 	padding: 20px;
 
- 	color:#666;
 
- 	text-align: center;
 
- 	max-width:@center-width;
 
- 	margin:0 auto 20px;
 
- }
 
- #suggestions { margin-bottom: 1em; }
 
- #suggestions span { color: #666; }
 
- #suggestions form {
 
- 	display: inline-block;
 
- 	vertical-align: top;
 
- 	margin-bottom: 0.5em;
 
- }
 
- #suggestions input[type="submit"] {
 
- 	color: @color-fonts;
 
- 	padding: 0.5em 1em;
 
- 	border: 0;
 
- 	background: #CCC;
 
- 	cursor:pointer;
 
- }
 
- #suggestions input[type="submit"]:hover,
 
- #suggestions input[type="submit"]:focus {
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- }
 
- #pagination {
 
- 	margin: 1.5em 0 2em;
 
- }
 
- #pagination form + form {
 
- 	float: right;
 
- 	margin-top: -2em;
 
- }
 
- input[type="submit"] {
 
- 	display: inline-block;
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- 	border: 0;
 
- 	padding: 0.6em 1em;
 
- 	cursor: pointer;
 
- }
 
- input[type="submit"]:hover,
 
- input[type="submit"]:focus {
 
- 	background: @color-focus;
 
- }
 
- .row {
 
- 	max-width: 60em;
 
- 	margin: auto;
 
- }
 
- .row a {
 
- 	color: @color-main;
 
- }
 
- .row form {
 
- 	letter-spacing: -5px;
 
- }
 
- .row form > * { letter-spacing: normal; }
 
- .row p { margin: 0; }
 
- .row fieldset {
 
- 	display: inline-block;
 
- 	width: 48%;
 
- 	vertical-align: top;
 
- }
 
- .row fieldset:last-of-type {
 
- 	display: block;
 
- 	width: auto;
 
- 	background: none;
 
- 	padding: 0;
 
- }
 
- .row fieldset:nth-child(odd) {
 
- 	margin-right: 2%;
 
- }
 
- .row fieldset:nth-child(2) {
 
- 	min-height: 10.5em;
 
- }
 
- @media screen and (max-width: 900px) {
 
- 	.row {
 
- 		margin: 0 1em;
 
- 	}
 
- 	.row fieldset { width: 49%; }
 
- 	.row fieldset,
 
- 	.row fieldset:nth-child(odd) {
 
- 		margin-right: 0;
 
- 	}
 
- 	.row fieldset:first-child {
 
- 		width: 100%;
 
- 		margin-right: 0;
 
- 	}
 
- 	.row fieldset:nth-child(even) {
 
- 		margin-right: 2%;
 
- 	}
 
- }
 
- @media screen and (max-width: 800px) {
 
- 	.row fieldset { width: 100%; }
 
- 	select { width: 100%; }
 
- 	table { font-size: 0.8em; }
 
- 	.right {display: none;}
 
- 	#sidebar { display: none; }
 
- 	#results { padding: 0 2em; }
 
- 	.search.center {
 
- 		padding-right: 2em;
 
- 	}
 
- }
 
- @media screen and (max-width: 400px) {
 
- 	.row #categories_container > div {
 
- 		width: 100%;
 
- 		margin-left: 0;
 
- 	}
 
- }
 
- fieldset {
 
- 	border: 0;
 
- 	margin: 1em 0;
 
- 	background: #CCC;
 
- 	padding: 1.5em;
 
- }
 
- table {
 
- 	width: 100%;
 
- 	text-align: left;
 
- 	border: 1px solid #CCC;
 
- 	border-collapse: collapse;
 
- }
 
- table th {
 
- 	background: #999;
 
- 	color: #FFF;
 
- }
 
- table tr:nth-child(odd) {
 
- 	background: #CCC;
 
- }
 
- table th,
 
- table td {
 
- 	padding: 0.5em 1em;
 
- 	border: 1px solid #FFF;
 
- }
 
- .engine_checkbox label {
 
- 	padding: 0.5em;
 
- 	background: @color-main;
 
- 	color: #FFF;
 
- 	cursor: pointer;
 
- }
 
- .engine_checkbox .deny {
 
- 	background: @color-main;
 
- }
 
- .engine_checkbox .allow {
 
- 	display: none;
 
- 	background: #666;
 
- }
 
- .engine_checkbox input {
 
- 	display: none;
 
- }
 
- .engine_checkbox input:checked + .allow {
 
- 	display: inline;
 
- }
 
- .engine_checkbox input:checked + .allow + .deny{
 
- 	display: none;
 
- }
 
- .row input[type="submit"] {
 
- 	font-size: 1em;
 
- 	margin: 1em 0 2em;
 
- }
 
- .row .right {
 
- 	position: static;
 
- 	display: inline-block;
 
-   
 
- }
 
- .row .right a {
 
- 	color: @color-fonts;
 
- 	width: auto;
 
- 	text-align: left;
 
- 	padding: 0;
 
- }
 
- .small_font {
 
- 	font-size: 0.8em;
 
- }
 
- table th {
 
- 	padding: 1em;
 
- }
 
- legend {
 
- 	background: #EEE;
 
- 	padding: 0 1em;
 
- 	position: relative;
 
- }
 
- select {
 
- 	border: 1px solid #DDD;
 
- 	padding: 0.5em 0.8em;
 
- 	font-size: 1em;
 
- }
 
- .highlight .hll { background-color: #ffffcc }
 
- .highlight  { background: #f8f8f8; }
 
- .highlight .c { color: #408080; font-style: italic } /* Comment */
 
- .highlight .err { border: 1px solid #FF0000 } /* Error */
 
- .highlight .k { color: #008000; font-weight: bold } /* Keyword */
 
- .highlight .o { color: #666666 } /* Operator */
 
- .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
 
- .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
 
- .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
 
- .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
 
- .highlight .gd { color: #A00000 } /* Generic.Deleted */
 
- .highlight .ge { font-style: italic } /* Generic.Emph */
 
- .highlight .gr { color: #FF0000 } /* Generic.Error */
 
- .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
 
- .highlight .gi { color: #00A000 } /* Generic.Inserted */
 
- .highlight .go { color: #888888 } /* Generic.Output */
 
- .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
 
- .highlight .gs { font-weight: bold } /* Generic.Strong */
 
- .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
 
- .highlight .gt { color: #0044DD } /* Generic.Traceback */
 
- .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
 
- .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
 
- .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
 
- .highlight .kp { color: #008000 } /* Keyword.Pseudo */
 
- .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
 
- .highlight .kt { color: #B00040 } /* Keyword.Type */
 
- .highlight .m { color: #666666 } /* Literal.Number */
 
- .highlight .s { color: #BA2121 } /* Literal.String */
 
- .highlight .na { color: #7D9029 } /* Name.Attribute */
 
- .highlight .nb { color: #008000 } /* Name.Builtin */
 
- .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
 
- .highlight .no { color: #880000 } /* Name.Constant */
 
- .highlight .nd { color: #AA22FF } /* Name.Decorator */
 
- .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
 
- .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
 
- .highlight .nf { color: #0000FF } /* Name.Function */
 
- .highlight .nl { color: #A0A000 } /* Name.Label */
 
- .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
 
- .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
 
- .highlight .nv { color: #19177C } /* Name.Variable */
 
- .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
 
- .highlight .w { color: #bbbbbb } /* Text.Whitespace */
 
- .highlight .mf { color: #666666 } /* Literal.Number.Float */
 
- .highlight .mh { color: #666666 } /* Literal.Number.Hex */
 
- .highlight .mi { color: #666666 } /* Literal.Number.Integer */
 
- .highlight .mo { color: #666666 } /* Literal.Number.Oct */
 
- .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
 
- .highlight .sc { color: #BA2121 } /* Literal.String.Char */
 
- .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
 
- .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
 
- .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
 
- .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
 
- .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
 
- .highlight .sx { color: #008000 } /* Literal.String.Other */
 
- .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
 
- .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
 
- .highlight .ss { color: #19177C } /* Literal.String.Symbol */
 
- .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
 
- .highlight .vc { color: #19177C } /* Name.Variable.Class */
 
- .highlight .vg { color: #19177C } /* Name.Variable.Global */
 
- .highlight .vi { color: #19177C } /* Name.Variable.Instance */
 
- .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
 
- .highlight pre { overflow: auto; }
 
- .highlight .lineno {
 
- 	-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;
 
- }
 
- .highlight .lineno::selection { background: transparent; } /* WebKit/Blink Browsers */
 
- .highlight .lineno::-moz-selection { background: transparent; } /* Gecko Browsers */
 
 
  |