芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/socialdigivlms.com/wp-content/plugins/tutormate/assets/css/app.css
@charset "UTF-8"; @-webkit-keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary: #0071a1; --default: #464646; --lightgray: #cccccc; } body { background: #f4f7fc; color: #000; position: relative; font-family: "Roboto", sans-serif; font-size: 14px; line-height: 1.57; color: rgba(0, 0, 0, 0.6); } p { margin: 0; font-size: 14px; line-height: 1.57; } h1, h2, h3, h4, h5, h6 { margin: 0; } button { cursor: pointer; outline: none; } .header-top { max-width: 498px; margin: 0 auto; text-align: center; margin-top: 25px; margin-bottom: 50px; } .header-top h2 { color: #0a083b; margin-bottom: 10px; } .header-top .logo-version { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } .header-top p { font-weight: 400; font-size: 14px; line-height: 1.57; color: rgba(0, 0, 0, 0.6); } .demo-importer-ui { width: 100%; padding: 30px; position: relative; } .demo-importer-ui .btn { text-decoration: none; text-transform: capitalize; outline: none; border: none; color: #464646; padding: 8px 17px; border-radius: 3px; transition: 0.2s linear; font-weight: 500; font-size: 14px; letter-spacing: 0.3px; } .demo-importer-ui .btn.btn-light { color: #7a7a7a; background: #ffffff; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.1); } .demo-importer-ui .btn.btn-primary { color: #ffffff; background: #1973aa; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.1); } .demo-importer-ui .btn.import-now { padding: 8px 36px; border-radius: 3px; } .demo-importer-ui .btn.btn-outline { color: #7a7a7a; background: #ffffff; border: 1px solid #dcdbdc; padding: 8px 22px; border-radius: 3px; } .demo-importer-ui .btn:not(:last-child) { margin-right: 5px; } .demo-importer-wrapper { position: relative; z-index: 2; } .demo-importer-wrapper header h2 { font-size: 25px; margin-bottom: 20px; text-align: center; } .demo-importer-wrapper img { max-width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; } .nav-container { background: #fff; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); border-radius: 3px; margin-bottom: 40px; padding: 10px 30px; display: grid; align-items: center; grid-template-columns: 1fr; } @media (min-width: 768px) { .nav-container { grid-template-columns: 3fr 1.25fr; } } @media (min-width: 1400px) { .nav-container { grid-template-columns: 4fr 1fr; } } .nav-container .nav-filter { display: flex; flex-wrap: wrap; list-style: none; margin-bottom: 10px; } .nav-container .nav-filter .filter-btn { text-decoration: none; cursor: pointer; background: transparent; outline: none; border: none; text-transform: capitalize; position: relative; padding: 0px 10px; font-size: 16px; line-height: 1.61; color: #5e727c; } .nav-container .nav-filter .filter-btn:after { content: ""; position: absolute; width: calc(100% + 10px); left: -5px; height: 3px; bottom: calc(0% - 17px); background: #198df8; border-radius: 2px 2px 0 0px; opacity: 0; transition: 0.35s linear; transform: scaleX(0); } .nav-container .nav-filter .filter-btn:hover { color: #252732; } .nav-container .nav-filter .filter-btn:hover:after { opacity: 1; transform: scaleX(1); } .nav-container .nav-filter .filter-btn:focus:after { opacity: 1; transform: scaleX(1); } .search-filter { z-index: 1; position: relative; display: flex; align-items: center; flex-direction: row-reverse; border-left: 2px solid #c0c8cb; padding-left: 19px; } .search-filter input[type=search] { width: 100%; height: 40px; padding: 5px; border: none; border-radius: 0; outline: none; transition: 0.2s linear; margin-left: 5px; font-size: 14px; line-height: 1.61; font-weight: 400; } .search-filter input[type=search]:hover { border: none; box-shadow: 0 1px 0 0px #0184ff; } .search-filter input[type=search]:focus { border: none; box-shadow: 0 1px 0 0px #0184ff; } .search-filter input[type=search]::-moz-placeholder { color: #c0c8cb; } .search-filter input[type=search]:-ms-input-placeholder { color: #c0c8cb; } .search-filter input[type=search]::placeholder { color: #c0c8cb; } input[type=search i]::-webkit-search-cancel-button { cursor: pointer; } .list-container { margin: 0; padding: 0; list-style: none; display: grid; grid-column-gap: 30px; grid-row-gap: 30px; } @media (min-width: 768px) { .list-container { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .list-container { grid-template-columns: repeat(4, 1fr); } } .single-item { background: #ffffff; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); border-radius: 4px; overflow: hidden; transition: 0.35s linear; } .single-item .header { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 14px 16px; } .single-item .header .title { font-weight: 500; font-size: 14px; line-height: 1.61; color: #1d2427; } .single-item .header .icons { display: flex; } .single-item .header .icons > img:not(:last-child) { margin-right: 8px; } .single-item .thumbnail { position: relative; } .single-item .thumbnail .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.55); opacity: 0; transition: opacity 0.6s linear; text-align: center; } .single-item .thumbnail .overlay h4 { font-size: 1.5em; font-weight: 600; color: #fff; margin-bottom: 20px; font-size: 1.5em; font-weight: 600; color: #fff; margin-bottom: 15px; } .single-item .thumbnail .overlay-btn { color: #fff; background: rgba(0, 0, 0, 0.53); border: 1px solid rgba(255, 255, 255, 0.25); cursor: text; } .single-item .thumbnail .overlay-btn:not(:last-child) { margin-right: 10px; } .single-item .thumbnail .overlay-btn:hover { opacity: 0.8; } .single-item .thumbnail img { width: 100%; height: 300px; -o-object-fit: cover; object-fit: cover; } .single-item:hover .overlay { opacity: 1; } .single-item .actions { display: flex; justify-content: center; align-items: center; padding: 13px; background: #ffff; border-radius: 0 0 3px 3px; position: relative; margin-top: -3px; } .single-item .actions .btn:not(:last-child) { margin-right: 15px; } .single-item:hover { box-shadow: 0px 30px 60px -10px rgba(0, 28, 73, 0.15); } .no-list-found { padding: 13px 15px 15px 15px; background: #ffff; border-radius: 3px; } @media (min-width: 768px) { .nav-container .nav-filter { margin-bottom: 0; } .nav-container .nav-filter .filter-btn:not(:first-child) { margin-left: 27px; } .no-list-found { grid-column: 2/3; } } @media (max-width: 767px) { .nav-container .nav-filter { display: block; } .nav-container .nav-filter .filter-btn { display: block; margin-left: 0; padding: 0; } .nav-container .nav-filter .filter-btn:after { display: none; } .nav-container .nav-filter .filter-btn:not(:last-child) { margin-bottom: 8px; } } /* Modal popup */ .modal-wrapper { display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.8); padding: 30px; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; opacity: 0; } .modal-wrapper.active { z-index: 10; opacity: 1; } .modal-wrapper.active .modal-content { opacity: 1; transform: translateY(0px); } /* Modal Content */ .modal-content { display: flex; max-width: 700px; min-width: 320px; max-height: 406px; height: 350px; background: #ffffff; box-shadow: 0px 0px 1px rgba(9, 30, 66, 0.31), 0px 4px 8px rgba(9, 30, 66, 0.25); border-radius: 10px; } .modal-content > [class^=modal-] { padding: 15px; } .modal-content .close-btn { border: none; background: transparent; color: #42526e; font-size: 30px; line-height: 0.6; font-family: sans-serif; font-weight: 300; transform: rotate(45deg); margin: -10px -10px 0 0; } .modal-content .modal-body { display: flex; flex-direction: column; flex: 1; padding: 30px; text-align: center; } .modal-content .modal-body .components-radio-control { text-align: left; } .modal-content .modal-body .components-radio-control__input[type=radio]:checked::before { width: 2px; height: 2px; margin: 3px; } .modal-content .modal-body .components-base-control__label { font-size: 18px; } .modal-content .modal-body p { line-height: 1.5; margin-bottom: 5px; text-align: left; } .modal-content .notices { padding: 10px 25px; margin-left: 5px; } .modal-content .pluginstatus { flex: 0.8; padding: 30px; background: #f3f3f3; border-left: 1px solid #e8e8e8; border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .modal-content .pluginstatus > div { text-align: left; font-weight: 500; line-height: 1.61; margin-bottom: 4px; } .modal-content .pluginstatus > div strong { font-size: 14px; color: #1d2427; margin-right: 3px; font-weight: 500; } .modal-content .pluginstatus > div span { font-size: 12px; opacity: 0.8; text-transform: capitalize; } .modal-content .pluginstatus > div.active:before, .modal-content .pluginstatus > div.installed:before { font-family: "dashicons" !important; font-size: 18px; margin-right: 5px; opacity: 0.8; } .modal-content .pluginstatus > div.active:before { content: "\F147"; color: #5fac23; display: inline-block; vertical-align: middle; } .modal-content .pluginstatus > div.active span { color: #5fac23; } .modal-content .pluginstatus > div.not.installed:before { content: "\F335"; font-size: 18px; color: #f44321; display: inline-block; vertical-align: middle; } .modal-content .pluginstatus > div.not.installed span { color: #f44321; } .modal-content .pluginstatus > div.installed:before { content: "\F14C"; color: #ffb200; display: inline-block; vertical-align: middle; } .modal-content .pluginstatus > div.installed span { color: #ffb200; } .modal-content .pluginstatus > p { margin-bottom: 16px; font-size: 15px; font-weight: 300; line-height: 26px; } .modal-content .pluginstatus .pluginsheader h4 { color: #161616; font-size: 16px; font-weight: 500; margin: 0.5rem 0; } @media (max-width: 767px) { .modal-content { max-height: unset; height: auto; flex-direction: column; } .modal-content .modal-head h3 { font-size: 22px; } .modal-content .modal-body, .modal-content .pluginstatus { padding: 20px; } .modal-content .modal-footer .btn.btn-outline, .modal-content .modal-footer .btn.import-now { padding: 8px 17px; } .modal-content .modal-footer .btn:not(:last-child) { margin-right: 10px; } .modal-content .pluginstatus { border-bottom-left-radius: 10px; } .modal-content .radio-field-item { margin-bottom: 15px; } } .modal-head { display: flex; justify-content: space-between; align-items: flex-start; text-align: left; } .modal-head h3, .modal-head h4, .modal-head h5 { margin: 0 0 1.5rem 0; line-height: 1.69; color: #161616; font-weight: 400; } .modal-head h3 { font-size: 24px; } .modal-head h4 { font-size: 18px; } .modal-head span { font-size: 13px; color: #82848c; display: flex; align-items: center; } .modal-footer { display: flex; align-items: center; justify-content: flex-end; } .modal-footer .btn:not(:last-child) { margin-right: 20px; } .installation-complete .modal-content { min-width: 320px; min-height: 230px; } .installation-complete .modal-content .modal-body p { text-align: center; } .installation-complete .modal-content .modal-body h3 { font-size: 22px; font-weight: 600; margin-top: 5px; } .installation-complete .modal-content .modal-body p, .installation-complete .modal-content .modal-body a { color: rgba(37, 39, 50, 0.55); } .installation-complete .modal-head { justify-content: flex-end; } .radio-field-wrapper { margin-bottom: 40px; } .radio-field-item { background: #ffffff; border: 1px solid #bababa; box-sizing: border-box; border-radius: 6px; margin-bottom: 25px; display: grid; grid-template-areas: "text radio"; grid-template-columns: 1fr auto; align-items: center; } .radio-field-item input[type=radio] { grid-area: radio; background: #ffffff; border: 2px solid #bababa; box-shadow: 0px 1px 0px rgba(22, 29, 37, 0.05); width: 18px; height: 18px; margin: 0; display: flex; align-items: center; justify-content: center; margin-right: 15px; } .radio-field-item input[type=radio]:checked { background: #3e64de; border: 2px solid #3e64de; } .radio-field-item input[type=radio]:checked::before { width: 8px; height: 8px; background-color: #ffffff; margin: 0; } .radio-field-item label { grid-area: text; display: grid; grid-gap: 8px; grid-auto-flow: column; align-items: center; justify-content: flex-start; padding: 16px; padding-right: 0; } .radio-field-item label span { font-size: 14px; color: #000000; text-transform: capitalize; } .installation-screen .modal-content { display: flex; flex-direction: column; max-width: 410px; width: 400px; max-height: 410px; height: auto; } .installation-screen .modal-content .heading { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px; background: #cbe9d5; border-radius: 6px; margin: 15px; margin-bottom: 30px; -webkit-animation: fadeIn 0.4s linear; animation: fadeIn 0.4s linear; } .installation-screen .modal-content .heading p { color: #075a2a; text-align: left; padding-left: 50px; margin-left: 8px; font-weight: 300; } .installation-screen .modal-content .heading .success-heading { display: flex; align-items: center; justify-content: flex-start; } .installation-screen .modal-content .heading .success-heading h3 { margin-left: 10px; color: #075a2a; font-size: 20px; font-weight: 500; } .installation-screen .modal-head h4 { margin-top: 20px; padding: 0 15px; } .installation-screen .modal-body { margin-top: -10px; padding-top: 0; padding-bottom: 27px; } .installation-screen .modal-body .complete { width: 150px; margin-top: 30px; padding: 8px 10px; background-color: #1973aa; } .installation-screen .modal-body .complete a { color: #ffffff; text-decoration: none; font-weight: 400; } .installation-screen .modal-body .inactive { background-color: rgba(87, 88, 110, 0.4); width: 150px; margin-top: 30px; padding: 8px 10px; cursor: not-allowed; transition: 0.3s linear; } .installation-screen .modal-body .inactive a { cursor: not-allowed; color: #ffffff; text-decoration: none; font-weight: 400; } .installation-status { display: flex; align-items: center; margin-bottom: 23px; } .installation-status .progress-status { background: #1973aa; } .installation-status .progress { position: relative; overflow: hidden; box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.05); background: #e3e7ec; height: 8px; border-radius: 5px; width: 100%; margin-bottom: 0; } .installation-status .progress-status { border-radius: 20px; color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; height: 100%; width: 0; transition: 0.2s linear; background: #1973aa; } .installation-status .percentage { margin-left: 8px; font-size: 12px; } .plugin-item, .demo-content { display: flex; align-items: center; } .plugin-item .title, .demo-content .title { margin-left: 5px; font-size: 14px; font-weight: 500; color: #1d2427; } .plugin-item .title-notactive, .demo-content .title-notactive { margin-left: 5px; font-size: 14px; font-weight: 500; color: #707172; } .plugin-item:not(:last-child), .demo-content:not(:last-child) { margin-bottom: 11px; } .plugin-item .plugin-not-installed, .demo-content .plugin-not-installed { margin-right: -5px; font-size: 18px; color: red; vertical-align: middle; display: inline-block; } .plugin-item svg#svg-circle, .demo-content svg#svg-circle { --dashArr: 44; width: 16px; height: 16px; } .plugin-item svg#svg-circle circle:not(.circle-full), .demo-content svg#svg-circle circle:not(.circle-full) { position: absolute; fill: none; stroke-width: 2; transform: translate(1px, -1px) rotate(-90deg); transform-origin: center center; stroke-dasharray: var(--dashArr); } .plugin-item svg#svg-circle circle.bg, .demo-content svg#svg-circle circle.bg { stroke-dashoffset: 0; stroke: #e3e7ec; } .plugin-item svg#svg-circle circle.fg, .demo-content svg#svg-circle circle.fg { stroke-dashoffset: calc( var(--dashArr) - (var(--dashArr) * 30) / 100 ); stroke: #5fac23; } .plugin-item svg#svg-circle circle.circle-full, .demo-content svg#svg-circle circle.circle-full { transform: translate(1px, 1px); } .plugin-item svg#svg-circle path.check-mark, .demo-content svg#svg-circle path.check-mark { transform: translate(0px, 1px); -webkit-animation: scaleDown 0.5s ease-in-out; animation: scaleDown 0.5s ease-in-out; } svg.svg-circle-solo { --dashArr: 44; width: 16px; height: 16px; margin-left: 5px; } svg.svg-circle-solo circle.bg { stroke-dashoffset: 0; stroke: #e3e7ec; } svg.svg-circle-solo circle.fg { stroke-dashoffset: calc(var(--dashArr) - (var(--dashArr) * 30) / 100); stroke: #5fac23; } svg.svg-circle-solo circle.circle-full { transform: translate(1px, 1px); } svg.svg-circle-solo path.check-mark { transform: translate(0px, 1px); -webkit-animation: scaleDown 0.5s ease-in-out; animation: scaleDown 0.5s ease-in-out; } @-webkit-keyframes scaleDown { from { transform: translate(0px, 1px) scale(2.5); transform-origin: center center; } to { transform: translate(0px, 1px) scale(1); transform-origin: center center; } } @keyframes scaleDown { from { transform: translate(0px, 1px) scale(2.5); transform-origin: center center; } to { transform: translate(0px, 1px) scale(1); transform-origin: center center; } } svg.svg-spinner { -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; width: 14px; height: 14px; } svg.svg-spinner .path { stroke: #60ac23; stroke-linecap: round; -webkit-animation: dash 1.5s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite; } svg.svg-spinner-solo { -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; width: 14px; height: 14px; margin-left: 5px; } svg.svg-spinner-solo .path { stroke: #60ac23; stroke-linecap: round; -webkit-animation: dash 1.5s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite; } @-webkit-keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes rotate { 100% { transform: rotate(360deg); } } @-webkit-keyframes dash { 0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; } 50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; } 100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; } } @keyframes dash { 0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; } 50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; } 100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }