From 6a046db569b4f47b3fc7c9f23a4a79c682afd17f Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 11 Nov 2014 21:23:38 +0200 Subject: [PATCH] Initial Commit --- css/minecraft.css | 79 ++--------------------------------------------- 1 file changed, 2 insertions(+), 77 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index 8400d0c..30d3a9d 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -21,6 +21,7 @@ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; + font-size: 18px; color: #fff; background-color: #595959; } @@ -49,7 +50,7 @@ p { line-height: 1.5; } -@media(min-width:767px) { +@media(min-width:700px) { p { margin: 0 0 35px; font-size: 18px; @@ -74,71 +75,6 @@ a:focus { font-weight: 400; } -.navbar { - margin-bottom: 0; - border-bottom: 1px solid rgba(255,255,255,.3); - text-transform: uppercase; - font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; - background-color: #000; -} - -.navbar-brand { - font-weight: 700; -} - -.navbar-brand:focus { - outline: 0; -} - -.navbar-custom a { - color: #fff; -} - -.navbar-custom .nav li a { - -webkit-transition: background .3s ease-in-out; - -moz-transition: background .3s ease-in-out; - transition: background .3s ease-in-out; -} - -.navbar-custom .nav li a:hover, -.navbar-custom .nav li a:focus, -.navbar-custom .nav li.active { - outline: 0; - background-color: rgba(255,255,255,.2); -} - -.navbar-toggle { - padding: 4px 6px; - font-size: 16px; - color: #fff; -} - -.navbar-toggle:focus, -.navbar-toggle:active { - outline: 0; -} - -@media(min-width:767px) { - .navbar { - padding: 20px 0; - border-bottom: 0; - letter-spacing: 1px; - background: 0 0; - -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; - -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; - transition: background .5s ease-in-out,padding .5s ease-in-out; - } - - .top-nav-collapse { - padding: 0; - background-color: #000; - } - - .navbar-custom.top-nav-collapse { - border-bottom: 1px solid rgba(255,255,255,.3); - } -} - .intro { display: table; width: 100%; @@ -211,13 +147,6 @@ a:focus { height: auto; } -.ip-section { - width: 100%; - padding: 50px 0; - color: #fff; - background: #1F1F1F; -} - .about-section { width: 100%; height: auto; @@ -244,10 +173,6 @@ a:focus { .about-body { padding: 50px 0; } - - .ip-section { - padding: 100px 0; - } } ::-moz-selection {