oscar.css 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. text-transform: capitalize;
  27. }
  28. .result-default {
  29. clear: both;
  30. }
  31. .result-images {
  32. float: left !important;
  33. }
  34. .result-videos {
  35. clear: both;
  36. }
  37. .result-torrents {
  38. clear: both;
  39. }
  40. .img-thumbnail {
  41. margin: 5px;
  42. max-height: 128px;
  43. min-height: 128px;
  44. }
  45. .suggestion_item {
  46. margin: 2px 5px;
  47. }
  48. .result_download {
  49. margin-right: 5px;
  50. }
  51. #pagination {
  52. margin-top: 30px;
  53. padding-bottom: 50px;
  54. }
  55. .cursor-text {
  56. cursor: text !important;
  57. }