summaryrefslogtreecommitdiff
path: root/style.scss
blob: 11b6be5327d02baacfe336d2f947bfe250c74d8e (plain)
  1. //@import "bootstrap-compass";
  2. //@import "partials/base";
  3. //@import "bootstrap";
  4. @import "/usr/share/javascript/bootswatch/spacelab/bootstrap.min.css";
  5. #backlinks {
  6. display: none;
  7. }
  8. // fill width and height - with black edges as needed
  9. .videocontainer {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 100%;
  15. background-color: #000;
  16. z-index: 999;
  17. }
  18. video {
  19. display: block;
  20. width: 100%;
  21. height: 100%;
  22. }