Difference between revisions of "Template:Timeline/style.css"
Jump to navigation
Jump to search
(Templatestyles for timeline) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 05:50, 3 July 2021
.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;
}