A self hosted livestreaming server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/site/styles.css

68 lines
912 B

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;
}