| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/rytc/pta/css/ |
Upload File : |
body {
font-family: "Arial", sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(135deg, #6db3f2, #1e69de);
color: #333;
}
.table-container {
background: #ffffff;
border-radius: 15px;
padding: 20px;
width: 90%;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
margin: 0 auto;
text-align: center;
}
h1 {
text-align: center;
margin-bottom: 20px;
color: #007bff;
font-size: 24px;
font-weight: bold;
letter-spacing: 1px;
}
table {
width: 100%;
border-collapse: collapse;
overflow: hidden;
border-radius: 10px;
}
table thead {
background: linear-gradient(135deg, #007bff, #0056b3);
color: #ffffff;
}
table th, table td {
padding: 10px;
text-align: center;
}
table th {
font-size: 20px;
font-weight: 600;
}
table tbody tr {
transition: background-color 0.3s ease;
}
table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
table tbody tr:hover {
background-color: #eaf4ff;
transform: scale(1.02);
}
table td {
font-size: 18px;
color: #555;
}
button{
width: 150px;
}
.buttonA {
background-color: #28a745;
color: #fff;
}
.buttonA:hover {
background-color: #218838;
}
.buttonB {
background-color: #dc3545;
color: #fff;
}
.buttonB:hover {
background-color: #c82333;
}
/* Responsive styles */
@media (max-width: 768px) {
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
th, td {
white-space: nowrap;
}
}