/*! * elFinder-Material-Theme (Gray) v2.1.15 (https://github.com/RobiNN1/elFinder-Material-Theme) * Copyright 2016-2023 Róbert Kelčák * Licensed under MIT (https://github.com/RobiNN1/elFinder-Material-Theme/blob/master/LICENSE) */ .elfinder { color: #546e7a; font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .elfinder.ui-widget.ui-widget-content { font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6); border-radius: 0; border: 0; } .elfinder * { outline: 0 !important; } /** * Loading */ .elfinder-info-spinner, .elfinder-navbar-spinner, .elfinder-button-icon-spinner { background: url("../../material/images/loading.svg") center center no-repeat !important; width: 16px; height: 16px; } /** * Progress Bar */ @-webkit-keyframes progress-animation { from { background-position: 1rem 0; } to { background-position: 0 0; } } @keyframes progress-animation { from { background-position: 1rem 0; } to { background-position: 0 0; } } .elfinder-notify-progressbar { border: 0; } .elfinder-notify-progress, .elfinder-notify-progressbar { border-radius: 0; } .elfinder-notify-progress, .elfinder-resize-spinner { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; -webkit-animation: progress-animation 1s linear infinite; animation: progress-animation 1s linear infinite; background-color: #0275d8; height: 1rem; } /** * Toast Notification */ .elfinder .elfinder-toast > div { background-color: #323232 !important; color: #d6d6d6; box-shadow: none; opacity: inherit; padding: 10px 60px; } .elfinder .elfinder-toast > div button.ui-button { color: #fff; } .elfinder .elfinder-toast > .toast-info button.ui-button { background-color: #3498db; } .elfinder .elfinder-toast > .toast-error button.ui-button { background-color: #f44336; } .elfinder .elfinder-toast > .toast-success button.ui-button { background-color: #4caf50; } .elfinder .elfinder-toast > .toast-warning button.ui-button { background-color: #ff9800; } .elfinder-toast-msg { font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; font-size: 17px; } /** * For Ace Editor */ #ace_settingsmenu { font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6) !important; background-color: #1d2736 !important; color: #e6e6e6 !important; } #ace_settingsmenu, #kbshortcutmenu { padding: 0; } .ace_optionsMenuEntry { padding: 5px 10px; } .ace_optionsMenuEntry:hover { background-color: #111721; } .ace_optionsMenuEntry label { font-size: 13px; } #ace_settingsmenu input[type="text"], #ace_settingsmenu select { margin: 1px 2px 2px; padding: 2px 5px; border-radius: 3px; border: 0; background: rgba(9, 53, 121, 0.75); color: white !important; } /** * Icons */ @font-face { font-family: material; src: url("../../material/icons/material.eot?91804974"); src: url("../../material/icons/material.eot?91804974#iefix") format("embedded-opentype"), url("../../material/icons/material.woff2?91804974") format("woff2"), url("../../material/icons/material.woff?91804974") format("woff"), url("../../material/icons/material.ttf?91804974") format("truetype"), url("../../material/icons/material.svg?91804974#material") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: material; src: url("../../material/icons/material.svg?91804974#material") format("svg"); } } .elfinder .ui-icon, .elfinder-button-icon, .ui-widget-header .ui-icon, .ui-widget-content .ui-icon { font: normal normal normal 14px/1 material; background-image: inherit; text-indent: inherit; } .elfinder .ui-button-icon-only .ui-icon { font: normal normal normal 14px/1 material; background-image: inherit !important; text-indent: 0; font-size: 16px; } .elfinder-button-icon { background: inherit; } .elfinder-button-icon-home:before { content: '\e800'; } .elfinder-button-icon-back:before { content: '\e801'; } .elfinder-button-icon-forward:before { content: '\e802'; } .elfinder-button-icon-up:before { content: '\e803'; } .elfinder-button-icon-dir:before { content: '\e804'; } .elfinder-button-icon-opendir:before { content: '\e805'; } .elfinder-button-icon-reload:before { content: '\e806'; } .elfinder-button-icon-open:before { content: '\e807'; } .elfinder-button-icon-mkdir:before { content: '\e808'; } .elfinder-button-icon-mkfile:before { content: '\e809'; } .elfinder-button-icon-rm:before { content: '\e80a'; } .elfinder-button-icon-trash:before { content: '\e80b'; } .elfinder-button-icon-restore:before { content: '\e80c'; } .elfinder-button-icon-copy:before { content: '\e80d'; } .elfinder-button-icon-cut:before { content: '\e80e'; } .elfinder-button-icon-paste:before { content: '\e80f'; } .elfinder-button-icon-getfile:before { content: '\e810'; } .elfinder-button-icon-duplicate:before { content: '\e811'; } .elfinder-button-icon-rename:before { content: '\e812'; } .elfinder-button-icon-edit:before { content: '\e813'; } .elfinder-button-icon-quicklook:before { content: '\e814'; } .elfinder-button-icon-upload:before { content: '\e815'; } .elfinder-button-icon-download:before { content: '\e816'; } .elfinder-button-icon-info:before { content: '\e817'; } .elfinder-button-icon-extract:before { content: '\e818'; } .elfinder-button-icon-archive:before { content: '\e819'; } .elfinder-button-icon-view:before { content: '\e81a'; } .elfinder-button-icon-view-list:before { content: '\e81b'; } .elfinder-button-icon-help:before { content: '\e81c'; } .elfinder-button-icon-resize:before { content: '\e81d'; } .elfinder-button-icon-link:before { content: '\e81e'; } .elfinder-button-icon-search:before { content: '\e81f'; } .elfinder-button-icon-sort:before { content: '\e820'; } .elfinder-button-icon-rotate-r:before { content: '\e821'; } .elfinder-button-icon-rotate-l:before { content: '\e822'; } .elfinder-button-icon-netmount:before { content: '\e823'; } .elfinder-button-icon-netunmount:before { content: '\e824'; } .elfinder-button-icon-places:before { content: '\e825'; } .elfinder-button-icon-chmod:before { content: '\e826'; } .elfinder-button-icon-accept:before { content: '\e827'; } .elfinder-button-icon-menu:before { content: '\e828'; } .elfinder-button-icon-colwidth:before { content: '\e829'; } .elfinder-button-icon-fullscreen:before { content: '\e82a'; } .elfinder-button-icon-unfullscreen:before { content: '\e82b'; } .elfinder-button-icon-empty:before { content: '\e82c'; } .elfinder-button-icon-undo:before { content: '\e82d'; } .elfinder-button-icon-redo:before { content: '\e82e'; } .elfinder-button-icon-preference:before { content: '\e82f'; } .elfinder-button-icon-mkdirin:before { content: '\e830'; } .elfinder-button-icon-selectall:before { content: '\e831'; } .elfinder-button-icon-selectnone:before { content: '\e832'; } .elfinder-button-icon-selectinvert:before { content: '\e833'; } .elfinder-button-icon-logout:before { content: '\e85a'; } .elfinder-button-icon-opennew:before { content: '\e85b'; } .elfinder-button-icon-hide:before { content: '\e85d'; } .elfinder-button-search .ui-icon.ui-icon-search { font-size: 17px; } .elfinder-button-search .ui-icon:hover { opacity: 1; } .elfinder-navbar-icon { font: normal normal normal 16px/1 material; background-image: inherit !important; } .elfinder-navbar-icon:before { content: '\e804'; } .elfinder-droppable-active .elfinder-navbar-icon:before, .elfinder .ui-state-active .elfinder-navbar-icon:before, .elfinder .ui-state-hover .elfinder-navbar-icon:before { content: '\e805'; } .elfinder-navbar-root-local .elfinder-navbar-icon:before { content: '\e83d' !important; } .elfinder-navbar-root-ftp .elfinder-navbar-icon:before { content: '\e823' !important; } .elfinder-navbar-root-sql .elfinder-navbar-icon:before { content: '\e83e' !important; } .elfinder-navbar-root-dropbox .elfinder-navbar-icon:before { content: '\e83f' !important; } .elfinder-navbar-root-googledrive .elfinder-navbar-icon:before { content: '\e840' !important; } .elfinder-navbar-root-onedrive .elfinder-navbar-icon:before { content: '\e841' !important; } .elfinder-navbar-root-box .elfinder-navbar-icon:before { content: '\e842' !important; } .elfinder-navbar-root-trash .elfinder-navbar-icon:before { content: '\e80b' !important; } .elfinder-navbar-root-zip .elfinder-navbar-icon:before { content: '\e85c' !important; } .elfinder-navbar-root-network .elfinder-navbar-icon:before { content: '\e823' !important; } .elfinder-places .elfinder-navbar-root .elfinder-navbar-icon:before { content: '\e825' !important; } .elfinder-navbar-arrow { background-image: inherit !important; font: normal normal normal 14px/1 material; font-size: 10px; padding-top: 3px; padding-left: 2px; color: #a9a9a9; } .elfinder .ui-state-active .elfinder-navbar-arrow { color: #fff; } .elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow:before { content: '\e857'; } .elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow:before { content: '\e858'; } .elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow:before, .elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow:before { content: '\e851'; } .elfinder .elfinder-cwd table thead td.ui-state-hover{ color: #000 !important; } .elfinder .elfinder-cwd table thead td.ui-state-active { background: #737f86 !important; color: #fff !important; } .elfinder .elfinder-cwd table thead td { padding: 6px 12px !important; background: #d7d7d7 !important; } .elfinder-ltr .elfinder-cwd table td { text-align: left; } .elfinder .elfinder-cwd table td { padding: 4px 12px !important; } .elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-filename { padding-left: 23px; } div.elfinder-cwd-wrapper-list tr.ui-state-default td span.ui-icon { font-size: 8px; margin-top: 5px; margin-right: 5px; } div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical { margin: 2px; } .elfinder-cwd-view-list .elfinder-navbar-root-local td .elfinder-cwd-icon, .elfinder-navbar-root-local .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-ftp td .elfinder-cwd-icon, .elfinder-navbar-root-ftp .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-sql td .elfinder-cwd-icon, .elfinder-navbar-root-sql .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-dropbox td .elfinder-cwd-icon, .elfinder-navbar-root-dropbox .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-googledrive td .elfinder-cwd-icon, .elfinder-navbar-root-googledrive .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-onedrive td .elfinder-cwd-icon, .elfinder-navbar-root-onedrive .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-box td .elfinder-cwd-icon, .elfinder-navbar-root-box .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-trash td .elfinder-cwd-icon, .elfinder-navbar-root-trash .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-zip td .elfinder-cwd-icon, .elfinder-navbar-root-zip .elfinder-cwd-icon, .elfinder-cwd-view-list .elfinder-navbar-root-network td .elfinder-cwd-icon, .elfinder-navbar-root-network .elfinder-cwd-icon { background-image: inherit; } .elfinder-cwd-view-list .elfinder-navbar-root-local td .elfinder-cwd-icon:before, .elfinder-navbar-root-local .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-ftp td .elfinder-cwd-icon:before, .elfinder-navbar-root-ftp .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-sql td .elfinder-cwd-icon:before, .elfinder-navbar-root-sql .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-dropbox td .elfinder-cwd-icon:before, .elfinder-navbar-root-dropbox .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-googledrive td .elfinder-cwd-icon:before, .elfinder-navbar-root-googledrive .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-onedrive td .elfinder-cwd-icon:before, .elfinder-navbar-root-onedrive .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-box td .elfinder-cwd-icon:before, .elfinder-navbar-root-box .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-trash td .elfinder-cwd-icon:before, .elfinder-navbar-root-trash .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-zip td .elfinder-cwd-icon:before, .elfinder-navbar-root-zip .elfinder-cwd-icon:before, .elfinder-cwd-view-list .elfinder-navbar-root-network td .elfinder-cwd-icon:before, .elfinder-navbar-root-network .elfinder-cwd-icon:before { font-family: material; background-color: transparent; color: #525252; font-size: 55px; position: relative; top: -10px !important; padding: 0; display: contents !important; } .elfinder-cwd-view-list .elfinder-navbar-root-local td .elfinder-cwd-icon:before, .elfinder-navbar-root-local .elfinder-cwd-icon:before { content: '\e83d'; } .elfinder-cwd-view-list .elfinder-navbar-root-ftp td .elfinder-cwd-icon:before, .elfinder-navbar-root-ftp .elfinder-cwd-icon:before { content: '\e823'; } .elfinder-cwd-view-list .elfinder-navbar-root-sql td .elfinder-cwd-icon:before, .elfinder-navbar-root-sql .elfinder-cwd-icon:before { content: '\e83e'; } .elfinder-cwd-view-list .elfinder-navbar-roor-dropbox td .elfinder-cwd-icon:before, .elfinder-navbar-roor-dropbox .elfinder-cwd-icon:before { content: '\e83f'; } .elfinder-cwd-view-list .elfinder-navbar-roor-googledrive td .elfinder-cwd-icon:before, .elfinder-navbar-roor-googledrive .elfinder-cwd-icon:before { content: '\e840'; } .elfinder-cwd-view-list .elfinder-navbar-roor-onedrive td .elfinder-cwd-icon:before, .elfinder-navbar-roor-onedrive .elfinder-cwd-icon:before { content: '\e841'; } .elfinder-cwd-view-list .elfinder-navbar-roor-box td .elfinder-cwd-icon:before, .elfinder-navbar-roor-box .elfinder-cwd-icon:before { content: '\e842'; } .elfinder-cwd-view-list .elfinder-navbar-root-trash td .elfinder-cwd-icon:before, .elfinder-navbar-root-trash .elfinder-cwd-icon:before { content: '\e80b'; } .elfinder-cwd-view-list .elfinder-navbar-root-zip td .elfinder-cwd-icon:before, .elfinder-navbar-root-zip .elfinder-cwd-icon:before { content: '\e85c'; } .elfinder-cwd-view-list .elfinder-navbar-root-network td .elfinder-cwd-icon:before, .elfinder-navbar-root-network .elfinder-cwd-icon:before { content: '\e823'; } .elfinder-dialog-icon { font: normal normal normal 14px/1 material; background: inherit; color: #524949; font-size: 37px; } .elfinder-dialog-icon:before { content: '\e843'; } .elfinder-dialog-icon-mkdir:before { content: '\e808'; } .elfinder-dialog-icon-mkfile:before { content: '\e809'; } .elfinder-dialog-icon-copy:before { content: '\e80d'; } .elfinder-dialog-icon-prepare:before, .elfinder-dialog-icon-move:before { content: '\e844'; } .elfinder-dialog-icon-upload:before, .elfinder-dialog-icon-chunkmerge:before { content: '\e815'; } .elfinder-dialog-icon-rm:before { content: '\e80a'; } .elfinder-dialog-icon-open:before, .elfinder-dialog-icon-readdir:before, .elfinder-dialog-icon-file:before { content: '\e807'; } .elfinder-dialog-icon-reload:before { content: '\e806'; } .elfinder-dialog-icon-download:before { content: '\e816'; } .elfinder-dialog-icon-save:before { content: '\e845'; } .elfinder-dialog-icon-rename:before { content: '\e812'; } .elfinder-dialog-icon-zipdl:before, .elfinder-dialog-icon-archive:before { content: '\e819'; } .elfinder-dialog-icon-extract:before { content: '\e818'; } .elfinder-dialog-icon-search:before { content: '\e81f'; } .elfinder-dialog-icon-loadimg:before { content: '\e846'; } .elfinder-dialog-icon-url:before { content: '\e81e'; } .elfinder-dialog-icon-resize:before { content: '\e81d'; } .elfinder-dialog-icon-netmount:before { content: '\e823'; } .elfinder-dialog-icon-netunmount:before { content: '\e824'; } .elfinder-dialog-icon-chmod:before { content: '\e826'; } .elfinder-dialog-icon-preupload:before, .elfinder-dialog-icon-dim:before { content: '\e847'; } .elfinder-contextmenu .elfinder-contextmenu-item span.elfinder-contextmenu-icon { font-size: 16px; } .elfinder-contextmenu .elfinder-contextmenu-item .elfinder-contextsubmenu-item .ui-icon { font-size: 15px; } .elfinder-contextmenu .elfinder-contextmenu-item .elfinder-button-icon-link:before { content: '\e837'; } .elfinder .elfinder-contextmenu-extra-icon { margin-top: -6px; } .elfinder .elfinder-contextmenu-extra-icon a { padding: 5px; margin: -16px; } .elfinder-button-icon-link:before { content: '\e81e' !important; } .elfinder .elfinder-contextmenu-arrow { font: normal normal normal 14px/1 material; background-image: inherit; font-size: 10px !important; padding-top: 3px; } .elfinder .elfinder-contextmenu-arrow:before { content: '\e857'; } .elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image: inherit; } .elfinder-quicklook .ui-resizable-se { background: inherit; } .elfinder-quicklook-navbar-icon { background: transparent; font: normal normal normal 14px/1 material; font-size: 24px; width: 24px; height: 24px; color: #fff; } .elfinder-quicklook-titlebar-icon { margin-top: -8px; } .elfinder-quicklook-titlebar-icon .ui-icon { border: 0; opacity: 0.8; font-size: 15px; padding: 1px; } .elfinder-quicklook-titlebar .ui-icon-circle-close, .elfinder-quicklook .ui-icon-gripsmall-diagonal-se { color: #f1f1f1; } .elfinder-quicklook-navbar-icon-prev:before { content: '\e848'; } .elfinder-quicklook-navbar-icon-next:before { content: '\e849'; } .elfinder-quicklook-navbar-icon-fullscreen:before { content: '\e84a'; } .elfinder-quicklook-navbar-icon-fullscreen-off:before { content: '\e84b'; } .elfinder-quicklook-navbar-icon-close:before { content: '\e84c'; } .elfinder .ui-button-icon { background-image: inherit; } .elfinder .ui-icon-search:before { content: '\e81f'; } .elfinder .ui-icon-closethick:before, .elfinder .ui-icon-close:before { content: '\e839'; } .elfinder .ui-icon-circle-close:before { content: '\e84c'; } .elfinder .ui-icon-gear:before { content: '\e82f'; } .elfinder .ui-icon-gripsmall-diagonal-se:before { content: '\e838'; } .elfinder .ui-icon-locked:before { content: '\e834'; } .elfinder .ui-icon-unlocked:before { content: '\e836'; } .elfinder .ui-icon-arrowrefresh-1-n:before { content: '\e821'; } .elfinder .ui-icon-plusthick:before { content: '\e83a'; } .elfinder .ui-icon-arrowreturnthick-1-s:before { content: '\e83b'; } .elfinder .ui-icon-minusthick:before { content: '\e83c'; } .elfinder .ui-icon-pin-s:before { content: '\e84d'; } .elfinder .ui-icon-check:before { content: '\e84e'; } .elfinder .ui-icon-arrowthick-1-s:before { content: '\e84f'; } .elfinder .ui-icon-arrowthick-1-n:before { content: '\e850'; } .elfinder .ui-icon-triangle-1-s:before { content: '\e851'; } .elfinder .ui-icon-triangle-1-n:before { content: '\e852'; } .elfinder .ui-icon-grip-dotted-vertical:before { content: '\e853'; } .elfinder-lock, .elfinder-perms, .elfinder-symlink { background-image: inherit; font: normal normal normal 18px/1 material; color: #4d4d4d; } .elfinder-na .elfinder-perms:before { content: '\e824'; } .elfinder-ro .elfinder-perms:before { content: '\e835'; } .elfinder-wo .elfinder-perms:before { content: '\e854'; } .elfinder-group .elfinder-perms:before { content: '\e800'; } .elfinder-lock:before { content: '\e84d'; } .elfinder-symlink:before { content: '\e837'; } .elfinder .elfinder-toast > div { font: normal normal normal 14px/1 material; } .elfinder .elfinder-toast > div:before { font-size: 45px; position: absolute; left: 5px; top: 15px; } .elfinder .elfinder-toast > .toast-info, .elfinder .elfinder-toast > .toast-error, .elfinder .elfinder-toast > .toast-success, .elfinder .elfinder-toast > .toast-warning { background-image: inherit !important; } .elfinder .elfinder-toast > .toast-info:before { content: '\e817'; color: #3498db; } .elfinder .elfinder-toast > .toast-error:before { content: '\e855'; color: #f44336; } .elfinder .elfinder-toast > .toast-success:before { content: '\e84e'; color: #4caf50; } .elfinder .elfinder-toast > .toast-warning:before { content: '\e856'; color: #ff9800; } .elfinder-drag-helper-icon-status { font: normal normal normal 14px/1 material; background: inherit; } .elfinder-drag-helper-icon-status:before { content: '\e824'; } .elfinder-drag-helper-move .elfinder-drag-helper-icon-status { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .elfinder-drag-helper-move .elfinder-drag-helper-icon-status:before { content: '\e854'; } .elfinder-drag-helper-plus .elfinder-drag-helper-icon-status { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .elfinder-drag-helper-plus .elfinder-drag-helper-icon-status:before { content: '\e84c'; } /** * MIME Types */ .elfinder-cwd-view-list td .elfinder-cwd-icon { background-image: url("../../material/images/icons-small.svg"); } .elfinder-cwd-icon { background: url("../../material/images/icons-big.svg") 0 0 no-repeat; border-radius: 0; } .elfinder-cwd-icon:before { font-size: 10px; position: relative; top: 27px; left: inherit; padding: 1px; background-color: transparent; } .elfinder-cwd-icon-directory { background-position: 0 -50px; } .elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon { background-position: 0 -100px; } .elfinder-cwd-icon-group { background-position: 0 -150px; } .elfinder-cwd-icon-application { background-position: 0 -200px; } .elfinder-cwd-icon-rtf, .elfinder-cwd-icon-rtfd, .elfinder-cwd-icon-text { background-position: 0 -250px; } .elfinder-cwd-icon-image { background-position: 0 -300px; } .elfinder-cwd-icon-audio { background-position: 0 -350px; } .elfinder-cwd-icon-video, .elfinder-cwd-icon-flash-video, .elfinder-cwd-icon-dash-xml, .elfinder-cwd-icon-vnd-apple-mpegurl, .elfinder-cwd-icon-x-mpegurl { background-position: 0 -400px; } .elfinder-cwd-icon-plain, .elfinder-cwd-icon-x-empty { background-position: 0 -450px; } .elfinder-cwd-icon-pdf { background-position: 0 -500px; } .elfinder-cwd-icon-vnd-ms-office { background-position: 0 -550px; } .elfinder-cwd-icon-x-msaccess { background-position: 0 -600px; } .elfinder-cwd-icon-x-msaccess:before { content: none !important; } .elfinder-cwd-icon-ms-excel, .elfinder-cwd-icon-vnd-ms-excel, .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12 { background-position: 0 -650px; } .elfinder-cwd-icon-ms-excel:before, .elfinder-cwd-icon-vnd-ms-excel:before, .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12:before { content: none !important; } .elfinder-cwd-icon-vnd-ms-powerpoint, .elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12 { background-position: 0 -700px; } .elfinder-cwd-icon-vnd-ms-powerpoint:before, .elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12:before { content: none !important; } .elfinder-cwd-icon-msword, .elfinder-cwd-icon-vnd-ms-word, .elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12, .elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12 { background-position: 0 -750px; } .elfinder-cwd-icon-msword:before, .elfinder-cwd-icon-vnd-ms-word:before, .elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12:before, .elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12:before { content: none !important; } .elfinder-cwd-icon-vnd-oasis-opendocument-base, .elfinder-cwd-icon-vnd-oasis-opendocument-chart, .elfinder-cwd-icon-vnd-oasis-opendocument-database, .elfinder-cwd-icon-vnd-oasis-opendocument-formula, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics, .elfinder-cwd-icon-vnd-oasis-opendocument-graphics-template, .elfinder-cwd-icon-vnd-oasis-opendocument-image, .elfinder-cwd-icon-vnd-openofficeorg-extension { background-position: 0 -800px; } .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet, .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template { background-position: 0 -850px; } .elfinder-cwd-icon-vnd-oasis-opendocument-presentation, .elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template { background-position: 0 -900px; } .elfinder-cwd-icon-vnd-oasis-opendocument-text, .elfinder-cwd-icon-vnd-oasis-opendocument-text-master, .elfinder-cwd-icon-vnd-oasis-opendocument-text-template, .elfinder-cwd-icon-vnd-oasis-opendocument-text-web, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document, .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template { background-position: 0 -950px; } .elfinder-cwd-icon-zip, .elfinder-cwd-icon-x-zip, .elfinder-cwd-icon-x-xz, .elfinder-cwd-icon-x-7z-compressed, .elfinder-cwd-icon-x-gzip, .elfinder-cwd-icon-x-tar, .elfinder-cwd-icon-x-bzip, .elfinder-cwd-icon-x-bzip2, .elfinder-cwd-icon-x-rar, .elfinder-cwd-icon-x-rar-compressed { background-position: 0 -1000px; } .elfinder-cwd-icon-postscript { background-position: 0 -1050px; } .elfinder-cwd-icon-vnd-adobe-photoshop { background-position: 0 -1100px; } .elfinder-cwd-icon-vnd-adobe-photoshop:before { content: none !important; } .elfinder-cwd-icon-x-shockwave-flash { background-position: 0 -1150px; } .elfinder-cwd-icon-vnd-android-package-archive { background-position: 0 -1200px; } .elfinder-cwd-icon-vnd-android-package-archive:before { content: none !important; } .elfinder-cwd-icon-x-c, .elfinder-cwd-icon-x-csrc, .elfinder-cwd-icon-x-chdr, .elfinder-cwd-icon-x-c--, .elfinder-cwd-icon-x-c--src, .elfinder-cwd-icon-x-c--hdr { background-position: 0 -1250px; } .elfinder-cwd-icon-css { background-position: 0 -1300px; } .elfinder-cwd-icon-html { background-position: 0 -1350px; } .elfinder-cwd-icon-x-jar, .elfinder-cwd-icon-x-java, .elfinder-cwd-icon-x-java-source { background-position: 0 -1400px; } .elfinder-cwd-icon-x-jar:before, .elfinder-cwd-icon-x-java:before, .elfinder-cwd-icon-x-java-source:before { content: none !important; } .elfinder-cwd-icon-javascript, .elfinder-cwd-icon-x-javascript { background-position: 0 -1450px; } .elfinder-cwd-icon-json { background-position: 0 -1500px; } .elfinder-cwd-icon-json:before { content: none !important; } .elfinder-cwd-icon-markdown, .elfinder-cwd-icon-x-markdown { background-position: 0 -1550px; } .elfinder-cwd-icon-markdown:before, .elfinder-cwd-icon-x-markdown:before { content: none !important; } .elfinder-cwd-icon-x-perl { background-position: 0 -1600px; } .elfinder-cwd-icon-x-php { background-position: 0 -1650px; } .elfinder-cwd-icon-x-python:after, .elfinder-cwd-icon-x-python { background-position: 0 -1700px; } .elfinder-cwd-icon-x-ruby { background-position: 0 -1750px; } .elfinder-cwd-icon-x-sh, .elfinder-cwd-icon-x-shellscript { background-position: 0 -1800px; } .elfinder-cwd-icon-sql, .elfinder-cwd-icon-x-sql, .elfinder-cwd-icon-x-sqlite3 { background-position: 0 -1850px; } .elfinder-cwd-icon-x-eps, .elfinder-cwd-icon-svg, .elfinder-cwd-icon-svg-xml { background-position: 0 -1900px; } .elfinder-cwd-icon-xml:after, .elfinder-cwd-icon-xml { background-position: 0 -1950px; } .elfinder-cwd-icon-zip:before, .elfinder-cwd-icon-x-zip:before { content: 'zip' !important; } .elfinder-cwd-icon-x-xz:before { content: 'xz' !important; } .elfinder-cwd-icon-x-7z-compressed:before { content: '7z' !important; } .elfinder-cwd-icon-x-gzip:before { content: 'gzip' !important; } .elfinder-cwd-icon-x-tar:before { content: 'tar' !important; } .elfinder-cwd-icon-x-bzip:before, .elfinder-cwd-icon-x-bzip2:before { content: 'bzip' !important; } .elfinder-cwd-icon-x-rar:before, .elfinder-cwd-icon-x-rar-compressed:before { content: 'rar' !important; } /** * Toolbar */ .elfinder-toolbar { background: #3b4047; border-radius: 0; border: 0; padding: 5px 0; } .elfinder-toolbar .elfinder-button-icon { font-size: 20px; color: #ddd; margin-top: -2px; } .elfinder-buttonset { border-radius: 0; border: 0; margin: 0 5px; height: 24px; } .elfinder .elfinder-button { background: transparent; border-radius: 0; cursor: pointer; color: #efefef; } .elfinder .elfinder-button-text { top: -3px; margin-left: 6px; } .elfinder-toolbar-button-separator { border: 0; } .elfinder-button-menu { border-radius: 2px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); border: none; margin-top: 5px; } .elfinder-button-menu-item { color: #666; padding: 6px 19px; } .elfinder-button-menu-item.ui-state-hover { color: #141414; background-color: #f5f4f4; } .elfinder-button-menu-item-separated { border-top: 1px solid #e5e5e5; } .elfinder-button-menu-item-separated.ui-state-hover { border-top: 1px solid #e5e5e5; } .elfinder .elfinder-button-search { margin: 0 10px; min-height: inherit; overflow: hidden; } .elfinder .elfinder-button-search .ui-icon { color: #fff !important; } .elfinder .elfinder-button-search input { background: rgba(40, 42, 45, 0.79); border-radius: 2px; box-sizing: content-box; border: 0; margin: 0; padding: 0 23px; height: 24px !important; color: #fff; } .elfinder .elfinder-button-search .elfinder-button-menu { margin-top: 4px; border: none; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); } .elfinder .elfinder-button-search-menu { border-radius: 0; top: 30px !important; } .elfinder .elfinder-button-search-menu .ui-button { padding: 0.4em 1em !important; } /** * Navbar */ .elfinder .elfinder-navbar { background: #535e64; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6); border: none; } .elfinder .elfinder-navbar .elfinder-lock, .elfinder .elfinder-navbar .elfinder-perms, .elfinder .elfinder-navbar .elfinder-symlink { color: #1d1d1d; opacity: 0.8; } .elfinder-navbar-dir { color: #e6e6e6; cursor: pointer; border-radius: 2px; padding: 5px; border: none; } .elfinder-navbar-dir .elfinder-navbar-icon { color: #fff; } .elfinder-navbar-dir.ui-state-hover, .elfinder-navbar-dir.ui-state-active.ui-state-hover { background: #3c4448; color: #e6e6e6; border: none; } .elfinder-navbar-dir.ui-state-hover .elfinder-navbar-icon, .elfinder-navbar-dir.ui-state-active.ui-state-hover .elfinder-navbar-icon { color: #fff; } .elfinder-navbar .ui-state-active, .elfinder-disabled .elfinder-navbar .ui-state-active { background: #41494e; color: #e8e8e8 !important; border: none; } .elfinder-navbar .ui-state-active.elfinder-navbar-dir .elfinder-navbar-icon, .elfinder-disabled .elfinder-navbar .ui-state-active.elfinder-navbar-dir .elfinder-navbar-icon { color: #e8e8e8 !important; } /** * Workzone */ .elfinder-workzone { background: #cdcfd4; } .elfinder-cwd-file { color: #555; } .elfinder-cwd-file.ui-state-hover, .elfinder-cwd-file.ui-selected.ui-state-hover { background: #4c5961; color: #ddd; } .elfinder-cwd-file.ui-selected { background: #455158; color: #555; } .elfinder-cwd-filename input, .elfinder-cwd-filename textarea { padding: 2px; border-radius: 2px !important; background: #fff; color: #222; } .elfinder-cwd-filename input:focus, .elfinder-cwd-filename textarea:focus { outline: none; border: 1px solid #555; } .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover, .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, .elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, .elfinder-disabled .elfinder-cwd table td.ui-state-hover, .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-active { background: transparent; color: #ddd; } .elfinder-cwd table { padding: 0; } .elfinder-cwd table thead td { padding: 5px 14px !important; } .elfinder-cwd table tr { border: 0 !important; } .elfinder-cwd table tr.ui-state-default, .elfinder-cwd table tr.ui-widget-content .ui-state-default { background: none; } .elfinder-cwd table tr .ui-state-hover { background: #4c5961; color: #ddd; } .elfinder-cwd.elfinder-table-header-sticky table { border: 0; } .elfinder-cwd .elfinder-lock, .elfinder-cwd .elfinder-perms, .elfinder-cwd .elfinder-symlink { color: #4d4d4d; } .elfinder-cwd-view-icons .elfinder-lock { top: 0; } .elfinder-cwd-view-list thead td .ui-resizable-handle { top: 3px; } .elfinder-cwd-view-list .elfinder-lock, .elfinder-cwd-view-list .elfinder-perms, .elfinder-cwd-view-list .elfinder-symlink { font-size: 14px; opacity: 0.7; } .elfinder-cwd-view-list .elfinder-perms { left: inherit; } #elfinder-elfinder-cwd-thead td, .elfinder-cwd-wrapper-empty .elfinder-cwd-view-list td { background: #353b42; color: #ddd !important; height: 18px; } #elfinder-elfinder-cwd-thead td.ui-state-hover, .elfinder-cwd-wrapper-empty .elfinder-cwd-view-list td.ui-state-hover, #elfinder-elfinder-cwd-thead td.ui-state-active, .elfinder-cwd-wrapper-empty .elfinder-cwd-view-list td.ui-state-active { background: #2a2e34 !important; } #elfinder-elfinder-cwd-thead td.ui-state-active.ui-state-hover, .elfinder-cwd-wrapper-empty .elfinder-cwd-view-list td.ui-state-active.ui-state-hover { background: #2e333a !important; } .elfinder .ui-selectable-helper { border: 1px solid #3b4047; background-color: rgba(104, 111, 121, 0.5); } .elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash { background-color: #e4e4e4; } .elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash .elfinder-cwd-file { color: #333; } .elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash .elfinder-cwd-file.ui-state-hover, .elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash .elfinder-cwd-file.ui-selected.ui-state-hover { background: #4c5961; color: #ddd; } .elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash .elfinder-cwd-file.ui-selected { background: #455158; color: #555; } .elfinder-info-title .elfinder-cwd-icon:before { top: 32px; display: block; margin: 0 auto; } .elfinder-info-title .elfinder-cwd-icon.elfinder-cwd-bgurl:before { background-color: #313131 !important; } .elfinder-cwd-view-icons .elfinder-cwd-icon.elfinder-cwd-bgurl:before { left: inherit; background-color: #313131; } .elfinder-cwd-icon:before, .elfinder-quicklook .elfinder-cwd-icon:before, .elfinder-cwd-size1 .elfinder-cwd-icon:before, .elfinder-cwd-size2 .elfinder-cwd-icon:before, .elfinder-cwd-size3 .elfinder-cwd-icon:before, .elfinder-cwd-size1 .elfinder-cwd-icon.elfinder-cwd-bgurl:before, .elfinder-cwd-size2 .elfinder-cwd-icon.elfinder-cwd-bgurl:before, .elfinder-cwd-size3 .elfinder-cwd-icon.elfinder-cwd-bgurl:before { top: 35px; left: 50% !important; position: relative !important; display: block !important; -webkit-transform: translateX(-50%); transform: translateX(-50%); max-width: 52px; color: #fff; } .elfinder .elfinder-cwd-view-icons .elfinder-cwd-bgurl:after, .elfinder .elfinder-quicklook-info-wrapper .elfinder-cwd-bgurl:after { display: none; } .elfinder-cwd-size1 .elfinder-cwd-icon.elfinder-cwd-bgurl:before { top: 53px; -webkit-transform: scale(1.32) translateX(-50%); transform: scale(1.32) translateX(-50%); } .elfinder-cwd-size2 .elfinder-cwd-icon.elfinder-cwd-bgurl:before { top: 74px; -webkit-transform: scale(1.53) translateX(-50%); transform: scale(1.53) translateX(-50%); } .elfinder-cwd-size3 .elfinder-cwd-icon.elfinder-cwd-bgurl:before { top: 87px; -webkit-transform: scale(2.22) translateX(-50%); transform: scale(2.22) translateX(-50%); } /** * Status Bar */ .elfinder .elfinder-statusbar { background: #3b4047; border-radius: 0; border: 0; color: #cfd2d4; padding-top: 5px; } .elfinder-path, .elfinder-stat-size { margin: 0 15px; } /** * Input & Select */ .elfinder input, .elfinder select { padding: 4px; color: #666; background: #fff; border-radius: 3px; font-weight: normal; border-color: #888; box-shadow: none !important; } .elfinder input.ui-state-hover, .elfinder select.ui-state-hover { background: #fff !important; color: #666 !important; } .elfinder input[type="checkbox"] { position: relative; height: initial; } .elfinder input[type="checkbox"]:after, .elfinder input[type="checkbox"]:focus:after { content: ""; display: block; width: 12px; height: 12px; border: 1px solid #707070; background-color: #fff; border-radius: 2px; } .elfinder input[type="checkbox"]:checked:before { content: ""; position: absolute; top: -3px; left: 6px; display: table; width: 4px; height: 12px; border: 2px solid #707070; border-top-width: 0; border-left-width: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } /** * Buttons */ .elfinder .ui-button, .elfinder .ui-button:active, .elfinder .ui-button.ui-state-default { display: inline-block; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; border-radius: 3px; text-transform: uppercase; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) !important; transition: all 0.4s; background: #fff; color: #222; border: none; padding: 7px 6px; } .elfinder .ui-button .ui-icon, .elfinder .ui-button:active .ui-icon, .elfinder .ui-button.ui-state-default .ui-icon { color: #222; } .elfinder .ui-button:hover, .elfinder a.ui-button:active, .elfinder .ui-button:active, .elfinder .ui-button:focus, .elfinder .ui-button.ui-state-hover, .elfinder .ui-button.ui-state-active { background: #3498db !important; color: #fff !important; border: none; } .elfinder .ui-button:hover .ui-icon, .elfinder a.ui-button:active .ui-icon, .elfinder .ui-button:active .ui-icon, .elfinder .ui-button:focus .ui-icon, .elfinder .ui-button.ui-state-hover .ui-icon, .elfinder .ui-button.ui-state-active .ui-icon { color: #fff; } .elfinder .ui-button.ui-state-active:hover { background: #217dbb; color: #fff; border: none; } .elfinder .ui-button:focus { outline: none !important; } .elfinder .ui-controlgroup-horizontal .ui-button { border-radius: 0; border: 0; } .elfinder input:not([type="checkbox"]), .elfinder .elfinder-resize-preset-container .ui-button { height: 21px; } /** * Context Menu */ .elfinder .elfinder-contextmenu, .elfinder .elfinder-contextmenu-sub { border-radius: 2px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); border: none; } .elfinder .elfinder-contextmenu-separator, .elfinder .elfinder-contextmenu-sub-separator { border-top: 1px solid #e5e5e5; } .elfinder .elfinder-contextmenu-item { color: #666; padding: 5px 30px; } .elfinder .elfinder-contextmenu-item.ui-state-hover { background-color: #f5f4f4; color: #141414; } .elfinder .elfinder-contextmenu-item.ui-state-active { background-color: #2196f3; color: #fff; } /** * Dialogs */ .elfinder .elfinder-dialog { border-radius: 0; border: 0; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6); } .elfinder .elfinder-dialog .ui-dialog-content[id*="edit-elfinder-elfinder-"] { padding: 0; } .elfinder .elfinder-dialog .ui-tabs { border-radius: 0; border: 0; padding: 0; } .elfinder .elfinder-dialog .ui-tabs-nav { border-radius: 0; border: 0; background: transparent; border-bottom: 1px solid #ddd; } .elfinder .elfinder-dialog .ui-tabs-nav li { border: 0; font-weight: normal; background: transparent; margin: 0; padding: 0; } .elfinder .elfinder-dialog .ui-tabs-nav li a { padding: 7px 9px; } .elfinder .elfinder-dialog .ui-tabs-nav .ui-tabs-selected a, .elfinder .elfinder-dialog .ui-tabs-nav .ui-state-active a, .elfinder .elfinder-dialog .ui-tabs-nav li:hover a { box-shadow: inset 0 -2px 0 #3498db; color: #3498db; } .elfinder .elfinder-dialog .ui-tabs .elfinder-tabstop.ui-state-hover { background: transparent; box-shadow: inset 0 -2px 0 #3498db; color: #3498db; } .elfinder .elfinder-dialog label.ui-state-hover { background: transparent; } .elfinder .elfinder-dialog .ui-resizable-se { display: none; } .std42-dialog .ui-dialog-titlebar { background: #353b44; border-radius: 0; border: 0; } .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-button .ui-icon { border-color: inherit; transition: 0.2s ease-out; opacity: 0.8; color: #fff; width: auto; height: auto; font-size: 12px; padding: 3px; } .std42-dialog, .std42-dialog .ui-dialog-content, .std42-dialog.elfinder-bg-translucent, .std42-dialog.elfinder-bg-translucent .ui-widget-content { background-color: #fff; } .std42-dialog .ui-dialog-buttonpane button { margin: -1px 2px 2px; padding: 7px 6px; } .std42-dialog .ui-dialog-buttonpane button span.ui-icon { padding: 0; } .std42-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.elfinder-edit-extras select { margin-top: 0; } .std42-dialog, .std42-dialog .ui-widget-content { background-color: #fff; } .elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon, .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon { background-color: #f44336; } .elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon, .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon { background-color: #4caf50; } .elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon, .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon { background-color: #ff9800; } .elfinder-dialog-title { color: #f1f1f1; } .elfinder .ui-widget-content { font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; color: #546e7a; } .elfinder-upload-dialog-wrapper .elfinder-upload-dirselect { width: inherit; height: inherit; padding: 7px; margin-left: 5px; color: #222; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); background: #fff; bottom: 4px; border-radius: 2px; } .elfinder-upload-dialog-wrapper .elfinder-upload-dirselect.ui-state-hover { background: #3498db !important; color: #fff !important; outline: none; } .elfinder-upload-dialog-wrapper .ui-button { padding: 0.4em 3px; margin: 0 -15px 0 19px; } .elfinder-upload-dropbox { border: 2px dashed #bbb; } .elfinder-upload-dropbox:focus { outline: none; } .elfinder-upload-dropbox.ui-state-hover { background: #f1f1f1; border: 2px dashed #bbb; } .elfinder-dialog-resize .elfinder-resize-control-panel { margin-left: -5px; } .elfinder-dialog-resize .elfinder-resize-control-panel .ui-button { height: inherit; margin-bottom: 5px; } .elfinder-help * { color: #546e7a; } .elfinder-help a { color: #3498db; } .elfinder-help a:hover { color: #217dbb; } .elfinder .ui-slider.ui-slider-horizontal { height: 2px; border: 0; background-color: #bababa !important; } .elfinder .ui-slider .ui-slider-handle { background-image: none; background-color: #5d5858; border-radius: 50%; border: 0; margin-top: -3px; } .elfinder .ui-slider .ui-slider-handle.ui-state-hover { background: #5d5858 !important; box-shadow: none !important; border-radius: 50%; cursor: pointer; } /** * Quick Look */ .elfinder-quicklook { background: #232323; border-radius: 2px; } .elfinder-quicklook-navbar { height: 27px; } .elfinder-quicklook-titlebar { background: inherit; } .elfinder-quicklook-titlebar-icon, .elfinder-quicklook-titlebar-icon .ui-icon { background: transparent; color: #fff; } .elfinder-quicklook-fullscreen .elfinder-quicklook-navbar { border: inherit; opacity: inherit; border-radius: 4px; background: rgba(66, 66, 66, 0.73); } .elfinder .elfinder-navdock { border: 0; } .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon, .elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon, .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close:hover, .elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close, .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon, .elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon, .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize:hover, .elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize, .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon, .elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon, .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full:hover, .elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full { background-image: none; } News – Crafted Web Campus https://craftedwebcampus.com Digital Marketing agency. Thu, 10 Sep 2026 13:14:24 +0000 en hourly 1 https://wordpress.org/?v=7.1.1 https://craftedwebcampus.com/wp-content/uploads/2021/02/cropped-CWC-NEW-LOGO-BLACK-2-32x32.png News – Crafted Web Campus https://craftedwebcampus.com 32 32 Founding of YouTube A Short History https://craftedwebcampus.com/2026/09/10/founding-of-youtube-a-short-history/ https://craftedwebcampus.com/2026/09/10/founding-of-youtube-a-short-history/#respond Thu, 10 Sep 2026 11:14:06 +0000 https://craftedwebcampus.com/?p=4620 YouTube is one of the most influential platforms in modern media, but its origin story is surprisingly simple: a small team wanted an easier way to share video online. In the early 2000s, uploading and sending video files was slow, formats were inconsistent, and most websites weren’t built for smooth playback. YouTube’s founders focused on removing those barriers—making video sharing as easy as sending a link.

Who Founded YouTube?

YouTube was founded by three former PayPal employees: Chad Hurley, Steve Chen, and Jawed Karim. They combined product thinking, engineering skills, and a clear user goal: create a website where anyone could upload a video and watch it instantly in a browser.

  • Chad Hurley — product/design focus and early CEO role
  • Steve Chen — engineering and infrastructure
  • Jawed Karim — engineering and early concept support

The Problem YouTube Solved

At the time, sharing video often meant emailing huge files or dealing with complicated players and downloads. YouTube made video:

  1. Uploadable by non-experts (simple interface)
  2. Streamable in the browser (no special setup)
  3. Sharable through links and embedding on other sites

Early Growth and the First Video

YouTube launched publicly in 2005. One of the most famous early moments was the first uploaded video, “Me at the zoo,” featuring co-founder Jawed Karim. The clip was short and casual—exactly the kind of everyday content that proved the platform’s big idea: ordinary people could publish video without needing a studio.

Key Milestones Timeline

Year/Date
Milestone
Why It Mattered
2005 YouTube is founded and launches Introduced easy browser-based video sharing
2005 “Me at the zoo” is uploaded Became a symbol of user-generated video culture
2006 Google acquires YouTube Provided resources to scale hosting and global reach

Why Google Bought YouTube

By 2006, YouTube’s traffic was exploding. Video hosting is expensive—bandwidth and storage costs rise fast when millions of people watch content daily. Google’s acquisition gave YouTube the infrastructure and advertising ecosystem to grow into a sustainable business.

What YouTube’s Founding Changed

YouTube didn’t just create a popular website; it reshaped how people learn, entertain themselves, and build careers online. Its founding helped accelerate:

  • Creator-driven media and influencer culture
  • How-to education and free tutorials at massive scale
  • Music discovery, commentary, and global community trends

From a small startup idea to a global video powerhouse, YouTube’s founding is a classic example of a simple product solving a real problem—and changing the internet in the process.

]]>
https://craftedwebcampus.com/2026/09/10/founding-of-youtube-a-short-history/feed/ 0
При обратной котировке курс покупки равен: Задача Прямая И Обратная Котировка Курса Расчет Кросс 禾丰國際家具 Курский профессиональный лицей связи https://craftedwebcampus.com/2026/07/25/pri-obratnoj-kotirovke-kurs-pokupki-raven-zadacha/ https://craftedwebcampus.com/2026/07/25/pri-obratnoj-kotirovke-kurs-pokupki-raven-zadacha/#respond Sat, 25 Jul 2026 02:04:29 +0000 https://craftedwebcampus.com/?p=4265 Котировка Википедия

