52 lines
737 B
CSS
52 lines
737 B
CSS
window {
|
|
margin: 0px;
|
|
border-left: 2px solid #458588;
|
|
background-color: #1d2021;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #1d2021;
|
|
background-color: #EBDBB2;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
margin-left: 0px;
|
|
border: none;
|
|
background-color: #1d2021;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
margin-left: 0px;
|
|
border: none;
|
|
background-color: #1d2021;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: none;
|
|
color: #EBDBB2;
|
|
background: none;
|
|
}
|
|
|
|
#text:selected {
|
|
color: #1d2021;
|
|
}
|
|
|
|
#img {
|
|
background: none;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #EBDBB2;
|
|
}
|
|
|