logo

searx

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

index.less (562B)


  1. .index {
  2. text-align: center;
  3. .title {
  4. background: url('../img/searx.png') no-repeat;
  5. width: 100%;
  6. min-height: 80px;
  7. background-position: center;
  8. }
  9. h1 {
  10. font-size: 5em;
  11. visibility: hidden;
  12. }
  13. #search {
  14. margin: 0 auto;
  15. background: inherit;
  16. border: inherit;
  17. }
  18. .search_filters {
  19. display: block;
  20. margin: 1em 0;
  21. }
  22. .category label {
  23. padding: 6px 10px;
  24. border-bottom: initial !important;
  25. }
  26. }
  27. @media screen and (max-width: 75em) {
  28. div.title {
  29. h1 {
  30. font-size: 1em;
  31. }
  32. }
  33. }