summaryrefslogtreecommitdiffstats
path: root/src/html/loadsystem.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/loadsystem.css')
-rw-r--r--src/html/loadsystem.css26
1 files changed, 8 insertions, 18 deletions
diff --git a/src/html/loadsystem.css b/src/html/loadsystem.css
index d0e8a90..30484db 100644
--- a/src/html/loadsystem.css
+++ b/src/html/loadsystem.css
@@ -5,32 +5,22 @@ body{
margin:0;
padding:0;
background-color:black;
+ background-image:url('background.png');
+ background-repeat:no-repeat;
background-size:100%;
}
-#top{
- position:absolute;
- top:38%;
- left:41%;
+#message{
+ position:relative;
+ font-size:90%;
+ top:40%;
}
h1, p{
- margin:0;
- padding:0.3em 0;
+ text-align:center;
color:white;
}
-#container{
- min-height:100%;
- margin-bottom:-50px;
-}
-* html #container{
+* html{
height:100%;
}
-#footer-spacer{
- height:0px;
-}
-#footer{
- height:30px;
- text-align:center;
-}
/* position the bars and balls correctly (rotate them and translate them outward)*/
.bar1 {
-moz-transform:rotate(0deg) translate(0, -40px);