results.less 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. }
  67. .result .text-muted small {
  68. word-wrap: break-word;
  69. }