results.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. // code formating of results
  46. .result-code {
  47. clear: both;
  48. }
  49. // suggestion
  50. .suggestion_item {
  51. margin: 2px 5px;
  52. }
  53. // download result
  54. .result_download {
  55. margin-right: 5px;
  56. }
  57. // page forward, backward
  58. #pagination {
  59. margin-top: 30px;
  60. padding-bottom: 50px;
  61. }