moss-n-puddles/web/static/webclient/css/custom.css
Howard Abrams f293b506b9 Limit ability to litter with berries, flowers, etc.
Also gave the wee beastie a taste for yellow flowers.
2025-08-15 23:15:46 -07:00

119 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&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;
line-height: 1.4em;
}
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; */
}
@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: bold;
color: #ffd700;
text-shadow: 2px 2px;
}
.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;
}