Styles should live in CSS, not in the template.
Properly use nav-bg for campaign.
This commit is contained in:
parent
b4edbe02f7
commit
bda85a597b
2 changed files with 12 additions and 2 deletions
|
@ -62,6 +62,16 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
#navbar { margin-left: 104px; margin-top: 3px; float: left; display: inline; }
|
#navbar { margin-left: 104px; margin-top: 3px; float: left; display: inline; }
|
||||||
#navbar ul { list-style: none; }
|
#navbar ul { list-style: none; }
|
||||||
#navbar-clear { clear: both; border-bottom: 1px solid #808080; }
|
#navbar-clear { clear: both; border-bottom: 1px solid #808080; }
|
||||||
|
#navbar li.campaign a {
|
||||||
|
display: block;
|
||||||
|
background: #fafafe;
|
||||||
|
padding: .2em .8em;
|
||||||
|
margin-right: 3px;
|
||||||
|
border: 1px solid #808080;
|
||||||
|
font-size: .8em;
|
||||||
|
background: url(/img/nav-bg-campaign.png) bottom repeat-x;
|
||||||
|
border-color: #ffffff;
|
||||||
|
}
|
||||||
#navbar li a {
|
#navbar li a {
|
||||||
display: block;
|
display: block;
|
||||||
background: #fafafe;
|
background: #fafafe;
|
||||||
|
@ -236,11 +246,11 @@ body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #fff url(/img/nav-bg-up.png) top repeat-x;
|
background: #fff url(/img/nav-bg-up.png) top repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.conservancy-campaign #navbar ul li.campaign a
|
body.conservancy-campaign #navbar ul li.campaign a
|
||||||
{
|
{
|
||||||
color: #000033;
|
color: #000033;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
background: url(/img/nav-bg-campaign-up.png) bottom repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsor ul {
|
#sponsor ul {
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<li class="About"><a href="/about/">About</a></li>
|
<li class="About"><a href="/about/">About</a></li>
|
||||||
<li class="sponsors"><a href="/sponsors/">Sponsors</a></li>
|
<li class="sponsors"><a href="/sponsors/">Sponsors</a></li>
|
||||||
<li class="donate"><a href="/donate/">Support Conservancy!</a></li>
|
<li class="donate"><a href="/donate/">Support Conservancy!</a></li>
|
||||||
<li class="campaign"><a style="background: url(/img/nav-bg-campaign.png) bottom repeat-x;" href="/campaign/">Campaign</a></li>
|
<li class="campaign"><a href="/campaign/">Campaign</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar-clear"></div>
|
<div id="navbar-clear"></div>
|
||||||
|
|
Loading…
Reference in a new issue