oscar.css 901 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* Sticky footer styles
  2. -------------------------------------------------- */
  3. html {
  4. position: relative;
  5. min-height: 100%;
  6. }
  7. body {
  8. /* Margin bottom by footer height */
  9. margin-bottom: 80px;
  10. }
  11. .footer {
  12. position: absolute;
  13. bottom: 0;
  14. width: 100%;
  15. /* Set the fixed height of the footer here */
  16. height: 60px;
  17. }
  18. input[type=checkbox]:checked ~ .label_hide_if_checked {
  19. display:none;
  20. }
  21. input[type=checkbox]:not(:checked) ~ .label_hide_if_not_checked {
  22. display:none;
  23. }
  24. .search_categories {
  25. margin:10px 0;
  26. }
  27. .result-default {
  28. clear: both;
  29. }
  30. .result-images {
  31. float: left !important;
  32. }
  33. .result-videos {
  34. clear: both;
  35. }
  36. .result-torrents {
  37. clear: both;
  38. }
  39. .img-thumbnail {
  40. margin: 5px;
  41. max-height: 128px;
  42. min-height: 128px;
  43. }
  44. .suggestion_item {
  45. margin: 2px 5px;
  46. }
  47. .result_download {
  48. margin-right: 5px;
  49. }
  50. #pagination {
  51. margin-top: 30px;
  52. }