styles.php in Fluent Support – Helpdesk & Customer Support Ticket System 1.5.0, at app/views/emails/styles.php
| 1 | .fs_comment { |
| 2 | color: #2b2e2f; font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', Verdana, sans-serif; |
| 3 | font-size: 16px; |
| 4 | line-height: 25px; |
| 5 | margin: 15px 0; |
| 6 | } |
| 7 | |
| 8 | p { |
| 9 | font-size: 16px; |
| 10 | line-height: 25px; |
| 11 | margin: 15px 0; |
| 12 | } |
| 13 | |
| 14 | h1, h2, h3, h4, h5, h6 { |
| 15 | margin: 10px 0px; |
| 16 | } |
| 17 | h1 { |
| 18 | font-size: 20px; |
| 19 | } |
| 20 | h2 { |
| 21 | font-size: 18px; |
| 22 | } |
| 23 | h3 { |
| 24 | font-size: 16px; |
| 25 | } |
| 26 | h4, h5, h6 { |
| 27 | font-size: 15px; |
| 28 | font-weight: 500; |
| 29 | } |
| 30 | |
| 31 | img, iframe, * { |
| 32 | max-width: 100%; |
| 33 | } |
| 34 | ul { |
| 35 | list-style: disc; |
| 36 | padding: 0; |
| 37 | margin: 15px 0 0; |
| 38 | li { |
| 39 | font-size: 14px; |
| 40 | margin-left: 30px; |
| 41 | padding-left: 7px; |
| 42 | } |
| 43 | } |
| 44 | pre, code { |
| 45 | background: #e1ebee; |
| 46 | font-family: "Courier 10 Pitch", Courier, monospace; |
| 47 | font-size: 0.9375rem; |
| 48 | line-height: 1.6; |
| 49 | max-width: 100%; |
| 50 | overflow: auto; |
| 51 | padding: 1.5em; |
| 52 | white-space: pre-wrap; |
| 53 | } |
| 54 |