관리-도구
편집 파일: style_a.7jnz11692166012.css
/* == GENERAL == */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap'); html, body { overflow-x: hidden; scroll-behavior: smooth; } * { margin: 0; padding: 0; box-sizing: border-box; transition: .3s; font-family: 'Poppins', sans-serif; } a:hover { text-decoration: none !important; } /* === NAVBAR CSS === */ .navbar { background-color: #fff; } .nav-item i { font-size: 14px; margin-left: 7px; } a.nav-link { font-size: 18px; font-weight: 400; padding: .5rem 1rem !important; color: #222222; text-transform: capitalize; } a.nav-link:hover { color: #44bd6e; } .section1 .navbar-nav .nav-link:hover, .dropbtn:hover { color: #44bd6e; } .section1 .container { padding: 11px 30px; } .navbar-brand { font-size: 18px; font-weight: 800; color: #000; text-transform: capitalize; } .navbar-brand span{ color: #44bd6e; } .navbar-brand:hover { color: #44bd6e; } /* === SECTION01 CSS === */ #section01{ padding: 3rem 0; background-color: #f7f7f7; } .topbar-ordering .form-select { box-shadow: unset; cursor: pointer; font-size: 15px; color: #000; padding: 12px 18px; border-radius: 4px; width: auto; border: 1px solid #dee2e6; } .search_box { position: relative; } .search_box label { position: absolute; right: 54px; } .search_box label i { display: block; margin-bottom: 0; position: absolute; left: 0; top: 15.2px; font-size: 18px; color: #181617; padding: 0 1rem; border-left: 1px solid #dee2e6; } .search_box .input-search { height: 46px; color: #000; display: block; width: 100%; border-radius: 4px; padding: 3px 15px; transition: .5s; font-size: 14px; font-weight: 400; border: 1px solid #dee2e6; } /* === COURSES CARD CSS === */ .product_wrapper{ border-radius: 9px; margin-bottom: 22px; overflow: hidden; border: 1px solid #fff; } .product_wrapper:hover { border: 1px solid #44bd6e; } .product_img img { width: 100%; } .product_meta{ padding: 22px 22px; background-color: #fff; } .product_meta h3 { font-size: 20px; line-height: 30px; font-weight: 500; color: #000; margin-bottom: 14px; } i.course_play { font-size: 10px; width: 28px; height: 28px; background-color: red; display: flex; justify-content: center; align-items: center; border-radius: 35px; color: #fff; margin-right: 11px; } i.fa-user-alt{ font-size: 14px; margin-right: 4px; color: #5264ea; } .enroll_now{ font-size: 14px; padding: 9px 20px; border-radius: 4px; color: #fff; background-color: #44bd6e; border: 1px solid #44bd6e; } .enroll_now:hover{ color: #44bd6e; border: 1px solid #44bd6e; background-color: #fff; } .product_meta h4{ color: #44bd6e; font-weight: 600; margin: 0; cursor: pointer; } /* --- PEGINATION CSS --- */ #myDiv { margin-top: 2rem; display: flex; justify-content: center; align-items: center; } .btn1 { margin-right: 5px; width: 38px; height: 38px; font-size: 18px; line-height: 24px; color: #1c2127; background: transparent; border-radius: 4px; display: flex; justify-content: center; align-items: center; border: 1px solid #1c2127; } .btn1:hover{ color: #fff; background-color: #646464; } a.btn1.active { border-radius: 4px; background-color: #44bd6e; color: #fff; border: none; } /* === FOOTER CSS === */ #footer{ padding: 19px 0; background-color: #e4f5eb; } #footer p{ margin: 0; } #footer a { font-size: 16px; line-height: 15px; font-weight: 400; margin-left: 10px; padding-right: 10px; letter-spacing: .02rem; color: #000; border-right: 1px solid #000; } #footer a:hover{ color: #44bd6e; }