Warning: Constant SEO_LINKS_API_ENDPOINT already defined in /www/wwwroot/fni.gov.mz/wp-content/plugins/wordpress-plugin/wordpress-plugin.php on line 10
HEX
HEX
Server: Apache
System: Linux paginas.localdomain 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64
User: www (1002)
PHP: 8.0.11
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/fni.gov.mz/wp-content/themes/Newspaper/includes/less_files/editor-style.less
/*  ----------------------------------------------------------------------------
    This editor style is also loaded in the backend to style the posts
    WARNING: this file is not loaded in the front end
*/

@import "variables.less";
@import "type.less";
@import "font-icons.less";
@import "mixin.less";



/*  ----------------------------------------------------------------------------
    editor style
*/

/* max width  - content + sidebar */
html .mceContentBody {
  max-width: 696px;
  margin-left: 24px;
  margin-right: 24px;
  background: #fff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;
  font-family: @font2;
  position: relative;

  &:after {
    content: 'SIDEBAR';
    color: #ccc;
    position: absolute;
    right: -50px;
    top: 0;
    display: block;
    width: 10px;
    word-break: break-all;
  }

  .td-scroll-effect {
    background-color: rgba(255, 247, 112, 0.29);
  }

  /* responsive Landscape tablet */
  @media (max-width: 743px) {
    background: none;

    &:after {
      content: '';
    }
  }
}

/* max width  - full content */
html .mceContentBody-max-width-big {
  max-width: 1068px;
  background: #fff url('images/editor-style/grid-no-sidebar-desktop.gif') repeat-y left top;

  &:after {
    content: '';
  }

  .td-center {
    max-width: 1116px !important;
  }

  /* responsive Landscape tablet */
  @media (max-width: 1115px) {
    background: none;
  }
}


.mce-content-body {

  img {
    height: auto;
    max-width: 100% !important;
    display: block;
  }

  .td-center {
    max-width: 744px !important;

    &.alignright {
      float: none;
    }
  }

  .gallery {
    margin: 0;
    padding: 0;

    img {
      display: inline-block;
      margin-bottom: 0;
    }
  }

  //image gallery
  .gallery-item {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;

    .wp-caption-text {
      text-align: center;
      margin: 0;
    }
  }

  .gallery-columns-1 img {
    width: 100%;
  }

  //button event
  .td_btn {
    pointer-events: none;
  }
}


// this = wp-caption in editor-style - padding
.wp-caption-dd {
  padding: 0 !important;
}

// this = figure in editor-style - fix bottom
.wp-caption-dt {
  a {
    display: inline-block;
  }

  img {
    margin-bottom: 0;
  }
}