diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 23 |
1 files changed, 9 insertions, 14 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 { |