2021-08-16 22:21:31 +08:00
|
|
|
window {
|
|
|
|
margin: 0px;
|
2022-03-29 18:02:47 +08:00
|
|
|
border: 1px solid #7f868c;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #2a2f33;
|
2021-08-16 22:21:31 +08:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#input {
|
|
|
|
margin: 5px;
|
2022-03-29 18:02:47 +08:00
|
|
|
border: 1px solid #bfddb2;
|
|
|
|
color: #c1bf89;
|
|
|
|
background-color: #2e3338;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#input image {
|
2022-03-29 18:02:47 +08:00
|
|
|
color: #bfddb2;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#inner-box {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-03-29 18:02:47 +08:00
|
|
|
background-color: #2a2f33;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#outer-box {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-03-29 18:02:47 +08:00
|
|
|
background-color: #2a2f33;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#scroll {
|
|
|
|
margin: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text {
|
|
|
|
margin: 5px;
|
|
|
|
border: none;
|
2022-03-29 18:02:47 +08:00
|
|
|
color: #bfddb2;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#entry:selected {
|
2022-03-29 18:02:47 +08:00
|
|
|
background-color: #474f54;
|
|
|
|
color: #c1bf89;
|
2021-08-16 22:21:31 +08:00
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text:selected {
|
2022-03-29 18:02:47 +08:00
|
|
|
background-color: #474f54;
|
|
|
|
color: #c1bf89;
|
2021-08-16 22:21:31 +08:00
|
|
|
border-radius: 3px;
|
2022-03-29 18:02:47 +08:00
|
|
|
font-weight: bold;
|
2021-08-16 22:21:31 +08:00
|
|
|
}
|
|
|
|
|