logo

searx

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

definitions.less (3167B)


  1. /*
  2. * searx, A privacy-respecting, hackable metasearch engine
  3. *
  4. * To change the colors of the site, simple edit this variables
  5. */
  6. /// Basic Colors
  7. @color-base: #3498DB;
  8. @color-base-dark: #084999;
  9. @color-base-light: #ECF0F1;
  10. @color-highlight: #094089;
  11. @color-black: #000000;
  12. ///
  13. @color-error: #db3434;
  14. @color-error-background: lighten(@color-error, 40%);
  15. @color-warning: #dbba34;
  16. @color-warning-background: lighten(@color-warning, 40%);
  17. /// General
  18. @color-font: #444;
  19. @color-font-light: #888;
  20. @color-red: #25a55b;
  21. @color-url-font: #29314d;
  22. @color-url-visited-font: #684898;
  23. @results-width: 50em;
  24. @search-width: 40em;
  25. //
  26. @color-a-font: @color-base;
  27. @color-a-font-hover: @color-base;
  28. /// Start-Screen
  29. /// Search-Input
  30. @color-search-border: @color-base;
  31. @color-search-background: #FFF;
  32. @color-search-font: #222;
  33. /// Autocompleter
  34. @color-autocompleter-choices-background: #FFF;
  35. @color-autocompleter-choices-border: @color-base;
  36. @color-autocompleter-choices-border-left-right: @color-base;
  37. @color-autocompleter-choices-border-bottom: @color-base;
  38. @color-autocompleter-choices-font: #444;
  39. /// Answers
  40. @color-answers-border: @color-base-dark;
  41. // Selected
  42. @color-autocompleter-selected-background: #444;
  43. @color-autocompleter-selected-font: #FFF;
  44. @color-autocompleter-selected-queried-font: #9FCFFF;
  45. /// Categories
  46. @color-categories-item-selected: @color-base;
  47. @color-categories-item-selected-font: #FFF;
  48. @color-categories-item-border-selected: @color-base-dark;
  49. @color-categories-item-border-unselected: #E8E7E6;
  50. @color-categories-item-border-unselected-hover: @color-base;
  51. /// Results
  52. @color-suggestions-button-background: @color-base;
  53. @color-suggestions-button-font: #FFF;
  54. @color-download-button-background: @color-base;
  55. @color-download-button-font: #FFF;
  56. @color-result-search-background: @color-base-light;
  57. @color-result-definition-border: gray;
  58. @color-result-torrent-border: lightgray;
  59. @color-result-top-border: #E8E7E6;
  60. // Link to result
  61. @color-result-link-font: @color-base-dark;
  62. @color-result-link-visited-font: @color-url-visited-font;
  63. // Url to result
  64. @color-result-url-font: @color-red;
  65. // Publish Date
  66. @color-result-publishdate-font: @color-font-light;
  67. // Images
  68. @color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
  69. @color-result-image-span-font: #FFF;
  70. // Search-URL
  71. @color-result-search-url-border: #888;
  72. @color-result-search-url-font: #444;
  73. /// Settings
  74. @color-settings-fieldset: @color-base;
  75. @color-settings-table-striped: #dbdbdb;
  76. @color-settings-tr-hover: #ececec;
  77. // Labels
  78. @color-settings-label-allowed-background: #E74C3C;
  79. @color-settings-label-allowed-font: #FFF;
  80. @color-settings-label-deny-background: #2ECC71;
  81. @color-settings-label-deny-font: @color-font;
  82. @color-settings-return-background: @color-base;
  83. @color-settings-return-font: #FFF;
  84. /// Other
  85. @color-engines-font: @color-font-light;
  86. @color-percentage-div-background: #444;
  87. /// Load fonts from this directory.
  88. @icon-font-path: "../../../fonts/";
  89. //** File name for all font files.
  90. @icon-font-name: "glyphicons-halflings-regular";
  91. //** Element ID within SVG icon file.
  92. @icon-font-svg-id: "glyphicons_halflingsregular";