freshter-logs/static/Conv.css

47 lines
798 B
CSS
Raw Normal View History

2023-04-28 19:48:34 -04:00
/* largely from https://homestuck2.com */
.chat-container {
border-style: dashed;
border-width: 1px;
border-color: gray;
width: calc(min(590px, 100vw));
margin: auto;
}
div.chat {
line-height: 1.35;
font-size: 14px;
margin: 15px 25px;
font-family: "courier-std", courier, monospace;
}
body {
color: #000000;
font-family: "courier-std", courier, monospace;
font-weight: bold;
overflow-wrap: break-word;
width: 100%;
}
html {
height: 100%;
width: 100%;
}
.name {
text-align: center;
}
.description {
font-weight: normal;
width: fit-content;
margin: auto;
}
.convo-body {
min-height: 100vh;
width: 100%;
}
/* stolen from homestuck.com (I NEED IT TO BE JUST RIGHT */
/* nvm idc bc the uhc is diff nyway */