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
		
			
				
	
	
		
			323 lines
		
	
	
	
		
			6.8 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			323 lines
		
	
	
	
		
			6.8 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .uagb-slick-carousel .slick-list,
 | |
| .uagb-slick-carousel .slick-slider,
 | |
| .uagb-slick-carousel.slick-slider,
 | |
| .uagb-slick-carousel .slick-track {
 | |
| 	position: relative;
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-loading .slick-slide,
 | |
| .uagb-slick-carousel .slick-loading .slick-track {
 | |
| 	visibility: hidden;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel.slick-slider {
 | |
| 	box-sizing: border-box;
 | |
| 	-webkit-tap-highlight-color: transparent;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-list {
 | |
| 	overflow: hidden;
 | |
| 	margin: 0;
 | |
| 	padding: 0;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-list:focus {
 | |
| 	outline: 0;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-list.dragging {
 | |
| 	cursor: pointer;
 | |
| 	cursor: hand;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel.slick-slider .slick-list,
 | |
| .uagb-slick-carousel.slick-slider .slick-track {
 | |
| 	-webkit-transform: translate3d(0, 0, 0);
 | |
| 	-moz-transform: translate3d(0, 0, 0);
 | |
| 	-ms-transform: translate3d(0, 0, 0);
 | |
| 	-o-transform: translate3d(0, 0, 0);
 | |
| 	transform: translate3d(0, 0, 0);
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-track {
 | |
| 	top: 0;
 | |
| 	left: 0;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-track::after,
 | |
| .uagb-slick-carousel .slick-track::before {
 | |
| 	display: table;
 | |
| 	content: "";
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-track::after {
 | |
| 	clear: both;
 | |
| }
 | |
| 
 | |
| /* For testimonial */
 | |
| .uagb-slick-carousel .slick-initialized .slick-slide {
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-slide {
 | |
| 	display: none;
 | |
| 	float: left;
 | |
| 	height: 100%;
 | |
| 	min-height: 1px;
 | |
| }
 | |
| 
 | |
| [dir="rtl"] .uagb-slick-carousel .slick-slide {
 | |
| 	float: right;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-slide img {
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-slide.slick-loading img {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-slide.dragging img {
 | |
| 	pointer-events: none;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel.slick-initialized .slick-slide {
 | |
| 	display: block;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-vertical .slick-slide {
 | |
| 	display: block;
 | |
| 	height: auto;
 | |
| 	border: 1px solid transparent;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-arrow.slick-hidden {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel {
 | |
| 	padding: 30px;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-prev,
 | |
| .uagb-slick-carousel .slick-next {
 | |
| 	font-size: 0;
 | |
| 	line-height: 0;
 | |
| 	position: absolute;
 | |
| 	top: 50%;
 | |
| 	display: block;
 | |
| 	width: auto;
 | |
| 	padding: 0;
 | |
| 	-webkit-transform: translate(0, -50%);
 | |
| 	-ms-transform: translate(0, -50%);
 | |
| 	transform: translate(0, -50%);
 | |
| 	cursor: pointer;
 | |
| 	color: #aaa;
 | |
| 	border-color: #aaa;
 | |
| 	outline: none;
 | |
| 	background: transparent;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-prev::before,
 | |
| .uagb-slick-carousel .slick-next::before {
 | |
| 	font-size: 35px;
 | |
| 	line-height: 1;
 | |
| 	opacity: 0.75;
 | |
| 	color: #000;
 | |
| 	-webkit-font-smoothing: antialiased;
 | |
| 	-moz-osx-font-smoothing: grayscale;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-prev::before,
 | |
| [dir="rtl"] .uagb-slick-carousel .slick-prev::before,
 | |
| .uagb-slick-carousel .slick-next::before,
 | |
| [dir="rtl"] .uagb-slick-carousel .slick-next::before {
 | |
| 	content: "";
 | |
| 	font-size: 0;
 | |
| 	line-height: 0;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-prev {
 | |
| 	left: -45px;
 | |
| 	z-index: 1;
 | |
| 	border-radius: 0;
 | |
| }
 | |
| 
 | |
| [dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-prev {
 | |
| 	left: auto;
 | |
| 	right: -45px;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel button.slick-arrow {
 | |
| 	padding: 7px;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel .slick-prev i,
 | |
| .uagb-slick-carousel .slick-next i,
 | |
| .uagb-slick-carousel .slick-prev i:hover,
 | |
| .uagb-slick-carousel .slick-next i:hover,
 | |
| .uagb-slick-carousel .slick-prev i:focus,
 | |
| .uagb-slick-carousel .slick-next i:focus {
 | |
| 	font-size: 20px;
 | |
| 	width: 1.5em;
 | |
| 	height: 1.5em;
 | |
| 	line-height: 26px;
 | |
| 	text-align: center;
 | |
| 	-webkit-box-sizing: content-box;
 | |
| 	-moz-box-sizing: content-box;
 | |
| 	box-sizing: content-box;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel ul.slick-dots {
 | |
| 	padding-top: 0;
 | |
| 	display: block;
 | |
| 	position: absolute;
 | |
| 	margin: 0;
 | |
| 	left: 0;
 | |
| 	width: 100%;
 | |
| 	bottom: 0;
 | |
| 	-webkit-transform: translateY(100%);
 | |
| 	-ms-transform: translateY(100%);
 | |
| 	transform: translateY(100%);
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel ul.slick-dots li {
 | |
| 	position: relative;
 | |
| 	display: inline-block;
 | |
| 	width: 20px;
 | |
| 	height: 20px;
 | |
| 	margin: 0;
 | |
| 	padding: 0;
 | |
| 	cursor: pointer;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel ul.slick-dots li.slick-active button::before {
 | |
| 	opacity: 0.75;
 | |
| 	color: #000f;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel ul.slick-dots li button {
 | |
| 	font-size: 0;
 | |
| 	line-height: 0;
 | |
| 	display: block;
 | |
| 	width: 20px;
 | |
| 	height: 20px;
 | |
| 	padding: 5px;
 | |
| 	cursor: pointer;
 | |
| 	color: transparent;
 | |
| 	border: 0;
 | |
| 	outline: none;
 | |
| 	background: transparent;
 | |
| }
 | |
| 
 | |
| .uagb-slick-carousel ul.slick-dots li button::before {
 | |
| 	font-family: none;
 | |
| 	font-size: 30px;
 | |
| 	line-height: 20px;
 | |
| 	position: absolute;
 | |
| 	top: 0;
 | |
| 	left: 0;
 | |
| 	width: 20px;
 | |
| 	height: 20px;
 | |
| 	content: "•";
 | |
| 	text-align: center;
 | |
| 	opacity: 0.25;
 | |
| 	color: #000;
 | |
| 	-webkit-font-smoothing: antialiased;
 | |
| 	-moz-osx-font-smoothing: grayscale;
 | |
| }
 | |
| 
 | |
| @media only screen and (max-width: 976px) {
 | |
| 
 | |
| 	.uagb-slick-carousel {
 | |
| 		padding: 0;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| 
 | |
| /* 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;
 | |
| }
 |