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)
template
 
MMONTAGEe (talk | contribs)
No edit summary
Line 30: Line 30:


.timeline-century {
.timeline-century {
color: #fff;
color: #000;
font-weight: 700;
font-weight: 700;
background: linear-gradient(to right, #aaa, #fff);
background: linear-gradient(to right, #aaa, #fff);

Revision as of 10:50, May 3, 2025

.timeline-hatnote {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 1rem;
  font-family: 'Inter', sans-serif;
  color: #eee;
  margin-bottom: 1rem;
  animation: fadeIn 0.6s ease-out;
  backdrop-filter: blur(8px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-header {
  font-size: 0.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;
  color: #eee;
}

.timeline-century {
  color: #000;
  font-weight: 700;
  background: linear-gradient(to right, #aaa, #fff);
}