From 73d73dcf9b78e6d42cf98a13651bb9ab23bea17e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 17 May 2021 18:10:53 +0200 Subject: [PATCH] [static] make /stats more CSP compliant- make themes.all Based on commits - 0507e185 [fix] bar graph and rename CSS class engine-scores -> engine-score - 3e9ad7ae [fix] make /stats more CSP compliant - github issue form - 34859d0e [fix] make /stats more CSP compliant - oscar theme - 0a6c4884 [fix] make /stats more CSP compliant - simple theme - cdfb4b7f [fix] make /stats more CSP compliant - bar graph - 965817f2 [fix] simple theme - generate missing sourceMap file this patch is generated by:: make themes.all Reported-by: https://github.com/searxng/searxng/issues/57 Signed-off-by: Markus Heiser --- .../themes/oscar/css/logicodev-dark.css | 374 ++++++++++++++++- .../themes/oscar/css/logicodev-dark.min.css | Bin 18813 -> 21056 bytes .../oscar/css/logicodev-dark.min.css.map | Bin 9150 -> 11145 bytes searx/static/themes/oscar/css/logicodev.css | 374 ++++++++++++++++- .../static/themes/oscar/css/logicodev.min.css | Bin 15165 -> 17408 bytes .../themes/oscar/css/logicodev.min.css.map | Bin 7680 -> 9675 bytes searx/static/themes/oscar/css/pointhi.css | 374 ++++++++++++++++- searx/static/themes/oscar/css/pointhi.min.css | Bin 10929 -> 13172 bytes .../themes/oscar/css/pointhi.min.css.map | Bin 5799 -> 7794 bytes searx/static/themes/oscar/js/searx.min.js | Bin 7829 -> 7863 bytes searx/static/themes/simple/css/searx-rtl.css | 378 +++++++++++++++++- .../themes/simple/css/searx-rtl.min.css | Bin 29477 -> 33611 bytes .../themes/simple/css/searx-rtl.min.css.map | Bin 0 -> 18830 bytes searx/static/themes/simple/css/searx.css | 378 +++++++++++++++++- searx/static/themes/simple/css/searx.min.css | Bin 29442 -> 33572 bytes .../themes/simple/css/searx.min.css.map | Bin 0 -> 18778 bytes .../static/themes/simple/js/searx.head.min.js | Bin 752 -> 786 bytes searx/static/themes/simple/js/searx.min.js | Bin 24399 -> 24433 bytes 18 files changed, 1784 insertions(+), 94 deletions(-) create mode 100644 searx/static/themes/simple/css/searx-rtl.min.css.map create mode 100644 searx/static/themes/simple/css/searx.min.css.map diff --git a/searx/static/themes/oscar/css/logicodev-dark.css b/searx/static/themes/oscar/css/logicodev-dark.css index 16950614c..c9b390c2c 100644 --- a/searx/static/themes/oscar/css/logicodev-dark.css +++ b/searx/static/themes/oscar/css/logicodev-dark.css @@ -13,6 +13,362 @@ .github-issue-button:hover { background-color: #2ea043; } +.issue-hide { + display: none; +} +.engine-stats .engine-name { + width: 20rem; +} +.engine-stats .engine-score { + width: 7rem; + text-align: right; +} +.engine-stats .engine-reliability { + text-align: right; +} +.engine-stats table.engine-error { + max-width: 1280px; + margin: 1rem; + border: 1px solid gray; +} +.engine-stats table.engine-error th.engine-error-type, +.engine-stats table.engine-error td.engine-error-type, +.engine-stats failed-test { + width: 10rem; +} +.engine-stats table.engine-error span.log_parameters { + border-right: 1px solid gray; + padding: 0 1rem 0 0; + margin: 0 0 0 0.5rem; +} +.bar-chart-value { + width: 3em; + display: inline-block; + text-align: right; + padding-right: 0.5rem; +} +.bar-chart-graph { + width: calc(100% - 5rem); + display: inline-block; +} +.bar-chart-bar { + border: 3px solid #5bc0de; + margin: 1px 0; +} +.bar-chart-serie1 { + border: 3px solid #5bc0de; + margin: 1px 0; + float: left; +} +.bar-chart-serie2 { + border: 3px solid #deb15b; + margin: 1px 0; + float: left; +} +.bar0 { + width: 0; + border: 0; +} +.bar1 { + width: 1%; +} +.bar2 { + width: 2%; +} +.bar3 { + width: 3%; +} +.bar4 { + width: 4%; +} +.bar5 { + width: 5%; +} +.bar6 { + width: 6%; +} +.bar7 { + width: 7%; +} +.bar8 { + width: 8%; +} +.bar9 { + width: 9%; +} +.bar10 { + width: 10%; +} +.bar11 { + width: 11%; +} +.bar12 { + width: 12%; +} +.bar13 { + width: 13%; +} +.bar14 { + width: 14%; +} +.bar15 { + width: 15%; +} +.bar16 { + width: 16%; +} +.bar17 { + width: 17%; +} +.bar18 { + width: 18%; +} +.bar19 { + width: 19%; +} +.bar20 { + width: 20%; +} +.bar21 { + width: 21%; +} +.bar22 { + width: 22%; +} +.bar23 { + width: 23%; +} +.bar24 { + width: 24%; +} +.bar25 { + width: 25%; +} +.bar26 { + width: 26%; +} +.bar27 { + width: 27%; +} +.bar28 { + width: 28%; +} +.bar29 { + width: 29%; +} +.bar30 { + width: 30%; +} +.bar31 { + width: 31%; +} +.bar32 { + width: 32%; +} +.bar33 { + width: 33%; +} +.bar34 { + width: 34%; +} +.bar35 { + width: 35%; +} +.bar36 { + width: 36%; +} +.bar37 { + width: 37%; +} +.bar38 { + width: 38%; +} +.bar39 { + width: 39%; +} +.bar40 { + width: 40%; +} +.bar41 { + width: 41%; +} +.bar42 { + width: 42%; +} +.bar43 { + width: 43%; +} +.bar44 { + width: 44%; +} +.bar45 { + width: 45%; +} +.bar46 { + width: 46%; +} +.bar47 { + width: 47%; +} +.bar48 { + width: 48%; +} +.bar49 { + width: 49%; +} +.bar50 { + width: 50%; +} +.bar51 { + width: 51%; +} +.bar52 { + width: 52%; +} +.bar53 { + width: 53%; +} +.bar54 { + width: 54%; +} +.bar55 { + width: 55%; +} +.bar56 { + width: 56%; +} +.bar57 { + width: 57%; +} +.bar58 { + width: 58%; +} +.bar59 { + width: 59%; +} +.bar60 { + width: 60%; +} +.bar61 { + width: 61%; +} +.bar62 { + width: 62%; +} +.bar63 { + width: 63%; +} +.bar64 { + width: 64%; +} +.bar65 { + width: 65%; +} +.bar66 { + width: 66%; +} +.bar67 { + width: 67%; +} +.bar68 { + width: 68%; +} +.bar69 { + width: 69%; +} +.bar70 { + width: 70%; +} +.bar71 { + width: 71%; +} +.bar72 { + width: 72%; +} +.bar73 { + width: 73%; +} +.bar74 { + width: 74%; +} +.bar75 { + width: 75%; +} +.bar76 { + width: 76%; +} +.bar77 { + width: 77%; +} +.bar78 { + width: 78%; +} +.bar79 { + width: 79%; +} +.bar80 { + width: 80%; +} +.bar81 { + width: 81%; +} +.bar82 { + width: 82%; +} +.bar83 { + width: 83%; +} +.bar84 { + width: 84%; +} +.bar85 { + width: 85%; +} +.bar86 { + width: 86%; +} +.bar87 { + width: 87%; +} +.bar88 { + width: 88%; +} +.bar89 { + width: 89%; +} +.bar90 { + width: 90%; +} +.bar91 { + width: 91%; +} +.bar92 { + width: 92%; +} +.bar93 { + width: 93%; +} +.bar94 { + width: 94%; +} +.bar95 { + width: 95%; +} +.bar96 { + width: 96%; +} +.bar97 { + width: 97%; +} +.bar98 { + width: 98%; +} +.bar99 { + width: 99%; +} +.bar100 { + width: 100%; +} * { border-radius: 0 !important; } @@ -986,24 +1342,6 @@ th:hover .engine-tooltip, padding: 0.4rem 0; width: 1px; } -.stacked-bar-chart-serie1 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #5bc0de; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} -.stacked-bar-chart-serie2 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #deb15b; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} /*Global*/ body { background: #1d1f21 none !important; diff --git a/searx/static/themes/oscar/css/logicodev-dark.min.css b/searx/static/themes/oscar/css/logicodev-dark.min.css index 2a59e44db56fc311df177ef5d0428ac4511234c7..3b3604efa9b67d9444554b2d0efa1b61f42efeda 100644 GIT binary patch delta 2559 zcma*o-HPNy6bEny1TV#l^*SH}x|lZgU6p?|yOlatOl=U1ol@y~BJfB$jw=a)CrsvU+msob|sx-{)@?&3pzJRQ^H zDjj$2F_ps@$Dv?!jE8jjwQa_IEvr5qK5^NwJ@vfK<;&J%x*yBfwYy{8x4Zqwyt`-h z`_#2@({}CnaQRdYQpULH5?!h9PyOW(@5==zq_58R>qG4GB5LvWclB!8_3?pyQR6PQ zU24iP4dV|iwJiAK>c!ablDS(sKAh8MWbKhPl^@bDLh-@~UuZm><8jrUc0ZqEpXWcO zez8k_hDzDuilUVvSfYp+RVt&?2-;=n%Rk^a%YD283Y=1%0Bz zi6@!JC#F0FL7ae2kS7#!=o0`63I&LQMggRtQh+Jw6o87Wbh^GZ1gw%)39F=4Uagrb zNtK{VQYEO8R0*miRe~x>m6~=2$hTnp6#{CRKx~ zN!6fgQZ=YLT&CsKtYI~@8dwdj24gj(8c+?X22?|;0o9OdKsBTqi|5bKYG5_A8dwd- zYCyH5T2L*i7F0{B1=W&jLA83q(`sS0v|3m#trlaoq*_odsTNdAss+`N>Ogg*x(QZC ztAo|i>R@#os{_@M>Ogg*I#3;{4pc{~1JzBmI#@le9#&7Q2i246LG`41P(7(0R8Oi0 z)ss4TSUs&CR!^&k)syN$4WtH81E~SjKxzOrkQzXp0<8hoKx=?C&>BDuqy|s}sR7hL fY5+BVc5$O!KfsT#@u@5OcVFL}+`GTR`>*~5<-d0^ delta 176 zcmX@Ggz@hr#trO@n>n~E%_j%j3$qoc7Gf&@IkLOvx{| z%FHWHEm1H~&^0Wm08&NiNr@T;Iv}WLXsT&lkeHH^nU`**XENE^Q4(U75y&h@<&@MU UL(?R(%qmLFRWR7x;B94ff#qZM&+yt|xf5<>c+76+-NRH^-lWNmW8`{5 z(VotViub0x3%x_(fD+cF(58eCC=>k{&I#ivp=z-!9t0R*OWh{A35S?4(JjIV)Iv|y zgbtIQiLNtfqprcJ^gA-r2{2>H@Ge%?cP$h4Dba=$T#aZ%p85@q>-8uMHNyK88s5Wd zRw;WsxvbzZ2$z`C!zM;W&JuNK$iQHhhLk3~q0|h!#(Cms2RfKoio(&=k~l%vMi`E@ z%7`Pr8M)*{CjJ`vBM{35G+J|}*wI)5Cq}TKGtO>#5o~RbJ0ZHx3cR#fgFqf;E#pi( zGlI?%Fd+X6K%E^F=O>WZG_%)@%8JtebCOIE!8J~g0D%`g%^M)XmzEj!- delta 203 zcmeAS-{(HTd1FsBaVI_Eg)WI8!II_d;EN4RZv;+EiNblw~- z^_7j$WpbdR2czreS&C)M9FFc@ItEUTd6Ns2H8irF9d*LNdK_UaUl7+7M0mql>67hM r#2F1iS{y533Ip+L0lEn26p#@R6P-)kynseJyH3_tliX~i8qNj){=hh$ diff --git a/searx/static/themes/oscar/css/logicodev.css b/searx/static/themes/oscar/css/logicodev.css index 595b81fbc..6c653380f 100644 --- a/searx/static/themes/oscar/css/logicodev.css +++ b/searx/static/themes/oscar/css/logicodev.css @@ -13,6 +13,362 @@ .github-issue-button:hover { background-color: #2ea043; } +.issue-hide { + display: none; +} +.engine-stats .engine-name { + width: 20rem; +} +.engine-stats .engine-score { + width: 7rem; + text-align: right; +} +.engine-stats .engine-reliability { + text-align: right; +} +.engine-stats table.engine-error { + max-width: 1280px; + margin: 1rem; + border: 1px solid gray; +} +.engine-stats table.engine-error th.engine-error-type, +.engine-stats table.engine-error td.engine-error-type, +.engine-stats failed-test { + width: 10rem; +} +.engine-stats table.engine-error span.log_parameters { + border-right: 1px solid gray; + padding: 0 1rem 0 0; + margin: 0 0 0 0.5rem; +} +.bar-chart-value { + width: 3em; + display: inline-block; + text-align: right; + padding-right: 0.5rem; +} +.bar-chart-graph { + width: calc(100% - 5rem); + display: inline-block; +} +.bar-chart-bar { + border: 3px solid #5bc0de; + margin: 1px 0; +} +.bar-chart-serie1 { + border: 3px solid #5bc0de; + margin: 1px 0; + float: left; +} +.bar-chart-serie2 { + border: 3px solid #deb15b; + margin: 1px 0; + float: left; +} +.bar0 { + width: 0; + border: 0; +} +.bar1 { + width: 1%; +} +.bar2 { + width: 2%; +} +.bar3 { + width: 3%; +} +.bar4 { + width: 4%; +} +.bar5 { + width: 5%; +} +.bar6 { + width: 6%; +} +.bar7 { + width: 7%; +} +.bar8 { + width: 8%; +} +.bar9 { + width: 9%; +} +.bar10 { + width: 10%; +} +.bar11 { + width: 11%; +} +.bar12 { + width: 12%; +} +.bar13 { + width: 13%; +} +.bar14 { + width: 14%; +} +.bar15 { + width: 15%; +} +.bar16 { + width: 16%; +} +.bar17 { + width: 17%; +} +.bar18 { + width: 18%; +} +.bar19 { + width: 19%; +} +.bar20 { + width: 20%; +} +.bar21 { + width: 21%; +} +.bar22 { + width: 22%; +} +.bar23 { + width: 23%; +} +.bar24 { + width: 24%; +} +.bar25 { + width: 25%; +} +.bar26 { + width: 26%; +} +.bar27 { + width: 27%; +} +.bar28 { + width: 28%; +} +.bar29 { + width: 29%; +} +.bar30 { + width: 30%; +} +.bar31 { + width: 31%; +} +.bar32 { + width: 32%; +} +.bar33 { + width: 33%; +} +.bar34 { + width: 34%; +} +.bar35 { + width: 35%; +} +.bar36 { + width: 36%; +} +.bar37 { + width: 37%; +} +.bar38 { + width: 38%; +} +.bar39 { + width: 39%; +} +.bar40 { + width: 40%; +} +.bar41 { + width: 41%; +} +.bar42 { + width: 42%; +} +.bar43 { + width: 43%; +} +.bar44 { + width: 44%; +} +.bar45 { + width: 45%; +} +.bar46 { + width: 46%; +} +.bar47 { + width: 47%; +} +.bar48 { + width: 48%; +} +.bar49 { + width: 49%; +} +.bar50 { + width: 50%; +} +.bar51 { + width: 51%; +} +.bar52 { + width: 52%; +} +.bar53 { + width: 53%; +} +.bar54 { + width: 54%; +} +.bar55 { + width: 55%; +} +.bar56 { + width: 56%; +} +.bar57 { + width: 57%; +} +.bar58 { + width: 58%; +} +.bar59 { + width: 59%; +} +.bar60 { + width: 60%; +} +.bar61 { + width: 61%; +} +.bar62 { + width: 62%; +} +.bar63 { + width: 63%; +} +.bar64 { + width: 64%; +} +.bar65 { + width: 65%; +} +.bar66 { + width: 66%; +} +.bar67 { + width: 67%; +} +.bar68 { + width: 68%; +} +.bar69 { + width: 69%; +} +.bar70 { + width: 70%; +} +.bar71 { + width: 71%; +} +.bar72 { + width: 72%; +} +.bar73 { + width: 73%; +} +.bar74 { + width: 74%; +} +.bar75 { + width: 75%; +} +.bar76 { + width: 76%; +} +.bar77 { + width: 77%; +} +.bar78 { + width: 78%; +} +.bar79 { + width: 79%; +} +.bar80 { + width: 80%; +} +.bar81 { + width: 81%; +} +.bar82 { + width: 82%; +} +.bar83 { + width: 83%; +} +.bar84 { + width: 84%; +} +.bar85 { + width: 85%; +} +.bar86 { + width: 86%; +} +.bar87 { + width: 87%; +} +.bar88 { + width: 88%; +} +.bar89 { + width: 89%; +} +.bar90 { + width: 90%; +} +.bar91 { + width: 91%; +} +.bar92 { + width: 92%; +} +.bar93 { + width: 93%; +} +.bar94 { + width: 94%; +} +.bar95 { + width: 95%; +} +.bar96 { + width: 96%; +} +.bar97 { + width: 97%; +} +.bar98 { + width: 98%; +} +.bar99 { + width: 99%; +} +.bar100 { + width: 100%; +} .searx-navbar { background: #29314D; height: 2.3rem; @@ -1013,21 +1369,3 @@ th:hover .engine-tooltip, padding: 0.4rem 0; width: 1px; } -.stacked-bar-chart-serie1 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #5bc0de; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} -.stacked-bar-chart-serie2 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #deb15b; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} diff --git a/searx/static/themes/oscar/css/logicodev.min.css b/searx/static/themes/oscar/css/logicodev.min.css index 2ac815bb74eb9f910f3292ee5e2e56abef47a8f3..6f93b507db5deffd0a457c23524789bee3f56e3e 100644 GIT binary patch delta 2577 zcma*pOK#&v5C&j)6J(iXmIMp~8DMCz-`&(fvJ6^cTOvYBLX$JGAsEau`?*MftaF1L zB1Z`y|35Rf$3S)}iPiOWRfDa+KmPv5)t}#Ajcwn5Nadkz(xqwpa~B`$gal zxNW<3c)Yxsv!)Dj+ap^X zwEyKC^E8kl<^Hm6uUxwOVw0P5Y?}7Cud8D2L{SwLJ5ycHQE_XQS#D!4cZZmV@?-2i zaDeL5zxK!RhAe~ZS7*W`$<&QO;HwerFR=1wf5M}hiu!OcE3K|eyKlw z!j5XS3~Zbyc5Sx1s!7DpqpZHp>Qio$c%JxH-sY}5#i8!f-EgiMH7e}4+TgIQI>G7QER`fexrPd%T0@Ocuc1LWnl-kF?HW3SZVf#`zlH%}SVKXd zsPM&SnZOsc3E%{EqkvBkC?FIh3J?X20!Trn08`K@02P!9P$j7n)KStZVU@H>SS76z zR7t7?Rgx+}m842gC8-ir3F=r&SS76zRz<6VRgtPdRirA;oKyv>B2|H^NL4F!%!*b8 ztD;rGs@PTqsv=c^s!7$LYEm_*np6#{Ua8}u);yuKYFIU`8g132YEU()8dOcH233=) zK{ceBg*wJ;Xf?1JS`Dm*Z8e}8QVpnvR0FCZ)qrY9HK3Y>I!-s9fz{AzV70VbwAGSo zLA9h>P%WtzR7NvfkEUgw+ORI&|vaJ?WOR5Fck?KHoq&iR?sSZ>(Q^)zr zcd$BI9juO4hqgLW9jJ~}2dX30f$B(gpn6jML>=dMw5Qd>>S^_`dbZVr>PhvWdQv^8 zo>UL2C)I=MC+fKT=kc(5T0N|R)_}GKQUj=g)BtKAHGmpO4WI^6gSq*6xjF)^0oFik ffHknK0n|Wh0Cl>DaV^X@@?YOw{o_CVuqpoo`j38? delta 178 zcmZqZVBA}_frD`~C-*6f$wtn?Y{jWXnW=`8eVkn!lueV84N_9AlkzKci!%~a^2@C< z^NLeT6buw}4GSuOR8e|TqK1JE2L5U3?^T4)&l_05;xTV diff --git a/searx/static/themes/oscar/css/logicodev.min.css.map b/searx/static/themes/oscar/css/logicodev.min.css.map index 4d017668b682bb2221c45cf856b6a30ed6a9e2cd..50a2494e393fa422571af92fea3ccf1819396d96 100644 GIT binary patch delta 2277 zcmc&#%SyvQ6eSe|SArl|1Q#yccxgmjy16qM(=>#%l~!DZQYzHGEUDl|M*l#_CkXDP zd%?Az;1Bo%E(K>MnY0MSU1k&JKF_%)lbeUr5C4hoR4R59btj|IWE@5IuouU6JnPKj z*ZObNseIw+s+HOUc21f~wM zF@cV(_vAydQRs>%OB;)TI2W<^Pm&$T1~y<=4foI@6-&0T7<`jUgg zUr(WqkT0ltidtB#L%e?@xEhuhJg>&pu4dCfoG$sI->)4@{PsP_nFO_^XJm%rq!PFt?zZKmE4xA N7M;J9Z`Mlt_rE?lMUemi delta 205 zcmX@@-C#4pd1FsKk1;g;jDC^ a1wfNQe5f?U5JQk57L_oqfutCsR0{x)s5gcH diff --git a/searx/static/themes/oscar/css/pointhi.css b/searx/static/themes/oscar/css/pointhi.css index 2741b6f8e..2309d4e26 100644 --- a/searx/static/themes/oscar/css/pointhi.css +++ b/searx/static/themes/oscar/css/pointhi.css @@ -13,6 +13,362 @@ .github-issue-button:hover { background-color: #2ea043; } +.issue-hide { + display: none; +} +.engine-stats .engine-name { + width: 20rem; +} +.engine-stats .engine-score { + width: 7rem; + text-align: right; +} +.engine-stats .engine-reliability { + text-align: right; +} +.engine-stats table.engine-error { + max-width: 1280px; + margin: 1rem; + border: 1px solid gray; +} +.engine-stats table.engine-error th.engine-error-type, +.engine-stats table.engine-error td.engine-error-type, +.engine-stats failed-test { + width: 10rem; +} +.engine-stats table.engine-error span.log_parameters { + border-right: 1px solid gray; + padding: 0 1rem 0 0; + margin: 0 0 0 0.5rem; +} +.bar-chart-value { + width: 3em; + display: inline-block; + text-align: right; + padding-right: 0.5rem; +} +.bar-chart-graph { + width: calc(100% - 5rem); + display: inline-block; +} +.bar-chart-bar { + border: 3px solid #5bc0de; + margin: 1px 0; +} +.bar-chart-serie1 { + border: 3px solid #5bc0de; + margin: 1px 0; + float: left; +} +.bar-chart-serie2 { + border: 3px solid #deb15b; + margin: 1px 0; + float: left; +} +.bar0 { + width: 0; + border: 0; +} +.bar1 { + width: 1%; +} +.bar2 { + width: 2%; +} +.bar3 { + width: 3%; +} +.bar4 { + width: 4%; +} +.bar5 { + width: 5%; +} +.bar6 { + width: 6%; +} +.bar7 { + width: 7%; +} +.bar8 { + width: 8%; +} +.bar9 { + width: 9%; +} +.bar10 { + width: 10%; +} +.bar11 { + width: 11%; +} +.bar12 { + width: 12%; +} +.bar13 { + width: 13%; +} +.bar14 { + width: 14%; +} +.bar15 { + width: 15%; +} +.bar16 { + width: 16%; +} +.bar17 { + width: 17%; +} +.bar18 { + width: 18%; +} +.bar19 { + width: 19%; +} +.bar20 { + width: 20%; +} +.bar21 { + width: 21%; +} +.bar22 { + width: 22%; +} +.bar23 { + width: 23%; +} +.bar24 { + width: 24%; +} +.bar25 { + width: 25%; +} +.bar26 { + width: 26%; +} +.bar27 { + width: 27%; +} +.bar28 { + width: 28%; +} +.bar29 { + width: 29%; +} +.bar30 { + width: 30%; +} +.bar31 { + width: 31%; +} +.bar32 { + width: 32%; +} +.bar33 { + width: 33%; +} +.bar34 { + width: 34%; +} +.bar35 { + width: 35%; +} +.bar36 { + width: 36%; +} +.bar37 { + width: 37%; +} +.bar38 { + width: 38%; +} +.bar39 { + width: 39%; +} +.bar40 { + width: 40%; +} +.bar41 { + width: 41%; +} +.bar42 { + width: 42%; +} +.bar43 { + width: 43%; +} +.bar44 { + width: 44%; +} +.bar45 { + width: 45%; +} +.bar46 { + width: 46%; +} +.bar47 { + width: 47%; +} +.bar48 { + width: 48%; +} +.bar49 { + width: 49%; +} +.bar50 { + width: 50%; +} +.bar51 { + width: 51%; +} +.bar52 { + width: 52%; +} +.bar53 { + width: 53%; +} +.bar54 { + width: 54%; +} +.bar55 { + width: 55%; +} +.bar56 { + width: 56%; +} +.bar57 { + width: 57%; +} +.bar58 { + width: 58%; +} +.bar59 { + width: 59%; +} +.bar60 { + width: 60%; +} +.bar61 { + width: 61%; +} +.bar62 { + width: 62%; +} +.bar63 { + width: 63%; +} +.bar64 { + width: 64%; +} +.bar65 { + width: 65%; +} +.bar66 { + width: 66%; +} +.bar67 { + width: 67%; +} +.bar68 { + width: 68%; +} +.bar69 { + width: 69%; +} +.bar70 { + width: 70%; +} +.bar71 { + width: 71%; +} +.bar72 { + width: 72%; +} +.bar73 { + width: 73%; +} +.bar74 { + width: 74%; +} +.bar75 { + width: 75%; +} +.bar76 { + width: 76%; +} +.bar77 { + width: 77%; +} +.bar78 { + width: 78%; +} +.bar79 { + width: 79%; +} +.bar80 { + width: 80%; +} +.bar81 { + width: 81%; +} +.bar82 { + width: 82%; +} +.bar83 { + width: 83%; +} +.bar84 { + width: 84%; +} +.bar85 { + width: 85%; +} +.bar86 { + width: 86%; +} +.bar87 { + width: 87%; +} +.bar88 { + width: 88%; +} +.bar89 { + width: 89%; +} +.bar90 { + width: 90%; +} +.bar91 { + width: 91%; +} +.bar92 { + width: 92%; +} +.bar93 { + width: 93%; +} +.bar94 { + width: 94%; +} +.bar95 { + width: 95%; +} +.bar96 { + width: 96%; +} +.bar97 { + width: 97%; +} +.bar98 { + width: 98%; +} +.bar99 { + width: 99%; +} +.bar100 { + width: 100%; +} html { position: relative; min-height: 100%; @@ -772,21 +1128,3 @@ td:hover .engine-tooltip, padding: 0.4rem 0; width: 1px; } -.stacked-bar-chart-serie1 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #5bc0de; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} -.stacked-bar-chart-serie2 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #deb15b; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} diff --git a/searx/static/themes/oscar/css/pointhi.min.css b/searx/static/themes/oscar/css/pointhi.min.css index 2d625c984fdafe44a2ab53d9d1f047e2a0e891f6..e7bfa25282fffd5d88727d21006123c0f8c8cdb8 100644 GIT binary patch delta 2594 zcma*pOOD${5C&j)I$U30J9*GDg3QZcGfiUP@F5rtK$klRy zP~`uQlkpfZv{6xARbN*VBLDjJpSwR_zsj3#9N)+C*tPN6cH^aQ9_sUOj*pvoK6K|; zj#D#@1*3Cwiq{WaI~{9TrFiglEvrTRTOXLw^l#A*y3?BXJ@3(U$LiJ zJssJ1X1A}}Nd4_Bt0fCbV@zEXUzfMN>xX8l`*=6sji1sw`jVhe04OLFAPO1Vc3uxeU0sG3v_swP!~s!7$LYEm_*8q{2CSPiWPRzs_S z)sSjHHKZC)4XFlHL#hGQkZM+HPKH(ktD)7vYB*K{swLHeYDu-AT2d{jmQ)L>U8(t4 zTUafv7FJ8E#aJz=7F0{B1=W&jL3N}$P#vjmq2?wzS{PhuCYMvhjo>mX5r`5yi zIaUv9AT@v*NDZI{QUj=g)BtL@QS|O4X_4U1I8Li4WI^61E_)20P6f4=70SB eM1DL@r~Y~w#%}6{`R(lQZ(qrGAOHCAr+)!=Foj3} delta 173 zcmey8wlQ=AJL6^!ZbyyDiwuO>ic^a+Qw=BU8M)Xfnfe_l4 z)rzW$=5nszIWy;s`MY(KFUx5$Z~eBdT4iy)oaANew?A5M-gNN)=x9>RX2tyIsB@8* zWoMq>9!<;gI)5Y6mU@D$yc%DXHIi~UvHXi-I=?!bb{6-ivwXgu=A%e=h4SZ~R6eo{Q6rp(97$=NzR=@r+T$a5i2nrt?$8xTWz=T}Il(Y9zyfHrkF-nPxIQl+l5V zzE*34YBY^xcn%R-4P`iz(L_eMj1FW(5wVQwKgoHd-huHVQdY`HCq2-5V={9RlOTm% z;2r3suik^f&1oIw5A=Rtog3M4^Tenr=3Q&^u(FOkw37}xKeE2sigfofQe{_nwfrVO zqDt#5QkPvF&m%P!JL;V9kigNetmdJIqwX+$NcY5B??Wnf!!`LafNqm?&8mC&~3*dhKaV8B(rsLQ)G@PQo z*6CPjS?^r!j9nj;nX~9!q>8TAMNhRs(n)OT&UE_jv%2hQ{kEq*b+!3n+=kihsndFM z5ckn?psEJDsD&Lu!On{fjcuPe1Up=S&3#o;5}OOoXJJkO6dGEiM&m$5XfUc~4icLZ z*ldMfgQ^mp+#7WdGqxk?s?4!HJ3 zzyYAR)llV$Kp${q!&K{2#8Fxo)LJ5|oQjX?06yxPzqYyN)pzu|wInT`*Bfb@t6Ajk60D614-NlmW|SO{BvJz(k*6snNvK5ph?q7{LpVGPf8Jww14@F5(eg=JMtvLrXmAaIsxQb`Obi zYE&C5XYQ&S=ol*>YAc|*wa4Wy&|u{{*2b@ZW@^+{{mRraZkuz^{N=gKcK1*cei6C* zih00`gNDYS;1GYlN)p;C`E11^KENzGY5SS zjjf)jOc1&BtMtZ*oIJN7e{ezuJiI$7J)(p>lsrUa`tBMESO=Rk6cFBizdyJvB<)!efcNJ+3EGr7Wp z{8gOfG^A6AIY)Bg40+pqcHdacN3&;d1ZEZQCaa3`^JoueKr;24gaQE}z_pG6LG`P( z6ty=SX$dw*lsMA+as`1WRH}jAL&XCwi9O}1##3KzglawM zz*ap7ki$-a#s?Rs1$51OOz?vjuw2Drm3A!1jYZkNWhn3?A{G2)w>Xo?-oAPbv+A<17-VSm<;%g-Lbbg zw3>-$rZ{zF4!y@{Yn$f$3Dwo`j6l5=NBmZ%G#j+Q2n= zoz$a~OL?LZAv&RjCY&KohXP;o^+C=28%YC5+QrZk8}?N8`An980bL1712sNU?6?-} zIqIz5?>FK@@2Qgz@Wlnu-!~L}SbbOU*&LdJCqyrz4P_&s_Ruf{uC+o$=s^%plkve| ZdsDe^uO`cvrjw(iqfVf6nA>JH?(-as z&YQ0ZUt|MPE2K^^bL)6Ix_jvuI63AyPfn0k7s+;Z)CmV`aD=gZCp$6=OQi!%0~!O8 Z@&ysDP<@6FeU&iPfvEZf(ex?R0s!K2GF|`x diff --git a/searx/static/themes/oscar/js/searx.min.js b/searx/static/themes/oscar/js/searx.min.js index ad36c8e062fa950e15710f7b46191eca7adab045..ef828ed60718a2bcb591cb64551f4d1f8737f247 100644 GIT binary patch delta 58 zcmbPgyWMtzq`slKu7Rnpk%5t+LXAR3Nl8JmmA-y@W=TeAl3sFtu6}W9Vo^n2I*i_^ HmM;eYAmkIY delta 24 fcmdmPJJoiAB(IT?u7QcJk%5t+LXE;kk9;`*S5yY3 diff --git a/searx/static/themes/simple/css/searx-rtl.css b/searx/static/themes/simple/css/searx-rtl.css index c291d532a..333e6de56 100644 --- a/searx/static/themes/simple/css/searx-rtl.css +++ b/searx/static/themes/simple/css/searx-rtl.css @@ -1,4 +1,4 @@ -/*! searx | 28-04-2021 | https://github.com/searxng/searxng */ +/*! searx | 17-05-2021 | https://github.com/searxng/searxng */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -19,6 +19,362 @@ .github-issue-button:hover { background-color: #2ea043; } +.issue-hide { + display: none; +} +.engine-stats .engine-name { + width: 20rem; +} +.engine-stats .engine-score { + width: 7rem; + text-align: right; +} +.engine-stats .engine-reliability { + text-align: right; +} +.engine-stats table.engine-error { + max-width: 1280px; + margin: 1rem; + border: 1px solid gray; +} +.engine-stats table.engine-error th.engine-error-type, +.engine-stats table.engine-error td.engine-error-type, +.engine-stats failed-test { + width: 10rem; +} +.engine-stats table.engine-error span.log_parameters { + border-right: 1px solid gray; + padding: 0 1rem 0 0; + margin: 0 0 0 0.5rem; +} +.bar-chart-value { + width: 3em; + display: inline-block; + text-align: right; + padding-right: 0.5rem; +} +.bar-chart-graph { + width: calc(100% - 5rem); + display: inline-block; +} +.bar-chart-bar { + border: 3px solid #5bc0de; + margin: 1px 0; +} +.bar-chart-serie1 { + border: 3px solid #5bc0de; + margin: 1px 0; + float: left; +} +.bar-chart-serie2 { + border: 3px solid #deb15b; + margin: 1px 0; + float: left; +} +.bar0 { + width: 0; + border: 0; +} +.bar1 { + width: 1%; +} +.bar2 { + width: 2%; +} +.bar3 { + width: 3%; +} +.bar4 { + width: 4%; +} +.bar5 { + width: 5%; +} +.bar6 { + width: 6%; +} +.bar7 { + width: 7%; +} +.bar8 { + width: 8%; +} +.bar9 { + width: 9%; +} +.bar10 { + width: 10%; +} +.bar11 { + width: 11%; +} +.bar12 { + width: 12%; +} +.bar13 { + width: 13%; +} +.bar14 { + width: 14%; +} +.bar15 { + width: 15%; +} +.bar16 { + width: 16%; +} +.bar17 { + width: 17%; +} +.bar18 { + width: 18%; +} +.bar19 { + width: 19%; +} +.bar20 { + width: 20%; +} +.bar21 { + width: 21%; +} +.bar22 { + width: 22%; +} +.bar23 { + width: 23%; +} +.bar24 { + width: 24%; +} +.bar25 { + width: 25%; +} +.bar26 { + width: 26%; +} +.bar27 { + width: 27%; +} +.bar28 { + width: 28%; +} +.bar29 { + width: 29%; +} +.bar30 { + width: 30%; +} +.bar31 { + width: 31%; +} +.bar32 { + width: 32%; +} +.bar33 { + width: 33%; +} +.bar34 { + width: 34%; +} +.bar35 { + width: 35%; +} +.bar36 { + width: 36%; +} +.bar37 { + width: 37%; +} +.bar38 { + width: 38%; +} +.bar39 { + width: 39%; +} +.bar40 { + width: 40%; +} +.bar41 { + width: 41%; +} +.bar42 { + width: 42%; +} +.bar43 { + width: 43%; +} +.bar44 { + width: 44%; +} +.bar45 { + width: 45%; +} +.bar46 { + width: 46%; +} +.bar47 { + width: 47%; +} +.bar48 { + width: 48%; +} +.bar49 { + width: 49%; +} +.bar50 { + width: 50%; +} +.bar51 { + width: 51%; +} +.bar52 { + width: 52%; +} +.bar53 { + width: 53%; +} +.bar54 { + width: 54%; +} +.bar55 { + width: 55%; +} +.bar56 { + width: 56%; +} +.bar57 { + width: 57%; +} +.bar58 { + width: 58%; +} +.bar59 { + width: 59%; +} +.bar60 { + width: 60%; +} +.bar61 { + width: 61%; +} +.bar62 { + width: 62%; +} +.bar63 { + width: 63%; +} +.bar64 { + width: 64%; +} +.bar65 { + width: 65%; +} +.bar66 { + width: 66%; +} +.bar67 { + width: 67%; +} +.bar68 { + width: 68%; +} +.bar69 { + width: 69%; +} +.bar70 { + width: 70%; +} +.bar71 { + width: 71%; +} +.bar72 { + width: 72%; +} +.bar73 { + width: 73%; +} +.bar74 { + width: 74%; +} +.bar75 { + width: 75%; +} +.bar76 { + width: 76%; +} +.bar77 { + width: 77%; +} +.bar78 { + width: 78%; +} +.bar79 { + width: 79%; +} +.bar80 { + width: 80%; +} +.bar81 { + width: 81%; +} +.bar82 { + width: 82%; +} +.bar83 { + width: 83%; +} +.bar84 { + width: 84%; +} +.bar85 { + width: 85%; +} +.bar86 { + width: 86%; +} +.bar87 { + width: 87%; +} +.bar88 { + width: 88%; +} +.bar89 { + width: 89%; +} +.bar90 { + width: 90%; +} +.bar91 { + width: 91%; +} +.bar92 { + width: 92%; +} +.bar93 { + width: 93%; +} +.bar94 { + width: 94%; +} +.bar95 { + width: 95%; +} +.bar96 { + width: 96%; +} +.bar97 { + width: 97%; +} +.bar98 { + width: 98%; +} +.bar99 { + width: 99%; +} +.bar100 { + width: 100%; +} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -1250,24 +1606,6 @@ td:hover .engine-tooltip, padding: 0.4rem 0; width: 1px; } -.stacked-bar-chart-serie1 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #5bc0de; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} -.stacked-bar-chart-serie2 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #deb15b; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} /*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ .autocomplete { position: absolute; @@ -2132,7 +2470,7 @@ article.result-images[data-vim-selected]::before { box-shadow: 0px 0px 5px #CCC; } #sidebar .infobox h2 { - margin: 0 0 .5em 0; + margin: 0 0 0.5em 0; } #sidebar .infobox img { max-width: 100%; diff --git a/searx/static/themes/simple/css/searx-rtl.min.css b/searx/static/themes/simple/css/searx-rtl.min.css index 83d09003427cbfb977c29ecc3b0eb7b4317126ef..9f3a4f43acbe974a881c886cb6d19c496a0ee094 100644 GIT binary patch delta 5345 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

