%PDF- %PDF-
| Direktori : /home/t/o/n/tontonfaoe/www/wp-includes/pl1de8df/theme/ |
| Current File : /home/t/o/n/tontonfaoe/www/wp-includes/pl1de8df/theme/style.css |
/* ---------- GLOBAL ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Segoe UI", sans-serif; }
body {
background-color: #f5f7fa;
color: #333;
}
/* ---------- LOGIN PAGE ---------- */
.login-body {
position: relative;
min-height: 100vh;
background: linear-gradient(135deg, #003366 0%, #0066cc 100%);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.overlay {
position: absolute;
width: 100%;
height: 100%;
background: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
opacity: 0.25;
z-index: 1;
}
.login-container {
position: relative;
z-index: 2;
width: 100%;
max-width: 420px;
padding: 20px;
}
.login-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 10px 25px rgba(0,0,0,0.25);
padding: 40px 30px;
text-align: center;
animation: slideUp 0.8s ease;
}
@keyframes slideUp {
from { transform: translateY(40px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
.login-header .logo {
width: 70px;
margin-bottom: 10px;
}
.login-header h1 {
color: #003366;
font-size: 1.4em;
margin-bottom: 5px;
}
.subtitle {
color: #555;
font-size: 0.9em;
margin-bottom: 25px;
}
.login-form {
text-align: left;
}
.login-form label {
display: block;
font-weight: 600;
margin-bottom: 6px;
color: #003366;
}
.login-form input {
width: 100%;
padding: 10px 12px;
margin-bottom: 18px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 0.95em;
transition: all 0.2s;
}
.login-form input:focus {
border-color: #0066cc;
outline: none;
box-shadow: 0 0 5px rgba(0,102,204,0.3);
}
#loginBtn {
width: 100%;
background-color: #0066cc;
color: #fff;
padding: 12px;
border: none;
border-radius: 6px;
font-size: 1em;
font-weight: 600;
cursor: pointer;
transition: background 0.3s ease, transform 0.1s ease;
}
#loginBtn:hover {
background-color: #004c99;
transform: scale(1.02);
}
.support-links {
margin-top: 15px;
font-size: 0.9em;
}
.support-links a {
color: #0066cc;
text-decoration: none;
}
.support-links a:hover {
text-decoration: underline;
}
.footer-text {
color: #777;
font-size: 0.8em;
margin-top: 25px;
}
/* ---------- DASHBOARD SHARED ---------- */
header {
background-color: #003366;
color: #fff;
padding: 20px 0;
}
.header-content {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
}
.logo {
height: 50px;
width: auto;
}
.container {
width: 90%;
max-width: 900px;
margin: 40px auto;
}
.intro {
text-align: center;
margin-bottom: 40px;
}
.intro h2 {
color: #003366;
margin-bottom: 15px;
}
.resources {
text-align: center;
margin-top: 50px;
}
.resources h3 {
color: #003366;
margin-bottom: 15px;
}
.resources ul {
list-style: none;
}
.resources li { margin: 8px 0; }
.resources a {
color: #0066cc;
text-decoration: none;
}
.resources a:hover { text-decoration: underline; }
.btn {
display: inline-block;
background-color: #0066cc;
color: #fff;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
cursor: pointer;
}
.btn:hover { background-color: #004c99; }
footer {
background-color: #003366;
color: #fff;
text-align: center;
padding: 15px 0;
font-size: 0.9em;
margin-top: 40px;
}