HEX
Server: nginx/1.28.0
System: Linux yisu-68a5f20334161 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www (1000)
PHP: 8.2.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/q.autos58.cn/wp-content/themes/morenews/assets/css/notice.css
/* Overall notice container */
div.theme-review-notice p,
div.morenews-notice p {
  font-size: 14px; /* Set the base font size */
}

div.theme-review-notice,
div.morenews-notice {
  position: relative;
  padding: 10px 50px 10px 10px;
  font-size: 14px; /* Set the base font size */
  line-height: 1.6; /* Set the base line height */
  font-family: 'Arial', sans-serif; /* Clean, readable font */
  color: #333333; /* Standard text color */
}

/* Links and text styles within the notice */
.morenews-notice .links,
.theme-review-notice .links {
  padding-bottom: 10px;
  margin: 10px 0;
}

/* Links specifically */
.theme-review-notice .links a,
.morenews-notice .links a {
  font-size: 14px; /* Set consistent font size for links */
  margin-left: 10px;
  color: #4343f0; /* Link color */
  text-decoration: none; /* Remove underline from links */
}

/* Specific button styles */
.theme-review-notice .links a.button,
.morenews-notice .links a.button {
  font-size: 14px; /* Set font size for button text */
  line-height: 1.6; /* Align text and icons within buttons */
  padding: 10px 20px; /* Set padding for buttons */
  display: inline-flex;
  align-items: center; /* Align button text and icon */
  border-radius: 4px;
  border: 1px solid #4343f0; /* Default button border */
  color: #4343f0; /* Button text color */
  background-color: transparent; /* Transparent background by default */
  text-decoration: none; /* Remove default button underline */
}

/* Primary button styles */
.morenews-notice a.button-primary,
.theme-review-notice a.button-primary {
  background-color: #4343f0;
  color: #ffffff;
  border-color: #4343f0;
  text-decoration: none; /* No underline for primary buttons */
}

/* Hover effect for primary and secondary buttons */
.theme-review-notice a.button-primary:hover,
.morenews-notice a.button-primary:hover,
.theme-review-notice a.button:hover,
.morenews-notice a.button:hover {
  background-color: #2323a0; /* Darker background on hover */
  border-color: #2323a0; /* Darken border on hover */
  color: #ffffff; /* Text color change on hover */
}

/* Dashicons and other icons within the buttons */
.theme-review-notice .links a .dashicons,
.morenews-notice .links a .dashicons {
  font-size: 18px; /* Slightly larger icon size */
  margin-right: 8px; /* Add space between icon and text */
  line-height: 1.6; /* Align icon vertically with text */
}

/* Button alignment and consistency */
div.theme-review-notice .links a.button,
div.morenews-notice .links a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  padding: 8px 16px; /* Consistent padding for buttons */
  border-radius: 3px;
  cursor: pointer;
}

/* Secondary button fix */
.morenews-notice a.button-normal,
.theme-review-notice a.button-normal {
  border: none;
  background-color: transparent;
  color: #4343f0;
}

/* Dismiss link styling */
.morenews-notice-dismiss,
.theme-review-notice-dismiss {
  font-size: 13px; /* Slightly smaller size for dismiss link */
  line-height: 1.6;
  color: #999999; /* Muted color for dismiss link */
  text-decoration: none;
}


#aft-upgrade-menu-item{
  color:#71d609;
}