style.less 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. /*
  2. * searx, A privacy-respecting, hackable metasearch engine
  3. *
  4. * To convert "style.less" to "style.css" run: $make styles
  5. */
  6. @import "definitions.less";
  7. @import "mixins.less";
  8. // Main LESS-Code
  9. html {
  10. font-family: sans-serif;
  11. font-size: 0.9em;
  12. .text-size-adjust;
  13. color: @color-font;
  14. padding: 0;
  15. margin: 0;
  16. }
  17. body, #container {
  18. padding: 0;
  19. margin: 0;
  20. }
  21. #container {
  22. width: 100%;
  23. position: absolute;
  24. top: 0;
  25. }
  26. // Search-Field
  27. @import "search.less";
  28. // Autocompleter
  29. @import "autocompleter.less";
  30. .row {
  31. max-width: 800px;
  32. margin: 20px auto;
  33. text-align: justify;
  34. h1 {
  35. font-size: 3em;
  36. margin-top: 50px;
  37. }
  38. p {
  39. padding: 0 10px;
  40. max-width: 700px;
  41. }
  42. h3,ul {
  43. margin: 4px 8px;
  44. }
  45. }
  46. .hmarg {
  47. margin: 0 20px;
  48. border: 1px solid @color-hmarg-border;
  49. padding: 4px 10px;
  50. }
  51. a {
  52. &:link.hmarg {
  53. color: @color-hmarg-font;
  54. }
  55. &:visited.hmarg {
  56. color: @color-hmarg-font;
  57. }
  58. &:active.hmarg {
  59. color: @color-hmarg-font-hover;
  60. }
  61. &:hover.hmarg {
  62. color: @color-hmarg-font-hover;
  63. }
  64. }
  65. .top_margin {
  66. margin-top: 60px;
  67. }
  68. .center {
  69. text-align: center;
  70. }
  71. h1 {
  72. font-size: 5em;
  73. }
  74. div.title {
  75. background: url('../img/searx.png') no-repeat;
  76. width: 100%;
  77. background-position: center;
  78. h1 {
  79. visibility: hidden;
  80. }
  81. }
  82. input[type="submit"] {
  83. padding: 2px 6px;
  84. margin: 2px 4px;
  85. display: inline-block;
  86. background: @color-download-button-background;
  87. color: @color-download-button-font;
  88. .rounded-corners;
  89. border: 0;
  90. cursor: pointer;
  91. }
  92. input[type="checkbox"] {
  93. visibility: hidden;
  94. }
  95. fieldset {
  96. margin: 8px;
  97. border: 1px solid @color-settings-fieldset;
  98. }
  99. #categories {
  100. margin: 0 10px;
  101. }
  102. .checkbox_container {
  103. display: inline-block;
  104. position: relative;
  105. margin: 0 3px;
  106. padding: 0px;
  107. input {
  108. display: none;
  109. }
  110. }
  111. .checkbox_container label, .engine_checkbox label {
  112. cursor: pointer;
  113. padding: 4px 10px;
  114. margin: 0;
  115. display: block;
  116. text-transform: capitalize;
  117. .user-select;
  118. }
  119. .checkbox_container input[type="checkbox"]:checked + label {
  120. background: @color-categories-item-selected;
  121. color: @color-categories-item-selected-font;
  122. }
  123. .engine_checkbox {
  124. padding: 4px;
  125. }
  126. label {
  127. &.allow {
  128. background: @color-settings-label-allowed-background;
  129. padding: 4px 8px;
  130. color: @color-settings-label-allowed-font;
  131. display: none;
  132. }
  133. &.deny {
  134. background: @color-settings-label-deny-background;
  135. padding: 4px 8px;
  136. color: @color-settings-label-deny-font;
  137. display: inline;
  138. }
  139. }
  140. .engine_checkbox input[type="checkbox"]:checked + label {
  141. &:nth-child(2) + label {
  142. display: none;
  143. }
  144. &.allow {
  145. display: inline;
  146. }
  147. }
  148. a {
  149. text-decoration: none;
  150. color: @color-url-font;
  151. &:visited {
  152. color: @color-url-visited-font;
  153. }
  154. }
  155. .result {
  156. margin: 19px 0 18px 0;
  157. padding: 0;
  158. clear: both;
  159. }
  160. .result_title {
  161. margin-bottom: 0;
  162. a {
  163. color: @color-result-link-font;
  164. font-weight: normal;
  165. font-size: 1.1em;
  166. &:hover {
  167. text-decoration: underline;
  168. }
  169. &:visited {
  170. color: @color-result-link-visited-font;
  171. }
  172. }
  173. }
  174. .result {
  175. h3 {
  176. font-size: 1em;
  177. word-wrap:break-word;
  178. margin: 5px 0 1px 0;
  179. padding: 0
  180. }
  181. .content {
  182. font-size: 0.8em;
  183. margin: 0;
  184. padding: 0;
  185. max-width: 54em;
  186. word-wrap:break-word;
  187. line-height: 1.24;
  188. }
  189. .url {
  190. font-size: 0.8em;
  191. margin: 3px 0 0 0;
  192. padding: 0;
  193. max-width: 54em;
  194. word-wrap:break-word;
  195. color: @color-result-url-font;
  196. }
  197. .published_date {
  198. font-size: 0.8em;
  199. color: @color-result-publishdate-font;
  200. margin: 5px 20px;
  201. }
  202. }
  203. .engines {
  204. color: @color-engines-font;
  205. }
  206. .small_font {
  207. font-size: 0.8em;
  208. }
  209. .small p {
  210. margin: 2px 0;
  211. }
  212. .right {
  213. float: right;
  214. }
  215. .invisible {
  216. display: none;
  217. }
  218. .left {
  219. float: left;
  220. }
  221. .highlight {
  222. color: @color-highlight;
  223. }
  224. .content .highlight {
  225. color: @color-black;
  226. }
  227. .image_result {
  228. float: left;
  229. margin: 10px 10px;
  230. position: relative;
  231. height: 160px;
  232. img {
  233. border: 0;
  234. height: 160px;
  235. }
  236. p {
  237. margin: 0;
  238. padding: 0;
  239. span a {
  240. display: none;
  241. color: @color-result-image-span-font;
  242. }
  243. &:hover span a {
  244. display: block;
  245. position: absolute;
  246. bottom: 0;
  247. right: 0;
  248. padding: 4px;
  249. background-color: @color-result-image-span-background-hover;
  250. font-size: 0.7em;
  251. }
  252. }
  253. }
  254. .torrent_result {
  255. border-left: 10px solid @color-result-torrent-border;
  256. padding-left: 3px;
  257. p {
  258. margin: 3px;
  259. font-size: 0.8em;
  260. }
  261. }
  262. .definition_result {
  263. border-left: 10px solid @color-result-definition-border;
  264. padding-left: 3px;
  265. }
  266. .percentage {
  267. position: relative;
  268. width: 300px;
  269. div {
  270. background: @color-percentage-div-background;
  271. }
  272. }
  273. table {
  274. width: 100%;
  275. }
  276. td {
  277. padding: 0 4px;
  278. }
  279. tr {
  280. &:hover {
  281. background: @color-settings-tr-hover;
  282. }
  283. }
  284. #results {
  285. margin: auto;
  286. padding: 0;
  287. width: @results-width;
  288. margin-bottom: 20px;
  289. }
  290. #sidebar {
  291. position: absolute;
  292. top: 100px;
  293. left: 10px;
  294. margin: 0 2px 5px 5px;
  295. padding: 0 2px 2px 2px;
  296. width: 14em;
  297. input {
  298. padding: 0;
  299. margin: 3px;
  300. font-size: 0.8em;
  301. display: inline-block;
  302. background: transparent;
  303. color: @color-result-search-url-font;
  304. cursor: pointer;
  305. }
  306. input[type="submit"] {
  307. text-decoration: underline;
  308. }
  309. }
  310. #suggestions {
  311. span {
  312. display: inline;
  313. margin: 0 2px 2px 2px;
  314. padding: 0;
  315. }
  316. input {
  317. padding: 0;
  318. margin: 3px;
  319. font-size: 0.8em;
  320. display: inline-block;
  321. background: transparent;
  322. color: @color-result-search-url-font;
  323. cursor: pointer;
  324. }
  325. input[type="submit"] {
  326. text-decoration: underline;
  327. }
  328. form {
  329. display: inline;
  330. }
  331. }
  332. #search_url {
  333. margin-top: 8px;
  334. input {
  335. border: 1px solid @color-result-search-url-border;
  336. padding: 4px;
  337. color: @color-result-search-url-font;
  338. width: 14em;
  339. display: block;
  340. margin: 4px;
  341. font-size: 0.8em;
  342. }
  343. }
  344. #preferences {
  345. top: 10px;
  346. padding: 0;
  347. border: 0;
  348. background: url('../img/preference-icon.png') no-repeat;
  349. background-size: 28px 28px;
  350. opacity: 0.8;
  351. width: 28px;
  352. height: 30px;
  353. display: block;
  354. * {
  355. display: none;
  356. }
  357. }
  358. #pagination {
  359. clear: both;
  360. width: 40em;
  361. }
  362. #apis {
  363. margin-top: 8px;
  364. clear: both;
  365. }
  366. @media screen and (max-width: @results-width) {
  367. #categories {
  368. font-size: 90%;
  369. clear: both;
  370. .checkbox_container {
  371. margin-top: 2px;
  372. margin: auto;
  373. }
  374. }
  375. #results {
  376. margin: auto;
  377. padding: 0;
  378. width: 90%;
  379. }
  380. .checkbox_container {
  381. display: block;
  382. width: 90%;
  383. //float: left;
  384. label {
  385. border-bottom: 0;
  386. }
  387. }
  388. }
  389. @media screen and (max-width: 70em) {
  390. .right {
  391. display: none;
  392. postion: fixed !important;
  393. top: 100px;
  394. right: 0px;
  395. }
  396. #sidebar {
  397. position: static;
  398. max-width: @results-width;
  399. margin: 0 0 2px 0;
  400. padding: 0;
  401. float: none;
  402. border: none;
  403. width: auto;
  404. input {
  405. border: 0;
  406. }
  407. }
  408. #apis {
  409. display: none;
  410. }
  411. #search_url {
  412. display: none;
  413. }
  414. .result {
  415. border-top: 1px solid @color-result-top-border;
  416. margin: 7px 0 6px 0;
  417. img {
  418. max-width: 90%;
  419. width: auto;
  420. height: auto
  421. }
  422. }
  423. }
  424. .favicon {
  425. float: left;
  426. margin-right: 4px;
  427. margin-top: 2px;
  428. }
  429. .preferences_back {
  430. background: none repeat scroll 0 0 @color-settings-return-background;
  431. border: 0 none;
  432. .rounded-corners;
  433. cursor: pointer;
  434. display: inline-block;
  435. margin: 2px 4px;
  436. padding: 4px 6px;
  437. a {
  438. color: @color-settings-return-font;
  439. }
  440. }