|
@@ -97,6 +97,7 @@ h1 {
|
97
|
97
|
div.title {
|
98
|
98
|
background: url('../img/searx.png') no-repeat;
|
99
|
99
|
width: 100%;
|
|
100
|
+ min-height: 80px;
|
100
|
101
|
background-position: center;
|
101
|
102
|
|
102
|
103
|
h1 {
|
|
@@ -126,6 +127,7 @@ fieldset {
|
126
|
127
|
|
127
|
128
|
#categories {
|
128
|
129
|
margin: 0 10px;
|
|
130
|
+ .user-select;
|
129
|
131
|
}
|
130
|
132
|
|
131
|
133
|
.checkbox_container {
|
|
@@ -260,8 +262,12 @@ a {
|
260
|
262
|
.published_date {
|
261
|
263
|
font-size: 0.8em;
|
262
|
264
|
color: @color-result-publishdate-font;
|
263
|
|
- margin: 5px 20px;
|
|
265
|
+ Margin: 5px 20px;
|
264
|
266
|
}
|
|
267
|
+
|
|
268
|
+ .thumbnail {
|
|
269
|
+ width: 400px;
|
|
270
|
+ }
|
265
|
271
|
}
|
266
|
272
|
|
267
|
273
|
.engines {
|
|
@@ -297,14 +303,14 @@ a {
|
297
|
303
|
}
|
298
|
304
|
|
299
|
305
|
.image_result {
|
300
|
|
- float: left;
|
|
306
|
+ display: inline-block;
|
301
|
307
|
margin: 10px 10px;
|
302
|
308
|
position: relative;
|
303
|
|
- height: 160px;
|
|
309
|
+ max-height: 160px;
|
304
|
310
|
|
305
|
311
|
img {
|
306
|
312
|
border: 0;
|
307
|
|
- height: 160px;
|
|
313
|
+ max-height: 160px;
|
308
|
314
|
}
|
309
|
315
|
|
310
|
316
|
p {
|
|
@@ -369,17 +375,17 @@ tr {
|
369
|
375
|
#results {
|
370
|
376
|
margin: auto;
|
371
|
377
|
padding: 0;
|
372
|
|
- width: @results-width;
|
|
378
|
+ width: @results-width;
|
373
|
379
|
margin-bottom: 20px;
|
374
|
380
|
}
|
375
|
381
|
|
376
|
382
|
#sidebar {
|
377
|
383
|
position: fixed;
|
378
|
|
- bottom: 10px;
|
379
|
|
- left: 10px;
|
|
384
|
+ bottom: 10px;
|
|
385
|
+ left: 10px;
|
380
|
386
|
margin: 0 2px 5px 5px;
|
381
|
387
|
padding: 0 2px 2px 2px;
|
382
|
|
- width: 14em;
|
|
388
|
+ width: 14em;
|
383
|
389
|
|
384
|
390
|
input {
|
385
|
391
|
padding: 0;
|
|
@@ -390,9 +396,17 @@ tr {
|
390
|
396
|
color: @color-result-search-url-font;
|
391
|
397
|
cursor: pointer;
|
392
|
398
|
}
|
393
|
|
- input[type="submit"] {
|
|
399
|
+ input[type="submit"] {
|
394
|
400
|
text-decoration: underline;
|
395
|
|
- }
|
|
401
|
+ }
|
|
402
|
+}
|
|
403
|
+
|
|
404
|
+#suggestions {
|
|
405
|
+
|
|
406
|
+ span {
|
|
407
|
+ display: block;
|
|
408
|
+ }
|
|
409
|
+
|
396
|
410
|
}
|
397
|
411
|
|
398
|
412
|
#suggestions, #answers {
|
|
@@ -418,7 +432,8 @@ tr {
|
418
|
432
|
}
|
419
|
433
|
|
420
|
434
|
form {
|
421
|
|
- display: inline;
|
|
435
|
+ display: inline-block;
|
|
436
|
+ min-width: 210px;
|
422
|
437
|
}
|
423
|
438
|
}
|
424
|
439
|
|
|
@@ -436,6 +451,7 @@ tr {
|
436
|
451
|
border: 1px solid #ddd;
|
437
|
452
|
padding: 5px;
|
438
|
453
|
font-size: 0.8em;
|
|
454
|
+ /* box-shadow: 0px 0px 5px #CCC; */
|
439
|
455
|
|
440
|
456
|
img {
|
441
|
457
|
max-width: 20em;
|
|
@@ -501,7 +517,10 @@ tr {
|
501
|
517
|
|
502
|
518
|
#pagination {
|
503
|
519
|
clear: both;
|
504
|
|
- width: 40em;
|
|
520
|
+
|
|
521
|
+ br {
|
|
522
|
+ clear: both;
|
|
523
|
+ }
|
505
|
524
|
}
|
506
|
525
|
|
507
|
526
|
#apis {
|
|
@@ -511,18 +530,19 @@ tr {
|
511
|
530
|
|
512
|
531
|
@media screen and (max-width: @results-width) {
|
513
|
532
|
|
514
|
|
- #results {
|
515
|
|
- margin: auto;
|
516
|
|
- padding: 0;
|
517
|
|
- width: 90%;
|
518
|
|
- }
|
|
533
|
+ #results {
|
|
534
|
+ margin: auto;
|
|
535
|
+ padding: 0;
|
|
536
|
+ width: 90%;
|
|
537
|
+ }
|
|
538
|
+
|
519
|
539
|
.github {
|
520
|
540
|
display: none;
|
521
|
541
|
}
|
522
|
542
|
|
523
|
543
|
.checkbox_container {
|
524
|
544
|
display: block;
|
525
|
|
- width: 90%;
|
|
545
|
+ width: 90%;
|
526
|
546
|
//float: left;
|
527
|
547
|
|
528
|
548
|
label {
|
|
@@ -530,7 +550,7 @@ tr {
|
530
|
550
|
}
|
531
|
551
|
}
|
532
|
552
|
|
533
|
|
- .right {
|
|
553
|
+ .preferences_container {
|
534
|
554
|
display: none;
|
535
|
555
|
postion: fixed !important;
|
536
|
556
|
top: 100px;
|
|
@@ -541,20 +561,61 @@ tr {
|
541
|
561
|
|
542
|
562
|
@media screen and (max-width: 75em) {
|
543
|
563
|
|
544
|
|
- #infoboxes {
|
545
|
|
- position: inherit;
|
546
|
|
- max-width: inherit;
|
|
564
|
+ div.title {
|
|
565
|
+
|
|
566
|
+ h1 {
|
|
567
|
+ font-size: 1em;
|
|
568
|
+ }
|
|
569
|
+ }
|
|
570
|
+
|
|
571
|
+ html.touch #categories {
|
|
572
|
+ width: 95%;
|
|
573
|
+ height: 30px;
|
|
574
|
+ text-align: left;
|
|
575
|
+ overflow-x: scroll;
|
|
576
|
+ overflow-y: hidden;
|
|
577
|
+ -webkit-overflow-scrolling: touch;
|
|
578
|
+
|
|
579
|
+ #categories_container {
|
|
580
|
+ width: 1000px;
|
|
581
|
+ width: -moz-max-content;
|
|
582
|
+ width: -webkit-max-content;
|
|
583
|
+ width: max-content;
|
|
584
|
+
|
|
585
|
+ .checkbox_container {
|
|
586
|
+ display: inline-block;
|
|
587
|
+ width: auto;
|
|
588
|
+ }
|
|
589
|
+ }
|
|
590
|
+ }
|
|
591
|
+
|
|
592
|
+ #categories {
|
|
593
|
+ font-size: 90%;
|
|
594
|
+ clear: both;
|
|
595
|
+
|
|
596
|
+ .checkbox_container {
|
|
597
|
+ margin-top: 2px;
|
|
598
|
+ margin: auto;
|
|
599
|
+ }
|
|
600
|
+ }
|
|
601
|
+
|
|
602
|
+ #suggestions, #answers {
|
|
603
|
+ margin-top: 5px;
|
|
604
|
+ }
|
|
605
|
+
|
|
606
|
+ #infoboxes {
|
|
607
|
+ position: inherit;
|
|
608
|
+ max-width: inherit;
|
547
|
609
|
|
548
|
|
- .infobox {
|
549
|
|
- clear:both;
|
|
610
|
+ .infobox {
|
|
611
|
+ clear:both;
|
550
|
612
|
|
551
|
|
- img {
|
552
|
|
- float: left;
|
553
|
|
- max-width: 10em;
|
554
|
|
- }
|
555
|
|
- }
|
556
|
|
-
|
557
|
|
- }
|
|
613
|
+ img {
|
|
614
|
+ float: left;
|
|
615
|
+ max-width: 10em;
|
|
616
|
+ }
|
|
617
|
+ }
|
|
618
|
+ }
|
558
|
619
|
|
559
|
620
|
#categories {
|
560
|
621
|
font-size: 90%;
|
|
@@ -583,13 +644,24 @@ tr {
|
583
|
644
|
display: none;
|
584
|
645
|
}
|
585
|
646
|
|
586
|
|
- #search_url {
|
587
|
|
- display: none;
|
588
|
|
- }
|
|
647
|
+ #search_url {
|
|
648
|
+ display: none;
|
|
649
|
+ }
|
589
|
650
|
|
590
|
651
|
.result {
|
591
|
652
|
border-top: 1px solid @color-result-top-border;
|
592
|
|
- margin: 7px 0 6px 0;
|
|
653
|
+ margin: 8px 0 8px 0;
|
|
654
|
+
|
|
655
|
+ .thumbnail {
|
|
656
|
+ max-width: 98%;
|
|
657
|
+ }
|
|
658
|
+ }
|
|
659
|
+
|
|
660
|
+ .image_result {
|
|
661
|
+ max-width: 98%;
|
|
662
|
+ img {
|
|
663
|
+ max-width: 98%;
|
|
664
|
+ }
|
593
|
665
|
}
|
594
|
666
|
}
|
595
|
667
|
|