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

View File

@ -27,13 +27,15 @@
<div class="contentBoxes"> <div class="contentBoxes">
<h1>WEB LINKS</h1> <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> <p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING --> </div><!-- CONTENT BOXES CLOSING -->
<div class="contentBoxes"> <div class="contentBoxes">
<h1>BULLETIN BOARD</h1> <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> <p class="contentBoxesMore"><a href="">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING --> </div><!-- CONTENT BOXES CLOSING -->
@ -54,6 +56,20 @@
{% endfor %} {% endfor %}
</div><!-- ARTICLE EMAILER CLOSING --> </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 --> </div><!-- CONTENT EMAILER CLOSING -->