From 613b4681a027f3bbed5e43b64fdbba397a660efd Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 9 Dec 2011 04:42:02 -0500 Subject: [PATCH] the neatness of the emailer --- itf/static/css/modules/emailer.css | 44 ++++++++++++++++--- .../modules/emailer/emailerissue.html | 20 ++++++++- 2 files changed, 56 insertions(+), 8 deletions(-) diff --git a/itf/static/css/modules/emailer.css b/itf/static/css/modules/emailer.css index faf09f9..06dcdb5 100755 --- a/itf/static/css/modules/emailer.css +++ b/itf/static/css/modules/emailer.css @@ -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 */ diff --git a/itf/templates/modules/emailer/emailerissue.html b/itf/templates/modules/emailer/emailerissue.html index 5ebcf12..0cf835f 100755 --- a/itf/templates/modules/emailer/emailerissue.html +++ b/itf/templates/modules/emailer/emailerissue.html @@ -27,13 +27,15 @@

WEB LINKS

-

{{ box_text }}dddd

+

{{ box_text }}Dummy text

+

{{ box_text }}Dummy text

More »

BULLETIN BOARD

-

{{ box_text }}

+

{{ box_text }}Dummy text

+

{{ box_text }}Dummy text

More »

@@ -54,6 +56,20 @@ {% endfor %} + + + +