summaryrefslogtreecommitdiffstats
path: root/src/html/preload.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/preload.css')
-rw-r--r--src/html/preload.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/html/preload.css b/src/html/preload.css
index 51ef421..c758289 100644
--- a/src/html/preload.css
+++ b/src/html/preload.css
@@ -6,16 +6,21 @@ body{
padding:0;
background-color:black;
background-image:url('background.png');
- background-repeat: no-repeat;
+ background-repeat:no-repeat;
background-size:100%;
}
#top{
position:absolute;
}
+#message{
+ position:absolute;
+ top:37%;
+ width:100%;
+ font-size:90%;
+}
h1, p{
- margin:10;
- padding:0.3em 0;
color:white;
+ text-align:center;
}
#container{
min-height:100%;
@@ -30,6 +35,7 @@ h1, p{
#footer{
height:30px;
}
+/* animation */
/* position the bars and balls correctly (rotate them and translate them outward)*/
.bar1 {
-moz-transform:rotate(0deg) translate(0, -40px);