Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:DSTimeline/style.css: Difference between revisions

Template page
Content deleted Content added
MMONTAGEe (talk | contribs)
No edit summary
MMONTAGEe (talk | contribs)
No edit summary
Line 30: Line 30:


.timeline-body {
.timeline-body {
font-size: 0.8rem;
font-size: 1.1rem;
line-height: 1.4;
line-height: 1.4;
color: #eee;
color: #eee;
Line 39: Line 39:
color: #000;
color: #000;
background: linear-gradient(to right, #ccc, #fff);
background: linear-gradient(to right, #ccc, #fff);
border: 3px;
}
}



Revision as of 11:21, 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: 1.45rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
}

.timeline-body {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #eee;
}

.timeline-century {
  font-weight: bold;
  color: #000;
  background: linear-gradient(to right, #ccc, #fff);
  border: 3px;
}

.timeline-icon {
  font-size: 1.1rem;
  opacity: 0.7;
  padding-left: 1rem;
  flex-shrink: 0;
}