Added videojs files and CSS.

This commit is contained in:
knotteye
2019-09-28 21:46:58 -05:00
parent b0533f973b
commit eefa7c8dc7
104 changed files with 270244 additions and 1 deletions

68
site/styles.css Normal file
View File

@@ -0,0 +1,68 @@
body {
color: white;
background-color: #1f1f1f;
}
a {
color: #368cf3;
text-decoration: none;
}
#wrapper {
display: flex;
justify-content: center;
flex-wrap: nowrap;
flex-direction: column;
margin-top: 0px;
min-height: 100vh;
}
#header {
text-align: center;
margin-top: 0px;
margin-bottom: 10px;
}
#content {
text-align: center;
flex: 1;
margin-left: 5%;
margin-right: 5%;
height: 100%;
}
#jscontainer {
display: flex;
justify-content: center;
flex-wrap: nowrap;
flex-direction: row;
width: 100%;
min-height: 500px;
height: 70%;
margin: 0px;
}
#jschild {
display: inline;
margin: 0;
}
#footer {
text-align: center;
color: #bdbdbd;
}
#footer > div {
display: flex;
justify-content: center;
flex-wrap: nowrap;
flex-direction: row;
}
#footer > div > div {
flex: 0;
display: inline-block;
margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
align-self: flex-end;
}