summaryrefslogtreecommitdiff
path: root/style.scss
blob: 87827bf7048b601414efb9c8ee3bddb73e014f49 (plain)
  1. //@import "bootstrap-compass";
  2. //@import "partials/base";
  3. //@import "bootstrap";
  4. @import "partials/bootswatch-slate";
  5. // padding needed with fixed navbar
  6. body {
  7. padding-top: 70px;
  8. }
  9. .breadcrumb
  10. #backlinks {
  11. display: none;
  12. }
  13. // fill width and height - with black edges as needed
  14. .videocontainer {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 100%;
  19. height: 100%;
  20. background-color: #000;
  21. z-index: 999;
  22. }
  23. video {
  24. display: block;
  25. width: 100%;
  26. height: 100%;
  27. }