Changeset - 40cd98bf4443
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-11 20:08:59
bkuhn@ebb.org
First attempt at implementing fabsh color scheme that he emailed me:
Date: Sun, 10 Oct 2010 18:12:36 +0200
Subject: Conservancy Colour Palette
From: "Fabian A. Scherschel" <fab@sixgun.org>
To: "Bradley M. Kuhn" <bkuhn@sfconservancy.org>
Message-ID: <AANLkTinX7mxV8-2gn2CQB82QnPLZWw3rYr4OUHpX1WDX@mail.gmail.com>
1 file changed with 9 insertions and 16 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -14,6 +14,8 @@ body {
 
  font-size: 95%;
 
  background-color: #0000;
 
  color: #ffff;
 
}
 

	
 
a { text-decoration: none; color: #146624; }
 
a:hover { text-decoration: underline; color: #665f14; }
 
a { text-decoration: none; color: #557733; }
 
a:hover { text-decoration: underline; color: #3B6337; }
 

	
...
 
@@ -34,12 +36,2 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 

	
 
.affiliate-link { float: right; }
 
#affiliate-conservancy, #affiliate-mr {
 
  padding: 2px 10px;
 
  white-space: nowrap;
 
  font-size: x-small;
 
  text-align: right;
 
}
 
#affiliate-conservancy { background: #d4ff9d; }
 
#affiliate-mr { background: #ddd; }
 

	
 
/* Header */
...
 
@@ -67,3 +59,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
/* Navigation bar */
 
#navbar-outer { background: #CDDBDC; }
 
#navbar-outer { background: #B3D4A3; }
 
#navbar { margin-left: 104px; margin-top: 3px; float: left; display: inline; }
...
 
@@ -80,3 +72,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
}
 
#navbar li:hover a { background: #fff99d; }
 
#navbar li:hover a { background: #3b6337; color: #fff; }
 
#navbar li { float: left; display: inline; margin-bottom: 3px; }
...
 
@@ -104,3 +96,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    margin-bottom: -32767px;
 
    background-color: #e5e5e5; 
 
    background-color: #ccd4a3; 
 
}
...
 
@@ -115,2 +107,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
}
 
#container #sidebar li:hover a { background: #3b6337; color: #fff; }
 

	
...
 
@@ -145,3 +138,3 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 

	
 
.shaded { background: #ffeab7; padding: .1em .5em; margin-bottom: .5em; }
 
.shaded { background: #F0FFB8; padding: .1em .5em; margin-bottom: .5em; }
 

	
0 comments (0 inline, 0 general)