Покупая любой товар в магазине, мы по ценнику точно знаем, сколько денег нужно за него заплатить. Поскольку на рынке Форекс происходит непрерывный процесс торговли в разных валютах, то написания ценника, как в супермаркете, здесь явно недостаточно. Чтобы определить цену одной валюты относительно другой необходимо воспользоваться валютным курсом.

Сколько денег вы получаете?

  • Однако существует эквивалентный способ мышления об этих транзакциях, который позволяет лучше понять обмен валюты.
  • То есть, смысл слова котировка – это определение валютных курсов национальной или иноземной валюты.
  • Он не должен тратить на это слишком много времени, основная работа мозга должна быть занята проблемами выбора точек входа и выхода, определения стоп приказов и выбора объема позиции.
  • Значит банк продает базовую валюту EUR и покупает валюту котировки — доллар США.
  • Степень применимости данной операции обусловлена теми же обстоятельствами, что и предыдущая сделка.

При совершении реальной сделки котировка будет зависеть от https://forexby.com/ общей суммы проводимой сделки, статусности контрагента и массы других второстепенных факторов. Если вы знаете значение прямой котировки Форекс – то сможете рассчитать и обратную. Чтобы произвести расчет цены в долларах, разделите нужную сумму на котировку — 1,265. К примеру, ваша национальная валюта — датская крона (DKK). Она говорит о том, что одну крону вы можете купить за 0,148 доллара США. В некоторых союзах стран принята одна валюта, которая действует в нескольких государствах одновременно.

