blob: 11b6be5327d02baacfe336d2f947bfe250c74d8e (
plain)
- //@import "bootstrap-compass";
- //@import "partials/base";
- //@import "bootstrap";
- @import "/usr/share/javascript/bootswatch/spacelab/bootstrap.min.css";
- #backlinks {
- display: none;
- }
- // fill width and height - with black edges as needed
- .videocontainer {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #000;
- z-index: 999;
- }
- video {
- display: block;
- width: 100%;
- height: 100%;
- }
|