49 lines
No EOL
738 B
CSS
49 lines
No EOL
738 B
CSS
window {
|
|
margin: 2px;
|
|
border: 2px solid #1f222d;
|
|
background-color: #1f222d;
|
|
font-family: 'Roboto Regular';
|
|
}
|
|
|
|
#input {
|
|
margin: 2px;
|
|
border: 2px solid #252936;
|
|
background-color: #252936;
|
|
color: #7780a1;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 2px;
|
|
border: 2px solid #252936;
|
|
background-color: #252936;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 2px;
|
|
border: 2px solid #1f222d;
|
|
background-color: #1f222d;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 2px;
|
|
margin-top: 4px;
|
|
border: 2px solid #252936;
|
|
background-color: #252936;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#text {
|
|
color: #7780a1;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
#text:selected {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#entry {}
|
|
|
|
#entry:selected {
|
|
background-color: #1f222d;
|
|
} |