Пример спроса / предложения

Например, курс может отличаться для потребителей и для фирм, участвующих в международной торговле. Только так можно было избежать путаницы, связанной с нестандартным количеством пенсов и отсутствием метрической системы. Несмотря на то, что уже давно британский фунт содержит 100 пенсов, понятие обратной котировки на фондовых рынках используется на бирже и сегодня. На рынке Форекс/Forex одним из главных терминов является понятие «валютная котировка» — это выражение единицы определенной валюты в единицах другой валюты. Разница между курсами покупки и продажи (маржа) является для банка источником дохода.

Процент движения цены показывает, на сколько процентов изменилась цена. Официальные курсы евро и юаня рассчитывается аналогичным образом с использованием инструментов EURRUB_TOM и CNYRUB_TOM соответственно. Всем, кто занимается международной торговлей или просто путешествиями, всегда пригодятся знания котировок.

У людей, живших собирательством и охотой, было мало потребностей в различных товарах, поэтому им легко было найти человека для бартерного обмена. Например, каждый человек нуждался в еде, и многим также нужно было оружие для охоты, поэтому мастер, делающий оружие, мог легко найти желающих обменять его на еду. Антропологи считают, что кроме бартера люди еще в древности часто дарили друг другу подарки, иногда надеясь получить что либо взамен, а иногда — нет. Независимо от ожидания взаимообмена подарками, замечено, что во многих культурах те, кому подарили подарок, обычно дарят что-нибудь взамен дарителю.

