the neatness of the emailer

This commit is contained in:
unknown 2011-12-09 04:42:02 -05:00
parent 32e70d1de8
commit 613b4681a0
2 changed files with 56 additions and 8 deletions

View File

@ -14,7 +14,9 @@
#headerEmailer {
position:relative;
width:570px;
width:550px;
margin:0 auto;
border-bottom:2px solid #f8c92d;
}
#logoItfSmall {
@ -46,7 +48,7 @@
}
#issueDate {
margin-left:10px;
margin-left:12px;
}
#issueNo {
@ -82,8 +84,6 @@
#contentEmailer {
width:570px;
margin:0 auto;
border-top:2px solid #f8c92d;
}
.contentBoxes {
@ -125,11 +125,16 @@
bottom:8px;
}
.articleEmailer a {
color:#0066ff !important;
text-decoration:none!important;
}
.articleTitle {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:24px;
color:#ffcc00;
padding-left:8px;
padding-left:12px;
text-transform:uppercase;
float:left;
}
@ -137,7 +142,7 @@
.articleAuthor {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:12px;
padding-right:8px;
padding-right:12px;
float:right;
}
@ -160,8 +165,35 @@
.articleText p {
margin-bottom:8px;
padding:8px;
}
.contentLinks {
margin:14px 0 14px 0;
}
.contentLinks h1 {
background-color:#f7bd00;
font-family:'Century Gothic', Arial, Helvetica, sans-serif;
font-size:24px;
color:#fff;
padding:14px 14px 18px 14px;
}
.contentLinks a {
color:#0066ff !important;
text-decoration:none!important;
}
.contentLinks p {
padding:8px 12px;
}
.contentLinks h2 {
font-family:Arial, Helvetica, sans-serif;
padding:8px 12px;
font-size:16px;
}
/* CONTENT EMAILER CLOSING */

View File

@ -27,13 +27,15 @@
<div class="contentBoxes">
<h1>WEB LINKS</h1>
<p>{{ box_text }}dddd</p>
<p>{{ box_text }}Dummy text</p>
<p>{{ box_text }}Dummy text</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->
<div class="contentBoxes">
<h1>BULLETIN BOARD</h1>
<p>{{ box_text }}</p>
<p>{{ box_text }}Dummy text</p>
<p>{{ box_text }}Dummy text</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->
@ -54,6 +56,20 @@
{% endfor %}
</div><!-- ARTICLE EMAILER CLOSING -->
<div class="contentLinks">
<h1>WEB LINKS</h1>
<h2>{{ weblinks.title }}Dummy title</h2>
<p>{{ weblinks.text|markdown }}Dummy text</p>
<p>{{ weblinks.text|markdown }}Dummy text</p>
</div><!-- WEB LINKS CLOSING -->
<div class="contentLinks">
<h1>BULLETIN BOARD</h1>
<h2>{{ weblinks.title }}Dummy title</h2>
<p>{{ weblinks.text|markdown }}Dummy text</p>
<p>{{ weblinks.text|markdown }}Dummy text</p>
</div><!-- WEB LINKS CLOSING -->
</div><!-- CONTENT EMAILER CLOSING -->