results.less 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. .highlight {
  17. font-weight:bold;
  18. }
  19. }
  20. // default formating of results
  21. .result-default {
  22. clear: both;
  23. }
  24. // image formating of results
  25. .result-images {
  26. float: left !important;
  27. }
  28. .img-thumbnail {
  29. margin: 5px;
  30. max-height: 128px;
  31. min-height: 128px;
  32. }
  33. // video formating of results
  34. .result-videos {
  35. clear: both;
  36. }
  37. // torrent formating of results
  38. .result-torrents {
  39. clear: both;
  40. }
  41. // map formating of results
  42. .result-map {
  43. clear: both;
  44. }
  45. // suggestion
  46. .suggestion_item {
  47. margin: 2px 5px;
  48. }
  49. // download result
  50. .result_download {
  51. margin-right: 5px;
  52. }
  53. // page forward, backward
  54. #pagination {
  55. margin-top: 30px;
  56. padding-bottom: 50px;
  57. }