Значит банк продает базовую валюту EUR и покупает валюту котировки — доллар США. Основной мировой резервной валютой является американский доллар, поэтому американская валюта участвует в формировании всех валютных пар. Многие могут задаться вопросом – «А как определяется, какая валюта базовая, а какая котируемая?

Как насчет кросс-валютных курсов, которые выражают цену одной валюты в валюте, отличной от доллара США? Трейдер или инвесторы должны сначала выяснить, какой тип котировки используется — прямая или косвенная — для точной оценки кросс-курса. Здесь мы можем прочитать, что JPY (японская иена) — это базовая, а USD (доллар США) — котируемая валюта. 1,265 – это и есть котировки валюты и она показывает цену. Обратная котировка – это отношение национальной валюты к иностранной. То есть полностью противоположная ситуация, когда национальная валюта выступает в качестве базовой, а иностранная – котируемой валюты.

Суть прямой и обратной котировки валютного рынка

При росте котировки базовая валюта дорожает, а котируемая становится дешевле. К примеру, если сегодня EUR/USD котировался по 1,3645, а завтра будет котироваться по 1,3715, то это будет означать, что Евро стало дороже, а доллар дешевле. Для доллара США, евро, британского фунта или швейцарского франка 1 пункт равен 0,0001. Для японской иены 1 пункт составит 0,01, потому что котировки этой валюты учитывают только два знака после запятой. То есть, для котировки USD/CHF 1 пункт будет равен 0,0001 швейцарского франка. Большинство валют торгуется в диапазоне от 100 до 150 пунктов в день.

