| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- body, table.body, h1, h2, h3, h4, h5, h6, p, td {
- font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- -webkit-text-size-adjust: none;
- }
- table.facebook td {
- background: #3b5998;
- border-color: #2d4473;
- }
- table.facebook:hover td {
- background: #2d4473 !important;
- }
- table.twitter td {
- background: #00acee;
- border-color: #0087bb;
- }
- table.twitter:hover td {
- background: #0087bb !important;
- }
- table.google-plus td {
- background-color: #DB4A39;
- border-color: #CC0000;
- }
- table.google-plus:hover td {
- background: #CC0000 !important;
- }
- .template-label {
- color: #ffffff;
- font-weight: bold;
- font-size: 11px;
- }
- .callout .wrapper {
- padding-bottom: 20px;
- }
- .callout .panel {
- background: #ECF8FF;
- border-color: #b9e5ff;
- }
- .header {
- background: #333;
- }
- .footer {
- margin-top: 20px;
- }
- @media only screen and (max-width: 600px) {
- table[class="body"] .right-text-pad {
- padding-left: 10px !important;
- }
- table[class="body"] .left-text-pad {
- padding-right: 10px !important;
- }
- }
|