Template:DSTimeline/style.css
Template page
More actions
.timeline-hatnote {
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
padding: 1rem;
color: #eee;
margin-bottom: 1rem;
animation: fadeIn 0.6s ease-out;
backdrop-filter: blur(8px);
max-width: 600px;
margin-left: auto;
margin-right: auto;
gap: 1rem;
}
.timeline-content {
flex: 1;
}
.timeline-header {
font-size: 1.75rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #ccc;
margin-bottom: 0.4rem;
font-weight: 600;
}
.timeline-body {
font-size: 0.95rem;
line-height: 1.5;
}
.timeline-century {
color: #000;
font-weight: 700;
background: linear-gradient(to right, #aaa, #fff);
border-radius: 3px;
}
.timeline-icon {
font-size: 1.4rem;
opacity: 0.85;
flex-shrink: 0;
}