Термины котировка валюты и валютный курс прямая и обратная котировка могут применяться, как синонимы. Изменение цены во времени рассматривается, как поток (последовательность) котировок. В валютной торговле существуют несколько видов котировок валют. Самый распространенный вид, который знаком всем, – это прямая котировка валюты, то есть представление курса валюты в виде стоимости 1 доллара США. Это прямая котировка для резидента Швейцарии, потому что с точки зрения Швейцарии она котируется как единицы внутренней валюты на единицу иностранной валюты. Косвенная котировка составит 1,087 доллара США за швейцарский франк (это результат деления 1 на 0,92).

Большая часть операций на рынке Форекс — спекулятивная, и связана с большим риском. То есть, валюту обычно покупают в надежде на то, что ее цена увеличится, и если так и произойдет, то ее позже продают и получают прибыль. Большую роль в обмене валюты на рынке Форекс играют хедж-фонды, то есть инвестиционные фонды с высокими вознаграждениями и высоким риском, и менее регулируемые чем прочие инвестиционные фонды. Благодаря большим объемам спекулятивного обмена валюты, именно такой обмен сильнее влияет на курс валют по сравнению с обменом валюты для частного использования.

]]>
https://craftedwebcampus.com/2026/07/25/pri-obratnoj-kotirovke-kurs-pokupki-raven-zadacha/feed/ 0
Торговля на Forex с  Альфа-Форекс Трейдинг с надежным брокером https://craftedwebcampus.com/2026/07/25/torgovlja-naforex-s-alfa-foreks-trejding-8/ https://craftedwebcampus.com/2026/07/25/torgovlja-naforex-s-alfa-foreks-trejding-8/#respond Sat, 25 Jul 2026 02:04:29 +0000 https://craftedwebcampus.com/?p=4267 Форекс курсы валют онлайн на бирже Forex

