32 lines
566 B
CSS
32 lines
566 B
CSS
#Layout {
|
|
background-color: #232323;
|
|
}
|
|
|
|
ListView {
|
|
background-color: #232323;
|
|
margin-left: 15;
|
|
margin-top: 40;
|
|
}
|
|
|
|
#GroupTemplate {
|
|
align-items: end;
|
|
}
|
|
|
|
#GroupCell Label {
|
|
color: lightgray;
|
|
font-size: 12;
|
|
font-family: Courier New, Courier, monospace;
|
|
font-style: italic;
|
|
padding-top: 20;
|
|
}
|
|
|
|
#ItemCell Label {
|
|
color: white;
|
|
background-color: #232323;
|
|
font-size: 15;
|
|
font-family: Courier New, Courier, monospace;
|
|
font-style: normal;
|
|
text-align: left;
|
|
padding-top: 12;
|
|
}
|