mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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;
|
|
}
|
|
|
|
|