diff --git a/assets/css/main.css b/assets/css/main.css index 061f439..b3a0755 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -6,7 +6,7 @@ } body { - background: #252525; + background: #2E2B2C; color: #FFF; font-family: "Open Sans", sans-serif; font-size: 18px; @@ -28,15 +28,12 @@ a { } /* Header */ -#header, #tagline { - -} - #header { background: #EBEBEB; color: #3B3738; padding: 20px 0; overflow: auto; + margin-top: 44px; } #header .slogan { @@ -88,7 +85,16 @@ a { /* Tagline */ #tagline { padding: 10px 0; - text-align: center; + width: 100%; + z-index: 999999; /* I'm so sorry. */ + position: fixed; + left: 0; + top: 0; +} + +#tagline-center { + width: 1480px; + margin: 0 auto; } /* Colors used by the Mojang service's status bar */ diff --git a/assets/html/index.html b/assets/html/index.html index 5c704e8..2f6efee 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -18,6 +18,16 @@
+
+ +
+ + Connecting... + +
+ +
+