PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 1.10.1
Fluent Support – Helpdesk & Customer Support Ticket System v1.10.1
2.4.0 2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 68 releases
fluent-support / app / Views / emails / styles.php

styles.php in Fluent Support – Helpdesk & Customer Support Ticket System 1.10.1, at app/Views/emails/styles.php

75 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die; ?>
2 .fs_comment {
3 color: #2b2e2f;
4 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
5 font-size: 16px;
6 line-height: 25px;
7 margin: 15px 0;
8 }
9
10 .rtl-align {
11 text-align: right;
12 }
13
14 .alignleft {
15 float: left;
16 }
17 .alignright {
18 float: right;
19 }
20 .aligncenter {
21 display: block;
22 margin-left: auto;
23 margin-right: auto;
24 }
25 .alignnone {
26 margin: 0;
27 }
28
29 p {
30 font-size: 16px;
31 line-height: 25px;
32 margin: 15px 0;
33 }
34
35 h1, h2, h3, h4, h5, h6 {
36 margin: 10px 0px;
37 }
38 h1 {
39 font-size: 20px;
40 }
41 h2 {
42 font-size: 18px;
43 }
44 h3 {
45 font-size: 16px;
46 }
47 h4, h5, h6 {
48 font-size: 15px;
49 font-weight: 500;
50 }
51
52 img, iframe, * {
53 max-width: 100%;
54 }
55 ul {
56 list-style: disc;
57 padding: 0;
58 margin: 15px 0 0;
59 li {
60 font-size: 14px;
61 margin-left: 30px;
62 padding-left: 7px;
63 }
64 }
65 pre, code {
66 background: #e1ebee;
67 font-family: "Courier 10 Pitch", Courier, monospace;
68 font-size: 0.9375rem;
69 line-height: 1.6;
70 max-width: 100%;
71 overflow: auto;
72 padding: 1.5em;
73 white-space: pre-wrap;
74 }
75