Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mets.corals.io/wp-content/plugins/foogallery/gutenberg/dist/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/plugins/foogallery/gutenberg/dist/blocks.editor.build.css
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss which makes it higher in priority.
 */
.foogallery__toolbar-group .components-button.has-icon .dashicon {
  margin-left: 0;
  margin-right: 0; }

.foogallery__placeholder .components-placeholder__label .dashicon {
  margin-right: .5em; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# FooGalleryModal Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.foogallery-modal__content {
  text-align: center; }

.foogallery-modal__content-container {
  position: relative;
  display: block;
  outline: none; }

.foogallery-modal__content-container .components-placeholder.foogallery-modal__content-placeholder {
  background-color: transparent;
  min-height: 150px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.foogallery-modal__content-placeholder .components-placeholder__fieldset {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px; }

.foogallery-modal__content-placeholder .components-placeholder__fieldset .components-spinner {
  margin: 0; }

.foogallery-modal__content-placeholder .components-placeholder__label {
  margin-bottom: 0; }

.foogallery-modal__footer {
  border-top: 1px solid #e2e4e7;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fff;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  margin: 24px -24px -24px; }

.foogallery-modal__footer-search {
  -ms-flex: 1;
      flex: 1; }

.foogallery-modal__footer-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.foogallery-modal__footer-buttons .components-button,
.foogallery-modal__footer-buttons .components-icon-button {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.foogallery-modal__footer-buttons .components-button {
  margin-right: 4px; }

.foogallery-modal__footer-buttons .components-button:last-of-type {
  margin-right: 0; }

.foogallery-modal__footer-buttons .components-button.has-icon .dashicon {
  margin-right: 0;
  margin-left: 0; }

/* #.# FooGalleryItem Editor Styles */
.foogallery-modal__item {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  border: solid 3px #FFF;
  -webkit-box-shadow: 0 0 0 1px #ccc, inset 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc, inset 0 0 0 1px #ccc;
  background-color: #f7f7f7;
  margin: 10px;
  cursor: pointer;
  border-radius: 3px;
  outline: none; }

.foogallery-modal__item:focus {
  border-style: dashed; }

.foogallery-modal__item:hover,
.foogallery-modal__item.is-selected {
  border-style: solid; }

.foogallery-modal__item:hover,
.foogallery-modal__item:focus,
.foogallery-modal__item.is-selected {
  border-color: #0085ba;
  -webkit-box-shadow: 0 0 0 1px #00648c, inset 0 0 0 1px #00648c;
          box-shadow: 0 0 0 1px #00648c, inset 0 0 0 1px #00648c;
  outline: none; }

.foogallery-modal__item.is-disabled {
  border-color: #e4e4e4;
  -webkit-box-shadow: 0 0 0 1px #ccc, inset 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc, inset 0 0 0 1px #ccc;
  cursor: not-allowed; }

img.foogallery-modal__item-thumbnail {
  display: block;
  width: 100%;
  height: 100%; }

.foogallery-modal__item.is-disabled img.foogallery-modal__item-thumbnail {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

svg.foogallery-modal__item-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 64px;
  height: 64px;
  fill: #CCC; }

.foogallery-modal__item-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  color: #FFF;
  padding: 10px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 15px, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 15px, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 15px, rgba(0, 0, 0, 0.5) 100%); }

.dashicon.foogallery-modal__icon-selected,
.dashicon.foogallery-modal__icon-disabled {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #FFF;
  width: 60px;
  height: 60px;
  font-size: 60px;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.foogallery-inspector-controls__button-container {
  text-align: center;
  padding: 16px; }

.foogallery-inspector-controls__button-container button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

Spamworldpro Mini