Submit
Path:
~
/
home
/
getwphos
/
public_html
/
wastefull
/
wp-content
/
plugins
/
cms-portal
/
assets
/
css
/
admin
/
File Content:
main.css
html { fill: currentColor; } .card { padding: 0; margin-top: 0; max-width: unset; } .cpt-admin-top-bar-wrapper { position: relative; background: #fff; -webkit-box-shadow: 0 4px 6px #0000000a; box-shadow: 0 4px 6px #0000000a; z-index: 1; } .cpt-admin-top-bar { display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 16px; } .cpt-admin-top-bar-brand { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .cpt-admin-top-bar-brand-heading { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .cpt-admin-top-bar-brand-heading-logo { display: inline-block; height: 1.875rem; text-align: center; width: 1.875rem; } .cpt-admin-top-bar-brand-heading-title { color: #495157; font-size: 15px; font-weight: 700; padding: 0 8px; line-height: normal; text-transform: uppercase; } .cpt-admin-top-bar-menu { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .cpt-admin-top-bar-menu-item { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 10px; text-decoration: none; color: #6d7882; } .cpt-admin-top-bar-menu-item-title { color: #6d7882; font-size: 13px; font-weight: 500; margin: 0 4px; line-height: normal; cursor: pointer; } .cpt-admin-top-bar-menu-item svg { width: 18px; margin-right: 5px; } fieldset { border: none; } .popup-dropdown { position: absolute; top: 48px; right: 15px; background-color: #495157; width: 250px; display: none; } .arrow-up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #495157; right: 17%; position: absolute; top: -10px; } .popup-dropdown-body { border-radius: 5px; padding: 15px; } .user-actions { margin: 0; } .user-actions .user-actions-item { color: #fff; } .user-actions .user-actions-item:last-child { margin-bottom: 0; } .user-actions .user-actions-item i { color: #fff; margin-right: 5px; } .user-actions .user-actions-item a { color: #fff; text-decoration: none; } .user-actions .user-actions-item svg { width: 18px; margin-right: 5px; vertical-align: middle; } .user-actions .user-actions-item a:hover { text-decoration: underline; } .cpt-container .button.loading:before { content: "\f463"; display: inline-block; font: normal 20px/1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: top; animation: rotation 2s infinite linear; margin: 3px 5px 0 -2px; } .cpt-container hr { border-bottom: none; } .bg-theme-screenshot { background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; position: relative; min-height: 100vh; -webkit-animation: animatedBackground 1299s linear infinite; -moz-animation: animatedBackground 1299s linear infinite; animation: animatedBackground 1299s linear infinite; } @keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 199999px 0; } } @-webkit-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 199999px 0; } } .bg-layer { background: rgba(0, 0, 0, 0.7); min-height: 100vh; } .login-form-wrapper { min-height: 75vh; display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center !important; align-items: center !important; } .login-form { margin: 0 auto; position: relative; z-index: 999; padding: 15px; border-radius: 15px; background-color: #fff; -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5); } .cpt-field-group { background-color: #eee; padding: 2px 10px 2px 45px; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; position: relative; } .cpt-field-group:not(:last-child) { margin-bottom: 15px; } .cpt-field-group.required-field::before { content: '*'; color: red; position: absolute; left: 40px; top: 10px; font-size: 18px; } .cpt-field-group-label { background: rgba(255, 255, 255, 0.15); padding: 2px 10px; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; position: relative; } .cpt-field.field-submit { padding-top: 15px; margin-top: 15px; border-top: 1px solid #ddd; } .cpt-field input { padding: 10px 10px 10px 15px; font-size: 17px; letter-spacing: 1px; border: none; background: transparent; box-sizing: border-box; width: 100%; outline: none !important; box-shadow: none !important; } .cpt-field-group span { background: transparent; font-size: 21px; position: absolute; min-width: 30px; text-align: center; top: 50%; left: 15px; transform: translateY(-50%); } .cpt-field-group svg { width: 21px; position: absolute; top: 50%; left: 15px; transform: translateY(-50%); } .login-form .cpt-field button { background-color: #00c881; border: none; color: #fff; padding: 12px 25px; text-transform: uppercase; font-size: 18px; line-height: 1.5; width: 100%; letter-spacing: 2px; cursor: pointer; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; } .cpt-theme-name { color: #1d2327; font-size: 32px; font-weight: 200; margin: 0; line-height: 1.3; word-wrap: break-word; overflow-wrap: break-word; } .cpt-theme-logo { position: relative; } .cpt-theme-version { font-size: 13px; font-weight: 400; vertical-align: middle; } .cpt-theme-version .cpt-version { color: #fff; background-color: #ffa500; padding: 5px 10px; border-radius: 5px; } .cpt-theme-version span { vertical-align: middle; } .cpt-theme-logo .cpt-theme-version button { vertical-align: middle; } .cpt-theme-author { color: #646970; font-size: 16px; font-weight: 400; } .cpt-theme-description { color: #50575e; font-size: 16px; font-weight: 400; line-height: 1.5; } .cpt-theme-support h3 { color: #1d2327; font-size: 32px; font-weight: 200; margin: 0; line-height: 1.3; word-wrap: break-word; overflow-wrap: break-word; } .cpt-theme-support i { font-size: 18px; margin-left: 5px; } .cpt-theme-support .button { padding-top: 3px; padding-bottom: 3px; } .cpt-theme-support .button svg { width: 18px; vertical-align: middle; } .cpt-rating-theme { color: #50575e; font-size: 15px; font-weight: 400; line-height: 1.5; } .give-5-stars { color: gold; margin: 0 10px; letter-spacing: -1px; text-decoration: none; font-size: 20px; } .give-5-stars:hover { color: gold; } .give-5-stars svg { width: 20px; vertical-align: middle; } .notice.cpt-notice { border: none; box-shadow: none; padding: 0; } .wp-core-ui .notice.cpt-notice.is-dismissible { padding-right: 0; } .cpt-container a { word-wrap: break-word; overflow-wrap: break-word; } .cms-plugin { position: relative; } .cms-plugin.running .card::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 9; } #install-activate-plugins>* { vertical-align: middle; } .cpt { transform-origin: 50% 50%; transform-box: fill-box; } .cpt-ring { width: 1em; height: 1em; position: relative; color: inherit; display: inline-block; box-sizing: content-box; } .cpt-ring:after { content: " "; display: block; width: 2em; height: 2em; box-sizing: border-box; transform-origin: 0em 0em; transform: translateZ(0) scale(0.5); backface-visibility: hidden; } .cpt-ring:after { border-radius: 50%; border: 0.3em solid currentColor; border-left-color: transparent; } @keyframes cpt-spin { 0% { animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297); transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .cpt.cpt-spin { animation: cpt-spin 1s infinite linear; } .cpt-ext-right { position: relative; transition: all 0.3s; transition-timing-function: ease-in; } .cpt-ext-right>.cpt { position: absolute; top: 50%; left: 50%; width: 1em; height: 1em; margin: -0.5em; opacity: 0; z-index: -1; transition: all 0.3s; transition-timing-function: ease-in; } .cpt-ext-right>.cpt>* { width: 1em; height: 1em; position: absolute; top: 50%; left: 50%; transform: translate(-0.5em, -0.5em); } .cpt-ext-right.running>.cpt { opacity: 1; z-index: auto; visibility: visible; } .cpt-ext-right>.cpt { top: 50%; left: auto; right: 1.25em; } .skeleton { opacity: .7; animation: skeleton-loading 1s linear infinite alternate; } .skeleton-text { width: 100%; height: .5rem; margin-bottom: .25rem; border-radius: .125rem; } .skeleton-text:last-child { margin-bottom: 0; width: 80%; } @keyframes skeleton-loading { 0% { background-color: hsl(200, 20%, 70%); } 100% { background-color: hsl(200, 20%, 95%); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
alert.css
1312 bytes
0644
main.css
10875 bytes
0644
N4ST4R_ID | Naxtarrr