форекс

И все же, несмотря на все недостатки, скальпинг — это прежде всего удовольствие и азарт. Нужно ли в скальпинге устанавливать стоп-лосс и тейк-профит? Теоретически, стоп-лосс нужно устанавливать в любом случае, но так вы теряете время.

Как применять скальпинг на Форекс?

Но на коротких таймфреймах сложно сделать точный прогноз. На этой странице вы можете посмотреть курсы валют на форексе онлайн. Чтобы зарабатывать в скальпинге, нужно использовать большое кредитное плечо — это существенно повышает риски.

Популярные валютные пары

До тех пор ордера можно переставить или «разобрать» ордерами — выставленными с другой стороны. Сделку следует удерживать до тех пор, пока не сработает тейк-профит и самостоятельно закрывать, когда объем «разбирается» или перемещается. Скачать шаблон данной стратегии можно по этой ссылке. Рекомендуемое время для торговли по системе TMT Scalping system – Европейская и Американская сессии. Именно в это время часто происходят длительные тренды. Аналогично можно зарабатывать и на публикации других новостей, о датах выхода которых можно узнать из экономического календаря.

форекс

Пипсовка на Форекс – что это? Стратегии для пипсовки.

  • Для начинающих трейдеров данная стратегия считается высокорисковой — в краткосрочном периоде тренд хаотичен (так называемый эффект ценового шума) и потому слабо прогнозируем.
  • Скачайте этот скрипт и запускайте его в моменты сомнений — есть ли проскальзывания или задержки исполнения ордеров.
  • Как правило, подобные приложения платные, но предлагают и пробный доступ для ознакомления.
  • Если вы поймали на скальпинге тренд и нужно временно отойти, ставьте стоп-лосс.

ForexBy стабильно удерживает позиции одного из лидеров рынка — наши решения, аналитика и сервисы регулярно становятся предметом внимания СМИ. В стакане цен отражается биржевая информация об общем количестве контрактов и ценах — на основе отложенных ордеров. Но если разобраться в специфике работы индикатора Ишимоку, можно создать по нему еще несколько подобных стратегий. Разделение по типу индикаторов (графический, уровневый анализ и т.д.) не рассматриваю. Классификацию можно расширить и буду благодарен, если вы, уважаемые читатели, мне в этом поможете, предложив свои варианты стратегий в комментариях.

За день криптовалютные котировки могут измениться в цене на 1-5% и более. Для ночного (флетового) скальпинга подойдут относительно спокойные пары USDCAD, AUDUSD. Скорость открытия и закрытия ордера соответственно 128 и 142 мс — для скальпинга очень неплохой результат. Request Price — цена, отправляемая на сервер, Open/Close Price — реальная цена исполнения.

Консервативный скальпинг может предусматривать удержание сделки в рынке до 30 минут – до первого разворота цены. Прибыль может составить 5 пунктов (50 пипсов) и более. Для валютной пары EURUSD 1 пункт стандартного лота при 4-хзначных котировках равен 10 долл. Количество открываемых скальпером сделок в день – несколько десятков.

Чтобы не отвлекаться от платформы, используйте форекс индикаторы спреда. Различия между разными индикаторами такого типа в отображении на графике и дополнительных функциях. Он показывает только текущий спред и в виде небольшой гистограммы отображает его значение за предыдущие периоды. После выбора приоритетного направления сделок, автором стратегии рекомендуется применить несколько индикаторных фильтров, которые анализируют силу глобального тренда. Для начинающих трейдеров данная стратегия считается высокорисковой — в краткосрочном периоде тренд хаотичен (так называемый эффект ценового шума) и потому слабо прогнозируем.

Лучшие Котировки для трейдеров в режиме реального времени

Heiken Ashi — отдельный вид свечей с более удобной визуализацией и силой подаваемого сигнала об изменении тренда. Отличие https://forexby.com/ от классических свечей — формула расчета цен OHLC. Можно в скальпинге применять и классические индикаторы технического анализа. Несколько таких практических примеров я разберу ниже. Скальпинговая стратегия торговли по фундаментальному анализу без использования индикаторов. Торговля несколькими сделками максимальным объемом.

