🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:custom-layout.css
/* * Custom Theme Design Styles (Global Layout) */ .custom-theme-design { background-color: #030408; color: #ffffff; font-family: 'Inter', sans-serif; overflow-x: hidden; } .custom-theme-design .site-container { position: relative; width: 100vw; height: 100vh; min-height: 900px; } .custom-theme-design .bg-leopard { position: absolute; top: 0; left: 0; width: 60%; height: 100%; background-size: cover; background-position: center center; mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 100%); z-index: 0; } .custom-theme-design .glowing-lines { position: absolute; top: 30%; left: 0; width: 50%; height: 40%; background: radial-gradient(ellipse at left, rgba(230, 197, 135, 0.15) 0%, transparent 70%); border-radius: 50%; filter: blur(20px); z-index: 1; pointer-events: none; } /* Header */ .custom-theme-design header.custom-header { position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; border-bottom: 1px solid rgba(255,255,255,0.05); } .custom-theme-design .nav-left, .custom-theme-design .nav-right { display: flex; gap: 40px; align-items: center; } .custom-theme-design .nav-left a, .custom-theme-design .nav-right a { color: #fff; text-decoration: none; font-size: 0.8rem; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.3s; } .custom-theme-design .nav-left a:hover, .custom-theme-design .nav-right a:hover { color: #e6c587; } .custom-theme-design .nav-dropdown { display: flex; flex-direction: column; align-items: center; } .custom-theme-design .nav-dropdown a { display: flex; align-items: center; gap: 5px; } .custom-theme-design .nav-dropdown .arrow { font-size: 0.6rem; transform: scaleY(0.7); } .custom-theme-design .nav-dropdown .sub-text { font-size: 0.65rem; color: #e6c587; margin-top: 4px; text-transform: none; letter-spacing: 0.5px; } .custom-theme-design .logo { text-align: center; position: absolute; left: 50%; transform: translateX(-50%); } .custom-theme-design .logo h1 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #e6c587; font-weight: 600; letter-spacing: 1px; } .custom-theme-design .logo span { display: block; font-size: 0.85rem; letter-spacing: 3px; margin-top: -5px; } /* Main Content Area */ .custom-theme-design .main-content { position: relative; z-index: 10; width: 100%; max-width: 1600px; margin: 0 auto; padding: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px 40px; } /* Left Column Items */ .custom-theme-design .left-column { display: flex; flex-direction: column; gap: 60px; } /* Right Column Items */ .custom-theme-design .right-column { display: flex; flex-direction: column; gap: 60px; } /* Hero Text */ .custom-theme-design .hero-center { text-align: left; } .custom-theme-design .hero-center h2 { font-family: 'Playfair Display', serif; font-size: 3.2rem; color: #e6c587; line-height: 1.2; margin-bottom: 15px; text-shadow: 0 4px 20px rgba(0,0,0,0.8); } .custom-theme-design .hero-center p { font-size: 1.2rem; margin-bottom: 25px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); } .custom-theme-design .btn-primary { background-color: #f3d060; color: #000; border: none; padding: 12px 35px; font-size: 1.1rem; font-weight: 600; border-radius: 4px; cursor: pointer; box-shadow: 0 4px 15px rgba(243, 208, 96, 0.3); transition: transform 0.2s; } .custom-theme-design .btn-primary:hover { transform: translateY(-2px); } /* Typography Headings */ .custom-theme-design h3 { font-family: 'Playfair Display', serif; color: #e6c587; font-size: 1.3rem; font-weight: 400; margin-bottom: 15px; letter-spacing: 0.5px; } /* Cards Common */ .custom-theme-design .cards-row { display: flex; gap: 15px; flex-wrap: wrap; } .custom-theme-design .card { border: 1px solid rgba(255,255,255,0.15); border-radius: 4px; overflow: hidden; background: linear-gradient(180deg, rgba(20,25,35,0.4) 0%, rgba(5,8,15,0.9) 100%); display: flex; flex-direction: column; } .custom-theme-design .card img { width: 100%; object-fit: cover; } .custom-theme-design .card-content { padding: 12px; } .custom-theme-design .card-content-center { padding: 8px; text-align: center; } /* Card - Small (Top Right) */ .custom-theme-design .card-sm { width: 130px; border-bottom: 2px solid #e6c587; } .custom-theme-design .card-sm.border-blue { border-bottom: 2px solid #6ab4e4; } .custom-theme-design .card-sm img { height: 90px; } .custom-theme-design .card-sm h4 { color: #fff; font-size: 0.9rem; margin: 0 0 6px 0; font-weight: 500; } .custom-theme-design .card-sm p { color: #aaa; font-size: 0.65rem; line-height: 1.3; } /* Card - Large (Left) */ .custom-theme-design .card-lg { width: 160px; border: 1px solid rgba(230, 197, 135, 0.4); border-bottom: 3px solid #e6c587; } .custom-theme-design .card-lg.border-blue-btm { border-bottom-color: #6ab4e4; } .custom-theme-design .card-lg.border-cyan-btm { border-bottom-color: #8be1d6; } .custom-theme-design .card-lg img { height: 180px; } .custom-theme-design .card-lg .category { font-size: 0.7rem; color: #ccc; } .custom-theme-design .card-lg h4 { color: #e6c587; font-size: 1.1rem; margin: 6px 0; font-family: 'Playfair Display', serif; } .custom-theme-design .card-lg h4.text-blue { color: #6ab4e4; } .custom-theme-design .card-lg h4.text-cyan { color: #8be1d6; } .custom-theme-design .card-lg p { color: #aaa; font-size: 0.75rem; line-height: 1.3; } /* Card - Extra Small (Featured Journeys) */ .custom-theme-design .card-xs { width: 110px; background: transparent; border: 1px solid rgba(255,255,255,0.1); } .custom-theme-design .card-xs img { height: 75px; } .custom-theme-design .card-xs h4 { color: #e6c587; font-size: 0.85rem; margin: 0 0 4px 0; font-weight: 400; } .custom-theme-design .card-xs p { color: #888; font-size: 0.6rem; } /* Center Book Now Box */ .custom-theme-design .book-now-box { width: fit-content; border: 1px solid rgba(230, 197, 135, 0.3); padding: 15px 25px; text-align: center; border-radius: 4px; background: rgba(0,0,0,0.6); backdrop-filter: blur(5px); } .custom-theme-design .book-now-box h4 { color: #e6c587; margin: 0 0 12px 0; font-size: 1.2rem; font-weight: 400; } .custom-theme-design .book-now-box p { font-size: 0.75rem; color: #aaa; line-height: 1.4; } /* Bottom Left Cards (Tiny) */ .custom-theme-design .card-tiny { width: 120px; background: transparent; } .custom-theme-design .card-tiny.border-gold { border: 1px solid rgba(230, 197, 135, 0.4); } .custom-theme-design .card-tiny.border-white { border: 1px solid rgba(255,255,255,0.2); } .custom-theme-design .card-tiny img { height: 65px; } .custom-theme-design .card-tiny h4 { color: #e6c587; font-size: 0.9rem; margin: 0 0 4px 0; font-weight: 400; } .custom-theme-design .card-tiny p { color: #888; font-size: 0.55rem; } /* Quote Block */ .custom-theme-design .quote-block { display: flex; align-items: center; justify-content: flex-start; text-align: center; gap: 20px; margin-top: 20px; } .custom-theme-design .quote-block .arrows { color: #3a3b40; font-size: 2.5rem; font-weight: 300; } .custom-theme-design .quote-text p { font-size: 0.85rem; line-height: 1.6; margin-bottom: 12px; color: #ccc; font-style: italic; } .custom-theme-design .quote-text .author { font-size: 0.75rem; color: #e6c587; } /* Footer */ .custom-theme-design .site-footer { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; margin-top: 40px; } .custom-theme-design .footer-links a { color: #aaa; text-decoration: none; font-size: 0.75rem; margin-left: 18px; transition: color 0.3s; } .custom-theme-design .footer-links a:hover { color: #fff; } .custom-theme-design .registration { font-size: 0.85rem; color: #ccc; display: flex; align-items: center; gap: 10px; } .custom-theme-design .registration strong { font-weight: 600; color: #fff; } .custom-theme-design .star-icon { color: #5a5b60; font-size: 1.8rem; }
Save Changes
Cancel
Create New File
Create New Folder