Added audio and brightness controls, also added some crappy UI graphics to the index page
This commit is contained in:
18
moonlight/moonlight.css
Normal file
18
moonlight/moonlight.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #000000;
|
||||
color: #c8c8c8;
|
||||
text-align: center;
|
||||
width: 800px;
|
||||
align: center;
|
||||
}
|
||||
|
||||
#uiGameContainer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#uiGameDisplay {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
left: 55px;
|
||||
}
|
||||
Reference in New Issue
Block a user