43 lines
670 B
CSS
43 lines
670 B
CSS
^ContentPage {
|
|
background-color: #232323;
|
|
}
|
|
|
|
#Header {
|
|
background-color: transparent;
|
|
margin-top: 10;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#Content {
|
|
margin-right: 10;
|
|
}
|
|
|
|
#Modal {
|
|
height: 500;
|
|
width: 400;
|
|
margin-top: 20;
|
|
margin-bottom: 20;
|
|
border-radius: 15;
|
|
}
|