name = 'Default theme'
body = '
'
css = '#bodyTable {background-color: #f2f2f2;}
#templatePreheader,
#templateHeader,
#templateColumns,
#templateFooter,
#templateBody{
background-color: #ffffff;
border-bottom: 0 none;
border-top: 0 none;
}
.footerContainer .mcnTextContent a {
color: #606060;
font-weight: normal;
text-decoration: underline;
}
.footerContainer .mcnTextContent, .footerContainer .mcnTextContent p {
color: #606060;
font-family: Helvetica;
font-size: 11px;
line-height: 125%;
text-align: left;
}
.chaskiqContainerEmptyMessage{
overflow:hidden;
float:left;
display:none;
line-height:0px;
}'
Chaskiq::Template.create(body: body , name: name, css: css)