view static/css/theme.css @ 120:e82fd2b7be2f

Bootstrap: style the footer text and links.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Oct 2013 16:55:05 -0500
parents 685e14392326
children 095be78bf0fa
line wrap: on
line source
body { 
   padding-top: 50px;
   padding-bottom: 20px;
   /* background-color: #213442;
   color: #EF7D21; */
   background-color: #213442;
   color: #EF7C21;
}
.top-buffer {
   margin-top: 2em;
}
.img-flyer {
   margin: 0 auto;
   margin-top: 1em;
   margin-bottom: 1em;
}
img.floatLeftBox {
   float: left !important;
   margin-right: 1.5em;
   margin-bottom: 1.0em;
}

article.news ul {
   display: table;
}
article.news ol {
   display: table;
}
.article-source {
   font-style: italic;
   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;
}

.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;
}

footer {
  font-size: 80%;
}
footer a {
  color: #213442;
}

.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);
}

.pagination > li > a,
.pagination > li > span {
  background-color: #213442;
  border: 1px solid #b96a03;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #296b9d;
  color: white;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: black;
  background-color: #EF7C21;
  border-color: #b96a03;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #213442;
  border-color: #b96a03;
}