| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wcsd/School-alert/css/ |
Upload File : |
/* Basic Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
body {
background-color: #f4f4f9;
color: #333;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
/* Navigation Bar */
nav {
background-color: #0044cc;
color: white;
padding: 10px 20px;
}
nav ul {
list-style: none;
display: flex;
justify-content: flex-end;
}
nav ul li {
margin-left: 20px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
}
nav ul li a:hover {
text-decoration: underline;
}
/* Header */
h2 {
color: #0044cc;
margin-bottom: 20px;
}
/* Alert Box */
.alert {
background-color: #e0f0ff;
border: 1px solid #cce0ff;
padding: 15px;
border-radius: 5px;
margin-bottom: 15px;
}
.alert h3 {
color: #0044cc;
font-size: 1.2em;
margin-bottom: 5px;
}
.alert p {
margin-bottom: 5px;
}
.alert form {
margin-top: 10px;
}
.alert button {
background-color: #0044cc;
color: white;
border: none;
padding: 8px 12px;
border-radius: 3px;
cursor: pointer;
}
.alert button:hover {
background-color: #0033a0;
}
/* Footer */
footer {
text-align: center;
margin-top: 30px;
padding: 10px;
color: #666;
font-size: 0.9em;
.old-alert {
background-color: #f0f0f0;
border: 1px solid #ccc;
color: #666;
}
}