Skip to content

Instantly share code, notes, and snippets.

@Saidbek
Created August 8, 2018 16:54
Show Gist options
  • Save Saidbek/4b90e4da081fdea20b8407b79cac24ff to your computer and use it in GitHub Desktop.
Save Saidbek/4b90e4da081fdea20b8407b79cac24ff to your computer and use it in GitHub Desktop.
body {
width: 100% !important;
min-height: 1000px;
color: #676767;
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.4;
margin: 0;
}
.section-title {
color: #666;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #e2e2e2;
text-align: left;
}
.divider {
border-top: 1px solid #efefef;
}
.contact-info {
width: 100%;
line-height: 15px;
font-size: 14px;
}
#main-container {
font-family: Helvetica, Arial, sans-serif;
width: 100% !important;
height: 100%;
border: 0;
margin: 0;
padding: 0;
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
margin: 0 auto;
border-spacing: 0;
}
#subscription-details {
width: 100%;
text-align: center;
}
#subscription-details .label {
width: 30%;
color: #666;
font-size: 12px;
}
.contact-info {
font-size: 14px;
line-height: 15px;
}
.contact-info td {
line-height: 15px;
}
#purchase {
width: 100%;
font-size: 12px;
}
#purchase th {
color: #666;
font-size: 10px;
font-weight: normal;
}
#purchase td {
vertical-align: top;
}
#purchase .product {
width: 53%;
text-align: left;
line-height: 15px;
}
#purchase .product .product-name {
font-weight: bold;
}
#purchase .product .product-term {
font-size: 11px;
font-style: italic;
}
#purchase .unit-price {
width: 17%;
text-align: left;
}
#purchase .qty {
width: 8%;
text-align: center;
}
#purchase .line-total {
width: 22%;
text-align: right;
}
#purchase .discount-title {
padding-left: 20px;
}
#purchase .discount-percentage {
text-align: center;
}
#purchase .discount-amount {
text-align: right;
}
#purchase .total-label {
text-align: right;
}
#license-keys {
width: 100%;
line-height: 20px;
}
#license-keys .product-name {
font-weight: bold;
}
#license-keys .instructions {
font-size: 13px;
}
#keys-wrap {
padding-top: 5px;
padding-bottom: 10px;
}
#keys-wrap.MBES-B {
padding-left: 15px;
}
#keys {
width: 100%;
font-size: 12px;
}
#keys .product-name {
font-weight: bold;
}
#keys .label {
padding-left: 15px;
width: 100px;
color: #666;
}
#keys .value {
font-weight: bold;
color: #1976ed;
}
/* Default style for Malwarebytes email templates */
body[yahoo] {
margin: 0;
font-size: 16px;
background-color: #f4f7f8;
}
body[yahoo] .hide-show {
display: none;
height: 0;
width: 0;
}
body[yahoo] .show-hide {
display: block;
}
/* tablet/phablet */
/* mobile/phone */
@media screen and (max-width: 640px) {
/* mob50-100 -- desktop 50% - mobile 100% */
/* mobile font sizes */
body[yahoo] #navigation-container {
padding-top: 0 !important;
}
body[yahoo] .hide-show {
display: block !important;
visibility: visible;
}
body[yahoo] .show-hide {
display: none !important;
}
body[yahoo] table {
width: 100% !important;
}
body[yahoo] .ln-post img {
width: 100% !important;
height: auto !important;
float: left !important;
}
body[yahoo] .ln-post p {
width: 100% !important;
float: left !important;
}
body[yahoo] .pic100 {
width: 100% !important;
height: auto !important;
}
body[yahoo] .mob50-100 {
width: 100% !important;
}
body[yahoo] .mob50-100.footer {
width: 100% !important;
text-align: center !important;
}
body[yahoo] .display-block {
display: block !important;
}
body[yahoo] .floatlr {
float: right;
display: block;
width: 100%;
text-align: center;
}
body[yahoo] .floatrl {
float: left;
display: block;
width: 100%;
text-align: center;
}
body[yahoo] .floatrl img, .floatlr img {
display: block;
margin: 0 auto !important;
}
body[yahoo] .pad5to20 {
/* padding: 0 20px !important;
*/
}
body[yahoo] .align-center {
text-align: center !important;
}
body[yahoo] .hero {
padding-top: 65px !important;
}
body[yahoo] .main-padding {
padding: 35px !important;
}
body[yahoo] .no-top-phone {
padding-top: 0 !important;
}
body[yahoo] p.h1 {
font-size: 25px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment