This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Design/Views/MainView/MainView.css

43 lines
670 B
CSS
Raw Normal View History

2019-12-01 11:53:30 +00:00
^ContentPage {
background-color: #232323;
}
#Header {
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;
background-color: transparent;
2019-12-02 04:20:55 +00:00
}
#TitleContainer Label {
color: white;
margin-left: 155;
font-size: 18;
vertical-align: bottom;
}
#Player {
background-color: #626363;
}
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;
}