diff options
-rw-r--r-- | amelia/bootstrap.css | 12 | ||||
-rw-r--r-- | amelia/bootstrap.min.css | 10 | ||||
-rwxr-xr-x | amelia/bootswatch.less | 6 | ||||
-rw-r--r-- | amelia/thumbnail.png | bin | 34601 -> 41453 bytes |
4 files changed, 14 insertions, 14 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index f4702489..ecaf584d 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -3508,7 +3508,7 @@ h4 small, h5 small, h6 small { color: rgba(256, 256, 256, 0.9); - font-weight: bold; + font-weight: normal; } input, button, @@ -3546,7 +3546,7 @@ footer.footer { .navbar .brand { padding-top: 12px; font-size: 24px; - font-weight: 700; + font-weight: normal; } .navbar .nav > li > a { padding-top: 17px; @@ -3737,24 +3737,24 @@ div.subnav-fixed { } .btn-danger { background-image: none; - background-color: #eac504; + background-color: #dbb804; } .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { - background-color: #d1b004; + background-color: #c2a303; text-shadow: none; } .btn-danger:active, .btn-danger.active { - background-color: #9f8603; + background-color: #907902; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-danger:active, .btn-danger.active { - background-color: #9f8603 \9; + background-color: #907902 \9; } .btn-success { background-image: none; diff --git a/amelia/bootstrap.min.css b/amelia/bootstrap.min.css index c721f7d5..8171d075 100644 --- a/amelia/bootstrap.min.css +++ b/amelia/bootstrap.min.css @@ -631,7 +631,7 @@ a.thumbnail:hover{border-color:#fcdd3f;-webkit-box-shadow:0 1px 4px rgba(0, 105, .hide{display:none;} .show{display:block;} .invisible{visibility:hidden;} -h1,h2,h3,h4,h5,h6,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:rgba(256, 256, 256, 0.9);font-weight:bold;} +h1,h2,h3,h4,h5,h6,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:rgba(256, 256, 256, 0.9);font-weight:normal;} input,button,select,textarea,.navbar-search .search-query{font-family:'Cabin',Verdana,sans-serif;} .muted{color:rgba(256, 256, 256, 0.5);} body{background-color:#4397A2;background-color:#0f8790;background-image:-webkit-gradient(radial, center center, 0, center center, 460, from(#12a5b0), to(#0f8790));background-image:-webkit-radial-gradient(circle, #12a5b0, #0f8790);background-image:-moz-radial-gradient(circle, #12a5b0, #0f8790);background-image:-ms-radial-gradient(circle, #12a5b0, #0f8790);background-repeat:no-repeat;} @@ -639,7 +639,7 @@ hr{border-bottom:1px solid rgba(256, 256, 256, 0.3);} .page-header{border-bottom:0px solid transparent;} footer.footer{border-top:1px solid rgba(256, 256, 256, 0.3);} .navbar .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} -.navbar .brand{padding-top:12px;font-size:24px;font-weight:700;} +.navbar .brand{padding-top:12px;font-size:24px;font-weight:normal;} .navbar .nav>li>a{padding-top:17px;padding-bottom:14px;text-shadow:none;color:rgba(256, 256, 256, 0.9);} .navbar .nav>li.active>a{color:#ffffff;background-color:#d92432;} .navbar .nav>li>a:hover,.navbar .nav>li.active>a:hover{background-color:#d92432;} @@ -667,9 +667,9 @@ div.subnav-fixed{top:50px;} .btn-warning{background-image:none;background-color:#df6e1e;}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#c9631b;text-shadow:none;} .btn-warning:active,.btn-warning.active{background-color:#9c4d15;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .btn-warning:active,.btn-warning.active{background-color:#9c4d15 \9;} -.btn-danger{background-image:none;background-color:#eac504;}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#d1b004;text-shadow:none;} -.btn-danger:active,.btn-danger.active{background-color:#9f8603;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} -.btn-danger:active,.btn-danger.active{background-color:#9f8603 \9;} +.btn-danger{background-image:none;background-color:#dbb804;}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#c2a303;text-shadow:none;} +.btn-danger:active,.btn-danger.active{background-color:#907902;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} +.btn-danger:active,.btn-danger.active{background-color:#907902 \9;} .btn-success{background-image:none;background-color:#5fb810;}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#53a10e;text-shadow:none;} .btn-success:active,.btn-success.active{background-color:#3b720a;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .btn-success:active,.btn-success.active{background-color:#3b720a \9;} diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index 3af9abc0..7592d4e0 100755 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -10,7 +10,7 @@ h1, h2, h3, h4, h5, h6, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: @textColor; - font-weight: bold; + font-weight: normal; } input, button, select, textarea, @@ -54,7 +54,7 @@ footer.footer { .brand { padding-top: 12px; font-size: 24px; - font-weight: 700; + font-weight: normal; } .nav > li > a { @@ -229,7 +229,7 @@ div.subnav-fixed { } .btn-danger { - .buttonBackgroundCustom(@yellow); + .buttonBackgroundCustom(darken(@yellow, 3%)); } .btn-success { diff --git a/amelia/thumbnail.png b/amelia/thumbnail.png Binary files differindex ea43dc0b..e31d7626 100644 --- a/amelia/thumbnail.png +++ b/amelia/thumbnail.png |