results.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. }
  29. .img-thumbnail {
  30. margin: 5px;
  31. max-height: 128px;
  32. min-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. }
  54. // download result
  55. .result_download {
  56. margin-right: 5px;
  57. }
  58. // page forward, backward
  59. #pagination {
  60. margin-top: 30px;
  61. padding-bottom: 50px;
  62. }
  63. .label-default {
  64. color: #AAA;
  65. background: #FFF;
  66. }