2019-12-23 04:58:29 +00:00
|
|
|
|
#Header {
|
2019-12-04 22:53:49 +00:00
|
|
|
|
background-color: transparent;
|
2019-12-07 18:47:45 +00:00
|
|
|
|
margin-top: 10;
|
2019-12-01 11:53:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Header > Entry {
|
|
|
|
|
margin-left: 155;
|
|
|
|
|
margin-top: 2;
|
|
|
|
|
margin-bottom: 2;
|
|
|
|
|
}
|
2019-12-02 04:20:55 +00:00
|
|
|
|
|
|
|
|
|
#TitleContainer {
|
|
|
|
|
margin-top: 10;
|
2019-12-24 01:07:07 +00:00
|
|
|
|
margin-left: 10;
|
2019-12-04 22:53:49 +00:00
|
|
|
|
background-color: transparent;
|
2019-12-02 04:20:55 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#TitleContainer Label {
|
|
|
|
|
color: white;
|
|
|
|
|
margin-left: 155;
|
2019-12-24 01:07:07 +00:00
|
|
|
|
font-size: 22;
|
2019-12-02 04:20:55 +00:00
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
2019-12-03 23:51:16 +00:00
|
|
|
|
|
|
|
|
|
#Player {
|
2019-12-24 01:07:07 +00:00
|
|
|
|
background-color: #303030;
|
2019-12-22 01:12:53 +00:00
|
|
|
|
height: 60;
|
2019-12-03 23:51:16 +00:00
|
|
|
|
}
|
2019-12-07 18:47:45 +00:00
|
|
|
|
|
2019-12-19 04:04:00 +00:00
|
|
|
|
#Content {
|
|
|
|
|
margin-right: 10;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-07 18:47:45 +00:00
|
|
|
|
#Modal {
|
|
|
|
|
height: 500;
|
|
|
|
|
width: 400;
|
|
|
|
|
margin-top: 20;
|
|
|
|
|
margin-bottom: 20;
|
|
|
|
|
border-radius: 15;
|
2019-12-23 17:23:51 +00:00
|
|
|
|
background-color: #626363;
|
2019-12-07 18:47:45 +00:00
|
|
|
|
}
|