upskill-event-manager/assets/css/content-editor.css
Ben Reed cdc5ea85f4 feat: Add comprehensive CSS, JavaScript and theme asset infrastructure
Add massive collection of CSS, JavaScript and theme assets that were previously excluded:

**CSS Files (681 total):**
- HVAC plugin-specific styles (hvac-*.css): 34 files including dashboard, certificates, registration, mobile nav, accessibility fixes, animations, and welcome popup
- Theme framework files (Astra, builder systems, layouts): 200+ files
- Plugin compatibility styles (WooCommerce, WPForms, Elementor, Contact Form 7): 150+ files
- WordPress core and editor styles: 50+ files
- Responsive and RTL language support: 200+ files

**JavaScript Files (400+ total):**
- HVAC plugin functionality (hvac-*.js): 27 files including menu systems, dashboard enhancements, profile sharing, mobile responsive features, accessibility, and animations
- Framework and library files: jQuery plugins, GSAP, AOS, Swiper, Chart.js, Lottie, Isotope
- Plugin compatibility scripts: WPForms, WooCommerce, Elementor, Contact Form 7, LifterLMS
- WordPress core functionality: customizer, admin, block editor compatibility
- Third-party integrations: Stripe, SMTP, analytics, search functionality

**Assets:**
- Certificate background images and logos
- Comprehensive theme styling infrastructure
- Mobile-responsive design systems
- Cross-browser compatibility assets
- Performance-optimized minified versions

**Updated .gitignore:**
- Fixed asset directory whitelisting patterns to properly include CSS/JS/images
- Added proper directory structure recognition (!/assets/css/, !/assets/js/, etc.)
- Maintains security by excluding sensitive files while including essential assets

This commit provides the complete frontend infrastructure needed for:
- Full theme functionality and styling
- Plugin feature implementations
- Mobile responsiveness and accessibility
- Cross-browser compatibility
- Performance optimization
- Developer workflow support
2025-08-11 16:20:31 -03:00

319 lines
8.8 KiB
CSS