Вся информация обновляется в реальном времени, поэтому перед Вами исключительно достоверные котировки. Благодаря наблюдению за их изменениями Вы гарантированно получите возможность более точно спрогнозировать возможное развитие ситуации на рынке. Котировки можно с полной уверенностью назвать основой рынка форекс. Узнать их актуальные значения Вы можете абсолютно бесплатно в данном разделе онлайн форекс портала Brokers.Ru. Сайт, на котором Вы найдете последние FOREX новости, аналитику, прогнозы валютных пар и биржевых индексов. Интересные статьи и публикации полезные для трейдеров и инвесторов.

Все эти организации действуют на законных основаниях, но выгоду работы с каждой из них клиент может оценивать сам по опыту и отзывам других трейдеров. Условия работы с брокерами стоит заранее уточнять их официальных сайтах. Отсортировать акции на бирже по уровню волатильности и ликвидности в соответствующих вкладках в порядке убывания. Найти компанию, которая будет находиться в ТОП обоих списков. Также можно сортировать компании в одном окне по волатильности и объему сделок.

]]>
https://craftedwebcampus.com/2026/07/25/torgovlja-naforex-s-alfa-foreks-trejding-8/feed/ 0
Свечной анализ Хабр https://craftedwebcampus.com/2026/07/25/svechnoj-analiz-habr/ https://craftedwebcampus.com/2026/07/25/svechnoj-analiz-habr/#respond Sat, 25 Jul 2026 02:04:29 +0000 https://craftedwebcampus.com/?p=4269 Свеча Доджи: работает ли прайс экшен паттерн

цена открытия и закрытия свечи

В то время как простой паттерн, такой как молот, требует одного свечи, более сложные паттерн обычно требуют двух или более свечей для формирования. Свечные паттерны и модели в техническом анализе https://forexby.com/ можно использовать для предсказания будущего движение цены. Впервые они были описаны Стивом Ниссоном в 1991 году в книге «Японские свечи. Стратегия базируется на анализе японских свечей, потому сначала рассмотрим базовые принципы их построения.

После звезды должна быть красная свеча, перекрывающая значительную часть зеленого тела свечи стоящей перед звездой. 💭 Звезда – разворотная модель, представляющая собой свечу с маленьким телом, которая образует ценовой разрыв с предшествующей свечой, обладающей большим телом. 1.Чем ближе цена закрытия красной свечи к цене открытия предшествующей зеленой свечи, тем выше вероятность образования пика тренда. Обучение чтению свечных графиков является важной отправной точкой для любого технического трейдера, который хочет получить более глубокое понимание графиков в целом. Как вы, возможно, уже знаете, самые первые свечные паттерны были изобретены и разработаны в 18 веке.

Звезды дожи

Они могут быть не идеальны, фитили больше или меньше, тела больше или меньше, все это лишь игра вероятностей. Если вы видите что то похожее на модель в нужных ценах, это дает вам вероятность ожидаемого события. Для Повешенного нужно подтверждение медвежьего сигнала. График цены представляет собой последовательность фигур японские свечи, каждая свеча обладает 4 параметрами. Это цена открытия, цена закрытия, минимальная цена, максимальная цена. Толчок – цена закрытия тела зеленой свечи не достигает середины цена открытия и закрытия свечи красной свечи.

Две взлетевшие вороны

цена открытия и закрытия свечи

Если он у нижней границы ценового диапазона или бокового тренда, его можно рассматривать как модель разворота. Можно было провести линию тренда или линии канала. Зная вероятность движения цены в канале или тренде, можно было прогнозировать разворот цены при подходе к данным линиям. Когда цена подходила к линии тренда, разворот можно было видеть по свечному анализу. Каждый перелом, это модель перелома, которые вы скоро узнаете.

Незадолго до смерти, Хомма описал свой принцип анализа рынка, который и лег в основу анализа японских свечей на финансовых рынков. Волчок – это такая свеча, у которой тело обладает небольшими размерами. Волчок образуется в тот период, когда происходит консолидация рынка, он получает особую значимость в контексте ситуации. График из японских свечей может строиться для разных интервалов времени, начиная с 1 минуты и заканчивая годами. На одном недельном графике свеча отражает поведение рынка в течение недели, а на дневном, соответственно, за день.

Три белых солдата образуются там, где находятся области низких цен после периода стабилизации. Цена открытия каждой белой свечи расположена в пределах тела предшествующей свечи или же близко к нему. Цены закрытия свечей равняются максимальным ценам или стараются приблизиться к ним. Харами или Беременная – это свеча с маленьким телом, которое расположено в пределах длинного тела предшествующей свечи. Харами – не сильный сигнал, он только предупреждает о том, что возможно скорое завершение тенденции. Свечи в Харами могут не отличаться по цвету, но в основном они всегда контрастные.

Модель перевернутый молот является признаком разворота, если она появляется после падения. Повешенный — это сигнал разворота после растущего тренда. Свеча повешенный может быть признаком разворота только в том случае, если ей предшествовал рост рынка и восходящий тренда. Если она появляется в коридоре, можно игнорировать. Если у верхней границы коридора, можно рассматривать как модель разворота. Модели или паттерны продолжения движения цены указывают на большую вероятность сохранения существующего тренда и движения цены в направлении тренда.

  • Каждый перелом, это модель перелома, которые вы скоро узнаете.
  • Хотя свечные графики значительно облегчают интерпретацию ценового движения, ему не хватает плавности линейного графика, особенно когда рынок открывается с большим гэпом.
  • Кроме того, технические трейдеры знают, что основополагающих причин колебаний рынка во времени может быть много, и зачастую рынок не всегда действует «рационально».
  • Большинство крупных банков и хедж-фондов также наблюдают за ключевыми уровнями рынка и движением цен на критических уровнях.
  • Свечные паттерны перевернутый молот и падающая звезда также выглядят одинаково.

Если вы выберите на графике минутный интервал (1M), то каждая свеча будет показывать диапазон цены в одну минуту. Свеча показывает цену открытия, цену закрытия, максимальную цену и минимальную цену за одну минуту торгов. Если это дневной интервал (1D), то мы увидим цену открытия, цену закрытия, максимальную и минимальную цену за один торговый день.

Поглощение состоит их двух свечей, где вторая перекрывает первую. Утренняя Звезда является символом окончания снижения, то есть говорит о начале нового дня, растущей тенденции, ночь заканчивается. Чем длиннее свеча “захват за пояс”, тем большее значение она имеет для последующего развития рынка. Поскольку продавцы не смогли протолкнуть цену ниже, это хороший признак того, что все, кто уже хотел продать, уже продали, и продавцов больше не осталось. А если продавцов больше нет, тогда кто останется?

]]>
https://craftedwebcampus.com/2026/07/25/svechnoj-analiz-habr/feed/ 0
Белорусское общество “Знание” Брест https://craftedwebcampus.com/2026/07/25/belorusskoe-obshhestvo-znanie-brest-3/ https://craftedwebcampus.com/2026/07/25/belorusskoe-obshhestvo-znanie-brest-3/#respond Sat, 25 Jul 2026 02:04:28 +0000 https://craftedwebcampus.com/?p=4261 торговля на внебиржевом рынке Форекс

белорусское сообщество форекс трейдеров

Вы можете просмотреть информацию об использовании cookie и при необходимости изменить настройки. В Беларуси торговля на рынке Форекс легальна и регулируется Национальным банком Республики Беларусь (НБРБ). НБРБ отвечает за установление денежно-кредитной политики, регулирование банковского сектора и обеспечение стабильности финансовой системы в Беларуси.

лучших форекс-брокеров и торговых платформ в Беларуси

Регулярная аналитика, экономкалендарь и сигналы помогают планировать сделки и управлять риском. Из ограничений отметим отсутствие счетов с фиксированным спредом и исламских счетов — это может быть важно для части инвесторов. При поиске надежного форекс-брокера трейдерам не стоит торопиться, и убедиться, что их деньги и сделки будут обрабатываться надлежащим образом.

Доверяйте свои средства надежному партнеру!

В случае возникновения вопросов или трудностей при использовании сервиса, на сайте представлены ссылки на официальные страницы Facebook, Twitter. В них пользователи могут задать свой вопрос администрации и получить развернутый ответ с решением в кратчайшие сроки. Среднее количество ежемесячных посещений сайта составляет 216 тысяч уникальных пользователей. 74% всей аудитории представлены гражданами из Российской Федерации; Остальные 26% распределены между Украиной, Литвой, Колумбией и Италией. Форум занимает 126 место по популярности в категории “Финансы” сервиса Similarweb. Территория трейдеров – популярный на территории Российской Федерации форум, посвященный тематики торговли на валютном, фондовом и срочном рынках.

  • Чтобы ознакомиться с текущей стоимостью большого спектра валют, индексов и прочих активов, необходимо нажать “online” в пункте “Графики”.
  • Добро пожаловать на Vikpro — самую современную социальную сеть, созданную специально для Форекс трейдеров!
  • Нет никаких гарантий, что они подходят для активного трейдинга и заработка с минимальными рисками.
  • Рост валютных ценностей и падают друг на друга в силу целого ряда экономических, технических и геополитических факторов.
  • Вы должны выбрать надежную брокерскую платформу в Беларуси, чтобы заниматься торговлей на рынке Форекс.

Переход на вкладку с новостями находится в функциональном меню в левом верхнем углу сайта. Если некий известный проект не попал в топ, это говорит о сомнительной репутации. TeleTrade Популярный кипрский брокер, занимается лицензированной деятельностью с 1994. Составили рейтинг брокерских компаний, которым можно доверить свои средства в Беларуси. Мы предоставляем вам список файлов cookie, сохраненных на вашем компьютере в нашем домене, чтобы вы могли проверить, что мы сохранили. Из соображений безопасности мы не можем отображать или изменять файлы cookie с других доменов.

