63 lines
791 B
CSS
63 lines
791 B
CSS
{
|
|
font-family: "Fantasque Sans Mono";
|
|
font-size: 18px;
|
|
}
|
|
|
|
#window {
|
|
/*background-color: --wofi-color0;*/
|
|
background-color: rgba(50, 50, 50, 0.8);
|
|
color: --wofi-color2;
|
|
border: 2px solid --wofi-color1;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#outer-box {
|
|
padding: 20px;
|
|
}
|
|
|
|
#input {
|
|
background-color: --wofi-color1;
|
|
border: 1px solid --wofi-color3;
|
|
padding: 8px 12px;
|
|
}
|
|
|
|
#scroll {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#inner-box {
|
|
}
|
|
|
|
#img {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#text {
|
|
color: --wofi-color2;
|
|
}
|
|
|
|
#text:selected {
|
|
color: --wofi-color0;
|
|
}
|
|
|
|
#entry {
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: --wofi-color3;
|
|
background: linear-gradient(90deg, #bbccdd, #cca5dd);
|
|
color: --wofi-color0;
|
|
}
|
|
|
|
#unselected {
|
|
}
|
|
|
|
#selected {
|
|
}
|
|
|
|
#input, #entry:selected {
|
|
border-radius: 4px;
|
|
}
|