master
Nick Sergeant 2012-01-17 00:30:32 -05:00
parent 44b3d19cf5
commit 3342ec26b9
4 changed files with 46 additions and 8 deletions

View File

@ -251,20 +251,47 @@ section.main {
width: 190px;
section.ad {
margin-bottom: 28px;
div.asset {
background: #FFF url('/media/images/ad.jpg') center center no-repeat;
background: #FFF;
border: 1px solid #DDDDDD;
height: 130px;
margin: 0 15px 6px;
width: 158px;
.border-radius(3px);
padding: 15px 14px;
width: 130px;
.border-radius(4px);
a {
color: #939393;
display: block;
font: normal 11px/12px @Helvetica;
text-decoration: none;
img {
display: block;
margin-bottom: 10px;
}
&:hover {
color: #666;
text-decoration: none;
}
}
}
div.meta {
color: #CCC;
font: normal 12px @Helvetica;
margin-right: 15px;
text-align: right;
color: #939393;
font: normal 11px/12px @Helvetica;
margin: 0 15px;
text-align: center;
text-transform: uppercase;
a {
color: #CCC;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}
section.tags {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
snipt/media/images/ad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -89,6 +89,17 @@
</div>
{% block aside %}
<aside class="main">
<section class="ad">
<div class="asset">
<a href="http://www.adsbycoffee.org/">
<img src="/media/images/ad.png" alt="" />
Ads by Coffee is a non-profit advertising agency exclusively for charity organizations.
</a>
</div>
<div class="meta">
<a href="http://www.adsbycoffee.org/">Ads by Coffee</a>
</div>
</section>
{% block tags %}{% endblock %}
<nav class="footer">
<ul>