mails-default
Version:
the default theme of mails
107 lines (84 loc) • 1.5 kB
CSS
.button td,.tiny-button td {
border: 0 ;
}
.facebook table td {
background: #3b5998;
border-color: #2d4473;
}
.facebook:hover table td {
background: #2d4473 ;
}
.twitter table td {
background: #00acee;
border-color: #0087bb;
}
.twitter:hover table td {
background: #0087bb ;
}
.google-plus table td {
background-color: #DB4A39;
border-color: #CC0000;
}
.google-plus:hover table td {
background: #CC0000 ;
}
.template-label {
color: #999;
font-weight: bold;
font-size: 12px;
}
.callout .wrapper {
padding-bottom: 20px;
}
.callout .panel {
background: #ECF8FF;
border-color: #b9e5ff;
}
.header {
background: #efefef;
}
.header h2 {
font-size: 24px;
}
.main-content h3 {
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.footer .wrapper {
background: #ebebeb;
}
.footer h5 {
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
}
table.columns .text-pad {
padding-left: 10px;
padding-right: 10px;
}
table.columns .left-text-pad {
padding-left: 10px;
}
table.columns .right-text-pad {
padding-right: 10px;
}
@media only screen and (max-width: 600px) {
table[class="body"] .right-text-pad {
padding-left: 10px ;
}
table[class="body"] .left-text-pad {
padding-right: 10px ;
}
}
.articles h5 {
font-size: 14px;
margin-bottom: 10px;
font-weight: bold;
}
.articles small {
font-weight: normal;
}
.articles p {
font-size: 12px;
}