X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html/assets/css/demos
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
assets
/
css
/
demos
/
📁
..
📄
demo-app-landing.css
(4.32 KB)
📄
demo-architecture-2.css
(11.05 KB)
📄
demo-architecture-interior.css
(3.42 KB)
📄
demo-auto-services.css
(9.74 KB)
📄
demo-band.css
(4.55 KB)
📄
demo-barber.css
(8.84 KB)
📄
demo-beauty-salon.css
(2.06 KB)
📄
demo-business-consulting-2.css
(15.32 KB)
📄
demo-business-consulting-3.css
(6.63 KB)
📄
demo-business-consulting-4.css
(3.7 KB)
📄
demo-business-consulting.css
(22.33 KB)
📄
demo-church.css
(21.57 KB)
📄
demo-cleaning-services.css
(10.18 KB)
📄
demo-coffee.css
(3.11 KB)
📄
demo-construction-2.css
(7.39 KB)
📄
demo-construction.css
(11.58 KB)
📄
demo-digital-agency-2-dark.css
(15.25 KB)
📄
demo-digital-agency-2.css
(12.63 KB)
📄
demo-digital-agency.css
(6.51 KB)
📄
demo-education.css
(4.02 KB)
📄
demo-event.css
(4.8 KB)
📄
demo-finance.css
(2.2 KB)
📄
demo-gym.css
(11.21 KB)
📄
demo-hotel.css
(7.26 KB)
📄
demo-industry-factory.css
(9.95 KB)
📄
demo-insurance.css
(5.58 KB)
📄
demo-it-services.css
(9.68 KB)
📄
demo-landing.css
(3.93 KB)
📄
demo-law-firm-2.css
(9.09 KB)
📄
demo-law-firm.css
(3.47 KB)
📄
demo-medical-2.css
(10.92 KB)
📄
demo-medical.css
(10.23 KB)
📄
demo-one-page-agency.css
(4.28 KB)
📄
demo-photography-2.css
(66.87 KB)
📄
demo-photography-3.css
(60.15 KB)
📄
demo-photography.css
(47.59 KB)
📄
demo-product-landing.css
(5.42 KB)
📄
demo-real-estate.css
(3.22 KB)
📄
demo-restaurant.css
(4.07 KB)
📄
demo-resume-dark.css
(24.2 KB)
📄
demo-resume.css
(22.59 KB)
📄
demo-sass.css
(5.19 KB)
📄
demo-seo-2.css
(13.6 KB)
📄
demo-seo.css
(2.18 KB)
📄
demo-startup-agency.css
(6.72 KB)
📄
demo-wedding.css
(7.01 KB)
Editing: demo-sass.css
body { min-width: 100%; width: 100vw; } .custom-secondary-font { font-family: "Poppins", sans-serif; } .custom-box-shadow-1 { box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.15); } /* Header */ @media (min-width: 992px) { #header .header-nav-main nav > ul:not(:hover) > li > a.active { color: #FFF !important; } #header .header-nav-main nav > ul:not(:hover) > li > a.active:before { background: #FFF !important; } #header .header-nav-main nav > ul > li:hover > a { color: #FFF !important; } #header .header-nav-main nav > ul > li:hover > a:before { background: #FFF !important; } html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active { color: #212529 !important; } html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active:before { background: #212529 !important; } html.sticky-header-active #header .header-nav-main nav > ul > li > a { color: #212529 !important; } html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a { color: #212529 !important; } html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a:before { background: #212529 !important; } } /* Header Social Icons */ html.sticky-header-active #header .header-social-icons > li > a:hover > i { color: #FFF !important; } html.sticky-header-active #header .header-social-icons > li > a > i { color: #212529 !important; } /* Animated Circles */ .custom-animated-circles { position: absolute; left: 0; bottom: 0; width: 500px; height: 500px; transform: translate3d(-55%, 25%, 0); } .custom-animated-circles .circle { position: absolute; top: 50%; left: 50%; width: 50%; height: 50%; border-radius: 100%; border: 1px solid #FFF; transform: translate3d(-50%, -50%, 0); -webkit-animation-name: customAnimatedCircles; animation-name: customAnimatedCircles; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-duration: 2.5s; animation-duration: 2.5s; -webkit-animation-delay: 500ms; animation-delay: 500ms; } .custom-animated-circles .circle:nth-child(2) { width: 70%; height: 70%; -webkit-animation-delay: 1000ms; animation-delay: 1000ms; } .custom-animated-circles .circle:nth-child(3) { width: 90%; height: 90%; -webkit-animation-delay: 1500ms; animation-delay: 1500ms; } .custom-animated-circles .circle:nth-child(4) { width: 110%; height: 110%; -webkit-animation-delay: 2000ms; animation-delay: 2000ms; } .custom-animated-circles.custom-animated-circles-pos-2 { bottom: auto; top: 0; transform: translate3d(-55%, -25%, 0); } .custom-animated-circles.custom-animated-circles-pos-3 { bottom: auto; left: auto; right: 0; transform: translate3d(65%, -50%, 0); top: 0; } @-webkit-keyframes customAnimatedCircles { 0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.8); } 50% { opacity: 0.5; transform: translate3d(-50%, -50%, 0); } 100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1.1); } } @keyframes customAnimatedCircles { 0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.8); } 50% { opacity: 0.5; transform: translate3d(-50%, -50%, 0); } 100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1.1); } } /* Custom Screens */ .custom-screens-carousel { position: relative; z-index: 30; margin-top: -250px; } @media (max-width: 991px) { .custom-screens-carousel { margin-top: -90px; } } /* Carousel Ipad */ .carousel-ipad { border-radius: 35px; border: 1px solid #FFF; padding: 50px; background: #F9F9F9; box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1); position: relative; } @media (max-width: 991px) { .carousel-ipad { padding: 25px; border-radius: 17px; } } .carousel-ipad img { border: 1px solid #FFF; } .carousel-ipad .carousel-ipad-camera { background: #3c3d3d; width: 8px; height: 8px; position: absolute; left: 0; margin-left: 20px; bottom: 50%; margin-bottom: -5px; border-radius: 100%; } .carousel-ipad .carousel-ipad-home { background: #F9F9F9; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12); border-radius: 28px; width: 40px; height: 40px; position: absolute; right: 0; margin-right: 5px; bottom: 50%; margin-bottom: -20px; } .carousel-ipad .carousel-ipad-home:after { width: 15px; height: 15px; margin-top: -8px; margin-left: -8px; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; position: absolute; display: block; content: ''; top: 50%; left: 50%; } @media (max-width: 991px) { .carousel-ipad .carousel-ipad-camera, .carousel-ipad .carousel-ipad-home { display: none; } } .carousel-ipad.carousel-ipad-sm { padding: 40px; border-radius: 25px; } @media (max-width: 991px) { .carousel-ipad.carousel-ipad-sm { padding: 20px; border-radius: 12px; } } /* Custom Form Style */ .custom-form-style-1 .form-control { padding: 20.8px; padding: 1.3rem; height: 45px; }
Upload File
Create Folder