Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/sources.zip
Назад
PK B�!]5O�.A A _dbfilters.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Database tables filters */ #ak_databases_container { padding: 2px 0 6px 0; } #ak_tables_header { height: 2em; } #ak_tables_container { display: block; width: 100%; position: relative; } .table-container { background-color: $white; height: 2em; padding: 2px; color: $grey; font-weight: normal; border-bottom: 1px solid lighten($teal, 10%); &:hover { background: $light-grey; } span[class*=akeeba-btn] { display: inline-flex !important; } span.table-icon-container { float: left; /*cursor: pointer;*/ left: 2px; margin-right: 4px; } span.table-name { padding-left: 4px; } span.table-rowcount { float: right; right: 2px; color: $green; } span.table-icon-noclick { cursor: default; } span.table-icon-small { margin-right: 0; } .btn-danger { cursor: not-allowed !important; } }PK B�!]E���G G _fef_backports.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Form styling fixes */ .akeeba-renderer-fef { div.akeeba-hidden-fields-container { height: 0; } form[class*=--with-hidden] { margin-bottom: 0; } } /** * Breadcrumbs */ ul.akeeba-breadcrumb { display: -webkit-box; display: flex; flex-wrap: wrap; padding: .75rem 1rem; list-style: none; color: lighten($grey, 20%); li { display: inline-block; a { color: $grey; text-decoration: none; &:hover { color: $teal; text-decoration: none; } } span.divider { display: inline-block; padding: 0 0.5em; color: lighten($grey, 20%); } } }PK B�!]寶n _restoration.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /** * Integrated restoration */ #extprogress { border: thin solid $grey; background-color: $light-grey; border-radius: 5px; -moz-border-radius: 5px; padding: 5px; margin: 5px; .extlabel { display: inline-block; min-width: 300px; font-weight: bold; } .extprogrow { border-bottom: thin solid lighten($teal, 10%); } }PK B�!]!v3�L L _variables.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Color Declarations $grey: #514F50; $teal: #40B5B8; $red: #E2363C; $light-grey: #EFEFEF; $white: #ffffff; $green: #93C34E; $orange: #F0AD4E; $black: #000000; PK B�!]��� � _fsfilters.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Filesystem filters */ #ak_crumbs_container { padding: 6px 0 2px 0; } #ak_crumbs { display: inline; color: $grey; span { padding: 1px 3px; cursor: pointer; } } #folders, #files { height: 300px; overflow-y: auto; } .folder-header, .file-header { margin-bottom: .5em !important; .folder-name, .file-name { color: lighten($grey, 20%) !important; cursor: unset !important; &:hover { color: unset !important; } } } .folder-container { &:nth-of-type(2n) { background-color: rgba(0, 100, 128, 0.05); } display: flex; flex-direction: row; flex-wrap: nowrap; align-items: start; span[class*=akeeba-btn] { display: inline-flex !important; } .folder-name { flex-grow: 1; margin: 0 .25em; color: $grey; cursor: pointer; &:hover { color: $teal; } } .btn-danger, .akeeba-btn--red { cursor: not-allowed !important; } & + .folder-container { margin-bottom: .25em; } } .file-container { &:nth-of-type(2n) { background-color: rgba(0, 100, 128, 0.05); } display: flex; flex-direction: row; flex-wrap: nowrap; align-items: start; .file-icon-container { flex-shrink: 1; } span[class*=akeeba-btn] { display: inline-flex !important; } .file-name { flex-grow: 1; padding: 0 .25em; color: $grey; font-weight: normal; } span.file-clickable { cursor: pointer; &:hover { font-weight: bold; color: $red; } } span.file-size { flex-shrink: 0; flex-basis: 5em; text-align: right; color: lighten($grey, 20%); } .btn-danger, .akeeba-btn--red { cursor: not-allowed !important; } & + .file-container { margin-bottom: .25em; } } #ak_list_container { padding: 4px; } .ak_filter_type { font-weight: bold; } .ak_filter_row { .ak_filter_tab_icon_container { float: left; /*cursor: pointer;*/ margin-right: 4px; } } #addnewfilter { padding: 0.6em 0; }PK B�!]Jwfm� � _backup.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Backup progress */ #backup-steps { div[class*=akeeba-label] { display: block; /*width: 100%;*/ margin-top: 1px; } } div.backup-steps-container { clear: both; display: block; margin-top: 1em; padding: 0.5em 1em; background: $light-grey; border-radius: 0.5em; border: thin solid $grey; #backup-step { font-weight: bold; border-bottom: thin dotted $grey; } #backup-substep { font-style: italic; color: $teal !important; } } #warnings-list { height: 180px; overflow-y: scroll; div { border-bottom: thin dotted $grey; padding: 2px 0; } } #error-panel-troubleshooting a { text-decoration: underline; font-weight: bold; color: color.scale($teal, $lightness: -10%); }PK B�!]G�TL L _configuration.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Configuration page **/ div.akeeba-config-area-container { border: thin solid color.scale($light-grey, $lightness: -20%); background: $light-grey; border-radius: 0.3em; padding: 1em; margin: 0.5em; } .joomla-version-3 { form[class*="akeeba-form--configuration"] input, form[class*="akeeba-form--horizontal"] input, form[class*="akeeba-form--horizontal"] textarea { width: inherit !important; } } .joomla-version-4 { form[class*="akeeba-form--configuration"] { .akeeba-form-group { margin-bottom: 0.6em; } input, select { background: $white; } } } .akeeba-renderer-fef { form[class*="akeeba-form--configuration"] { .akeeba-form-group { input[type=checkbox] { margin-top: 0.5em; } } .akeeba-input-group { > span.akeeba-input-group-btn:last-child { button { padding: 0.3em 0.3em 0.3em 0.9em; margin: 0; } } } input.akeeba-form-input-mini, select.akeeba-form-input-mini { max-width: 7em; } input.akeeba-form-input-small, select.akeeba-form-input-small { max-width: 15em; } } }PK B�!]P6�2C C _manage.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /** * Manage backups **/ div.akeeba-buadmin-startdate { border-top: 1px solid $light-grey; color: $grey; padding-top: 2px; margin-top: 2px } PK B�!]{G�? ? _title_icon.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Use the "Akeeba Products" font for a vector logo .icon-akeeba, .icon-akeeba-j4 { &:before { font-family: 'Akeeba Products' !important; font-style: normal !important; font-weight: normal !important; line-height: 1 !important; display: inline-block; -webkit-font-smoothing: antialiased; position: relative; -moz-osx-font-smoothing: grayscale; content: 'B'; } }PK B�!]��p.� � _joomla.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Joomla 3 overrides div.joomla-version-3 { // Improve visuals in dark mode by replacing the border around the component with our own background color padding: 20px 20px; margin: -20px -20px; // Toolbar improvements div#toolbar { // Joomla 3.7 made success buttons fixed width .btn-success { width: auto !important; } // Joomla! 3.x missing icon classes div#toolbar-back button.btn span.icon-back::before { content: ""; } div#toolbar-restore button.btn span.icon-restore::before { content: "R"; } } // Calendar styling fix .akeeba-filter-joomlacalendarfix { vertical-align: middle; padding-top: 0.35em; } .btn-toolbar { tr.calendar-head-row { font-size: 8pt; } } /** * Joomla! 3 forces margins on form inputs, breaking our forms. Reset them to inherited values. */ .akeeba-form { select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { margin-bottom: inherit; } } /** * Joomla! 3.x workarounds for missing icon classes */ .icon-downarrow::before, .icon-arrow-down::before { content: ""; } .icon-uparrow::before, .icon-arrow-up::before { content: ""; } // Legacy row ordering -- TODO Remove me td.order { span { line-height: 16px; height: 16px; margin: 0; padding: 0; } input.text_area { width: 20px; } a.jgrid { span.state { background-repeat: no-repeat; height: 12px; margin-bottom: 2px; span.text { line-height: 16px; } } } } } // Filter bar style fixes div.akeeba-filter-bar--right { text-align: right; } div.akeeba-filter-element { display: inline-block; margin-right: 0.5em; button[class*=--icon-only] { + button[class*=--icon-only] { margin-left: 0; } [class*=akion-] { margin: 0; vertical-align: baseline; } } } div.akeeba-filter-bar { select.custom-select { min-width: 0; max-width: 115px; } } /** * Filter bar (above tables) */ .akeeba-renderer-fef form[class*=akeeba-form] [class*=akeeba-filter-bar-container] [class*=akeeba-form-section] { margin-bottom: 0; }PK B�!]�:q2 2 _dark.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; // region Joomla Dark Mode override /** * Most dark mode solutions I've seen for the Joomla backend invariably change the anchor hover color. While FEF set the * anchor color it does not change its hover color. This makes things look a bit weird. By overriding the hover color we * restore a bit of color harmony. */ #akeeba-renderer-fef { a:hover { color: $teal; } a[class*="akeeba-action"] { color: $light-grey; } a[class*="akeeba-btn"] { &:hover { color: $light-grey !important; } &[class*="--grey"] { &:hover { color: $grey !important; } } } } // endregion // region FEF Backports -- Breadcrumbs ul.akeeba-breadcrumb { color: darken($light-grey, 20%); li { a { color: $light-grey; &:hover { color: $teal; } } span.divider { color: darken($light-grey, 20%); } } } // endregion // region Backup Now div.backup-steps-container { background: lighten($grey, 10%); border: thin solid darken($grey, 10%); #backup-step { border-bottom: thin dotted $light-grey; } #backup-substep { color: $teal !important; } } #warnings-list { div { border-bottom: thin dotted $light-grey; } } #error-panel-troubleshooting a { color: color.scale($teal, $lightness: 30%); } // endregion // region Folder browser a.akeeba-browser-folder { color: $light-grey; &:hover { color: $teal; } } // endregion // region Database table filters #tables { .table-container { background-color: $grey; color: $light-grey; border-bottom: 1px solid lighten($teal, 10%); &:hover { background-color: lighten($grey, 5%); } span.table-rowcount { color: $green; } .akeeba-btn--grey { background: lighten($grey, 10%); color: $light-grey; border: thin solid darken($grey, 10%); &:hover { background: lighten($grey, 20%); } } } } // endregion // region File filters #ak_crumbs { color: lighten($grey, 20%); } div#folders { div.folder-container { color: $light-grey; background: $grey; &:hover { background-color: lighten($grey, 5%); } span.folder-name { &:hover { color: $teal !important; } } .akeeba-btn--grey { background: lighten($grey, 10%); color: $light-grey; border: thin solid darken($grey, 10%); &:hover { background: lighten($grey, 20%); } } } } div#files { .file-container { color: $light-grey; background-color: $grey; &:hover { background-color: lighten($grey, 5%); } span.file-clickable { &:hover { color: $teal; } } span.file-size { color: $green; } .akeeba-btn--grey { background: lighten($grey, 10%); color: $light-grey; border: thin solid darken($grey, 10%); &:hover { background: lighten($grey, 20%); } } } } // endregion // region Manage backups div.akeeba-buadmin-startdate { border-top: 1px solid lighten($grey, 30%); color: darken($light-grey, 20%); padding-top: 2px; margin-top: 2px } // endregion PK B�!]�DX�N N _extradb.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /* * Multiple databases definitions and Include Off-site Folders */ /** * Use in akeeba-table tables when you are going to have <input> inside <td>. Otherwise the TDs with INPUTs will have * their content appear like it's pushed down by an invisible padding because of vertical-align: baseline. */ table[class*=--dynamic-line-editor] td { vertical-align: middle; } #ak_editor_notifier img { margin: 0 2em; }PK B�!]��� _sftpbrowser.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /** * (S)FTP folder browser **/ .folderBrowserWrapper { height: 300px; overflow: scroll; } PK B�!]<(�� � _changelog.scssnu �[��� /* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ #DialogBody { // Fix changelog scrolling in modal window overflow: scroll; } ul.akeeba-changelog { list-style-type: none; padding: .5em; margin: .25em; li { line-height: 1.3; padding: 0; margin: 0 0 .5em; } }PK B�!]5O�.A A _dbfilters.scssnu �[��� PK B�!]E���G G � _fef_backports.scssnu �[��� PK B�!]寶n _restoration.scssnu �[��� PK B�!]!v3�L L Y _variables.scssnu �[��� PK B�!]��� � � _fsfilters.scssnu �[��� PK B�!]Jwfm� � � _backup.scssnu �[��� PK B�!]G�TL L � _configuration.scssnu �[��� PK B�!]P6�2C C 2 _manage.scssnu �[��� PK B�!]{G�? ? � _title_icon.scssnu �[��� PK B�!]��p.� � 0"