more polishing
authorMichael Wallner <mike@php.net>
Fri, 20 Mar 2015 08:41:15 +0000 (09:41 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Mar 2015 08:41:15 +0000 (09:41 +0100)
public/index.php

index 39d24c07a39cf1986ef57d2a5ff0fbcf93752779..181dfcb02be0319053bba0b1296092d3768d6ad7 100644 (file)
@@ -9,14 +9,20 @@
                <style>
                        body {
                                padding-bottom: 4em;
+                               padding-top: 10em;
+                       }
+                       .header {
+                               top: 0;
+                               width: 100%;
                        }
                        .footer {
                                bottom: 0;
-                               position: fixed;
                                width: 100%;
                                text-align: center;
                        }
                        .header, .footer {
+                               position: fixed;
+                               box-shadow: 0px 0px 1em .4em #89a;
                                background: #62B3E7;
                                padding: 1em 0;
                        }
                        .header h1 a:hover {
                                text-decoration: underline;
                        }
-                       .header h1 big , .footer, .footer a {
+                       .header h1 big {
+                               /* normalize browser difference */
+                               font-size: 1.8em;
+                       }
+                       .header h1 big, .footer, .footer a {
                                color: #fdfdfd;
                                text-shadow: grey 0 0 .1em;
                        }