PHP Classes

File: wtkGlobal.css

Recommend this page to a friend!
  Classes of Alec Sherman   PHP CSS Editor Maker   wtkGlobal.css   Download  
File: wtkGlobal.css
Role: Auxiliary data
Content type: text/plain
Description: Global CSS override file
Class: PHP CSS Editor Maker
Visual editor for CSS theme files using templates
Author: By
Last change:
Date: 2 years ago
Size: 24,125 bytes
 

Contents

Class file image Download
/* MIT License Copyright 2021 Wizards Toolkit Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ---------------------------------------------------------------- This file is part of the Wizards Toolkit low-code development library https://WizardsToolkit.com Table of Content ------- FONTS ELEMENTS GENERAL ADJUST SPACING BROWSER-SPECIFIC BUTTONS CARDS CHAT DETAIL CHAT LIST COLLAPSE CONTENT REPLY FALLBACK FORM FORUM FORUM SINGLE FOOTER MESSAGE DETAILS NAVBAR PAGE-LIST PICKERS PROFILE PROGRESS RESET PASSWORD SELECT SEARCH RESULT SERVICES SIDEBAR SIGN-IN SIGN-UP TABS TABLE WZ-CHAT USER DETAILS PAGE USER/REPORT PAGE */ /*FONTS*/ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900'); @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; } /*ELEMENTS*/ a { color: var(--href-link); font-weight: 500; } a:focus { outline: 0; } blockquote { border-left: 5px solid var(--btn-color) !important; } body { font-family: 'Roboto', sans-serif; background: var(--main-bg-color); color: var(--main-text-color); font-size: 16px; } h1, h2, h3, h4, h5, h6 { line-height: 110%; margin: 0; font-family: 'Roboto', sans-serif; font-weight: 500; color: var(--main-text-color); } i.small { font-size: 2rem !important; } i.medium { font-size: 4rem !important; } i.large { font-size: 6rem !important; } img.wrap { max-width: 50%; margin: 30px 0px; } img.align-right { float: right; margin-left: 30px; } img.align-left { float: left; margin-right: 30px; } p { margin: 8px 0; } /*GENERAL*/ .b-shadow { box-shadow: var(--box-shadow); } .bg-second { background-color: var(--secondary-bg-color) !important; } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 18px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -moz-font-feature-settings: 'liga'; -moz-osx-font-smoothing: grayscale; color: #ffffff; } .prefix { color: var(--btn-color) !important; } .preloader-wrapper .circle-clipper .circle { border-width: 5px; } .section-title { margin-bottom: 16px; } .section-title h3 { font-size: 18px; font-weight: 600; display: inline-block; } .segments { padding: 30px 0; } .segments-bottom { padding-bottom: 35px; } .segments-page { padding: 80px 0 30px; } .services .content i { box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.09); } .sidenav li>a i { background: var(--btn-color); } .rounded { border-radius: 18px !important; } .take-photo .content-info { background: #fff; } .text-bold { font-weight: bold; font-size: 14px; } .text-right { text-align: right; } .user-icons { margin-top: 14px; position: absolute; text-align: center; width: 100%; margin-right: 7px; } .wrap-title { margin-bottom: 15px; } .wtk-box { margin: 9px; padding: 15px; border-radius: 9px; box-shadow: var(--box-shadow); height: auto; overflow: auto; clear: both; } /*ADJUST SPACING*/ .adj-up-9 { top: -9px !important; } .marg9 { margin-left: 9px } .mb54 { margin-bottom: 54px; } .top-down { margin-left: 6px !important; text-align: center !important; float: right !important; } /*BROWSER-SPECIFIC*/ ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder{ /* Chrome/Opera/Safari */ color: var(--focus-color); } /*BUTTONS*/ .btn, .btn-flat, .btn-large, .btn-small { text-transform: unset !important; } .btn-floating, .btn-primary, .btn-save, .btn-action-bg, .wtk-btn, .btn:focus { background: var(--btn-color); } .btn-action-bg { border: 0; padding: 8px 12px; margin-top: 15px; border-radius: 3px; cursor: pointer; font-size: 12px; letter-spacing: 1px; color: var(--main-text-color); } .btn-cancel { padding: 8px; border: 0; margin-top: 15px; border-radius: 3px; cursor: pointer; font-size: 12px; letter-spacing: 1px; margin-right: 5px; background: var(--main-text-color) !important; } .btn-help { font-size: 22px; font-weight: 500; float: right; } .btn-save { border: 1px solid var(--btn-border-color); box-shadow: 5px 5px 8px #888 !important; } .btn:hover, .btn-action-bg:focus, .btn-floating:hover, .btn-primary:hover, .btn-save:focus, .btn-action-bg:hover, .wtk-btn:focus, .wtk-btn:hover, .wtk-btn:active { background: var(--btn-hover); } /*CARDS*/ .card { background: var(--card-color); color: var(--main-text-color); margin: 0; margin-bottom: 30px; border-radius: 10px; } .card .card-content { padding: 13px 15px; } .card .card-content h5 { margin-bottom: 8px; } .card .card-content p { margin: 9px 0; } .card .card-image img { border-radius: 3px 3px 0 0; } .card .card-reveal { background: var(--secondary-bg-color); padding: 13px 15px; } .card .card-reveal i { font-size: 17px; position: relative; top: 0; } .card .card-title { font-size: 16px; } .wrap-card .row { margin-bottom: 0; } /*CHAT DETAIL*/ .chat-detail { scroll-behavior: auto; } .chat-detail .content-left { background-color: var(--secondary-bg-color); position: relative; padding: 3px 8px; border-radius: 3px; } .chat-detail .content-left.c-two-image { padding: 0; box-shadow: none; } .chat-detail .content-left.content-two span img { width: calc(100% - 50px); } .chat-detail .content-left .triangles { position: absolute; top: 0; left: -14px; width: 16px; height: 16px; border-top: solid 8px var(--secondary-bg-color); border-right: solid 8px var(--secondary-bg-color); border-left: solid 8px transparent; border-bottom: solid 8px transparent; } .chat-detail .content-right { position: relative; padding: 3px 8px; border-radius: 3px; } .chat-detail .content-right .triangles { position: absolute; top: 0; right: -14px; width: 16px; height: 16px; } .chat-detail .content-right.content-two, .chat-detail .content-left.content-two { margin-top: 5px; } .chat-detail .form-bottom { position: fixed; left: 16px; right: 16px; bottom: 0; padding: 10px 0; } .chat-detail .form-bottom input[type="text"] { margin-bottom: 0; border-radius: 20px; border: 0 !important; padding: 0 40px !important; } .chat-detail .row .col.s12 { padding: 0 7%; } .chat-detail .row.add-mb { margin-bottom: 39px; } .chat-detail .wrapper-date { text-align: center; margin-bottom: 20px; } .chat-detail .wrapper-date span { padding: 3px 8px; border-radius: 3px; display: inline-block; color: var(--main-text-color); } .chat-detail .wrap-input { border: 0; border-radius: 20px; left: 10px; cursor: pointer; position: absolute; /* 2VERIFY OR POSSIBLY: position: relative; */ } .chat-detail .wrap-input .material-icons { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 22px; } .chat-detail .wrap-input input[type="file"] { display: none; } .chat-detail .wrap-input .chat-detail .wrap-input .material-icons { color: var(--active-label); } /*CHAT LIST*/ .chat-list { text-align: center; position: relative; /* 2VERIFY OR POSSIBLY: background-color: rgba(0, 0, 0, 0.40); position: relative; padding: 0; padding: 0 5%; padding-top: 20px; */ left: 30px; right: 30px; bottom: 5px; padding: 10px 0; } .chat-list.segments-page { padding: 54px 0 30px; } .chat-list img { width: calc(100% - 60px); } .chat-list .modal { box-shadow: none; } .chat-list .waves-effect { display: block; } .chat-list img { width: 40px; border-radius: 50%; float: left; margin-right: 10px; } .chat-list .content-text { overflow: hidden; padding-bottom: 20px; border-bottom: 1px solid #444; } .chat-list .content-text h5 { float: left; } .chat-list .content-text .wrap-date { overflow: hidden; text-align: right; } .chat-list .content-text .wrap-date span { font-size: 11px; } .chat-list .content-text p { display: inline-block; margin: 5px 0 0; } .chat-list .content-text p.to { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; } .chat-list .content-text p i { margin-right: 5px; font-size: 18px; vertical-align: top; } /*COLLAPSE*/ .collapsible { margin: 0; border-radius: 3px; border-color: var(--border-color); } .collapse-only-text { margin-top: 20px; } .collapsible .collapsible-header, .collapsible .collapsible-body { border-color: #444; background: var(--secondary-bg-color); } .collapsible .collapsible-header { border-radius: 3px; } .collapsible .collapsible-header i { font-size: 20px; margin-right: 15px; width: 30px; height: 30px; line-height: 30px; border-radius: 3px; } .collapsible .collapsible-header h6 { margin-top: 8px; } .collapsible .collapsible-body { padding: 1rem; } .collapse-only-text .collapsible { box-shadow: none; border: 0; } .collapse-page .wrap-content { margin: 0 5%; } .collapse-page .collapse-only-text .waves-effect { display: block; } .collapse-page .collapse-only-text .collapsible-header, .collapse-page .collapse-only-text .collapsible-body { margin: 0 5%; } .collapse-only-text .collapsible .collapsible-header { border-radius: 0; padding: 16px 0; border-bottom: 0; } .collapse-only-text .collapsible .collapsible-body { padding: 0; border-bottom: 0; } /*CONTENT*/ .content-reply { padding: 15px; border-radius: 3px; } .content-text { display: inline-block; } .content-user { margin-bottom: 10px; } .content-user img { width: 50px; height: 50px; border-radius: 50%; float: left; margin-right: 10px; } /*FALLBACK*/ .separator-profile-page { padding-top: 125px; } .no-mb { margin-bottom: 0; } /*FORM*/ form input, form textarea { color: var(--main-text-color); } form .input-field .prefix { width: 0; } form .range-field input:focus { border: unset !important; } form input:focus, form textarea:focus { color: var(--focus-color) !important; border-bottom: 1px solid var(--active-label) !important; box-shadow: none !important; } input:disabled, input:disabled+label { color: #545252 !important; } form input[type="text"]:not(.browser-default):focus:not([readonly])+label, form input[type="email"]:not(.browser-default):focus:not([readonly])+label, form input[type="password"]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label { color: var(--active-label) !important; } input[type="checkbox"]:checked+span:not(.lever)::before { border-right: 2px solid var(--btn-color); border-bottom: 2px solid var(--btn-color); } input[type="radio"]:checked+span::after, input[type="radio"].with-gap:checked+span::before, input[type="radio"].with-gap:checked+span::after { border: 2px solid var(--btn-color); } input[type="radio"]:checked+span::after, input[type="radio"].with-gap:checked+span::after { background-color: var(--btn-color); } input[type="range"] { border: initial; } input[type="range"]::-moz-range-thumb, input[type="range"]+.thumb { background: var(--btn-color); } label { color: #7a7676 !important; } textarea.materialize-textarea:disabled+label { color: var(--active-label) !important; } .input-field .prefix .active { color: var(--active-label); } .select:disabled { color: var(--active-label) !important; } .select-wrapper.disabled+label { color: var(--active-label) !important; } .switch label input[type="checkbox"]:checked+.lever, .switch label input[type="checkbox"]:checked+.lever::after { background-color: var(--btn-color) !important; } /*FORUM*/ .forum { padding: 15px; border-radius: 3px; margin-bottom: 20px; background-color: var(--secondary-bg-color); } .forum.no-mb { margin-bottom: 0; } .forum .content-user { margin-bottom: 10px; } .forum .content-user span { margin-top: 5px; display: inline-block; } .forum .content-user img { width: 50px; border-radius: 50%; float: left; margin-right: 10px; } .forum .content-text { display: inline-block; margin-top: 15px; } /*FORUM SINGLE*/ .forum-single { padding: 15px; border-radius: 3px; margin-bottom: 20px; margin-bottom: 20px; } .forum-single .content-user { margin-bottom: 10px; } .forum-single .content-user img { width: 50px; border-radius: 50%; float: left; margin-right: 10px; } .forum-single .content-text { display: inline-block; margin-top: 15px; } .forum-single .content-text p { margin-top: 0; } .forum-single .content-info { padding-top: 10px; margin-top: 10px; } .forum-single .content-info li i { font-size: 30px; color: var(--active-label); } .forum-single .content-info ul { padding: 0; margin: 0; } .forum-single .content-info ul li { list-style-type: none; display: inline-block; text-align: center; margin-right: 20px; } .forum-single .content-info ul li:last-child { margin-right: 0; } /*FOOTER*/ .page-footer { background: #212121; padding: 0px; } /*MESSAGE DETAILS*/ .message-details .content { border-radius: 3px; padding: 15px; margin: auto; margin-bottom: 25px; font-size: 14px; box-shadow: var(--box-shadow); } .message-details .content h4 { margin-top: 8px; margin-bottom: 10px; } .message-details .content img { width: 80px; height: 80px; border-radius: 50%; } .message-details .content .note { text-align: center; font-size: 14px; } /*NAVBAR*/ .navbar.navbar-home { background: var(--gradient-color); } .navbar .content-left a { border-radius: 50%; float: left; margin-top: 15px; } .navbar .content-right { text-align: right; } .navbar .content-right h4 { margin-top: 2px; } .navbar .content-right .sidebar-cart i { position: relative; left: 8px; } .navbar .content-right sup { width: 18px; height: 18px; line-height: 17px; display: inline-block; text-align: center; border-radius: 50%; position: relative; top: -12px; font-size: 12px; } .navbar .dropdown-content { top: 50px !important; } .navbar-fixed { height: 81px !important; } .navbar .row { margin-bottom: 0; } .navbar .wrap-content { position: fixed; top: 0; left: 0; right: 0; padding: 15px 0 13px; z-index: 99; } .navbar #hamburger i { padding: 14px 0px; font-size: 24px; } /*PAGE-LIST*/ .page-list h4 { margin-bottom: 15px; } .page-list .content { border-radius: 3px; padding: 15px; margin: auto; margin-bottom: 25px; font-size: 14px; width: 100%; box-shadow: var(--box-shadow); background: var(--secondary-bg-color) !important; } .page-list .content .icon { font-size: 32px; text-align: right; position: relative; top: -15px; } .page-list .content .row { margin-bottom: 6px; } .page-list .description { margin-bottom: -30px; } /*PICKERS*/ .datepicker { width: 126px !important; } .datepicker-date-display, .datepicker-table td.is-selected { background-color: var(--btn-color); } .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done { color: var(--btn-color); } .datepicker-table td.is-today { color: var(--focus-color); } .timepicker-digital-display, .timepicker-tick.active { background-color: var(--btn-color); } .timepicker-tick:hover { background-color: unset; } .timepicker-canvas line { stroke: var(--btn-color); } .timepicker-canvas-bg, .timepicker-canvas-bearing { fill: var(--btn-color); } .timepicker-close { color: var(--btn-color); } .time-width { width: 135px !important; } .month-prev:focus, .month-next:focus { background-color: var(--btn-color); } /*PROFILE*/ .content form { padding: 15px; border-radius: 15px; } .file-upload { padding: 15px 6px 4px 8px; border-radius: 18px; margin-right: 10px; background: var(--btn-color); } .profile-banner.b-shadow { width: 100%; border-radius: 15px; background: var(--main-bg-color); } .profile .content { text-align: center; padding-bottom: 30px; } .profile .content-info { text-align: center; margin-top: 20px; } .profile .content form input { display: none; } .profile .content .icon-upload i { width: 28px; height: 28px; line-height: 28px; display: inline-block; border-radius: 50%; font-size: 13px; cursor: pointer; text-align: center; } .profile .content-info p { margin: 0; } .profile .content-info p:first-child { margin-bottom: 8px; } .profile form { margin-top: -35px; } .profile-icon-upload i { color: var(--btn-color); font-size: 28px; } .profile .text-notification h6 { margin-bottom: 20px; } .profile .text-notification ul { margin-bottom: 0; } .profile .text-notification ul li { display: inline-block; } .profile .text-notification ul li:last-child { float: right; } .profile .text-notification .switch label .lever { margin-left: 0; margin-top: -4px; } .text-notification p, .text-notification ul { padding: 0px; margin: 0px; } .user-photo { margin-top: -115px; } /*PROGRESS*/ .progress { height: 9px !important; border-radius: 3px; } .progress-note { position: relative; top: -8px; margin-top: 0; margin-bottom: 26px; color: var(--border-color); } /*RESET PASSWORD*/ .reset-password .content { border-radius: 3px; padding: 15px; background-color: var(--secondary-bg-color); } .reset-password .content-form { margin-top: 20px; } .reset-password .input-field { margin-bottom: 0; } /*SELECT*/ .dropdown-content { height: auto !important; padding: 0 0 10px 0; background-color: var(--card-color); } .dropdown-content li { min-height: auto; line-height: 12px; } .dropdown-content li>a { line-height: 0; color: var(--main-text-color); } .dropdown-content li>a:hover { color: var(--main-bg-color); } .dropdown-content li>span { font-size: 14px; line-height: 0; } .select-dropdown.dropdown-content li.selected { padding: 3px 0; margin-bottom: 3px; } .select-wrapper+label { top: 0; } /*SEARCH RESULT*/ .search-result form { margin-top: 10px; float: left; width: 100%; } .search-result form .input-field { float: left; width: 100%; } .search-result form .select-wrapper { width: calc(100% - 60px); display: inline; float: left; margin-right: 10px; } .search-result form .input-search { width: calc(100% - 60px); display: inline; } .search-result form .input-search2 { width: calc(50% - 30px); display: inline; } /*SERVICES*/ .services .content { text-align: center; padding: 15px; border-radius: 3px; background: var(--card-color); } .services .content i { background: var(--gradient-color); } .services .content i { font-size: 30px; width: 45px; height: 45px; line-height: 45px; border-radius: 50%; margin-bottom: 16px; } .services .content h4 { margin-bottom: 10px; } .services .content p { margin-bottom: 0; } .services .row:last-child { margin-bottom: 0; } /*SIDEBAR*/ .sidebar-panel .collapsible { border: 0; border-radius: 0; } .sidebar-panel .side-nav { width: 260px; height: 100%; } .sidebar-panel .side-nav .collapsible-header { display: block; font-size: 15px; font-weight: 500; overflow: hidden; padding: 0 24px; } .sidebar-panel .side-nav .collapsible-header>i { font-size: 16px; width: 30px; text-align: left; } .sidebar-panel .side-nav .collapsible-header span i { float: right; margin: 0; width: auto; font-size: 15px; } .sidebar-panel .side-nav .active .collapsible-header span i { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .sidebar-panel .side-nav .collapsible-body li a { padding: 0 23.5px 0 44px; } .sidebar-panel .side-nav li>a { padding: 0 16px; font-weight: 500; font-size: 15px; line-height: 48px; } .sidebar-panel .side-nav li a i { color: var(--main-bg-color); font-size: 16px; width: 26px; height: 26px; line-height: 26px; border-radius: 3px; text-align: center; vertical-align: middle; margin-top: 12px; } .sidebar-panel .side-nav .user-view { padding: 60px 20px 20px; text-align: center; margin-bottom: 25px; } .sidebar-panel .side-nav .user-view>img { margin: 0 auto; } .sidebar-panel .side-nav .user-view span { margin-top: 12px; display: block; } .sidebar-panel .side-nav .user-view .background img { width: 100%; height: 100%; } /*SIGN-IN*/ .signin-header { margin: 15px; } .sign-in .content { padding: 15px; border-radius: 3px; } .sign-in-link { margin-bottom: 20px; text-align: left; } .sign-in-link ul { padding: 0; margin: 0; } .sign-in-link ul li { list-style-type: none; margin-bottom: 10px; } .sign-in-link ul li:last-child { margin-bottom: 0; } .sign-in-link ul li a { font-weight: 500; } /*SIGN-UP*/ .sign-up .content { padding: 15px; border-radius: 3px; } .spinner-layer.spinner-custom { border-color: var(--btn-color); } /*TABS*/ .tabs .indicator { background-color: var(--btn-color) !important; } /*TABLE*/ table { font-size: 13px; } .column-sort { color: var(--href-link); } .table-border { border: 2px solid var(--btn-color); } .table-contents { margin-bottom: 30px; padding: 15px; padding-bottom: 0; border-radius: 3px; box-shadow: var(--box-shadow); background-color: var(--secondary-bg-color); } .table-contents table th { padding-top: 0; font-size: 14px; } .table-contents table tr { border-color: var(--border-color); } .rpt-tabs, .rpt-tabs a.active, .rpt-tabs a { background-color: var(--card-color) !important; color: var(--main-text-color) !important; } /*WZ-CHAT*/ .wz-chat .wrap-input input { position: relative; border: 0; width: calc(100% - 60px); padding-left: 20px; padding-right: 40px; border-radius: 20px; box-shadow: var(--box-shadow); background-color: var(--main-bg-color); } .wz-chat .wrap-input { position: relative; margin-bottom: 15px; } .wz-chat .wrap-input i { color: var(--btn-color); position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 22px; padding-bottom: 8px; cursor: pointer; } .wz-chat .wrap-input input[type="text"]:not(.browser-default):focus:not([readonly]) { position: relative; border: 0; border-radius: 20px; box-shadow: var(--box-shadow); } /*USER DETAILS PAGE*/ /*USER/REPORT PAGE*/ #btnBugSave { display: inline-flex; } #btnBugSave i { font-size: 16px; margin-left: 3px; } #forgotMsg .chip { background: var(--btn-color) !important; } #imgPreview { width: 150px; margin: 0 auto; } #myNote { display: flex; height: 200px; padding: 5px; border: none !important; margin-top: 10px; background-color: var(--secondary-bg-color); } #modalAlert { background: unset; box-shadow: unset; } #modalWTK { margin: auto; } #modFooter .btn-cancel { padding: 0px 12px; } #plsWait { background: none; box-shadow: none; overflow-y: unset; top: 50% !important; z-index: 2; display: block; } #wtkFilterForm input:focus { background: transparent; color: var(--main-text-color); } #wzReports .material-icons { background: var(--btn-color); } /******cssMaker*******/ #cssForm input { margin-top: 7px; }