amelia: btn-danger darkened
authorThomas Park <thomas@thomaspark.me>
Sun, 11 Mar 2012 16:27:13 +0000 (12:27 -0400)
committerThomas Park <thomas@thomaspark.me>
Sun, 11 Mar 2012 16:27:13 +0000 (12:27 -0400)
amelia/bootstrap.css
amelia/bootstrap.min.css
amelia/bootswatch.less
amelia/thumbnail.png

index f470248..ecaf584 100644 (file)
@@ -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;
index c721f7d..8171d07 100644 (file)
@@ -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;}
index 3af9abc..7592d4e 100755 (executable)
@@ -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 {
index ea43dc0..e31d762 100644 (file)
Binary files a/amelia/thumbnail.png and b/amelia/thumbnail.png differ