.mce-content-body.wpforms-content-field-editor-body {
font-family: sans-serif;
color: #444444;
background-color: #ffffff;
word-break: break-word;
font-size: 16px;
line-height: 22px;
}
.mce-content-body.wpforms-content-field-editor-body h1, .mce-content-body.wpforms-content-field-editor-body h2, .mce-content-body.wpforms-content-field-editor-body h3, .mce-content-body.wpforms-content-field-editor-body h4, .mce-content-body.wpforms-content-field-editor-body h5, .mce-content-body.wpforms-content-field-editor-body h6 {
margin: 20px 0;
padding: 0;
clear: unset;
}
.mce-content-body.wpforms-content-field-editor-body h1:first-child, .mce-content-body.wpforms-content-field-editor-body h2:first-child, .mce-content-body.wpforms-content-field-editor-body h3:first-child, .mce-content-body.wpforms-content-field-editor-body h4:first-child, .mce-content-body.wpforms-content-field-editor-body h5:first-child, .mce-content-body.wpforms-content-field-editor-body h6:first-child {
margin-top: 0;
}
.mce-content-body.wpforms-content-field-editor-body h1 {
font-size: 32px;
line-height: 40px;
}
.mce-content-body.wpforms-content-field-editor-body h2 {
font-size: 28px;
line-height: 36px;
}
.mce-content-body.wpforms-content-field-editor-body h3 {
font-size: 24px;
line-height: 32px;
}
.mce-content-body.wpforms-content-field-editor-body h4 {
font-size: 20px;
line-height: 28px;
}
.mce-content-body.wpforms-content-field-editor-body h5 {
font-size: 18px;
line-height: 26px;
}
.mce-content-body.wpforms-content-field-editor-body h6 {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
}
.mce-content-body.wpforms-content-field-editor-body p, .mce-content-body.wpforms-content-field-editor-body blockquote, .mce-content-body.wpforms-content-field-editor-body pre, .mce-content-body.wpforms-content-field-editor-body table {
margin: 0 0 20px 0;
}
.mce-content-body.wpforms-content-field-editor-body li {
margin: 0 0 10px 0;
}
.mce-content-body.wpforms-content-field-editor-body a {
text-decoration: underline;
}
.mce-content-body.wpforms-content-field-editor-body a:hover {
text-decoration: none;
}
.mce-content-body.wpforms-content-field-editor-body code, .mce-content-body.wpforms-content-field-editor-body pre {
font-family: monospace;
overflow: auto;
}
.mce-content-body.wpforms-content-field-editor-body del {
text-decoration: line-through;
}
.mce-content-body.wpforms-content-field-editor-body ins {
text-decoration: underline;
}
.mce-content-body.wpforms-content-field-editor-body small {
font-size: smaller;
}
.mce-content-body.wpforms-content-field-editor-body dt {
margin: 5px 0;
}
.mce-content-body.wpforms-content-field-editor-body dd {
margin-left: 25px;
}
.mce-content-body.wpforms-content-field-editor-body abbr, .mce-content-body.wpforms-content-field-editor-body acronym {
text-decoration: underline dotted;
}
.mce-content-body.wpforms-content-field-editor-body ul {
list-style: disc outside none !important;
padding-inline-start: 29px !important;
margin-bottom: 20px !important;
}
.mce-content-body.wpforms-content-field-editor-body ul ul {
list-style-type: circle !important;
margin-top: 10px !important;
margin-bottom: 0 !important;
}
.mce-content-body.wpforms-content-field-editor-body ul ul ul {
list-style-type: square !important;
}
.mce-content-body.wpforms-content-field-editor-body ul ol {
margin-top: 10px;
margin-bottom: 0;
}
.mce-content-body.wpforms-content-field-editor-body ul li {
list-style: inherit !important;
margin-bottom: 10px !important;
}
.mce-content-body.wpforms-content-field-editor-body ol {
list-style: decimal outside none;
padding-inline-start: 29px;
margin-bottom: 20px;
}
.mce-content-body.wpforms-content-field-editor-body ol ol {
margin-top: 10px;
margin-bottom: 0;
}
.mce-content-body.wpforms-content-field-editor-body ol ul {
margin-top: 10px !important;
margin-bottom: 0 !important;
}
.mce-content-body.wpforms-content-field-editor-body ol li {
list-style: inherit;
}
.mce-content-body.wpforms-content-field-editor-body blockquote {
border-left: 4px solid rgba(0, 0, 0, 0.15);
padding-left: 20px;
}
.mce-content-body.wpforms-content-field-editor-body blockquote:before, .mce-content-body.wpforms-content-field-editor-body blockquote:after {
display: none;
}
.mce-content-body.wpforms-content-field-editor-body table {
width: 100%;
border-collapse: collapse;
word-break: normal;
}
.mce-content-body.wpforms-content-field-editor-body table th, .mce-content-body.wpforms-content-field-editor-body table td {
padding: 0.5em;
border: 1px solid;
}
.mce-content-body.wpforms-content-field-editor-body sup, .mce-content-body.wpforms-content-field-editor-body sub {
font-size: smaller;
line-height: calc( 100% + 11px);
}
.mce-content-body.wpforms-content-field-editor-body sup {
vertical-align: super;
}
.mce-content-body.wpforms-content-field-editor-body sub {
vertical-align: sub;
}
.mce-content-body.wpforms-content-field-editor-body h1, .mce-content-body.wpforms-content-field-editor-body h2, .mce-content-body.wpforms-content-field-editor-body h3, .mce-content-body.wpforms-content-field-editor-body h4, .mce-content-body.wpforms-content-field-editor-body h5, .mce-content-body.wpforms-content-field-editor-body h6 {
margin: 10px 0;
font-weight: 600;
}
.mce-content-body.wpforms-content-field-editor-body p {
line-height: inherit;
}
.mce-content-body.wpforms-content-field-editor-body img {
vertical-align: top;
}
.mce-content-body.wpforms-content-field-editor-body img {
max-width: 100%;
height: auto;
}
.mce-content-body.wpforms-content-field-editor-body .alignleft {
float: left;
margin: 0 30px 20px 0;
}
.mce-content-body.wpforms-content-field-editor-body .alignright {
float: right;
margin: 0 0 20px 30px;
}
.mce-content-body.wpforms-content-field-editor-body .aligncenter {
display: block;
clear: both;
text-align: center;
margin: 0 auto 20px;
}
.mce-content-body.wpforms-content-field-editor-body .alignnone {
display: block;
clear: both;
margin: 0 0 20px 0;
}
.mce-content-body.wpforms-content-field-editor-body .wp-caption-dt,
.mce-content-body.wpforms-content-field-editor-body .wp-caption-dd {
margin: 0;
}
.mce-content-body.wpforms-content-field-editor-body .wp-caption {
position: relative;
left: auto;
right: auto;
transform: none;
max-width: 100%;
}
.mce-content-body.wpforms-content-field-editor-body .wp-caption .wp-caption-text,
.mce-content-body.wpforms-content-field-editor-body .wp-caption .wp-caption-dd {
text-align: center;
font-size: 14px;
margin-top: 0.5em;
}
/* Focus Management Styles - WCAG 2.1 Compliance */
/* Added for keyboard accessibility and screen reader support */
/* Button Focus Styles */
.hvac-button:focus,
.hvac-content .button:focus,
.hvac-content button:focus,
.hvac-content input[type="submit"]:focus,
.hvac-email-submit:focus,
.hvac-filter-submit:focus,
.hvac-certificate-actions button:focus,
.hvac-certificate-actions a:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
border-radius: 4px;
}
/* Input Focus Styles */
.hvac-form-input:focus,
.hvac-content input[type="text"]:focus,
.hvac-content input[type="email"]:focus,
.hvac-content input[type="password"]:focus,
.hvac-content input[type="url"]:focus,
.hvac-content textarea:focus,
.hvac-content select:focus,
.hvac-email-form-row input:focus,
.hvac-email-form-row textarea:focus,
.hvac-filter-group input:focus,
.hvac-filter-group select:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
border-color: #005fcc;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
}
/* Link Focus Styles */
.hvac-content a:focus,
.hvac-event-link:focus,
.hvac-certificate-link:focus,
.hvac-attendee-profile-icon:focus,
.hvac-dashboard-nav a:focus,
.hvac-email-navigation a:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
text-decoration: underline;
background-color: rgba(0, 95, 204, 0.1);
border-radius: 2px;
}
/* Interactive Element Focus Styles */
.hvac-attendee-checkbox:focus,
.hvac-select-all-container input[type="checkbox"]:focus,
.hvac-modal-close:focus,
.hvac-certificate-table tr:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
}
/* High Contrast Mode Support */
@media (prefers-contrast: high) {
.hvac-content *:focus {
outline: 3px solid #000000;
outline-offset: 2px;
background-color: #ffff00;
color: #000000;
}
}
/* Focus-visible polyfill support */
/* Reset focus for mouse users while preserving keyboard accessibility */
.js-focus-visible :focus:not(.focus-visible) {
outline: none;
box-shadow: none;
}
/* Ensure focus is visible for keyboard users */
.js-focus-visible .focus-visible {
outline: 2px solid #005fcc;
outline-offset: 2px;
}