Skip to content

Commit

Permalink
fix color scheme
Browse files Browse the repository at this point in the history
Change-Id: Icb12e55f3af165cc0a46193f8f3813f87123e47b
  • Loading branch information
dhellmann committed Jul 7, 2012
1 parent 96fe82c commit c9cbe27
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 38 deletions.
56 changes: 28 additions & 28 deletions docket/static/bootstrap/css/bootstrap.css
Expand Up @@ -165,12 +165,12 @@ body {
}

a {
color: #0088cc;
color: #990000;
text-decoration: none;
}

a:hover {
color: #005580;
color: #4d0000;
text-decoration: underline;
}

Expand Down Expand Up @@ -1206,7 +1206,7 @@ select:focus:required:invalid:focus {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: #f8ffb7;
background-color: #fafed1;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}
Expand Down Expand Up @@ -1618,7 +1618,7 @@ table {

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #f8ffb7;
background-color: #fafed1;
}

.table tbody tr:hover td,
Expand Down Expand Up @@ -2454,7 +2454,7 @@ footer {
.dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #990000;
}

.open {
Expand Down Expand Up @@ -2495,7 +2495,7 @@ footer {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f8ffb7;
background-color: #fafed1;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
Expand Down Expand Up @@ -2741,18 +2741,18 @@ button.close {
}

.btn-primary {
background-color: #0074cc;
*background-color: #0055cc;
background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
background-image: -o-linear-gradient(top, #0088cc, #0055cc);
background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
background-image: linear-gradient(top, #0088cc, #0055cc);
background-color: #990f00;
*background-color: #992600;
background-image: -ms-linear-gradient(top, #990000, #992600);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#990000), to(#992600));
background-image: -webkit-linear-gradient(top, #990000, #992600);
background-image: -o-linear-gradient(top, #990000, #992600);
background-image: -moz-linear-gradient(top, #990000, #992600);
background-image: linear-gradient(top, #990000, #992600);
background-repeat: repeat-x;
border-color: #0055cc #0055cc #003580;
border-color: #992600 #992600 #4d1300;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#990000', endColorstr='#992600', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

Expand All @@ -2761,13 +2761,13 @@ button.close {
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
background-color: #0055cc;
*background-color: #004ab3;
background-color: #992600;
*background-color: #802000;
}

.btn-primary:active,
.btn-primary.active {
background-color: #004099 \9;
background-color: #661900 \9;
}

.btn-warning {
Expand Down Expand Up @@ -3085,7 +3085,7 @@ input[type="submit"].btn.btn-mini {
}

.btn-group.open .btn-primary.dropdown-toggle {
background-color: #0055cc;
background-color: #992600;
}

.btn-group.open .btn-warning.dropdown-toggle {
Expand Down Expand Up @@ -3262,7 +3262,7 @@ input[type="submit"].btn.btn-mini {
.nav-list > .active > a:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
background-color: #990000;
}

.nav-list [class^="icon-"] {
Expand Down Expand Up @@ -3354,7 +3354,7 @@ input[type="submit"].btn.btn-mini {
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
color: #ffffff;
background-color: #0088cc;
background-color: #990000;
}

.nav-stacked > li {
Expand Down Expand Up @@ -3416,14 +3416,14 @@ input[type="submit"].btn.btn-mini {
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #0088cc;
border-bottom-color: #0088cc;
border-top-color: #990000;
border-bottom-color: #990000;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
border-top-color: #005580;
border-bottom-color: #005580;
border-top-color: #4d0000;
border-bottom-color: #4d0000;
}

.nav-tabs .active .dropdown-toggle .caret,
Expand Down Expand Up @@ -4489,7 +4489,7 @@ input[type="submit"].btn.btn-mini {
}

a.thumbnail:hover {
border-color: #0088cc;
border-color: #990000;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
Expand Down Expand Up @@ -4941,7 +4941,7 @@ a.badge:hover {
.hero-unit {
padding: 60px;
margin-bottom: 30px;
background-color: #f8ffb7;
background-color: #fafed1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
Expand Down
2 changes: 1 addition & 1 deletion docket/static/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docket/templates/index.html
Expand Up @@ -6,22 +6,22 @@
<div class="row-fluid">

<div class="span12">
<div class="hero-unit">
<h1>Athens Docket History Project</h1>
<p>The <em>Athens Docket History</em> site is a project of
the <a href="http://www.clarke.public.lib.ga.us/hqdepts/heritage/index.html">Athens-Clarke
County Heritage Room</a>. We are creating a web-based
index of historical police and court records from
Athens-Clarke County, Georgia, USA.
<a class="btn btn-medium" href="{{ url_for('about') }}">Learn more &raquo;</a></p>
<a class="btn btn-small" href="{{ url_for('about') }}">Learn more &raquo;</a></p>
<p>
<a class="btn btn-primary btn-large" href="{{
<a class="btn btn-primary" href="{{
url_for('browse') }}"><i class="icon-book icon-white"></i>
Browse</a>
<a class="btn btn-primary" href="{{
url_for('search') }}"><i class="icon-search
icon-white"></i> Search</a>
<a class="btn btn-primary btn-large" href="{{
url_for('browse') }}"><i class="icon-book icon-white"></i> Browse</a></p>
</div>
<div>
</p>

<center><img src="{{ url_for('static',
filename='images/city_hall.jpg')}}" alt="etching of
Athens, GA city hall"></center>
Expand Down
5 changes: 3 additions & 2 deletions twitter-bootstrap-857b8fb/less/variables.less
Expand Up @@ -31,7 +31,7 @@
@purple: #7a43b6;

@agedYellow: #fdffea;
@agedYellowDarker: darken(@agedYellow, 10%);
@agedYellowDarker: #FAfeD1; //darken(@agedYellow, 10%);
@agedYellowBrighter: lighten(@agedYellow, 5%);

// Scaffolding
Expand All @@ -42,7 +42,8 @@

// Links
// -------------------------
@linkColor: #08c;
//@linkColor: #08c;
@linkColor: #990000;
//@linkColorHover: darken(@linkColor, 15%);
//@linkColor: #FF9385; // salmon
//@linkColor: #85B4FF; // blue
Expand Down

0 comments on commit c9cbe27

Please sign in to comment.