Fixed Support Center Header - Freshdesk Template
Users - On Boarding (Module 300) - Articles background: linear-gradient(135deg, rgba(87, 130, 194, 0.9) 0%, rgba(87, 130, 194, 0.7) 100%), url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover; color: white; padding: 3rem 0; text-align: center; position: relative; overflow: hidden; min-height: 45vh; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(87, 130, 194, 0.1) 0%, rgba(87, 130, 194, 0.05) 100%); backdrop-filter: blur(1px); } .hero-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 2rem; } /* Breadcrumb styling */ .breadcrumb-section { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 2rem; } .breadcrumb { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.8); font-size: 0.9rem; flex-wrap: wrap; } .breadcrumb a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; } .breadcrumb a:hover { color: white; } /* Folder header */ .folder-header { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; } .folder-icon { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.2); border-radius: 20px; display: flex; align-items: center; justify-content: center; color: white; font-size: 2rem; box-shadow: 0 8px 25px rgba(0,0,0,0.15); } .folder-info h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5rem; text-shadow: 0 4px 8px rgba(0,0,0,0.3); } .folder-info p { font-size: 1.2rem; opacity: 0.95; text-shadow: 0 2px 4px rgba(0,0,0,0.2); } /* Search section in hero */ .hero-search { max-width: 900px; margin: 2rem auto 0; width: 90%; } .search-container { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; } /* Style the Freshdesk search form */ .search-container form, .search-container .fw-search-form { display: flex !important; background: white !important; border-radius: 60px !important; padding: 1.5rem 2.5rem !important; box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important; transition: all 0.3s ease !important; max-width: 100% !important; width: 100% !important; margin: 0 auto !important; min-height: 85px !important; align-items: center !important; gap: 1.5rem !important; position: relative !important; z-index: 10 !important; border: none !important; outline: none !important; visibility: visible !important; opacity: 1 !important; } .search-container form:hover, .search-container .fw-search-form:hover { box-shadow: 0 25px 80px rgba(0,0,0,0.2) !important; transform: translateY(-3px) !important; } .search-container input[type="text"], .search-container input[type="search"], .search-container .fw-search-input { flex: 1 !important; border: none !important; outline: none !important; font-size: 1.3rem !important; padding: 1.2rem 1.5rem !important; background: transparent !important; color: #333 !important; font-weight: 500 !important; width: 100% !important; min-width: 300px !important; height: auto !important; box-shadow: none !important; display: block !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; user-select: text !important; -webkit-user-select: text !important; } .search-container input[type="text"]::placeholder, .search-container input[type="search"]::placeholder, .search-container .fw-search-input::placeholder { color: #999 !important; font-size: 1.3rem !important; } .search-container button[type="submit"], .search-container .fw-search-button { background: rgb(87, 130, 194) !important; border: none !important; color: white !important; padding: 1.2rem 2.5rem !important; border-radius: 50px !important; cursor: pointer !important; font-weight: 600 !important; transition: all 0.3s ease !important; font-size: 1.2rem !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.75rem !important; flex-shrink: 0 !important; min-width: 160px !important; height: auto !important; text-transform: none !important; font-family: inherit !important; outline: none !important; box-shadow: 0 4px 15px rgba(87, 130, 194, 0.3) !important; } .search-container button[type="submit"]::before, .search-container .fw-search-button::before { content: "\f002" !important; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; font-size: 1.1rem !important; margin-right: 0.5rem !important; display: inline-block !important; } .search-container button[type="submit"]:not(.fa-loaded)::before, .search-container .fw-search-button:not(.fa-loaded)::before { content: "?" !important; font-family: system-ui !important; font-weight: normal !important; font-size: 1.1rem !important; } .search-container button[type="submit"]:hover, .search-container .fw-search-button:hover { background: rgb(67, 110, 174) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 25px rgba(87, 130, 194, 0.4) !important; } /* Hide unwanted search elements */ .search-container > span:not(:has(form)):not(:has(input)):not(:has(button)), .search-container > div:empty, .search-container .fw-search-text:not(input):not(button), .search-container .search-text:not(input):not(button), .search-container .fw-search-categories, .search-container .search-categories, .search-container .fw-search-tabs, .search-container .search-tabs { display: none !important; visibility: hidden !important; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; } /* Main content section */ .folder-content { padding: 4rem 0; } .section-header { text-align: center; margin-bottom: 3rem; } .section-header h2 { font-size: 2.2rem; color: #333; margin-bottom: 1rem; } .section-header p { font-size: 1.1rem; color: #666; margin-bottom: 2rem; } /* Filter and Sort Section */ .fw-filter-section { background: white; border-radius: 20px; padding: 2rem; margin-bottom: 3rem; box-shadow: 0 5px 20px rgba(0,0,0,0.08); } .fw-filter-controls { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; } .fw-filter-left { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; } .fw-filter-right { display: flex; align-items: center; gap: 1.5rem; } .fw-articles-count { color: rgb(87, 130, 194); font-size: 1rem; font-weight: 600; background: rgba(87, 130, 194, 0.1); padding: 0.5rem 1rem; border-radius: 20px; } .fw-filter-input { padding: 0.75rem 1rem 0.75rem 3rem; border: 2px solid #e9ecef; border-radius: 30px; font-size: 1rem; background: white; transition: all 0.3s ease; min-width: 250px; position: relative; } .fw-filter-input:focus { outline: none; border-color: rgb(87, 130, 194); box-shadow: 0 0 0 3px rgba(87, 130, 194, 0.1); } .fw-filter-input-wrapper { position: relative; display: inline-block; } .fw-filter-input-wrapper::before { content: "\f002"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #999; font-size: 1rem; z-index: 1; } .fw-filter-input-wrapper:not(.fa-loaded)::before { content: "?"; font-family: system-ui; font-weight: normal; } .fw-sort-select { padding: 0.75rem 1rem; border: 2px solid #e9ecef; border-radius: 30px; font-size: 1rem; background: white; transition: all 0.3s ease; min-width: 180px; } .fw-sort-select:focus { outline: none; border-color: rgb(87, 130, 194); box-shadow: 0 0 0 3px rgba(87, 130, 194, 0.1); } /* View Toggle */ .fw-view-toggle { display: flex; background: #f8f9fa; border-radius: 30px; padding: 0.25rem; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .fw-view-btn { padding: 0.75rem 1rem; border: none; background: transparent; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; border-radius: 25px; color: #666; } .fw-view-btn.active { background: rgb(87, 130, 194); color: white; box-shadow: 0 2px 8px rgba(87, 130, 194, 0.3); } .fw-view-btn:hover:not(.active) { background: rgba(87, 130, 194, 0.1); color: rgb(87, 130, 194); } /* Article Cards */ .fw-article-wrapper { background: white; border-radius: 20px; margin-bottom: 2rem; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(0,0,0,0.08); } .fw-article-wrapper:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); } .fw-article-header { padding: 2rem; display: flex; align-items: flex-start; gap: 1.5rem; } .fw-article-icon { width: 60px; height: 60px; background: linear-gradient(135deg, rgb(87, 130, 194), rgb(107, 150, 214)); border-radius: 15px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; flex-shrink: 0; box-shadow: 0 4px 15px rgba(87, 130, 194, 0.3); } .fw-article-content { flex: 1; min-width: 0; } .fw-article-title { margin: 0 0 1rem 0; font-size: 1.4rem; font-weight: 600; line-height: 1.3; } .fw-article-title a { color: #333; text-decoration: none; transition: color 0.3s ease; } .fw-article-title a:hover { color: rgb(87, 130, 194); } .fw-article-meta { display: flex; align-items: center; gap: 1.5rem; color: #666; font-size: 0.9rem; margin-bottom: 1rem; flex-wrap: wrap; } .fw-article-meta-item { display: flex; align-items: center; gap: 0.5rem; } .fw-article-meta-item i { color: rgb(87, 130, 194); } .fw-article-description { color: #555; font-size: 1rem; line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .fw-article-actions { padding: 1.5rem 2rem; background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%); border-top: 1px solid #e9ecef; display: flex; align-items: center; justify-content: space-between; } .fw-article-stats { display: flex; align-items: center; gap: 1.5rem; font-size: 0.9rem; color: #666; } .fw-stat-item { display: flex; align-items: center; gap: 0.5rem; } .fw-stat-item i { color: rgb(87, 130, 194); } .fw-read-article-btn { background: rgb(87, 130, 194); color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 30px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; display: flex; align-items: center; gap: 0.5rem; box-shadow: 0 2px 10px rgba(87, 130, 194, 0.3); } .fw-read-article-btn:hover { background: rgb(67, 110, 174); color: white; text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(87, 130, 194, 0.4); } /* Video button styling */ .fw-read-article-btn.video-btn { background: linear-gradient(135deg, rgb(182, 97, 227), rgb(156, 39, 176)); border: none; color: white; } .fw-read-article-btn.video-btn:hover { background: linear-gradient(135deg, rgb(156, 39, 176), rgb(142, 36, 170)); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(182, 97, 227, 0.3); } .fw-read-article-btn.video-btn i { margin-right: 8px; } /* Animation for video button */ .fw-read-article-btn.video-btn i.fa-play { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* Video article wrapper styling */ .fw-article-wrapper.video-article { border-left: 4px solid rgb(182, 97, 227); background: linear-gradient(135deg, rgba(182, 97, 227, 0.05), rgba(156, 39, 176, 0.05)); position: relative; } .fw-article-wrapper.video-article::before { content: "▶ VIDEO"; position: absolute; top: 10px; right: 10px; background: linear-gradient(135deg, rgb(182, 97, 227), rgb(156, 39, 176)); color: white; padding: 4px 8px; border-radius: 12px; font-size: 0.7rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(182, 97, 227, 0.3); } .fw-article-wrapper.video-article .fw-article-icon { background: linear-gradient(135deg, rgb(182, 97, 227), rgb(156, 39, 176)); color: white; border-radius: 50%; } .fw-article-wrapper.video-article .fw-article-title a { color: rgb(182, 97, 227); font-weight: 600; } .fw-article-wrapper.video-article .fw-article-title a:hover { color: rgb(156, 39, 176); } /* Grid View */ .fw-grid-view .fw-articles-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); gap: 2rem; } .fw-grid-view .fw-article-wrapper { margin-bottom: 0; height: fit-content; } /* Empty State */ .fw-empty-state { text-align: center; padding: 4rem 2rem; background: white; border-radius: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); } .fw-empty-icon { font-size: 4rem; margin-bottom: 1rem; color: rgb(87, 130, 194); opacity: 0.5; } .fw-empty-state h3 { color: #333; margin-bottom: 1rem; } .fw-empty-state p { color: #666; } /* Footer */ .footer { background: #2d3748; color: white; padding: 2rem 0; text-align: center; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 1.5rem; text-align: left; } .footer-section h3 { margin-bottom: 0.75rem; color: rgb(87, 130, 194); font-size: 1.1rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section ul li { margin-bottom: 0.25rem; } .footer-section ul li a { color: #cbd5e0; text-decoration: none; transition: color 0.3s ease; display: block; padding: 0.125rem 0; } .footer-section ul li a:hover { color: rgb(87, 130, 194); } .footer-section p { color: #cbd5e0; margin-bottom: 0.5rem; } .contact-info { color: #cbd5e0; } .contact-info i { margin-right: 0.5rem; color: rgb(87, 130, 194); } .email-contact p { color: #cbd5e0; margin-bottom: 0.25rem; display: flex; align-items: center; line-height: 1.3; } .email-contact a { color: #cbd5e0; text-decoration: none; transition: color 0.3s ease; } .email-contact a:hover { color: rgb(87, 130, 194); } .hours-contact p { color: #cbd5e0; margin-bottom: 0.25rem; display: flex; align-items: center; line-height: 1.3; } .footer-bottom { border-top: 1px solid #4a5568; padding-top: 1.5rem; margin-top: 1.5rem; text-align: center; } .footer-bottom p { color: #cbd5e0; font-size: 0.9rem; } #contact-us-link { color: #cbd5e0; text-decoration: none; font-weight: 600; transition: color 0.3s ease; } #contact-us-link:hover { color: rgb(87, 130, 194); } /* Responsive Design */ @media (max-width: 768px) { .hero { min-height: 40vh; padding: 2rem 0; } .folder-header { flex-direction: column; text-align: center; gap: 1rem; } .folder-info h1 { font-size: 2rem; } .folder-info p { font-size: 1rem; } .hero-search { width: 95%; margin: 1.5rem auto 0; } .search-container form, .search-container .fw-search-form { flex-direction: row !important; gap: 1rem !important; padding: 1rem 1.5rem !important; max-width: 95% !important; width: 95% !important; min-height: 70px !important; border-radius: 40px !important; } .search-container button[type="submit"], .search-container .fw-search-button { border-radius: 35px !important; padding: 0.75rem 1.5rem !important; font-size: 1rem !important; min-width: 120px !important; } .search-container input[type="text"], .search-container input[type="search"], .search-container .fw-search-input { font-size: 1rem !important; padding: 0.75rem 1rem !important; min-width: 180px !important; } .fw-filter-controls { flex-direction: column; align-items: stretch; } .fw-filter-left, .fw-filter-right { justify-content: space-between; width: 100%; } .fw-filter-input { min-width: 100%; } .fw-filter-input-wrapper { width: 100%; } .fw-article-header { padding: 1.5rem; flex-direction: column; align-items: center; text-align: center; } .fw-article-icon { width: 50px; height: 50px; font-size: 1.2rem; } .fw-article-actions { padding: 1.5rem; flex-direction: column; align-items: stretch; gap: 1rem; } .fw-article-stats { justify-content: center; } .section-header h2 { font-size: 1.8rem; } .footer-content { grid-template-columns: 1fr; text-align: center; } .fw-grid-view .fw-articles-container { grid-template-columns: 1fr; } } /* Grid view card layout improvements for articles */ .fw-grid-view .fw-articles-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); gap: 2rem; } /* Make each article card act like a tile */ .fw-grid-view .fw-article-wrapper { margin-bottom: 0; height: 100%; } /* Header vertical & centered */ .fw-grid-view .fw-article-header { flex-direction: column; align-items: center; text-align: center; padding: 1.75rem 1.5rem 1.25rem; } /* Icon on top */ .fw-grid-view .fw-article-icon { margin: 0 0 1rem 0; } /* Center title + text */ .fw-grid-view .fw-article-content { text-align: center; } .fw-grid-view .fw-article-title { font-size: 1.1rem; margin-bottom: 0.75rem; max-width: 260px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; margin-left: auto; margin-right: auto; } /* Keep description neat */ .fw-grid-view .fw-article-description { max-width: 280px; margin-left: auto; margin-right: auto; } /* Actions area: center things nicely */ .fw-grid-view .fw-article-actions { flex-direction: column; align-items: center; text-align: center; gap: 0.75rem; } /* Stats centered above button */ .fw-grid-view .fw-article-stats { justify-content: center; } /* Mobile: single column grid */ @media (max-width: 768px) { .fw-grid-view .fw-articles-container { grid-template-columns: 1fr; } } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .fade-in-up { animation: fadeInUp 0.6s ease-out; }

Articles & Documentation

Explore all available resources and guides in this folder

1 articles found

301 User Enrollment SDO Authentiocator App

Click to read this article and learn more about the topic. This resource contains detailed information and step-by-step guidance.

helpful
comments
See Video
Footer - Secret Double Octopus