diff static/css/theme.css @ 116:24263cb45e27

Bootstrap: tweaking to use our color scheme. This is not finished yet by far. But good enough to checkpoint.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Oct 2013 21:01:55 -0500
parents 8a0076d7d041
children 68f621d26aed
line wrap: on
line diff
--- a/static/css/theme.css	Sun Oct 20 17:35:39 2013 -0500
+++ b/static/css/theme.css	Tue Oct 22 21:01:55 2013 -0500
@@ -1,6 +1,10 @@
 body { 
    padding-top: 50px;
    padding-bottom: 20px;
+   /* background-color: #213442;
+   color: #EF7D21; */
+   background-color: #213442;
+   color: #EF7C21;
 }
 .img-flyer {
    margin: 0 auto;
@@ -24,3 +28,66 @@
    margin-top: 1.5em;
    margin-bottom: 1.5em;
 }
+
+blockquote {
+  border-left: 5px solid #6e2d1b;
+  border-left: 5px solid #b96a03;
+  border-left: 5px solid #8f8a6d;
+  border-left: 5px solid #41819d;
+  border-left: 3px solid #b96a03;
+}
+blockquote small {
+  color: #b96a03;
+}
+
+.thumbnail {
+  background-color: #213442;
+  border: 1px solid #41819d;
+}
+.thumbnail .caption {
+  color: #EF7C21;
+}
+a.thumbnail:hover,
+a.thumbnail:focus {
+  border-color: #EF7C21;
+}
+
+.form-control:focus {
+  border-color: #EF7C21;
+}
+
+
+/**
+296b9d
+3e819c
+41819d
+213442
+**/
+
+.navbar-inverse {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#213442));
+  background-image: -webkit-linear-gradient(top, #296b9d, 0%, #213442, 100%);
+  background-image: -moz-linear-gradient(top, #296b9d 0%, #213442 100%);
+  background-image: linear-gradient(to bottom, #296b9d 0%, #213442 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff296b9d', endColorstr='#ff213442', GradientType=0);
+}
+.navbar .navbar-nav > .active > a {
+  background-color: #f8f8f8;
+  background-color: #ff0000;
+}
+.navbar-inverse .navbar-nav > .active > a {  /* bkground of selected menu */
+  background-color: #296b9d;
+}
+
+.well {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#6c9a97));
+  background-image: -webkit-linear-gradient(top, #296b9d, 0%, #6c9a97, 100%);
+  background-image: -moz-linear-gradient(top, #296b9d 0%, #6c9a97 100%);
+  background-image: linear-gradient(to bottom, #296b9d 0%, #6c9a97 100%);
+  background-repeat: repeat-x;
+  border-color: #dcdcdc;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff296b9d', endColorstr='#ff6c9a97', GradientType=0);
+  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
+          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
+}