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 39: Line 39:
font-weight: 700;
font-weight: 700;
background: linear-gradient(to right, #aaa, #fff);
background: linear-gradient(to right, #aaa, #fff);
border-radius: 6px;
border-radius: 3px;
}
}



Revision as of 10:59, May 3, 2025

.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;
}