logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

results.less (1618B)


  1. .result_header {
  2. margin-bottom:5px;
  3. margin-top:20px;
  4. .favicon {
  5. margin-bottom:-3px;
  6. }
  7. a {
  8. vertical-align: bottom;
  9. .highlight {
  10. font-weight:bold;
  11. }
  12. }
  13. }
  14. .result-content {
  15. margin-top: 5px;
  16. word-wrap: break-word;
  17. .highlight {
  18. font-weight:bold;
  19. }
  20. }
  21. // default formating of results
  22. .result-default {
  23. clear: both;
  24. }
  25. // image formating of results
  26. .result-images {
  27. float: left !important;
  28. height: 138px;
  29. }
  30. .img-thumbnail {
  31. margin: 5px;
  32. max-height: 128px;
  33. }
  34. // video formating of results
  35. .result-videos {
  36. clear: both;
  37. }
  38. // torrent formating of results
  39. .result-torrents {
  40. clear: both;
  41. }
  42. // map formating of results
  43. .result-map {
  44. clear: both;
  45. }
  46. // code formating of results
  47. .result-code {
  48. clear: both;
  49. }
  50. // suggestion
  51. .suggestion_item {
  52. margin: 2px 5px;
  53. max-width: 100%;
  54. .btn {
  55. max-width: 100%;
  56. white-space: normal;
  57. word-wrap: break-word;
  58. text-align: left;
  59. }
  60. }
  61. // download result
  62. .result_download {
  63. margin-right: 5px;
  64. }
  65. // page forward, backward
  66. #pagination {
  67. margin-top: 30px;
  68. padding-bottom: 50px;
  69. }
  70. .label-default {
  71. color: #AAA;
  72. background: #FFF;
  73. }
  74. .result .text-muted small {
  75. word-wrap: break-word;
  76. }
  77. .modal-wrapper {
  78. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  79. }
  80. .modal-wrapper {
  81. background-clip: padding-box;
  82. background-color: #fff;
  83. border: 1px solid rgba(0, 0, 0, 0.2);
  84. border-radius: 6px;
  85. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  86. outline: 0 none;
  87. position: relative;
  88. }