@=#GBXT}*Z zA&*&-(xR0GSw&TfXEq@OXEXL&eRo1l4hk4116hGd^nlQqB6WjA*C)i|3unsnNt1Y}8M{=38 z(T1FQwoHbn7OaMchu0N;l!96pZ^f>v6&yUHSG=KA#jl-Le02XNMHAdm?}#SaU)SWw zXo%m0OTIn~hQ1t)u(|?`AbPiys6Sr)K@Y6J4~9S&^#`WxhOmUlfS3WGv((jHX$b(O zP8n3Vp6x^Q}|IN6IHtw>U>sGhJCv&>lv*m&}mtDY_sQA zU4e;LJN-3E9!oSoLKu2WXl*RX6WxtP3kvS(O3$naV?*CQMQd;Jex|thOHCLIR90r& zzG7W}IJ7H4BU0IcDeuR;JI^w<5gCatNiYm=T+eos(jD4$4tF0;hkx#JefDJ9a_iJ2 z&hQuCOKPSR0UY!n$LU}PBpp99L>Yc}((Eu{I@ZrjA{eMTovbC00BIs;1SQajz<0R& z+bpLl=%n(AX3APLlh@G{Utp)5lE2PAT9SDr3x4e1r-Xg6(W0I|8JPPte~qu;x@#rT zDR|=QT4kP0%yAMN_Qy+IUuz0;Mc#Z1)mf_M;Wc2zJ9lzvfkyb0LeY#rhVpxRt}sgq z+mCm5WUJx^`C+67^7f@ZbydNYK~im>o2hi|13Erea0^jf`(oSGDZR@pX11N>YZ2<( z6{F(A2`G`MZ1!MT#B1nDJbi~Ku60^g`Bkezl`H9Z$SC&bq(oV$bjdt36wZ!f*(2<* z*fPZO$R#cEuFv709PxRfO171Xd0r?N<$X3aiOtT?0X~NZU`1Bv9W^cV`d_i>V`Y6g zYTt;8u%(dggkD4w1PGVID_zr_b#4DP%29!t8)e-1^QaFuTyby^6!F3Lckgit{S*7aS;kORm4$zVk+ju!Tmq5xazy^H_lW@h#P zMZQU#D30_Mv!VPo0d(P=tl(90E^Z8nPtb-5-$iyRi*WGKk6VNYIv7~HloWL(Wi3tu zm7CQne-qRF%J3#z3+H!y#E{v4-*awS$1_}_z*RA7jFvqtGRK7-ACPNb^a5t=AGcRN%PJXnMf3v}jHRrz|BYp$j25Gr^Wde2tQxT_oraQAh;) zc2#M2U|pn@+oM{il$k4HDdIQ`x&Spd=qj*mS?&SqroHs>nr=;FCW)kP6znx!n33_4 zUctQY$=Zi9Ed{LvRMKtu@rL}`ozciz5%SR`E2L!|c&rq8m~MbQC90=Wj{Rwc9Us(F z^s%0$%QU8R8QMs4LKgT5$`3SGFAzmWrpT`@DAd+pj_cR1;(O0~icuAg^spZ^1J%$F z`N1~d<51T9@wS9#60xt3v=uiWlC#&5$| z+(a}vj3s#V62B$U4U&mL7sRRXz(DcFnPW&{505zjJZKJ+@Aln6Nyt>xZ;!Sd;lzt~mT@K8+%s z7U?g;WVs&D^&J6aiu$4EFg3sjV+4bl0ulMBXF~AuwXNL29QU{6@-Ogs)tGkYp`)44 z%2_Ng;x%_1GVEIiG3Ja5FrO#6$#!s3*oSkMmF@Po2D_uDXE*y#9zbqT2}|Ia8-Jb$ zG(<%QNq|J;iM63hy%S7V_U)Tn&q(Z)1wJ(GyiQcJ9vuW2B;_L)rM?|cIvB-GvKl8Q zw!`GZN?j;`lgWhVW6i~iBIbl-v|=MCuPyzVm|69FQU-vE0giB3L@o(-!`}jkp6gjH z_ae1c7Q#s8VICWt%6L-Jb2FGuhy#B0iMF7K*aSsE(f=OBB@rDYq02JYzId2g@tA_{ zO~Y=KKrI9y!%jLL@Y>u%FgBIKqvJo*5zDRx^>=s(3zN=}m~X;5_H`*v_>y&*Xa71>63IRsC;O_MTLj6l9?KtWXUXx5lcBg?53)<*c>YyHHe~CjrPqqOUE7%P&`eZ pJyDdizr!7-9ar`dX>vo4v+3_^-F){Z*Vh9qq3I=m<8|x5{|6)n>*@di literal 0 HcmV?d00001 diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index ba5f6f8c1..61000595b 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 28-04-2021 | https://github.com/searxng/searxng */ +/*! searx | 17-05-2021 | https://github.com/searxng/searxng */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -19,6 +19,362 @@ .github-issue-button:hover { background-color: #2ea043; } +.issue-hide { + display: none; +} +.engine-stats .engine-name { + width: 20rem; +} +.engine-stats .engine-score { + width: 7rem; + text-align: right; +} +.engine-stats .engine-reliability { + text-align: right; +} +.engine-stats table.engine-error { + max-width: 1280px; + margin: 1rem; + border: 1px solid gray; +} +.engine-stats table.engine-error th.engine-error-type, +.engine-stats table.engine-error td.engine-error-type, +.engine-stats failed-test { + width: 10rem; +} +.engine-stats table.engine-error span.log_parameters { + border-right: 1px solid gray; + padding: 0 1rem 0 0; + margin: 0 0 0 0.5rem; +} +.bar-chart-value { + width: 3em; + display: inline-block; + text-align: right; + padding-right: 0.5rem; +} +.bar-chart-graph { + width: calc(100% - 5rem); + display: inline-block; +} +.bar-chart-bar { + border: 3px solid #5bc0de; + margin: 1px 0; +} +.bar-chart-serie1 { + border: 3px solid #5bc0de; + margin: 1px 0; + float: left; +} +.bar-chart-serie2 { + border: 3px solid #deb15b; + margin: 1px 0; + float: left; +} +.bar0 { + width: 0; + border: 0; +} +.bar1 { + width: 1%; +} +.bar2 { + width: 2%; +} +.bar3 { + width: 3%; +} +.bar4 { + width: 4%; +} +.bar5 { + width: 5%; +} +.bar6 { + width: 6%; +} +.bar7 { + width: 7%; +} +.bar8 { + width: 8%; +} +.bar9 { + width: 9%; +} +.bar10 { + width: 10%; +} +.bar11 { + width: 11%; +} +.bar12 { + width: 12%; +} +.bar13 { + width: 13%; +} +.bar14 { + width: 14%; +} +.bar15 { + width: 15%; +} +.bar16 { + width: 16%; +} +.bar17 { + width: 17%; +} +.bar18 { + width: 18%; +} +.bar19 { + width: 19%; +} +.bar20 { + width: 20%; +} +.bar21 { + width: 21%; +} +.bar22 { + width: 22%; +} +.bar23 { + width: 23%; +} +.bar24 { + width: 24%; +} +.bar25 { + width: 25%; +} +.bar26 { + width: 26%; +} +.bar27 { + width: 27%; +} +.bar28 { + width: 28%; +} +.bar29 { + width: 29%; +} +.bar30 { + width: 30%; +} +.bar31 { + width: 31%; +} +.bar32 { + width: 32%; +} +.bar33 { + width: 33%; +} +.bar34 { + width: 34%; +} +.bar35 { + width: 35%; +} +.bar36 { + width: 36%; +} +.bar37 { + width: 37%; +} +.bar38 { + width: 38%; +} +.bar39 { + width: 39%; +} +.bar40 { + width: 40%; +} +.bar41 { + width: 41%; +} +.bar42 { + width: 42%; +} +.bar43 { + width: 43%; +} +.bar44 { + width: 44%; +} +.bar45 { + width: 45%; +} +.bar46 { + width: 46%; +} +.bar47 { + width: 47%; +} +.bar48 { + width: 48%; +} +.bar49 { + width: 49%; +} +.bar50 { + width: 50%; +} +.bar51 { + width: 51%; +} +.bar52 { + width: 52%; +} +.bar53 { + width: 53%; +} +.bar54 { + width: 54%; +} +.bar55 { + width: 55%; +} +.bar56 { + width: 56%; +} +.bar57 { + width: 57%; +} +.bar58 { + width: 58%; +} +.bar59 { + width: 59%; +} +.bar60 { + width: 60%; +} +.bar61 { + width: 61%; +} +.bar62 { + width: 62%; +} +.bar63 { + width: 63%; +} +.bar64 { + width: 64%; +} +.bar65 { + width: 65%; +} +.bar66 { + width: 66%; +} +.bar67 { + width: 67%; +} +.bar68 { + width: 68%; +} +.bar69 { + width: 69%; +} +.bar70 { + width: 70%; +} +.bar71 { + width: 71%; +} +.bar72 { + width: 72%; +} +.bar73 { + width: 73%; +} +.bar74 { + width: 74%; +} +.bar75 { + width: 75%; +} +.bar76 { + width: 76%; +} +.bar77 { + width: 77%; +} +.bar78 { + width: 78%; +} +.bar79 { + width: 79%; +} +.bar80 { + width: 80%; +} +.bar81 { + width: 81%; +} +.bar82 { + width: 82%; +} +.bar83 { + width: 83%; +} +.bar84 { + width: 84%; +} +.bar85 { + width: 85%; +} +.bar86 { + width: 86%; +} +.bar87 { + width: 87%; +} +.bar88 { + width: 88%; +} +.bar89 { + width: 89%; +} +.bar90 { + width: 90%; +} +.bar91 { + width: 91%; +} +.bar92 { + width: 92%; +} +.bar93 { + width: 93%; +} +.bar94 { + width: 94%; +} +.bar95 { + width: 95%; +} +.bar96 { + width: 96%; +} +.bar97 { + width: 97%; +} +.bar98 { + width: 98%; +} +.bar99 { + width: 99%; +} +.bar100 { + width: 100%; +} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -1250,24 +1606,6 @@ td:hover .engine-tooltip, padding: 0.4rem 0; width: 1px; } -.stacked-bar-chart-serie1 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #5bc0de; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} -.stacked-bar-chart-serie2 { - display: flex; - flex-shrink: 0; - flex-grow: 0; - flex-basis: unset; - background: #deb15b; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - padding: 0.4rem 0; -} /*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ .autocomplete { position: absolute; @@ -2132,7 +2470,7 @@ article.result-images[data-vim-selected]::before { box-shadow: 0px 0px 5px #CCC; } #sidebar .infobox h2 { - margin: 0 0 .5em 0; + margin: 0 0 0.5em 0; } #sidebar .infobox img { max-width: 100%; diff --git a/searx/static/themes/simple/css/searx.min.css b/searx/static/themes/simple/css/searx.min.css index 12bac0d0c8415926e42902e0fab0ef21f4a71681..9e1c01fc44053594d78ed9caa233ef08b9c998a3 100644 GIT binary patch delta 5341 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 delta 2358 zcmZ`*eQXow8P^30Nk|}eNSus>oN>N$cRo9D1&&GzhO8eNDUguHYz_DE+IPwM?s|8| zPL1193EHV_6a3U_qUyShNp1gX$MuhC)l^ue^)IxoRi#a1tP)%I$LOYMnznUPx7QyT z&;(g$`+c7GeV^y|eEgpK;n{{~KVbsV(J<>0$tkj@*!XTk!xF+`LR58;fn-0YS=pmSW{>gLq_b-r(>PwjcWs2k~37V=pJ@rb>#e z7Au|9U0v1<-CId&x~dYh9Fc6@PX)3SV4A(w9I8J%Og%nF({CvY}udWJZIWQnPkY)MshGn*7A z=_S0YKUG=CmZK7frxJQ3f$1$0KHQROEi0BvxMf+Ts0serGJ$lsfF+tTO!^-l+aV!doWGshptHPY6O2!w31<5h1nCg3JNO@hMU$Rbt z)`Yn6NEm+!h<(RvS@;^Kc{xK^a#_LEtiqz6Sv0LBmqUQ~dhGe_c9Z! zHc=?Dill`1JN`p;H#@aZj1wv`=QTa68T6sKRqPDs{~&aQ=~$~&UcqWIBhjUU5n_*6Q5&Ix=Y;natr^z2msqoA8r6Q_RTPEhn?<$f)UG_U-Gahl|!( ziN=(sIg-g_;IebL#a_g6rWr4XTkwZ)Y}abytJT1Iv;*qpQLTiE0B;PBp<@^Ce`VJ- zrYoXI9?4pcPTV`QRKk?-B{a5=;+Ti7%l#qT=znkv zZ4r`;2?>&$#9M=1*f($i9}S2Q2J=`P*^FNdPS=mhQuSyGXNUIRb<7;;!k>pO;<@1o zd@{VUsp@SB-yP}42Ma-r4Gp4o^eQHX+wr&23pg_-;>MWi>)el-{>i*cJJTfwQ9Rm1 zCMn-hZb{8LNhs*~=x*E+&iLn}uQd4c@yrHB1Rvkw-%RXlddBr6WtpfvWe;A_B*&w- z(TLDeyN4!Ts#1d{sa7GWn=bKKk>zP$(;p`*OT!{p`3SMZ$mA-W2ony;v0_;uCM7b$ zdzNK*x=kJQ6H|j5yYFQyh6nc_2uBjKBB~VHy*#Sy+8m(_7)!`Vr{0Dvcl6MTs-<_O zWLvIYA30e=#;&M8O_YZDI<3R=HfdRaJAnO+oZfIy0R!M)H-KFV%z<|L%(DEjgN*mY|U6Ejb61NCiV>At25#zg_x9d@xshN zSNS&2-`+^;2LG7(7oI=Xht%P~g~KlLhhIhKk$3Rb! z9Pk52f5YJA=r**?wfNz=0E5?#z1>%iR0)2uMxb2eNje)SvDeonyf7cdHx~He$n^B| zWWAr_@%ZFzmtyzZ#Yrpg88lHz5$1d^qKljEiwV1_uhD1-1COV1>G7Z9*9#H!r8{Ub zO{HJNr|FOV>&H_K2tP6AA9`Yx!Cx0o_|l2Tm?qg$SE>|>2h?u-NcuTml`r@Ds@Y3FJi%5M*&~}QXQYn09z2{%GKir6y^8Kx=V3U;?`Jd;huX_qT$Q1_gz2bJf zUij?3>iYtQS9)=&IM`g9qBIsP>`2JZtTZys|F>Vl@1Gj=!=>vC{(Fk2uMQQgi#4RQ x!0%X90Ml7i4udQA(pfZLK6~NmEBM*dJWhW->ZhNXYQQU}dvNu%2I1Lj{{sqMSl<8u diff --git a/searx/static/themes/simple/css/searx.min.css.map b/searx/static/themes/simple/css/searx.min.css.map new file mode 100644 index 0000000000000000000000000000000000000000..6ae12cdbb125d1cf05f80a361788129cb76ef7bb GIT binary patch literal 18778 zcmeI3ZEqXL5y!ua-ue)ycH*XacRU^`il%5uyZ1l8oxM3O zB}GoqqG$~m^zQBM?96{2cklF%tzT9bm&a$PTi-vdwl2@!UmUG2x4!@D)>mKM*T3h_ zkIqg`&Q6~{zyEG^d3pbI_2K#P<>mX;SJvICZkTp?wY<9QO=0c%r`IQ|)6M6nXBQ{S zcgMf>X|mwx?B&L@tFyCrZ;!7^+9$^!k54ytlvw4&<@>8MiFE#Mb+tkJ^6JyOjfcml zFIOK+D(4rgSF4NFsjw=CE?3Koqc`d4->R+CMj_+PrF+FcDu`JFCY#)i+w;eYk`EtlrzH-ZnPk{c%$rt3OOU&pYl| z1D^=!a!hxsuLt$;=RtKjtcSJzj{iRBc0CzXKM(8nbWkmgkN!$Y2yn^gP;1YsgM|^$ zGT#X*`<5-8o_166Y`q{ltQR)18Kr^>zFxx@YjRU`=k=VG*2=`^wij#QGvwRYRcn>J zJE0PbR_MetvFKG?7G=-aUYSsPR<|)3EaqL;s}c#t=+Y)n4I~OO>Kv%hRm)MKgn>!8 zXJ1;OgG`|9!OAoJw27;!iGO5FQd%9=+Xl|0txiBt=q#(()QI;~9yQk9{-KiECp%gJ zr&{aPo#sB$tReMhV{Og7WG*w16!s2G6Uf2seDylpCk*~H1rm(?eUTl4!uoFHPtD1(AoL48{L{1=WF^bLbN7q}^T z7bcmc=nfHLEV}zP8i0uKTDLj<@u)fz-Jg;wQFJ~Jh}(b&ju)fm(3GUvJ<{ zw?~C$auu3|IW6ivvk)!EOZ@!sw5iSn);Pg9sa3=pcwK+KFrMpK7ci#PNmJMRncezz zKGbNtdvS2kQG&`|d!3HVjOv5WSaQ`GS9yuB?{<-nA6&c3$F}_}M8JqQW3 zUj~%{sPh`|NVg-bV%q1OAsNMmPD?CDUvV&z$WQvKq*$?!HZ-JFra7mmJs&&3u78`G zceondeXQAaZmyvtv62$68T-sV5}nN8ZlA7%Tk9vaWx30J%DH8~k6E`i6IGW_C4{JD;JpIvr$;;>W4ZrLr>o!@^x(%<-nX58m&DKi{N?K+AkFGE2mHp}X z@8f5rv>#HnF|EflOKxJD)UCefQwL66>Ihs}cSK&j(PgsIzUShVjp~}HC4gJ?)u!7z zFAx-*{I+glb&q(01&w7h)LXi@8sEY?`^ z%8^ZC)H6#az>3%%ey8=sU}@Wwq67Zfpc@=ZPQnVPQ@aPjqxUMeq`z5x)RT{rhRcUxbRqv!36Q)zu<o=bDJzUf%Ec{AVs zW9Rnace~@Xl`4|_MrqY*~zLzz3~@51v7=KTo7X?BGpS?s1f7tZ*Ml zG3!7_w#koJRN#E98!`d?s$w~s^+nS|F0xmuh`Q{oC2Y`kr39^*t&fIw?>Kwf zFVQ`WNS=@xmguT78`<|rFYZYCunXN{_->@n2X~|`HKsrh@E%mfH``!24y9Puw_FeJ zN>}3b=(?rdh==3?nGfUf>9J17^6N=YnT(Jyu>aJS3Vglo}(`Lh&fMZq{#a=iy(5J2C_%-H0|~aZ$aercm>Q zx2?@z2KMSz6h3L7_S;NdQK(H|u=%w~uPG0P_0D54DW40f7=&I;+b4m#&VyGfG?qs+ zLDd_}vIQbevJRwRF%P4qz$GTAb`?(4+^=8gb3|d(@nddf_TbTQQP1Fgt)CXaC*x(m zfA3)HE$;Q{mGsN;a(&siPc!@UR2Q%HOMZHn3h{w<^2#83Onj-tZo z$$wa{t?s~5z8w9OzN5_=*5{*kNw0&8+nu5YUZbwwfTWX$iV8V1&WH(l%#xHAtt`kY zs!}|&2_ZO}vES;u6KZl$z%Uu$(%$sy(H=)2Zxoyrmyk&vGTlp z#Xk_4HWw-uZC&>vt^%i-iyzy>sJFN!O$pgK%_?*T#CU6>Mu3IKz=Rg5`C2lpD`vB4 zI*r|7(_%3o^9&dr`1P^^78wyl8cIb&iVFG`W&#!#){+j#ROk8%*7`~d6N3GY{R+}h zI<6v7Wgqtx?PVJJPk4FsoP1CScS0ABKsW3Dbz z1_ln8G5Yx7FyGYxN{X#C6Gzhr!!Gk=wGvUo!kCR*oF;pBAAL1j8dmsjQY7EETN3-& zqATKNeolGUa82gVXU!X#o%na-MkY24ts^@kI*1a?l`DMK3T=&0cqwjoxy@im*2!oV zlF&}P=Sr1i!N*p3xT{f%(B^ z^U(;aE6@m{w@ZooCUQnl0*wfKhr7Sda;kz(DxYYk ztVJ_<9Zm5CcG@ZV>+FLinFq4qhyHy^*cTfu>iMIAxli-w_zJGORuY|pC$6ql=E=ky zC&6KVywvrzrZ89J&9_jUrD`5t16I6qCzlpzgik3H&G=&|zqjWKv!t;7aCb+xDsGS; zMtUG`U+7a;6?oE!!VZfqLoAP6(jxEr z9RA4>pBJiRTdA1mg>q5eXH%2d>aE+^*|9}vv^fe8) z9{LQ;85yf=ReoqxutvZjN(SRa3zOuT(;Vvt)+$1&JX2M!I95Ko@)I9`x`#;bw_hWa7zvz&(aB0C4;IjJ@qT5eFY@Zjws>Q7UHWFqaium z6JgSQi{H8sxe9OSOFJD^-^Cn8!V(=3r4X5DK1Fu&7LgWkUD6wP%sA$wSIFTU$_VW( z$TeX}8bz6&r?o){6=Yyt--Qf0aNL~?R>b0HVNWRvu$A7s_+M^jW)D#0tHg=oNMA7< z%3l*e7v9MVUL@z@#(?+)ZJ6*~WT&zS2Os^oMTnq-fwfCXQCCvd;v`VHUaj&sG2O2W zud}sqe#b`)nf>=Y=el(~!zBt_6{E&z*~21pT-fmex%OEvV8;Hj3$w%C2su6q78z>> zQu)wVkDy8gj{A(J2TV(g=2URXQj!w75OOmUY-z;TDCyZng8mSNM6hpHm39Z#MOwK% zs&z`4xgwS#j>Dh}P;-N>0?U@=9-wa8OCPW4)--04Ncu*>Uekpc887J-%=@0KeJImX z&`Llh-G(1;$gkZQjjRFSTGoNbN|F2N2G~=gdOGFUpH|rMK|Mtu>sh)?V@j8y zjU*>zfuEp!PjmGGQDkI_{OW>2ZT;oAe(fs0_q?YVRpCev`$02M4GobWZ1X)1W!)cd zOL!&``}#;*ar0iOPH!ok{PclczSS?e+&)j2?a#6~iNih#kws?wHjKqhM3cigGV?m1pS9H!-af=Z?u+PobG%jaEXStvoUB(DpeiYShtE?(Z5BWaJUb1Y)% zA(&I;vyfre9Qy|ywH*9g7f0M<>vV|;%M-hPNV|qLnSbSq!=L8UDAH+>{xVFK>j7Qg z5m2V6A8HO$1AH(>FqkP2k&k*N1TSCP${oyce@!m`43AfhX?Gqvn)$4p#quIvbH^dW zzI6~|&bR>cd6JuK2PcJnICojuZhvdAJ9>I{z5nC^-Yh!E|NczPj;@#7QQRb}abjXSOg^mCg#tL4 zOn5%lT&yT!PDn;8HgfXX(w~W$RnI470H_$?2!}=Fl3>^TEr95`p4D zvB9Z~CnY^MgXx4g;8&k$3yO$MP!tsX?@?S5(LoZrEOYIPhp82hDd=7|>_!RHLI5)C zq~igv%{>HTQz<+;{xco1>{?KNhlj8*=?sZUhtV{yQ`dISrNfb#tyrQD#ELmF@--tt z*KI><^wM^XuCJLsN|%DlhZbB^csMJWsj*3x%(57;VDA)8yF`MLGLB++o^r UWgn3yH}p80{=PPu@76#61$#o=FaQ7m literal 0 HcmV?d00001 diff --git a/searx/static/themes/simple/js/searx.head.min.js b/searx/static/themes/simple/js/searx.head.min.js index cc57bdea904d9ecad56e90532fe231c0a618fa75..b79635a1f7b484db750b013a11e237122440f72b 100644 GIT binary patch delta 58 zcmeysI*Dz9l)j<4u7Rnpk%5t+LXAR3Nl8JmmA-y@W=TeAl3sFtu6}W9Vo^n2I*i_^ Hev%0Q74Z|h delta 24 fcmbQl_JMVR6t9u7u7QcJk%5t+LXE;k&y!35QsV}$ diff --git a/searx/static/themes/simple/js/searx.min.js b/searx/static/themes/simple/js/searx.min.js index 36b8c38702c3b722efa6e77a4b504112c9aebb28..3f4d3e07c5158e7f81582180fcb7b7de371323b0 100644 GIT binary patch delta 60 zcmX@VkMZL^#tBmThUU5krn*K3MurMC3K=CO1;tkS`stY^8Kp^j$@#hZ#i@x!6?y3} JdZW5VJOFr46(|4z delta 26 hcmeykkMaCI#tBlqM#j1ZCb~ujMurMC3L8B&;sJc$2pa$Z