summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-11 12:18:35 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-11 12:18:35 -0400
commit6983b919cc62fa9ec2174d47f572cbd7ed359aa9 (patch)
tree9a61a717280c57442deafd1db049cb4d121eaa4a
parent8a881df63cec6b633c053b6d732a0b694e60a110 (diff)
amelia: navbar drop-shadow, background gradient
-rw-r--r--amelia/bootstrap.css23
-rw-r--r--amelia/bootstrap.min.css10
-rwxr-xr-xamelia/bootswatch.less13
3 files changed, 19 insertions, 27 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index e77662ff..f4702489 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: 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 {
diff --git a/amelia/bootstrap.min.css b/amelia/bootstrap.min.css
index 5e0fb00b..c721f7d5 100644
--- a/amelia/bootstrap.min.css
+++ b/amelia/bootstrap.min.css
@@ -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);}
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index f7a1fc92..3af9abc0 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: 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;
}