| Server IP : 38.190.208.107 / Your IP : 216.73.217.51 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : 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,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.9/wp-content/themes/blocksy/admin/dashboard/static/sass/ |
Upload File : |
.ct-changelog-wrapper {
> h2 {
text-align: center;
}
ul {
margin: 0;
li {
display: flex;
margin-bottom: 15px;
line-height: 20px;
&:last-child {
margin-bottom: 0;
}
a {
margin-left: 3px;
text-decoration: none;
}
span {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 21px;
width: 21px;
height: 21px;
margin-inline-end: 12px;
border-radius: 100%;
&:before {
color: #fff;
font-size: 9px;
font-weight: 800;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
&.new {
background: #46bf55;
&:before {
content: 'N';
}
}
&.fix {
background: var(--ui-accent-color);
&:before {
content: 'F';
}
}
&.improvement {
background: #ffc568;
&:before {
content: 'I';
}
}
}
}
}
// styles
code {
position: relative;
margin: -2px 5px 0 5px;
border-radius: 2px;
background: rgba(0, 0, 0, 0.03);
}
.changelog-info {
@media (min-width: 783px) {
display: flex;
align-items: center;
}
border-top: none;
margin-bottom: 50px;
font-weight: 500;
&:not(.has-sources) {
justify-content: center;
}
&.has-sources {
justify-content: space-between;
}
ul {
display: flex;
li {
margin-bottom: 0;
}
}
}
// explanation
.changelog-explanation li {
&:not(:last-child) {
@media (max-width: 782px) {
margin-inline-end: 15px;
}
@media (min-width: 783px) {
margin-inline-end: 30px;
}
}
}
// sources
.changelog-sources {
@media (max-width: 782px) {
margin-bottom: 30px;
}
li {
cursor: pointer;
&:not(:last-child) {
margin-inline-end: 15px;
&:after {
content: '|';
color: #687c93;
margin-inline-start: 15px;
}
}
&.active,
&:hover {
color: var(--ui-accent-color);
}
}
}
// items
.changelog-items {
// max-height: 550px;
// overflow-x: scroll;
section {
&:not(:last-of-type) {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid rgba(226, 230, 235, 0.7);
}
&:first-of-type {
padding-top: 50px;
border-top: 1px solid rgba(226, 230, 235, 0.7);
}
> h2 {
display: flex;
@media (max-width: 549px) {
flex-direction: column;
}
@media (min-width: 550px) {
align-items: center;
justify-content: space-between;
}
font-size: 17px;
margin: 0 0 20px 0;
span {
font-size: 13px;
font-weight: 400;
opacity: 0.6;
}
}
}
}
}