| Server IP : 217.113.158.245 / Your IP : 216.73.217.83 Web Server : Apache/2.4.41 (Ubuntu) System : Linux bg-hoster 5.4.0-200-generic #220-Ubuntu SMP Fri Sep 27 13:19:16 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.27 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/toolkit-biorural/wp-content/plugins/simple-history/css/ |
Upload File : |
/**
* Utility helpers, based on Tailwind.
*/
.sh-max-h-2 {
max-height: 100%;
overflow: hidden;
}
.sh-max-h-16 {
max-height: 4rem; /* 64px */
}
.sh-max-h-20 {
max-height: 5rem; /* 80px */
}
.sh-max-h-24 {
max-height: 6rem; /* 96px */
}
.sh-max-h-28 {
max-height: 7rem; /* 112px */
}
.sh-max-h-32 {
max-height: 8rem; /* 128px */
}
.sh-max-h-36 {
max-height: 9rem; /* 144px */
}
.sh-max-h-40 {
max-height: 10rem; /* 160px */
}
.sh-max-h-44 {
max-height: 11rem; /* 176px */
}
.sh-max-h-48 {
max-height: 12rem; /* 192px */
}
.sh-max-h-52 {
max-height: 13rem; /* 208px */
}
.sh-max-h-56 {
max-height: 14rem; /* 224px */
}
.sh-max-h-60 {
max-height: 15rem; /* 240px */
}
.sh-max-h-64 {
max-height: 16rem; /* 256px */
}
.sh-whitespace-normal {
white-space: normal;
}
.sh-whitespace-nowrap {
white-space: nowrap;
}
.sh-whitespace-pre {
white-space: pre;
}
.sh-whitespace-pre-line {
white-space: pre-line;
}
.sh-whitespace-pre-wrap {
white-space: pre-wrap;
}
.sh-whitespace-break-spaces {
white-space: break-spaces;
}
.sh-overflow-auto {
overflow: auto;
}
.sh-overflow-hidden {
overflow: hidden;
}
.sh-overflow-clip {
overflow: clip;
}
.sh-overflow-visible {
overflow: visible;
}
.sh-overflow-scroll {
overflow: scroll;
}
.sh-overflow-x-auto {
overflow-x: auto;
}
.sh-overflow-y-auto {
overflow-y: auto;
}
.sh-overflow-x-hidden {
overflow-x: hidden;
}
.sh-overflow-y-hidden {
overflow-y: hidden;
}
.sh-overflow-x-clip {
overflow-x: clip;
}
.sh-overflow-y-clip {
overflow-y: clip;
}
.sh-overflow-x-visible {
overflow-x: visible;
}
.sh-overflow-y-visible {
overflow-y: visible;
}
.sh-overflow-x-scroll {
overflow-x: scroll;
}
.sh-overflow-y-scroll {
overflow-y: scroll;
}
.sh-m-0 {
margin: 0px;
}