94 lines
1.7 KiB
CSS
94 lines
1.7 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&family=Goudy+Bookletter+1911&family=Merienda:wght@300..900&display=swap');
|
|
|
|
#messagewindow {
|
|
background-color: #E3ECDE;
|
|
border-color: brown;
|
|
border-radius: 8px;
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 900px;
|
|
}
|
|
|
|
div.out {
|
|
background-color: transparent;
|
|
color: #26201a;
|
|
|
|
font-family: "Goudy Bookletter 1911", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 21px;
|
|
}
|
|
|
|
input[type=textarea]:focus {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
.inputfield {
|
|
font-family: "Goudy Bookletter 1911", 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;
|
|
}
|
|
|
|
.color-010 {
|
|
font-weight: bold;
|
|
font-size: 21px;
|
|
color: #008020;
|
|
}
|
|
|
|
.color-014 {
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
color: #19130d;
|
|
}
|
|
|
|
.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;
|
|
}
|