oscar.css 488 B

123456789101112131415161718192021222324252627
  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: 40px;
  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. }