User:Vanderwaalforces/NSRL Resources.css
Appearance
body {
font-family: 'Segoe UI', Tahoma, sans-serif;
background-color: #0e1a2b;
color: #ffffff;
margin: 0;
padding: 0;
}
h1 {
text-align: center;
padding: 20px;
background: linear-gradient(90deg, #1f4068, #1b1b2f);
font-size: 2rem;
color: #00d4ff;
box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
table {
width: 90%;
margin: 30px auto;
border-collapse: collapse;
border: 1px solid #2c3e50;
background-color: #162447;
box-shadow: 0 5px 20px rgba(0,0,0,0.6);
}
thead {
background: linear-gradient(90deg, #00d4ff, #0077b6);
}
th, td {
padding: 15px;
text-align: center;
border-bottom: 1px solid #2c3e50;
}
th {
color: #ffffff;
font-size: 1.1rem;
letter-spacing: 0.5px;
}
td a {
color: #00d4ff;
text-decoration: none;
font-weight: bold;
}
td a:hover {
text-decoration: underline;
color: #90e0ef;
}
tr:hover {
background-color: #1b2a49;
}
caption {
caption-side: top;
padding: 10px;
font-size: 1.2rem;
color: #90e0ef;
}