amelia: navbar drop-shadow, background gradient
authorThomas Park <thomas@thomaspark.me>
Sun, 11 Mar 2012 16:18:35 +0000 (12:18 -0400)
committerThomas Park <thomas@thomaspark.me>
Sun, 11 Mar 2012 16:18:35 +0000 (12:18 -0400)
amelia/bootstrap.css
amelia/bootstrap.min.css
amelia/bootswatch.less

index e77662f..f470248 100644 (file)
@@ -3508,7 +3508,7 @@ h4 small,
 h5 small,
 h6 small {
   color: rgba(256, 256, 256, 0.9);
-  font-weight: normal;
+  font-weight: bold;
 }
 input,
 button,
@@ -3522,15 +3522,12 @@ textarea,
 }
 body {
   background-color: #4397A2;
-  background-color: #248d97;
-  background-image: -moz-linear-gradient(top, #0f8790, #4397a2);
-  background-image: -ms-linear-gradient(top, #0f8790, #4397a2);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f8790), to(#4397a2));
-  background-image: -webkit-linear-gradient(top, #0f8790, #4397a2);
-  background-image: -o-linear-gradient(top, #0f8790, #4397a2);
-  background-image: linear-gradient(top, #0f8790, #4397a2);
-  background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8790', endColorstr='#4397a2', GradientType=0);
+  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;
 }
 hr {
   border-bottom: 1px solid rgba(256, 256, 256, 0.3);
@@ -3545,13 +3542,11 @@ footer.footer {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  box-shadow: none;
 }
 .navbar .brand {
   padding-top: 12px;
   font-size: 24px;
+  font-weight: 700;
 }
 .navbar .nav > li > a {
   padding-top: 17px;
@@ -4077,7 +4072,7 @@ code, pre {
   color: rgba(256, 256, 256, 0.9);
 }
 .label-important, .label-important:hover, .alert-error {
-  background-color: #eac504;
+  background-color: #dbb804;
   color: rgba(256, 256, 256, 0.9);
 }
 .label-success, .label-success:hover, .alert-success {
index 5e0fb00..c721f7d 100644 (file)
@@ -631,15 +631,15 @@ 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:normal;}
+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;}
 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:#248d97;background-image:-moz-linear-gradient(top, #0f8790, #4397a2);background-image:-ms-linear-gradient(top, #0f8790, #4397a2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0f8790), to(#4397a2));background-image:-webkit-linear-gradient(top, #0f8790, #4397a2);background-image:-o-linear-gradient(top, #0f8790, #4397a2);background-image:linear-gradient(top, #0f8790, #4397a2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8790', endColorstr='#4397a2', GradientType=0);}
+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;}
 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;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
-.navbar .brand{padding-top:12px;font-size:24px;}
+.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 .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;}
@@ -724,7 +724,7 @@ code,pre{background-color:rgba(256, 256, 256, 0.3);padding:2px;}
 .well{background-color:#3CB9C6;background-image:none;}
 .label,.label:hover{background-color:#dddddd;text-shadow:none;color:#333333;}
 .label-warning,.label-warning:hover,.alert{background-color:#df6e1e;color:rgba(256, 256, 256, 0.9);}
-.label-important,.label-important:hover,.alert-error{background-color:#eac504;color:rgba(256, 256, 256, 0.9);}
+.label-important,.label-important:hover,.alert-error{background-color:#dbb804;color:rgba(256, 256, 256, 0.9);}
 .label-success,.label-success:hover,.alert-success{background-color:#5fb810;color:rgba(256, 256, 256, 0.9);}
 .label-info,.label-info:hover,.alert-info{background-color:#7e4a9f;color:rgba(256, 256, 256, 0.9);}
 .alert-heading{color:rgba(256, 256, 256, 0.9);}
index f7a1fc9..3af9abc 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: normal;
+       font-weight: bold;
 }
 
 input, button, select, textarea,
@@ -28,7 +28,7 @@ input, button, select, textarea,
 
 body {
        background-color: #4397A2;
-       #gradient > .vertical(#0F8790, #4397A2);
+       #gradient > .radial(lighten(#0F8790, 7%), #0F8790);
 }
 
 hr {
@@ -49,17 +49,14 @@ footer.footer {
 .navbar {
        .navbar-inner {
                .border-radius(0);
-               .box-shadow(none);
        }
        
        .brand {
                padding-top: 12px;
                font-size: 24px;
+               font-weight: 700;
        }
-       
-       .nav {
-       }
-       
+
        .nav > li > a {
                padding-top: 17px;
                padding-bottom: 14px;
@@ -541,7 +538,7 @@ code, pre {
 }
 
 .label-important, .label-important:hover, .alert-error {
-       background-color: @yellow;
+       background-color: darken(@yellow, 3%);
        color: @textColor;
 }