Template:Timeline/style.css
< Template:Timeline
Jump to navigation
Jump to search
Revision as of 01:07, 6 April 2021 by Wikipedia>BrandonXLF (Templatestyles for timeline)
.timeline-table {
width: 100%;
border-collapse: collapse;
text-align: center;
}
.timeline-table tr > * {
border-style: solid;
border-color: #FDFDFD;
border-width: 2px 2px 0 0;
}
.timeline-table tr:first-child > * {
border-top-width: 0;
}
.timeline-table tr > :last-child {
border-right-width: 0;
}
td.timeline-blank {
background-color: #E0E0E0;
}
td.timeline-item {
background-color: #C0C0C0;
}
th.timeline-label {
text-align: center;
font-weight: normal;
}
td.timeline-item, th.timeline-label {
padding: 1px 1em;
}
th.timeline-decade, th.timeline-year {
padding: 1px;
background-color: #F0F0F0;
font-weight: normal;
}