diff --git a/static/css/base.css b/static/css/base.css index f32fa8d..8c6038f 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -53,7 +53,6 @@ ----------------------------------------------------------------------------------- */ - /*========================================= 0. CSS Reset & Normalize =========================================== */ @@ -325,8 +324,8 @@ input:focus, textarea:focus, button{ text-decoration: none; - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; + -webkit-transition: all .3s ease-out; + transition: all .3s ease-out; } p a:active { @@ -342,6 +341,7 @@ nav a[rel="external"] em, width: 1px; overflow: hidden; } + /*Layer/Box Shadow*/ .shadow { position: relative; @@ -365,6 +365,7 @@ position: relative; right: 2.4rem; left: auto; } + /*=== 1.1 WRAP/CONTAINER === */ .wrap,header nav, footer nav { @@ -472,13 +473,11 @@ pre code { padding: 0; } - /*=== 1.2 Animations ================ Just 3 basic animations: .fadeIn, .fadeInUp, .zoomIn. https://github.com/daneden/animate.css*/ - @-webkit-keyframes fadeIn { from { opacity: 0; @@ -616,7 +615,6 @@ footer, transition: all 0.4s ease-in-out; } - /*=== 1.3 Responsive Media (videos, iframe...) === */ .embed { @@ -835,7 +833,6 @@ h2 svg, h3 svg, h4 svg { .text-intro svg,.wall p svg,.try svg { margin-top: -.4rem; } - .flexblock li h2 svg,.flexblock li h3 svg {margin-top: 0; } @@ -927,7 +924,6 @@ li[class*="bg-"],p[class*="bg-"] { h1 [class*="bg-"],h2 [class*="bg-"],h3 [class*="bg-"] { padding: .4rem .8rem; -z-index: -100; } /*========================================= @@ -979,8 +975,8 @@ p.text-subtitle svg {vertical-align: text-top;} /* -- Numbers (results, sales... 23,478,289 iphones) -- */ .text-data { - font-size: 7.2rem; - line-height: 8.8rem; + font-size: 6.4rem; + line-height: 8rem; margin-bottom: .8rem; } @@ -1187,9 +1183,10 @@ footer img { header, section footer { position: absolute; - z-index: 9999; top: 0; left: 0; + /* hover/visibility */ + z-index: 3; } section footer { @@ -1200,7 +1197,6 @@ section footer { /*=== Hide header[role=banner] === */ /*desktop only? Add @media (min-width: 1025px)*/ - header[role=banner] { opacity: 0; } @@ -1210,7 +1206,6 @@ header[role=banner]:hover { } @media (max-width: 767px) { - footer .alignleft, footer .alignright { float: none; display: block; @@ -1508,14 +1503,16 @@ clear:both; #navigation { position: fixed; -z-index: 9999; width: 24.4rem; margin-right: auto; margin-left: auto; right: 0; bottom: 0; left: 0; +/* hover/visibility */ +z-index: 3; } + #navigation { -webkit-animation: fadeIn 6s; animation: fadeIn 6s; @@ -1543,7 +1540,6 @@ opacity: 1; #navigation a { position: absolute; - z-index: 9999; width: 4rem; height: 4rem; text-align: center; @@ -1726,6 +1722,7 @@ Blocks Links li>a = .flexblock.blink (.blink required) .flexblock li { flex: auto; text-align: left; + /*float: left;*/ width: 100%;/* more control */ -webkit-transition: .3s; transition: .3s; @@ -1744,6 +1741,8 @@ transform: translateY(-.2rem); padding: 0; } + + @media (min-width:600px) { .flexblock li { width: 50%; @@ -1870,7 +1869,7 @@ div + ul, div + ol{ } .clients li:hover { -z-index: 9999; +z-index: 1; } /*================================================== 6.3 flexblock.steps