125 lines
2.2 KiB
CSS
125 lines
2.2 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700');
|
|
|
|
#messagewindow {
|
|
background-color: #E3ECDE;
|
|
border-color: brown;
|
|
border-radius: 8px;
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 900px;
|
|
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#messagewindow img {
|
|
margin-top: 20px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
div.out {
|
|
background-color: transparent;
|
|
color: #26201a;
|
|
|
|
font-family: "Cormorant Garamond", serif;
|
|
/* font-weight: 400; */
|
|
font-style: normal;
|
|
font-size: 21px;
|
|
line-height: 1em;
|
|
}
|
|
|
|
input[type=textarea]:focus {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
.inputfield {
|
|
font-family: "Cormorant Garamond", serif;
|
|
/* font-weight: 400; */
|
|
font-style: normal;
|
|
font-size: 24px;
|
|
}
|
|
|
|
textarea.inputfield {
|
|
color: #26201a;
|
|
background-color: #E3ECDE;
|
|
|
|
/* background-image: url('../../website/images/prompt-icon.png'); */
|
|
/* background-size: 34px; */
|
|
/* background-position: 4px 4px; */
|
|
/* background-repeat: no-repeat; */
|
|
/* padding-left: 40px; */
|
|
|
|
border-color: brown;
|
|
border-radius: 8px;
|
|
border: 1px solid #405122;
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 900px;
|
|
|
|
resize: none;
|
|
overflow: auto;
|
|
}
|
|
|
|
textarea.inputfield:focus {
|
|
color: #26201a;
|
|
background-color: #E3ECDE;
|
|
/* background-image: url('../../website/images/prompt-icon-on.png'); */
|
|
/* background-size: 34px; */
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
div.out {
|
|
font-size: 18px;
|
|
line-height: 1.4em;
|
|
}
|
|
.lm_content {
|
|
height: 2.0em;
|
|
}
|
|
textarea.inputfield {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
|
|
.color-010 {
|
|
font-weight: bold;
|
|
font-size: 21px;
|
|
color: #008020;
|
|
}
|
|
|
|
/* Color for the help commands: */
|
|
.color-002 {
|
|
font-family: monospace, monospace;
|
|
}
|
|
|
|
.color-014 {
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
color: #19130d;
|
|
}
|
|
|
|
.color-003 {
|
|
font-weight: 700;
|
|
color: #d2a000;
|
|
}
|
|
.color-015 {
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
|
|
.color-012 {
|
|
font-weight: bold;
|
|
color: #202080;
|
|
}
|
|
|
|
.sys {
|
|
font-style: italic;
|
|
color: #005000;
|
|
}
|
|
|
|
.err {
|
|
font-style: italic;
|
|
color: #800000;
|
|
}
|