Module:Timeline/styles.css
< Module:Timeline
Jump to navigation
Jump to search
Revision as of 02:00, 27 December 2021 by Wikipedia>BrandonXLF (Also apply border to th elements)
.timeline-wrapper {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.timeline-wrapper-cell {
padding: 0;
overflow: auto;
}
.timeline-table {
width: 100%;
border-collapse: collapse;
text-align: center;
}
.timeline-row > td,
.timeline-row > th {
border-style: solid;
border-color: #FDFDFD;
border-width: 2px 2px 0 0;
}
.timeline-row:first-child > td,
.timeline-row:first-child > th {
border-top-width: 0;
}
.timeline-row > :last-child {
border-right-width: 0;
}
.timeline-blank {
background-color: #E0E0E0;
}
.timeline-item {
background-color: #C0C0C0;
}
.timeline-label {
text-align: center;
font-weight: normal;
}
.timeline-item, .timeline-label {
padding: 1px 1em;
}
.timeline-decade, .timeline-year {
padding: 1px;
background-color: #F0F0F0;
font-weight: normal;
}