diff --git a/bl-themes/micro/css/bludit.css b/bl-themes/micro/css/bludit.css index cf610860..0498536c 100755 --- a/bl-themes/micro/css/bludit.css +++ b/bl-themes/micro/css/bludit.css @@ -62,14 +62,14 @@ h1.site-title { font-size: 1.2em; } -ul.fixed-pages { +ul.static-pages { font-size: 1em; list-style: none; - margin: 0; + margin: 0 0 100px 0; padding: 0; } -ul.fixed-pages a { +ul.static-pages a { color: #777; } diff --git a/bl-themes/micro/css/style.css b/bl-themes/micro/css/style.css index 90ecaa6b..64a7e68b 100755 --- a/bl-themes/micro/css/style.css +++ b/bl-themes/micro/css/style.css @@ -1447,9 +1447,6 @@ img { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; @@ -3146,9 +3143,6 @@ output { border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #e32929; @@ -3977,9 +3971,6 @@ input[type="button"].btn-block { .fade { opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; } .fade.in { opacity: 1; @@ -4004,12 +3995,6 @@ tbody.collapse.in { position: relative; height: 0; overflow: hidden; - -webkit-transition-property: height, visibility; - transition-property: height, visibility; - -webkit-transition-duration: 0.35s; - transition-duration: 0.35s; - -webkit-transition-timing-function: ease; - transition-timing-function: ease; } .caret { @@ -5491,9 +5476,6 @@ a.badge:hover, a.badge:focus { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; - -webkit-transition: border 0.2s ease-in-out; - -o-transition: border 0.2s ease-in-out; - transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { @@ -5632,9 +5614,6 @@ a.thumbnail.active { background-color: #e32929; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; } .progress-striped .progress-bar, @@ -7328,11 +7307,6 @@ body { color: #868f90; } -a { - -webkit-transition: 0.5s; - -o-transition: 0.5s; - transition: 0.5s; -} a:hover, a:active, a:focus { outline: none; } diff --git a/bl-themes/micro/index.php b/bl-themes/micro/index.php index 0ad1af2a..8d081765 100755 --- a/bl-themes/micro/index.php +++ b/bl-themes/micro/index.php @@ -9,34 +9,42 @@