Template:DSTimeline/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
justify-content: space-between; |
justify-content: space-between; |
||
align-items: center; |
align-items: center; |
||
width: 100%; |
|||
| ⚫ | |||
background: rgba(255, 255, 255, 0.04); |
|||
border- |
border-top: 1px solid rgba(255, 255, 255, 0.12); |
||
| ⚫ | |||
| ⚫ | |||
padding: 0.25rem 1rem; |
|||
font-family: 'Inter', sans-serif; |
|||
margin-bottom: 1rem; |
|||
font-size: 0.8rem; |
|||
color: #e0e0e0; |
|||
backdrop-filter: blur(8px); |
|||
backdrop-filter: blur(4px); |
|||
margin- |
margin-bottom: 1.5rem; |
||
margin-right: auto; |
|||
| ⚫ | |||
} |
} |
||
.timeline-content { |
.timeline-content { |
||
display: flex; |
|||
flex-direction: column; |
|||
| ⚫ | |||
} |
} |
||
.timeline-header { |
.timeline-header { |
||
font-size: |
font-size: 0.65rem; |
||
letter-spacing: 0.15em; |
letter-spacing: 0.15em; |
||
text-transform: uppercase; |
text-transform: uppercase; |
||
color: # |
color: #bbb; |
||
margin-bottom: 0.4rem; |
|||
font-weight: 600; |
font-weight: 600; |
||
} |
} |
||
.timeline-body { |
.timeline-body { |
||
font-size: 0. |
font-size: 0.8rem; |
||
line-height: 1. |
line-height: 1.4; |
||
color: #eee; |
|||
} |
} |
||
.timeline-century { |
.timeline-century { |
||
| ⚫ | |||
color: #000; |
color: #000; |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
border-radius: 3px; |
|||
} |
} |
||
.timeline-icon { |
.timeline-icon { |
||
font-size: 1. |
font-size: 1.1rem; |
||
opacity: 0. |
opacity: 0.7; |
||
| ⚫ | |||
flex-shrink: 0; |
flex-shrink: 0; |
||
} |
} |
||
Revision as of 11:18, May 3, 2025
.timeline-hatnote {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background: rgba(255, 255, 255, 0.04);
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
padding: 0.25rem 1rem;
font-family: 'Inter', sans-serif;
font-size: 0.8rem;
color: #e0e0e0;
backdrop-filter: blur(4px);
margin-bottom: 1.5rem;
}
.timeline-content {
display: flex;
flex-direction: column;
gap: 0.1rem;
}
.timeline-header {
font-size: 0.65rem;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #bbb;
font-weight: 600;
}
.timeline-body {
font-size: 0.8rem;
line-height: 1.4;
color: #eee;
}
.timeline-century {
font-weight: bold;
color: #000;
background: linear-gradient(to right, #ccc, #fff);
}
.timeline-icon {
font-size: 1.1rem;
opacity: 0.7;
padding-left: 1rem;
flex-shrink: 0;
}