|
|
@ -47,26 +47,47 @@
|
|
|
|
margin: 2em auto;
|
|
|
|
margin: 2em auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#heroFlex {
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
|
|
|
#heroFlex {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexItem {
|
|
|
|
.heroFlexItem {
|
|
|
|
|
|
|
|
flex: 0 25%;
|
|
|
|
flex: 0 25%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexArrow {
|
|
|
|
.heroFlexItem p {
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
padding-top: 5em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexItem p {
|
|
|
|
width: 90%;
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.heroFlexArrow {
|
|
|
|
@media (max-width: 1200px) {
|
|
|
|
|
|
|
|
#heroFlex {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexItem {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexArrow {
|
|
|
|
|
|
|
|
transform: rotate(90deg);
|
|
|
|
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.heroFlexItem p {
|
|
|
|
|
|
|
|
width: 50%;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.doThing {
|
|
|
|
button.doThing {
|
|
|
@ -124,20 +145,20 @@ button.doThing:disabled {
|
|
|
|
.m2 {
|
|
|
|
.m2 {
|
|
|
|
margin: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#statsbox {
|
|
|
|
#statsbox {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: #231f20;
|
|
|
|
background-color: #231f20;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
width: 20%;
|
|
|
|
width: 30%;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
max-height: 400px;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
min-width: 300px;
|
|
|
|
|
|
|
|
border-right: 4px solid #f9f9f9;
|
|
|
|
border-right: 4px solid #f9f9f9;
|
|
|
|
border-top: 4px solid #f9f9f9;
|
|
|
|
border-top: 4px solid #f9f9f9;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -148,25 +169,24 @@ button.doThing:disabled {
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: black;
|
|
|
|
background-color: black;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
width: 40%;
|
|
|
|
width: 60%;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
max-height: 400px;
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
min-width: 400px;
|
|
|
|
|
|
|
|
border-left: 4px solid #f9f9f9;
|
|
|
|
border-left: 4px solid #f9f9f9;
|
|
|
|
border-top: 4px solid #f9f9f9;
|
|
|
|
border-top: 4px solid #f9f9f9;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
#statsbox {
|
|
|
|
/* #statsbox {
|
|
|
|
min-width: 300px;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#trollbox {
|
|
|
|
#trollbox {
|
|
|
|
min-width: 200px;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
} */
|
|
|
|
.messageDate {
|
|
|
|
.messageDate {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|