# fluent-support/1.10.2/app/Views/emails/styles.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.10.2. 75 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.10.2/code/app/Views/emails/styles.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.10.2/raw/app/Views/emails/styles.php
- Modified: 2025-10-31T20:04:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-support/1.10.2/code/app/Views/emails/styles.php#L10-L20`.

```php
<?php defined('ABSPATH') or die; ?>
.fs_comment {
    color: #2b2e2f;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}

.rtl-align {
    text-align: right;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
margin: 10px 0px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4, h5, h6 {
font-size: 15px;
font-weight: 500;
}

img, iframe, * {
max-width: 100%;
}
ul {
list-style: disc;
padding: 0;
margin: 15px 0 0;
li {
font-size: 14px;
margin-left: 30px;
padding-left: 7px;
}
}
pre, code {
background: #e1ebee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
max-width: 100%;
overflow: auto;
padding: 1.5em;
white-space: pre-wrap;
}

```
