HEX
Server: nginx/1.18.0
System: Linux iZuf6ar3jbed2aosvzu1ofZ 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64
User: root (0)
PHP: 7.3.28
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/wood-lk.cn/wp-content/plugins/wp-statistics/assets/dev/sass/component/pagination.scss
/**
 * WordPress Pagination Style
 * https://codex.wordpress.org/Function_Reference/paginate_links
 */
.pagination-wrap {
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 25px;

  .wps-page-number {
    color: #148e00;
    direction: rtl;
    margin-top: 4px;
  }

  .page-numbers li {
    margin-bottom: 0;
    display: inline-block;
  }

  .page-numbers li a, .pagination-wrap .page-numbers li span {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  }

  .page-numbers > li > a:hover,
  .page-numbers > li > span:hover,
  .page-numbers > li > a:focus,
  .page-numbers > li > span:focus {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(#FEFEFE, #f0f0f0);
  }

  .page-numbers li .current {
    border: none;
    background: #616161 !important;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8) !important;
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
    padding: 7.5px 14px;
    vertical-align: -1.5px;
    margin: -8px 5px -5px 5px;
    border-radius: 5px;
  }

}