2022-06-25 21:26:38 +08:00
|
|
|
window {
|
|
|
|
margin: 0px;
|
2022-09-24 14:19:49 +08:00
|
|
|
border: 1px solid #5f6d67;
|
2022-06-25 21:26:38 +08:00
|
|
|
border-radius: 3px;
|
2022-09-24 14:19:49 +08:00
|
|
|
background-color: #fdf6e3;
|
2022-06-25 21:26:38 +08:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#input {
|
|
|
|
margin: 5px;
|
2022-09-24 14:19:49 +08:00
|
|
|
border: 1px solid #8da101;
|
|
|
|
color: #323d43;
|
|
|
|
background-color: #e4e1cd;
|
2022-06-25 21:26:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#input image {
|
2022-09-24 14:19:49 +08:00
|
|
|
color: #a7c080;
|
2022-06-25 21:26:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#inner-box {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-09-24 14:19:49 +08:00
|
|
|
background-color: #fdf6e3;
|
2022-06-25 21:26:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#outer-box {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-09-24 14:19:49 +08:00
|
|
|
background-color: #fdf6e3;
|
2022-06-25 21:26:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#scroll {
|
|
|
|
margin: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-09-24 14:19:49 +08:00
|
|
|
color: #323d43;
|
2022-06-25 21:26:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#entry:selected {
|
2022-09-24 14:19:49 +08:00
|
|
|
background-color: #d3dbc8;
|
|
|
|
color: #323d43;
|
2022-06-25 21:26:38 +08:00
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text:selected {
|
2022-09-24 14:19:49 +08:00
|
|
|
background-color: #d3dbc8;
|
|
|
|
color: #323d43;
|
2022-06-25 21:26:38 +08:00
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|