30 lines
490 B
CSS
30 lines
490 B
CSS
^ContentPage {
|
|
background-color: #232323;
|
|
}
|
|
|
|
#Header {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#Header > Entry {
|
|
margin-left: 155;
|
|
margin-top: 2;
|
|
margin-bottom: 2;
|
|
}
|
|
|
|
#TitleContainer {
|
|
margin-top: 10;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#TitleContainer Label {
|
|
color: white;
|
|
margin-left: 155;
|
|
font-size: 18;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#Player {
|
|
background-color: #626363;
|
|
}
|