FreshForex — это брокер с долгой историей работы на рынке, широким выбором торговых счетов, высоким кредитным плечом и доступным минимальным депозитом. Благодаря наличию демо-счета, разнообразных аналитических материалов и обучающих курсов, FreshForex может быть интересен и начинающим трейдерам, желающим отработать навыки без больших вложений. Среда торговли на рынке Форекс в Беларуси должным образом регулируется и безопасна. Правила обязывают форекс-брокеров предупреждать клиентов о торговых рисках перед их регистрацией. Поддержка клиентов также должна быть доступна для всех трейдеров в случае возникновения проблем. NPBFX подойдет как для начинающих, так и для опытных трейдеров, благодаря своей обширной образовательной программе, разнообразию типов счетов и набору торговых инструментов.

Торговля биткойнами для начинающих

AMarkets — универсальный брокер с полным спектром услуг на рынке Форекс. Он позволяет с одинаковым успехом вести самостоятельную торговлю и инвестировать средства в копи-трейдинг. FXPro, это один из немногих брокеров на рынке, который предлагает обе платформы MetaTrader; MT4 и MT5, а также платформу cTrader и мобильные приложения для Android и iOS. Olymp Trade регулируется Международной комиссией по финансовым услугам.

белорусское сообщество форекс трейдеров

Они предоставляют доступ к образованию‚ опыту профессионалов‚ поддержке и защите интересов. Вступление в такое объединение может значительно повысить шансы на успех и помочь избежать распространенных ошибок. Выбирайте объединение тщательно‚ учитывая его репутацию‚ программы обучения и стоимость членства. Помните‚ что успешная торговля на Форекс требует постоянного обучения и адаптации‚ и международное объединение может стать вашим надежным партнером на этом пути. Будущее международных объединений форекс трейдеров выглядит многообещающим. С развитием технологий и глобализацией рынка Форекс‚ роль объединений будет только возрастать.

Некоторые неопытные и опытные трейдеры могут пропустить демо-счет, чтобы торговать вживую. Они пополняют свой счет наименьшей необходимой суммой https://forexby.com/ и используют ее для проведения необходимых тестов на платформе, прежде чем увеличивать торговую сумму. Белорусские трейдеры могут иметь дело с отечественными брокерами, имеющими лицензию Центрального банка.

Количество уникальных ежемесячных посещений страницы форума составляет 193 тысячи человек. 61% пользователей представлен гражданами РФ, оставшиеся 39% – Украины, Индонезии, Казахстана и Соединенных Штатов Америки. В нем указаны все ближайшие события, имеющие важность для финансовых рынков. Справа от каждого события находится информация о предыдущих установленных значениях, прогнозе и реальном решении. Форум обладает Телеграмм-каналом, в котором модераторы публикуют важную информацию, а подписчики реагируют на нее в live-чате.

Брокер поддерживает автоматическую, социальную и копировальную торговлю. Штаб-квартира компании находится в Белизе и имеет офисы на Кипре и Гибралтаре. Приветствуются онлайн-трейдеры форекс белорусское сообщество форекс трейдеров во многих частях мира, в том числе в Беларуси. Авторитетный Форекс брокер – это та переменная, без которой Вы не сможете обойтись, если планируете стать успешным инвестором. К сожалению, исходя из нашего опыта, на рынке брокерских услуг иногда встречаются недобросовестные компании.

]]>
https://craftedwebcampus.com/2026/07/25/belorusskoe-obshhestvo-znanie-brest-3/feed/ 0
ЛОТ это .. Что такое ЛОТ? https://craftedwebcampus.com/2026/07/25/lot-jeto-chto-takoe-lot-5/ https://craftedwebcampus.com/2026/07/25/lot-jeto-chto-takoe-lot-5/#respond Sat, 25 Jul 2026 02:04:28 +0000 https://craftedwebcampus.com/?p=4263 Лот Библия Википедия

лот это

Теперь немного расширим наши знания о размерностях лота. Если бы произошло увеличение этой котировки на один пункт (до 1,18700), то стоимость 1 доллара США снизилась бы относительно евро, так как теперь за 1 евро нужно платить на 0,00001 USD больше. На упаковках лекарственных препаратов и пищевых добавок имеется различные обозначения, символы и буквенные сокращения, которые мало что говорят потребителям. Одним из таких обозначений является номер «Lot» на упаковке. В нашей статье объясним, как следует его интерпретировать и откуда взялось требование использовать это сокращение на упаковках и вкладышах. • На сырьевых рынках, таких как торговля нефтью, 1 лот обычно равен баррелей.

Лот — дометрическая единица измерения массы (в России использовалась во второй половине XVIII — начале XX веков), равная 1⁄32 фунта или 3 золотникам или 288 долям или 12,79725 граммам. При этом размер левериджа обратно пропорционален стоимости сделки и с увеличением размера левериджа стоимость сделки уменьшается. При этом нужно помнить, что стоимость сделки зависит не только от количества единиц в контракте, но и от стоимости базового продукта или валюты, в котором эти единицы выражены. У нефти и акций, например, два символа после запятой, соответственно, последняя (вторая после запятой) цифра котировки и есть пипс для этих активов,что является наименьшей единицей изменения цены. Простой пример – трейдер выставляет Стоп-Лосс на уровне 50 пунктов и Тейк-Профит на этой же дистанции. Математическое ожидание при 50% прибыльных и убыточных сделок будет отрицательным, так как есть спред и комиссия, который высчитывается в каждой открытой позиции.

Лот на бирже (биржевой лот)

Размер одного стандартного лота на валютном рынке Форекс равен ста тысячам единиц базовой валюты (подробнее об этом ниже). В связи с широким распространением интернет-трейдинга многие форекс-брокеры ввели такое понятие как микролоты. Стоимость микролота значительно меньше стоимости стандартного лота на Форекс, что делает торговлю на Форекс более доступной для широких кругов населения. Отличие только в размерностях и количестве актива, входящего в 1 лот. У валютных пар лот — это количество единиц базовой валюты, у золота — тройская унция, у нефти — баррели. Если цена повышается до 5000 рублей, то ликвидность может упасть.

Маржин Колл и Стоп Аут на форекс

При увеличении размера лота или его количества вырастает и стоимость сделки. Этот пример наглядно показывает, как леверидж влияет на стоимость пипса через размер сделки. Чем больше кредитный рычаг, тем больше позиция у трейдера может быть. Чем больше позиция, тем выше стоимость одного пункта.

Как выбрать правильный лот для торговли на Форексе?

Для обмена биржевых ценных бумаг, лот может представлять минимальное количество ценных бумаг, https://forexby.com/ которые могут быть проданы. 21 Закона N 419-З не допускает объединять в предмете госзакупки и (или) его части (лоте) технологически и функционально не связанные друг с другом неоднородные товары (работы, услуги). Торгуя через брокера, вы можете воспользоваться предоставляемым им кредитным плечом и приобрести лот на Форекс уже за гораздо меньшие деньги.

Какие виды лотов существуют?

Многие брокеры берут фиксированную плату за лот, делая крупные сделки относительно дешевле. Купить 1000 акций одним лотом обойдется дешевле, чем 10 покупок по 100 акций. Стандартизация через лоты создает эффект сети — чем больше участников используют одинаковые объемы, тем выше ликвидность. На NYSE ежедневно торгуются миллионы стандартных лотов, создавая глубокие рынки с узкими спредами.

Стандартный размер сделки, контракта, совершаемых во время торгов, устанавливается правилами аукционной и биржевой торговли. Концепция лотов позволяет финансовым рынкам стандартизировать ценовые котировки. При такой стандартизации, инвесторы всегда точно знают, сколько единиц они покупают при каждом заключении контракта и могут легко оценить, какую цену они платят за единицу. Без такой стандартизации, оценка и торговля были бы неоправданно обременительными и затратными по времени.

  • При этом лот равнялся 1⁄16 части марки, то есть размер лота зависел от веса (массы) марки; в частности, лот широко применялся при определении почтового сбора в зависимости от веса корреспонденции.
  • % риска — эта та сумма депозита, которую трейдер готов выделить на сделку (те самые пресловутые рекомендованные 5%, о которых я писал выше).
  • Это позволяет подстроиться под аудиторию и сделать информацию более доступной.
  • В лотах в извещении отдельно указывают объект закупки, НМЦК и ее обоснование, обеспечение заявки, сроки и иные условия контракта.

• Новичкам рекомендуется использовать микро- или мини-лоты для минимизации рисков. Например, если ваш депозит составляет $500, микро-лот будет наилучшим вариантом. Если вы покупаете акции компании, например, Tesla, то 1 лот будет включать 100 акций этой компании. Мини-лот является уменьшенной версией стандартного лота. Понимание лота — это основа управления капиталом и рисками.

В разных юрисдикциях размеры лотов могут отличаться. В Японии стандартный лот акций составляет 100 штук, в Гонконге — может быть 100, 200, 500 или 1000 в зависимости от цены бумаги. Подавляющее большинство трейдеров неправильно оценивают свои риски и, исходя из этого, допускают ошибки в расчете торгового лота. Первая типичная ошибка заключается в том, что трейдер не знает стоимость одного пункта. В совокупности с лот это нежеланием выставлять Стоп-Лосс это может привести к быстрой потере всего депозита.

лот это

Таким образом, активное использование синонимов к “лот” не только обогащает языковое выражение, но и улучшает понимание и взаимодействие между людьми. Это особенно важно в многоязычном и многокультурном мире. Кроме того, синонимы для “лот” могут служить инструментом для адаптации текста под разные стили и контексты. Это позволяет подстроиться под аудиторию и сделать информацию более доступной. ЛОТ,-а, мужской род Русская мера веса, равная 12,8 г, применявшаяся до введения метрической системы.

]]>
https://craftedwebcampus.com/2026/07/25/lot-jeto-chto-takoe-lot-5/feed/ 0