Db sync and tips
This commit is contained in:
@@ -39,6 +39,40 @@ header h1 {
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
/* Tip Banner */
|
||||
.tip-banner {
|
||||
background: linear-gradient(135deg, #8a2be2 0%, #ff7700 100%);
|
||||
padding: 15px 30px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
border-bottom: 2px solid #ff7700;
|
||||
box-shadow: 0 4px 15px rgba(138, 43, 226, 0.3);
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
.tip-icon {
|
||||
font-size: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
|
||||
}
|
||||
|
||||
.tip-text {
|
||||
color: white;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.4;
|
||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
|
||||
opacity: 1;
|
||||
transition: opacity 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.tip-text.fade-out {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
@@ -720,6 +754,19 @@ nav {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.tip-banner {
|
||||
padding: 12px 20px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.tip-text {
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.tip-icon {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.stats-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user