2021-11-17 23:39:56 +00:00
|
|
|
/* vim:sts=2:sw=2 */
|
2020-11-26 00:57:56 +00:00
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
article, footer {
|
|
|
|
margin: auto 5px auto 285px;
|
|
|
|
padding: 10px 5px 10px;
|
2020-11-26 00:57:56 +00:00
|
|
|
}
|
2020-12-19 00:10:24 +00:00
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
article { max-width:100%; }
|
|
|
|
img { max-width: 100%; }
|
|
|
|
|
2020-12-19 00:10:24 +00:00
|
|
|
#footlinks {
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
#footlinks ul {
|
2021-11-15 13:17:04 +00:00
|
|
|
column-count: 2;
|
2020-12-19 00:10:24 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0 50px;
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
#footlinks li {
|
2020-12-19 00:10:24 +00:00
|
|
|
display: block;
|
2021-11-15 13:17:04 +00:00
|
|
|
width: 200px;
|
|
|
|
min-height: 50px;
|
2020-12-19 00:10:24 +00:00
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
#footlinks a {
|
2020-12-19 00:10:24 +00:00
|
|
|
-webkit-transition: 200ms;
|
|
|
|
transition: 200ms;
|
|
|
|
display: block;
|
|
|
|
width: 10rem;
|
|
|
|
padding: 0.77273rem 0rem;
|
|
|
|
background-color: #3a7c78;
|
|
|
|
color: white;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 0px solid #3a7c78;
|
|
|
|
margin: 0px 5px;
|
|
|
|
border-radius: 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footlinks a:hover {
|
|
|
|
background-color: #73d08a;
|
|
|
|
border-color: #73d08a;
|
|
|
|
color: #3a7c78;
|
|
|
|
}
|
2021-11-15 13:17:04 +00:00
|
|
|
|
2021-11-17 11:46:52 +00:00
|
|
|
#live {
|
2021-11-17 23:39:56 +00:00
|
|
|
display: flex;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
height: 77.5vh;
|
2021-11-17 11:46:52 +00:00
|
|
|
}
|
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
#live iframe {
|
|
|
|
border: 0px;
|
2021-11-17 11:46:52 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-11-15 13:17:04 +00:00
|
|
|
}
|
|
|
|
|
2021-11-17 23:39:56 +00:00
|
|
|
#live div { flex-grow: 1; }
|
|
|
|
#embedded-chat { border: 1px solid grey; }
|
|
|
|
|
|
|
|
#embedded-video {
|
|
|
|
flex-grow: 3;
|
|
|
|
min-width: 66vw;
|
|
|
|
}
|
|
|
|
|
2021-11-15 13:17:04 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2021-11-17 23:39:56 +00:00
|
|
|
|
|
|
|
#live {
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
height: auto;
|
2021-11-15 13:17:04 +00:00
|
|
|
}
|
2021-11-17 23:39:56 +00:00
|
|
|
|
|
|
|
#live div { min-height: 30vw; }
|
|
|
|
#embedded-video { height: 55.1vw; }
|
|
|
|
#embedded-chat { border-bottom: 1px solid black; }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1600px) {
|
|
|
|
|
2021-11-17 11:46:52 +00:00
|
|
|
#live {
|
2021-11-17 23:39:56 +00:00
|
|
|
flex-flow: column nowrap;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#live div { min-height: 30vw; }
|
|
|
|
#embedded-video { height: 46vw; }
|
|
|
|
#embedded-chat {
|
|
|
|
border-top: 1px solid black;
|
|
|
|
border-bottom: 1px solid black;
|
2021-11-17 11:46:52 +00:00
|
|
|
}
|
2021-11-17 23:39:56 +00:00
|
|
|
|
2021-11-17 11:46:52 +00:00
|
|
|
}
|