187 lines
2.9 KiB
CSS
Executable File
187 lines
2.9 KiB
CSS
Executable File
|
|
#wrapperEmailer {
|
|
width:570px;
|
|
padding:20px;
|
|
background:#fff;
|
|
|
|
}
|
|
|
|
.clear {
|
|
clear:both;
|
|
}
|
|
|
|
/* HEADER EMAILER*/
|
|
|
|
#headerEmailer {
|
|
position:relative;
|
|
width:570px;
|
|
}
|
|
|
|
#logoItfSmall {
|
|
margin-left:10px;
|
|
margin-top:16px;
|
|
}
|
|
|
|
#issueNo, #issueDate {
|
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
font-weight:bold;
|
|
line-height:14px;
|
|
margin-left:10px;
|
|
}
|
|
|
|
#emailerDescription {
|
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
font-weight:bold;
|
|
line-height:14px;
|
|
color:#fff;
|
|
width:60%;
|
|
background-color:#f7bd00;
|
|
padding:8px;
|
|
margin-top:6px;
|
|
}
|
|
|
|
#logoImg {
|
|
position:absolute;
|
|
top:10px;
|
|
right:0px;
|
|
}
|
|
|
|
#navEmailer {
|
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
font-weight:bold;
|
|
margin-left:20px;
|
|
margin-right:20px;
|
|
margin-top:20px;
|
|
border-bottom:2px solid #f7bd00;
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
#navEmailer li {
|
|
list-style:none;
|
|
text-transform:uppercase;
|
|
display:inline;
|
|
}
|
|
|
|
#navEmailer li a {
|
|
color:#f7bd00;
|
|
text-decoration:none;
|
|
}
|
|
|
|
/* HEADER EMAILER CLOSING */
|
|
|
|
/* ------------------------------- */
|
|
|
|
/* CONTENT */
|
|
|
|
|
|
#contentEmailer {
|
|
width:570px;
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
.contentBoxes {
|
|
background-color:#f7bd00;
|
|
color:#fff;
|
|
text-align:center;
|
|
width:164px; /* fixed, can be changed*/
|
|
height:130px; /* fixed, can be changed, character limit accordingly*/
|
|
margin-top:10px;
|
|
margin-left:5px;
|
|
margin-right:5px;
|
|
margin-bottom:20px;
|
|
padding:8px;
|
|
float:left;
|
|
position:relative;
|
|
|
|
}
|
|
|
|
.contentBoxes h1 {
|
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
font-size:16px;
|
|
margin-bottom:8px;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.contentBoxes p {
|
|
text-align:justify;
|
|
padding:4px;
|
|
}
|
|
|
|
.contentBoxes a {
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.contentBoxesMore {
|
|
position:absolute;
|
|
right:8px;
|
|
bottom:8px;
|
|
}
|
|
|
|
.articleTitle {
|
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
font-size:24px;
|
|
color:#f7bd00;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.articleImg {
|
|
margin-top:10px;
|
|
}
|
|
|
|
.articleImg img {
|
|
display:block;
|
|
border:1px solid #f7bd00;
|
|
max-width:550px; /* SUBJECT TO CHANGE*/
|
|
margin:0 auto;
|
|
}
|
|
|
|
.articleCaption {
|
|
text-align:center;
|
|
margin-top:10px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.articleText p {
|
|
margin-bottom:8px;
|
|
}
|
|
|
|
|
|
/* CONTENT EMAILER CLOSING */
|
|
|
|
/* ------------------------------- */
|
|
|
|
|
|
/* FOOTER EMAILER*/
|
|
|
|
#footerEmailer {
|
|
margin-top:30px;
|
|
margin-left:20px;
|
|
margin-right:20px;
|
|
text-align:center;
|
|
}
|
|
|
|
#footerEmailer a {
|
|
color:#0066ff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#footerEmailer p {
|
|
padding:8px;
|
|
}
|
|
|
|
#footerEmailer p:first-child {
|
|
border-bottom:2px solid #f7bd00;
|
|
}
|
|
|
|
#footerEmailer p:last-child {
|
|
border-top:2px solid #f7bd00;
|
|
padding-bottom:30px;
|
|
} /* last child don't work with IE8 also, have added JS libraries; will test when site goes live */
|
|
|
|
/* FOOTER EMAILER CLOSING */
|
|
|
|
/* ------------------------------- */
|
|
|