Spaces:
No application file
No application file
/* Take care of image borders and formatting, client hacks */ | |
img { max-width: 600px; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic;} | |
a img { border: none; } | |
table { border-collapse: collapse ;} | |
#outlook a { padding:0; } | |
.ReadMsgBody { width: 100%; } | |
.ExternalClass { width: 100%; } | |
.backgroundTable { margin: 0 auto; padding: 0; width: 100% ; } | |
table td { border-collapse: collapse; } | |
.ExternalClass * { line-height: 115%; } | |
.container-for-gmail-android { min-width: 600px; } | |
/* General styling */ | |
body { | |
font-family: Helvetica, Arial, sans-serif; | |
-webkit-font-smoothing: antialiased; | |
-webkit-text-size-adjust: none; | |
width: 100% ; | |
margin: 0 ; | |
height: 100%; | |
color: #676767; | |
} | |
td { | |
font-family: Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
color: #777777; | |
text-align: center; | |
line-height: 21px; | |
} | |
a { | |
color: #ff6f6f; | |
font-weight: bold; | |
text-decoration: none ; | |
} | |
.pull-left { | |
text-align: left; | |
} | |
.pull-right { | |
text-align: right; | |
} | |
.header-lg, | |
.header-md, | |
.header-sm { | |
font-size: 32px; | |
font-weight: 700; | |
line-height: normal; | |
padding: 35px 0 0; | |
color: #4d4d4d; | |
} | |
.header-md { | |
font-size: 24px; | |
} | |
.header-sm { | |
padding: 5px 0; | |
font-size: 18px; | |
line-height: 1.3; | |
} | |
.content-padding { | |
padding: 20px 0 30px; | |
} | |
.mobile-header-padding-right { | |
width: 290px; | |
text-align: right; | |
padding-left: 10px; | |
} | |
.mobile-header-padding-left { | |
width: 290px; | |
text-align: left; | |
padding-left: 10px; | |
} | |
.free-text { | |
width: 100% ; | |
padding: 10px 60px 0px; | |
} | |
.block-rounded { | |
border-radius: 5px; | |
border: 1px solid #e5e5e5; | |
vertical-align: top; | |
} | |
.info-block { | |
padding: 0 20px; | |
width: 260px; | |
} | |
.mini-block-container { | |
padding: 30px 50px; | |
width: 500px; | |
} | |
.mini-block { | |
background-color: #ffffff; | |
width: 498px; | |
border: 1px solid #cccccc; | |
border-radius: 5px; | |
padding: 45px 75px; | |
} | |
.block-rounded { | |
width: 260px; | |
} | |
.info-img { | |
width: 258px; | |
border-radius: 5px 5px 0 0; | |
} | |
.force-width-img { | |
width: 480px; | |
height: 1px ; | |
} | |
.force-width-full { | |
width: 600px; | |
height: 1px ; | |
} | |
.user-img img { | |
width: 130px; | |
border-radius: 5px; | |
border: 1px solid #cccccc; | |
} | |
.user-img { | |
text-align: center; | |
border-radius: 100px; | |
color: #ff6f6f; | |
font-weight: 700; | |
} | |
.user-msg { | |
padding: 10px 0; | |
font-size: 14px; | |
text-align: center; | |
font-style: italic; | |
} | |
.mini-img { | |
padding: 5px; | |
width: 140px; | |
} | |
.mini-img img { | |
border-radius: 5px; | |
width: 140px; | |
} | |
.force-width-gmail { | |
min-width:600px; | |
height: 0px ; | |
line-height: 1px ; | |
font-size: 1px ; | |
} | |
.mini-imgs { | |
padding: 25px 0 30px; | |
} | |
@media screen { | |
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700); | |
/* Thanks Outlook 2013! */ | |
body { | |
font-family: 'Oxygen', 'Helvetica Neue', 'Arial', 'sans-serif' ; | |
} | |
} | |
/* Mobile styles */ | |
@media only screen and (max-width: 480px) { | |
table[class*="container-for-gmail-android"] { | |
min-width: 290px ; | |
width: 100% ; | |
} | |
table[class="w320"] { | |
width: 320px ; | |
} | |
img[class="force-width-gmail"] { | |
display: none ; | |
width: 0 ; | |
height: 0 ; | |
} | |
td[class*="mobile-header-padding-left"] { | |
width: 160px ; | |
padding-left: 0 ; | |
} | |
td[class*="mobile-header-padding-right"] { | |
width: 160px ; | |
padding-right: 0 ; | |
} | |
td[class="mobile-block"] { | |
display: block ; | |
} | |
td[class="mini-img"], | |
td[class="mini-img"] img{ | |
width: 150px ; | |
} | |
td[class="header-lg"] { | |
font-size: 24px ; | |
padding-bottom: 5px ; | |
} | |
td[class="header-md"] { | |
font-size: 18px ; | |
padding-bottom: 5px ; | |
} | |
td[class="content-padding"] { | |
padding: 5px 0 30px ; | |
} | |
td[class*="free-text"] { | |
padding: 10px 18px 30px ; | |
} | |
img[class="force-width-img"], | |
img[class="force-width-full"] { | |
display: none ; | |
} | |
td[class="info-block"] { | |
display: block ; | |
width: 280px ; | |
padding-bottom: 40px ; | |
} | |
td[class="info-img"], | |
img[class="info-img"] { | |
width: 278px ; | |
} | |
td[class="mini-block-container"] { | |
padding: 8px 20px ; | |
width: 280px ; | |
} | |
td[class="mini-block"] { | |
padding: 20px ; | |
} | |
div[class="user-img"] { | |
display: block ; | |
text-align: center ; | |
width: 100% ; | |
padding-bottom: 10px; | |
} | |
div[class="user-msg"] { | |
display: block ; | |
padding-bottom: 20px; | |
} | |
} | |