mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-21 04:33:16 +01:00
f25ee4ee9f
Needs fixing: See how quickly the powernet drains at default load, I thought atmos went to quickly so I upped the power cell by one level, Shuttle Tags, Graphical glitches involving some wires, There is still some things missing with NanoUI but they are not game breaking in any way I have seen so far. Other than that we should be good to go.
22 lines
371 B
CSS
22 lines
371 B
CSS
body {
|
|
background: #272727 url(uiBasicBackground.png) 50% 0 repeat-x;
|
|
}
|
|
|
|
#uiContent {
|
|
clear: both;
|
|
padding: 8px;
|
|
}
|
|
|
|
#uiLoadingNotice {
|
|
position: relative;
|
|
background: url(uiNoticeBackground.jpg) 50% 50%;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
padding: 3px 4px 3px 4px;
|
|
margin: 4px 0 4px 0;
|
|
}
|
|
|
|
|